@import url("https://fonts.googleapis.com/css2?family=Jacques+Francois+Shadow&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



* {

    font-family: "Inter", sans-serif;
    margin:0;
    padding:0;
    box-sizing: border-box;
    outline: none;
    border:none;
    font-weight:300;
    text-decoration:none;
    text-transform:capitalize;
    transition: all 0.2s linear;
}

html{
    font: size 62.5%;
   
}
body{
    background:#212531;
    margin:0;
}
header{
    margin:0px;
    position: relative;
}
::placeholder {
    color: black;
}

a{
    text-decoration: none;
    color: #fff;
}

a#contact-us {
    font-size: 20px;
    background: white;
    padding: 20px 15px;
    color: #212531;
    border-radius: 10px;
    border: 2px solid white;
}

ul{
    list-style: none;
}


.logo{
    font-size: 2.5rem;
    font-weight: bolder;
    color: #666;
    display: inline-block;
}

.logo i{
    padding-right: 2rem;
    color: black;
}

.order{
    text-shadow: -1px -1px 0 yellow, 1px -1px 0 yellow, -1px 1px 0 yellow, 1px 1px yellow;
}


.nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #283a43bd;
    color: white;
    height: 65px;
    padding: 1.6em;
    font-size: 25px;
    border-bottom: 0.1px solid;
}

.menu li:hover{
    cursor: pointer;
    transform: scale(1.2);
}

.menu{
    display:flex;
    flex-direction:row;
    list-style-type: none;
    margin:0;
}

.menu>li{
    margin: 0 1rem;
    overflow: hidden;
    padding:5px;
}

.menu-button-container{
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu-toggle{
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after{

    display: block;
    background-color: black;
    position: absolute;
    height: 6px;
    width: 32px;
    border-radius: 3px;
    color: white;
}

.menu-button::before{
    content: "";
    margin-top: -8px;
}

.menu-button::after{
    content: "";
    margin-top: 8px;
}


#menu-toggle:checked+.menu-button-container .menu-button::before{
    margin-top: 0px;
    transform: rotate(45deg);
}

#menu-toggle:checked+.menu-button-container .menu-button{
    background: rgba(255, 255, 255,0);
}

#menu-toggle:checked+.menu-button-container .menu-button::after{
    margin-top: 0px;
    transform: rotate(-45deg);
}


li#about-aquas {
    display: none;
}

li#contact-mobile {
    display: none;
}

li#catalogue {
    display: none;
}

/* Header Banner */


section.main_banner {
    background-size: cover;
    background-image: url(Images/banner-1.png);
    height: 690px;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    margin-top: -80px;
}


.col-md-1 {
    padding-top: 350px;
    text-align: center;
    color: #fff;
}

p#eyebrow {
    font-size: 14px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
}

p#body {
    font-size: 14px;
    line-height: 21px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

h3#title {
    font-size: 55px;
    font-family: "Roboto", sans-serif;
    font-weight:400;
   

}

a#view_catalog-banner {
    font-size: 18px;
    background: white;
    padding: 11px 18px;
    color: #212531;
    /* border-radius: 10px; */
    border: 2px solid white;
}


section.section_2 {
    background: #fff;
   
}

.col-sm-1 img {
    margin-left: 120px;
    width: 30%;
}

.col-md-12 {
    display: flex;
    height: 500px;
    width: 100%;
}

.col-sm-1 {
    display: flex;
    flex-direction: column;
    width: 18% !important;
}

.col-sm-2 {
    flex-direction: column;
    display: flex;
    width: 70%;
    margin-top: 74px;
}

h3 {
    font-size: 45px;
    font-family: "Roboto", sans-serif;
    font-weight:400;
}


.inner-row {
    display: flex;
    width: 90%;
    margin-left: 16%;
}

.col-1 {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.col-2 {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.col-1 p {
    font-size: 15px;
    padding: 30px 15px;
    line-height: 20px;
    font-weight:400;
}

.col-2 p {
    font-size: 15px;
    padding: 30px 15px;
    line-height: 20px;
    font-weight:400;
}

section.section_2_mob {
    display:none;
}

h3#prod-cat-title {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 25px;
}

section.section_3_desk {
    padding-top: 100px;
    background: linear-gradient( to top, #0F3B58 0%, #0F3B58 30%, #091D30 20%, #091D30 100% );
    display:block;
}

.col-prod-1 {
    text-align: center;
    color: #FFFFFF;
}

.cat-grid {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 90%;
}

.cat-col-1 {
    display: flex;
    flex: 1;
    flex-direction: column;
    height:700px;
}

.cat-col-2 {
    display: flex;
    flex: 1;
    flex-direction: column;
    height:700px;
}

.cat-col-3 {
    display: flex;
    flex: 1;
    flex-direction: column;
    height:700px;
}

.cat-content {
    width: 90%;
    
    background: #fff;
    margin-top: -6px;
    padding: 15px;
    text-align: left;
    padding-right: 0px;
    padding-bottom: 0px;
}

.cat-content a{
    color: #000;
    float: right;
    padding: 10px;
    border-top: 1px solid;
    border-left: 1px solid;
}


h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 30px;
}

.cat-content p {
    font-size: 14px;
    padding-top:10px;
}


section#splide01 {
    background: linear-gradient( to top, #0F3B58 0%, #0F3B58 30%, #091D30 20%, #091D30 100% );
    display: none;
}

section.section_4_desk {
    display: block;
}

section.section_4_mob {
    display: none;
}

.sec-5-col-1 {
    text-align: center;
    padding: 100px 0px 40px 0px;
}

h5#sec-5-title {
    font-size: 45px;
}

.sec-5-col-2 .row {
    display: flex;
    width: 76%;
    margin: auto;
    text-align: center;
}

.sec-1-col-1 {
    display: flex;
    flex-direction: column;
    flex: 1;
    border-right: 1px solid #C5CEC4;
    text-align: center;
    align-items: center;
}

.sec-1-col-2 {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
    margin: auto;
    border-right: 1px solid #C5CEC4;
    text-align: center;
    align-items: center;
}

.sec-1-col-3 {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
    align-items: center;
}

h6 {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color:#0F3B58;
}


section.section_5_desk {
    background: #fff;
}

.sec-1-col-1 p {
    font-size: 14px;
    padding: 15px 25px 25px 25px;
    line-height: 20px;
}

.sec-1-col-2 p {
    font-size: 14px;
    padding: 15px 25px 25px 25px;
    line-height: 20px;
}

.sec-1-col-3 p {
    font-size: 14px;
    padding: 15px 25px 25px 25px;
    line-height: 20px;
}

section.section_7_desk {
    background: #DDDDDB;
    padding: 60px;
}

section.section_7_desk .row {
    display: flex;
}

.sec_col_7_1 {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
    align-items: center;
}

.sec_col_7_2 {
    display: flex;
    flex: 1;
    flex-direction: column;
}

h5#reach_out_to_us {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 25px;
    letter-spacing:2px;
}

input#name {
    height: 45px;
    width: 70%;
    margin-bottom: 10px;
}

input#email {
    height: 45px;
    width: 70%;
    margin-bottom: 10px;
}

input#contact {
    height: 45px;
    width: 70%;
    margin-bottom: 10px;
}

textarea#message {
    height: 150px;
    width: 70%;
    margin-bottom: 10px;
    padding-top: 10px;
}


input[type="submit"] {
    background: #091D30;
    padding: 10px;
    color: #fff;
    width: 22%;
    float: right;
    margin-right: 30%;
}

h6 {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #1C1C1C;
    text-align: left;
}

section.footer {
    background: #091D30;
    padding: 50px 30px;
}

section.footer .row {
    display: flex;
}

.footer-col-1 {
    display: flex;
    flex-direction: column;
    width:33%;
    text-align: center;
    align-items: center;
}

a#view_catalogue {
    background: #fff;
    color: #000;
    padding: 10px;
    font-size: 14px;
}

.footer-col-2 {
    display: flex;
    flex-direction: column;
    width:22%;
}

.footer-col-3 {
    display: flex;
    flex-direction: column;
    width:44%;
}


section.bottom-footer {
    background: #091D30;
}

section.bottom-footer .row {
    display: flex;
    width: 80%;
    margin: auto;
    padding: 20px 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}

.bottom-foot-1 {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.bottom-foot-2 {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.bottom-foot-3 {
    display: flex;
    flex: 1;
    flex-direction: column;
}

section.bottom-footer {
    display: block;
}

ul.menu.nav-desk {
    display: flex;
}

ul.menu.nav-mob {
    display: none;
}









.home{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    min-height:100vh;
    align-items: center;
}

.home .content{
    flex: 1 1 40rem;
    padding-top: 6.5rem;
    padding-left:3rem;
}

.home .image{
    flex: 1 1 30rem;
}

.home .image img{
    width: 90%;
    height: 90%;
    padding: 1rem;
    animation: float 3s linear infinite;
}

@keyframes float {
    0%,
    100%{
        transform: translate(0rem);
    }

    50%{
        transform: translate(3rem);

    }

}

.home .content h3{
    font-size: 4rem;
    color: white;
}

.yellowColor{
    color:yellow;
}

.mainfont{
    font-family: "Jacques Francois Shadow", cursive;
}

.home .content p{
    font-size:1.2rem;
    color: white;
    padding: 1rem 0;
}

.heading{
    text-align:center;
    font-size: 3.5rem;
    padding: 1rem;
    color: #666;
}

.btn{
    display:inline-block;
    padding: 0.5rem 1.5rem;
    border: 0.2rem solid white;
    color:white;
    cursor:pointer;
    font-size: 1.7rem;
    border-radius: 0.5rem;
    position: relative;
    overflow: hidden;
    z-index: 0;
    margin: 1rem 1rem 0 0;
}

.btn:hover{
    color:#fff;
}




@media (max-width: 450px){
    html{
        font-size: 50%;
        overflow-x: hidden;
        overflow-y: scroll;
        text-align:center;
    }

}



/* Media queries*/

@media (max-width: 991px) {
    html{
        font-size: 55%;
    }

    header{
        padding: 0px;
    }
    section{
        padding: 2rem;
    }

}










@media (max-width: 768px) {
    
    
    .logo a img {
    width: 120px !important;
}
    
    ul.menu.nav-desk {
    display: none;
}

ul.menu.nav-mob {
    display: block;
}

    
    .logo{
        margin-top:13px;
    }
    
    .nav{
        padding:1em;
        padding-left:0px;
    }

    .menu-button-container{
        display:flex;
    }
    
    .menu{
        position:absolute;
        top: 0;
        left: 0;
        margin-top: 60px;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }
    
    a#contact-us {
    font-size: 20px;
    background: white;
    padding: 5px 10px 10px 10px;
    color: #212531;
    border-radius: 0px;
    border: 2px solid white;
}


li#about-aquas {
    display: block;
    text-align:left;
}

li#contact-mobile {
    display: block;
    text-align:left;
}

a#view-catalogue {
    font-size: 20px;
    background: white;
    padding: 5px 10px 10px 10px;
    color: #212531;
    border-radius: 0px;
    border: 2px solid white;
}

li#contact-desk {
    display: none;
}

li#catalogue {
    display: block;
    text-align:left;
}

    .menu li:hover{
        transform: scale(1);
    }
    
    .menu-button,
.menu-button::before,
.menu-button::after{

    display: block;
    background-color: white;
    position: absolute;
    height: 6px;
    width: 32px;
    border-radius: 3px;
    color: white;
}

    li.arrow {
        display: none !important;
    }

    #menu-toggle~.menu li{
       height: 0;
       margin:0;
       padding: 0;
       border: 0;
    }

    #menu-toggle:checked~.menu li{
        border: 1px solid #9f9a9a;
        height: 2.5em;
        padding: 0.5em;
    }

    .menu>li{
        display: flex;
        justify-content: left;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: black;
        background-color: #091D30;

    }

    .menu>li:not(:last-child){
        border-bottom: 1px solid #444;
    }
    
    
    section.main_banner {
    background-size: cover;
    background-image: url(Images/banner-mob-1.png);
    height: 610px;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    margin-top: -80px;
}


.col-md-1 {
    padding-top: 230px;
    text-align: center;
    color: #fff;
}

p#eyebrow {
    font-size: 13px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
}

h3#title {
    font-size: 32px;
    font-family: "Roboto", sans-serif;
}

p#body {
    font-size: 11px;
    line-height: 17px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

a#view_catalog-banner {
    font-size: 14px;
    background: white;
    padding: 11px 18px;
    color: #212531;
    /* border-radius: 10px; */
    border: 2px solid white;
}


section.section_2 {
    display: none;
}

section.section_2_mob {
    background: #fff;
    display:block;
    padding:0px;
}

h3 {
    font-size: 25px;
    font-family: "Roboto", sans-serif;
}

.inner-row {
    display: block;
    width: 100%;
    margin-left: 0px;
    text-align: left;
}

.col-1 p {
    font-size: 15px;
    padding: 15px 5px;
    line-height: 20px;
    padding-bottom: 0px;
    font-weight:400;
}

.col-2 p {
    font-size: 15px;
    padding: 15px 5px;
    line-height: 20px;
    font-weight:400;
}

.col-sm-mb-1 {
    padding: 15px;
}

section#splide01 {
    background: linear-gradient( to top, #0F3B58 0%, #0F3B58 30%, #091D30 20%, #091D30 100% );
    display: block;
}
section.section_3_desk {
    padding-top: 100px;
    background: linear-gradient( to top, #0F3B58 0%, #0F3B58 30%, #091D30 20%, #091D30 100% );
    display:none;
}

.cat-col-2 {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 510px;
    margin: auto;
}

.cat-col-1 {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 510px;
    margin: auto;
    text-align: center;
}

.cat-col-3 {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 510px;
    margin: auto;
}

h3#prod-cat-title {
    font-family: "Inter", sans-serif;
    font-weight: lighter;
    letter-spacing: 3px;
    font-size: 18px;
}

.cat-content {
    width: 100%;
    background: #fff;
    margin-top: -6px;
    padding: 15px;
    text-align: left;
    padding-right: 0px;
    padding-bottom: 0px;
}

.cat-content p {
    font-size: 12px;
    padding-top:10px;
}

h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 24px;
}

section.section_4_desk {
    display: none;
}

section.section_4_mob {
    display: block;
    padding:0px;
}


.sec-5-col-2 .row {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
}

.sec-1-col-1 {
    display: flex;
    flex-direction: column;
    flex: 1;
    border-bottom: 1px solid #C5CEC4;
    text-align: center;
    align-items: center;
    border-right: 0px;
}


.sec-1-col-2 {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: auto;
    border-bottom: 1px solid #C5CEC4;
    text-align: center;
    align-items: center;
    padding-top: 30px;
    border-right: 0px;
}

.sec-1-col-3 {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
    align-items: center;
    padding-top: 30px;
}

.sec-1-col-1 img {
    width: inherit !important;
}

.sec-1-col-2 img {
    width: inherit !important;
}

.sec-1-col-3 img {
    width: inherit !important;
}

.sec-5-col-1 {
    text-align: center;
    padding: 30px 0px 40px 0px;
}

h5#sec-5-title {
    font-size: 21px;
}


section.section_7_desk {
    background: #DDDDDB;
    padding: 30px;
}

section.section_7_desk .row {
    display: block;
}

.sec_col_7_1{
    display:none;
}

input#name {
    height: 45px;
    width: 100%;
    margin-bottom: 10px;
}

input#email {
    height: 45px;
    width: 100%;
    margin-bottom: 10px;
}

input#contact {
    height: 45px;
    width: 100%;
    margin-bottom: 10px;
}

textarea#message {
    height: 150px;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 10px;
}

input[type="submit"] {
    background: #091D30;
    padding: 10px;
    color: #fff;
    width: 40%;
    float: right;
    margin-right: 0px;

}

section.footer .row {
    display: block;
}

.footer-col-1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    align-items: center;
}

.footer-col-1 img {
    width: 60% !important;
}

.footer-col-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 40px;
}

.footer-col-3 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

section.bottom-footer {
    display: none;
}

.footer-col-2 a {
    font-size: 16px;
}


}