* {
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}
nav {
    background-color: #03164c;
    width: 100vw;
    height: 77px;
    display: flex;
    z-index: 1;
    justify-content: space-between;
    align-items: center;
    padding: 0 28px;
    box-sizing: border-box;
    position: fixed;
    box-shadow: 0 0 0 0 rgba(178, 211, 236, 0.1), 0 6px 2px rgba(178, 211, 236, 0.09);
    overflow: hidden;
}
.logo-tag h3 {
    font-size: initial;
    display: inline-block;
    position: absolute;
    left: 230px;
    top: 30px;
    color: #dddee0;
}
#logo {
    height: 55px;
    width: auto;
}
#tagline {
    float: left;
}
.menu-bar a{
    text-decoration: none;
    padding: 0 20px;
    color: white;
}
.menu-bar .menu-icon {
    display: none;
}
#firstSection {
    width: 100%;
    height: 100vh;
    background-image: url('components/1533934103453.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    overflow-x: hidden;
}
#box1 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wrapper1 {
    width: 70%;
    height: 30%;
    background-color: rgba(255, 255, 255, 0.308);
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
    border: 0;
    border-radius: 10px;
}
.heading {
    width: 100%;
    max-width: 1100px;
    font-size: 66px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    color: white;
    text-shadow: 4px 6px #03164c;
}
.para {
    width: 100%;
    max-width: 1100px;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: 800;
    color: #03164c;
    text-shadow: 1px 1px white,  -1px -1px 5px white, 3px 3px 5px white, -2px -2px white;
    text-align: center;
}
#width {
    width: 100%;
    background-color: whitesmoke;
}
#secondSection {
    display: block;
    margin: 0 auto;
    padding: 24px;
    background-color: whitesmoke;
}
#secondSection h1{
    font-size: 44px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #03164c;
    text-decoration: underline;
    text-decoration-color: #f8b13a;
}
#secondSection h3 {
    color: #03164c;
    text-decoration: underline;
    text-decoration-color: #f8b13a;
    margin-top: 5px;
}
#secondSection p {
    margin-top: 5px;
    text-align: justify;
    letter-spacing: 0.5px;
    line-height: 1.6;
    font-size: 18px;
}
#thirdSection {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 24px;
    background-color: whitesmoke;
    text-align: center;
}
#thirdSection h1{
    font-size: 44px;
    text-align: center;
    width: 550px;
    margin: 0 auto;
    color: #03164c;
    border: 0;
    text-decoration: underline;
    text-decoration-color: #f8b13a;
    width: 100%;
}
#thirdSection>p {
    margin: 20px;
    font-size: 18px;
}
.productBoxes {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-around;
}
.productBoxes h4 {
    color: #03164c;
    font-size: 24px;
    text-decoration: underline;
    text-decoration-color: #f8b13a;
    margin: 5px;
}
.productBoxes img {
    width: auto;
    height: 40%;
        
}
.productBoxes li {
    margin-top: 5px;
    text-align: start;
    letter-spacing: 0.5px;
    line-height: 1.2;
    font-size: 18px;
    list-style: none;
}
.productBoxes li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #03164c; /* Change the color */
    font-weight: 900; /* If you want it to be bold */
    display: inline; /* Needed to add space between the bullet and the text */
    width: 2em; /* Also needed for space (tweak if needed) */
    margin-right: 10px;
  }
.productBox1 {
    flex: 20%;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 10px 0.5%;
    border: 1px solid #f8b13a;
    border-radius: 10px;
    padding: 24px;
}
.productBox2 {
    flex: 20%;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 10px 0.5%;
    border: 1px solid #f8b13a;
    border-radius: 10px;
    padding: 24px;
}
.productBox3 {
    flex: 20%;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 10px 0.5%;
    border: 1px solid #f8b13a;
    border-radius: 10px;
    padding: 24px;
}
.productBox4 {
    flex: 20%;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 10px 0.5%;
    border: 1px solid #f8b13a;
    border-radius: 10px;
    padding: 24px;
}
.productBox5 {
    flex: 20%;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 10px 0.5%;
    border: 1px solid #f8b13a;
    border-radius: 10px;
    padding: 24px;
}
.productBox6 {
    flex: 20%;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 10px 0.5%;
    border: 1px solid #f8b13a;
    border-radius: 10px;
    padding: 24px;
}
.productBox7 {
    flex: 20%;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 10px 0.5%;
    border: 1px solid #f8b13a;
    border-radius: 10px;
    padding: 24px;
}
.productBox8 {
    flex: 20%;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 10px 0.5%;
    border: 1px solid #f8b13a;
    border-radius: 10px;
    padding: 24px;
}
.productBox9 {
    flex: 20%;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 10px 0.5%;
    border: 1px solid #f8b13a;
    border-radius: 10px;
    padding: 24px;
}
.productBox10 {
    flex: 20%;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 10px 0.5%;
    border: 1px solid #f8b13a;
    border-radius: 10px;
    padding: 24px;
}
.productBox11 {
    flex: 20%;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 10px 0.5%;
    border: 1px solid #f8b13a;
    border-radius: 10px;
    padding: 24px;
}
.productBox12 {
    flex: 20%;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 10px 0.5%;
    border: 1px solid #f8b13a;
    border-radius: 10px;
    padding: 24px;
}
.productBox8 {
    flex: 20%;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 10px 0.5%;
    border: 1px solid #f8b13a;
    border-radius: 10px;
    padding: 24px;
}
#brands {
    color: #03164c;
    font-size: 24px;
    text-decoration: underline;
    text-decoration-color: #f8b13a;
    margin: 5px;
    margin-top: 25px;
}
.brands {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.brands img {
    height: 50px;
    width: auto;
    margin: 10px 1%;
}
#fourthSection {
    display: block;
    margin: 0 auto;
    padding: 24px;
    background-color: whitesmoke;
}
#fourthSection h1{
    font-size: 44px;
    text-align: center;
    width: 300px;
    margin: 0 auto;
    color: #03164c;
    border: 0;
    text-decoration: underline;
    text-decoration-color: #f8b13a;
}
.wrapper2 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.wrapper2 form {
    width: 40%;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}
.wrapper2 iframe {
    width: 50%;
}
.inputArea {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    color: #8b8b99;
    border-radius: 6px;
    border: 1px solid #e5e6ec;
    margin-bottom: 16px;
    box-sizing: border-box;
}
.submitBtn {
    font-size: 16px;
    font-weight: 600;
    color: white;
    background-color: #03164c;
    padding: 9px 34px;
    text-transform: uppercase;
    border: 0;
    border-radius: 4px;
    margin: 0 auto;
    cursor: pointer;
}
.submitBtn:hover {
    background-color: whitesmoke;
    color: #03164c;
    border: 1px solid #03164c;
}
.footer {
    position: absolute;
    display: block;
    width: 100%;
}
.footer-top {
    background-color: #03164c;
    height: 50px;
    padding: 5px;
    display: flex;
}
#foot-logo {
    height: 50px;
    margin: 1px;
    padding: 0px 50px;
    border-right: 1px solid whitesmoke;
    width: 10%;
    align-items: center;
}
#foot-logo img{
    height: 50px;
    width: auto;
}
.foot-call {
    width: 12%;
    margin: auto 1px;
    padding: 0px 50px;
    color: white;
    border-right: 1px solid whitesmoke;
    cursor: pointer;
    text-decoration: solid;
}
.foot-call a {
    text-decoration: none;
    color: white;
    line-height: 1.6;
}
.foot-address {
    width: 30%;
    color: white;
    padding: 0px 50px;
    margin: auto 1px;
    border-right: 1px solid whitesmoke;
    text-align: center;
}
.foot-address span {
    padding-left: 12px;
}
.foot-mail {
    width: 20%;
    color: white;
    padding: 0px 50px;
    margin: auto 1px;
    text-align: center;
}
.foot-mail a {
    text-decoration: none;
    color: white;
}
.footer-end {
    background-color: #03164c;
    display: flex;
    justify-content: space-between;
    height: 20px;
    padding: 5px;
    text-align: center;
    color: rgba(255, 255, 255, 0.932);
    font-size: 14px;
    align-items: center;
    border: 0;
    border-top: 1px solid rgba(245, 245, 245, 0.377);
}
#copyright {
    float: left;
    padding-left: 10px;
}
#developer {
    float: right;
    padding-right: 15px;
}
/*SCROLLBAR*/
/* width */
::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: whitesmoke;
    border: 0;
    border-radius: 4px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #f8b13a;
    border: 0;
    border-radius: 4px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #03164c8e; 
  }  