@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Rubik:wght@400;500;600;700&display=swap');

:root{
    --main: #06ceca;
    --second-color: #091E3E;
    --light-color: #666;
    --box-shadow:.5rem .5rem 0 rgba(110, 110, 110, 0.2);
    --text-shadow:.4rem .4rem 0 rgba(0,0,0, .2);
    --border:.2rem solid var(--main);
}

*{
    font-family: 'Nunito',  sans-serif;
    margin: 0; padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .2s linear;
}

html,body{
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 7rem;
}


section{
    padding: 2rem 9%;
    padding-block: 2rem;
}
.flex{
    display: flex;
    align-items: center;
    column-gap: .5rem;
}


/*==========Header Top Section CSS===========*/

.header-top{
    position: sticky;
    width: 100%;
    height: 35px;
    background-color: #182b3a;
    background: linear-gradient(-45deg, #08d3cf, #037472);
    padding-block: 2px;
}

.header-top .container, .header-top-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: left;
    list-style: none;
}

.header-top .container{
    gap: 8px 20px;
}

.header-top-list{
    gap: 15px;
}

.header-top-link{
    color: #eee;
    font-size: 1.5rem;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.header-top-link:is(:hover, :focus){
    color: #fff;
}

.header-top-link i{
    color: #fff;
    font-size: 2rem;
}

.header-top .wrapper,
.header-top-social-list{
    display: flex;
    align-items: left;
    list-style: none;
}

.header-top .wrapper{
    gap: 20px;
}

.header-top-social-list{
    gap: 8px;
    margin-left: 70rem;
}

.header-top-social-list li a i{
    display: flex;
    width: 28px;
    height: 28px;
    background: #eee;
    color: #096DA3;
    font-size: 15px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: 0.4s;
}

.header-top-social-list li a i:hover{
    background: var(--main);
    color: #fff;
}



.header-top-link span{
    color: #fff;
    font-size: 1.3rem;
    text-transform: none;
    cursor: pointer;
    margin-left: 5px;
}

.header-top-link i{
    color: #fff;
    font-size: 1.5rem;
    margin-left: 1rem;
}



/*==========Header Section CSS===========*/
.header {
    position: sticky;
    top: 50px; left: 0; right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 7%;
    background: #fff;
    box-shadow: var(--box-shadow);
    cursor: pointer;
}

.header .logo img{
    width: 100%;
    height: 100%;
    margin-left: -3rem;
}

.header .logo span{
    color: var(--main)
}
.header .logo i{
    color: var(--main);
}

.header .navbar #caret_right {
    margin-left: 12rem;
}

.header .navbar #caret_right_1 {
    margin-left: 9rem;
}

.header .navbar #caret_right_2 {
    margin-left: 11rem;
}

.header .navbar ul{
    list-style: none;
}

.header .navbar ul li{
    position: relative;
    float: left;
}

.header .navbar ul li a{
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: none;
    color: #020202;
}
.header .navbar ul li ul{
    position: absolute;
    left: 0;
    border: var(--border-1);
    width: 200px;
    background: #fff;
    display: none;
}

.header .navbar ul li ul li{
    width: 100%;
    border-top: 1px solid rgba(0,0,0,.1);
}

.header .navbar ul li ul li ul{
    left: 210px;
    top: 5px;
}

.header .navbar ul li a:hover{
    background: var(--main);
    color: #fff;
}


.header .navbar ul li:focus-within > ul,
.header .navbar ul li:hover > ul{
    display: initial;
}

.arrow{
    position: absolute;
    width: 11px;
    height: 11px;
    top: -6.5px;
    left: 0px;
    background-color: #fff;
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s ease;
    z-index: -1;
}

.header .navbar ul li:first-child:hover ~ .arrow{
    background-color: #06A3DA;
}

.header .navbar ul li .arrow{
    top: 10px;
    left: -5px;
}

.header .icons div{
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    border-radius: .5rem;
    background: #EEEEEE;
    color: var(--second-color);
    font-size: 2rem;
    cursor: pointer;
    margin-left: .3rem;
    text-align: center;
}

.header .icons div:hover{
    background: var(--main);
    border-radius: 50%;
    color: #fff;
}

#menu-btn{
    display: none;
}

/*==========Header Section search icon===========*/
.header .search-form{
    position: absolute;
    top: 110%; right: -110%;
    width: 50rem;
    height: 5rem;
    background: #fff;
    border-radius: .5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    box-shadow: var(--box-shadow);
}

.header .search-form.active{
    right: 2rem;
    transition: .4s linear;
}

.header .search-form input{
    height: 100%;
    width: 100%;
    background: none;
    text-transform: none;
    font-size: 1.6rem;
    color: var(--second-color);
    padding: 0 1.5rem;
}

.header .search-form label{
    font-size: 2.2rem;
    padding-right: 1.5rem;
    color: var(--second-color);
    cursor: pointer;
}

.header .search-form label:hover{
    color: var(--main);
}


/*==========Scroll Progress Button Section CSS===========*/
#progress{
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 60px;
    height: 60px;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    cursor: pointer;
    z-index: 1000;
}

#progress_value{
    display: block;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 2rem;
    color: var(--green);
}

/*==========Breadcrumb Section CSS===========*/
.breadcrumb{
    background: #f1f4f8;
    padding-block: 1.5rem;
    margin-top: 3rem;
}

.breadcrumb_list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.75rem;
    list-style: none;
}


.breadcrumb_list li a{
    color: #000;
    font-size: 1.8rem;
}

.breadcrumb_list li a:hover{
    color: #005c5a;
}


.breadcrumb_list li span{
    color: #000;
    font-size: 1.8rem;
}

/*==========Product Details Section CSS===========*/

.details_container{
    display: grid;
    grid-template-columns: 5.5fr 6.5fr;
    gap: 3rem;
}

.details_img{
    width: 100%;
    margin-bottom: 0.5rem;
}

.details_small_img{
    width: 100%;
    cursor: pointer;
}

.details_small_image{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: .625rem;
}

.details_title{
    font-size: 2.2rem;
    line-height: 1.5;
}

.details_price{
    margin-top: 1rem;
    border-top: 1px solid hsl(113, 15%, 90%);
    border-bottom: 1px solid hsl(113, 15%, 90%);
    padding-block: 1rem;
    column-gap: 1rem;
}

.details_price .new_price{
    color: #037472;
    font-weight: 700;
    font-size: 2.5rem;
}


.details_price .product_code{
    color: #037472;
    font-weight: 700;
    font-size: 1.5rem;
}
.short_description{
    margin-block: 1rem 2rem;
    font-size: 1.5rem;
    font-weight: 500;
}

.list_item{
    font-size: 1.5rem;
    margin-bottom: .75rem;
    list-style: none;
}

.list_item i{
    color: #096DA3;
}

.details_size{
    display: flex;
    column-gap: 1rem;
    margin-block: 2rem 1.5rem;
    margin-bottom: 3.5rem;
}


.details_select select{
    display: block;
    padding: 5px 28px;
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 2rem;
    border-radius: 5px;
    border: 1px solid #333;
}

.details_size_title{
    font-size: 1.8rem;
    font-weight: 600;
}

.size_list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.55rem;
    list-style: none;
}

.size_link{
    border: 1.5px solid hsl(113, 25%, 90%);
    padding: 0.375rem 0.75rem 0.5rem;
    color: #333;
    font-size: 1.3rem;
}

.size_link:hover{
    background: #037472;
    color: #fff;
}

.size-active{
    background: #037472;
    color: #fff;
}

.details_action{
    display: flex;
    column-gap: 0.375rem;
    margin-bottom: 3.25rem;
    border-bottom: 1px solid hsl(113, 15%, 90%);
    padding-bottom: 5rem;
}

.quantity,
.details_action .btn{
    border: 1px solid #707077;
    font-size: 1.5rem;
}

.quantity{
    max-width: 60px;
    padding-block: 0.5rem;
    padding-inline: 1rem 0.5rem;
    border-radius: 0.25rem;
    
}

.details_action{
    margin-top: 5rem;
}
.details_action .btn{
    font-size: 15px;
    font-weight: 600;
    padding: 12px 50px;
    text-transform: uppercase;
    color: #fff;
    background: #037472;
    cursor: pointer;
    border-radius: 25rem;
    border: 2px solid #fff;
    outline: none;
    transition: all 0.3s ease;
}

.details_action .btn:hover{
    color: #020202;
    background: none;
    border: 2px solid #037472;
}

/*==========Contact Section CSS===========*/
.contact_us{
    position: absolute;
    top: 80%;
    left: 30%;
    transform: translate(-50%, -50%) scale(1.25);
    width: 100%;
    padding: 40px 100px;
    display: none;
    opacity: 0;
    transition: top 0ms ease-in-out 0ms,
                opacity 200ms ease-in-out 0ms,
                transform 200ms ease-in-out 0ms;
}

.contact_us.active{
    top: 80%;
    display: block;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: top 0ms ease-in-out 200ms,
    opacity 200ms ease-in-out 0ms,
    transform 200ms ease-in-out 0ms;
}


.contact_us .form{
    grid-area: form;
}

.contact_us .contact{
    padding: 40px;
    background: #fff;
    box-shadow: 5px 5px 10px #333;
}

.contact_us .box{
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 5fr 4fr;
    grid-gap: 20px;
    margin-top: 20px;
}


.contact_us .box h3{
    font-size: 3rem;
}

.formBox{
    position: relative;
    width: 100%;
}

.formBox .row50{
    display: flex;
    gap: 20px;
}

.inputBox{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: 50%;
}


.inputBox textarea{
    padding: 10px;
    margin-bottom: 5px;
    outline: none;
    border: 1px solid #333;
    resize: none;
    min-height: 220px;
    margin-bottom: 10px;
    text-transform: none;
}

.formBox .row100 .inputBox{
    width: 100%;
}

.formBox span{
    font-size: 1.8rem;
    color: #3d3d3d;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 700;
}

.inputBox button[type="submit"]{
    color: #fff;
    background-color: #182b3a;
    background-image: linear-gradient(315deg, #182b3a 0%, #096DA3 74%); 
    border: none;
    border: none;
    font-size: 1.5rem;
    width: 100%;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    padding: 10px 11px;
    transition: all 0.5s ease-in;
}

.inputBox button[type="submit"]:hover{
    color: #fff;
    background-color: #182b3a;
    background-image: linear-gradient(-315deg, #182b3a 0%, #096DA3 74%); 
}

.inputBox::placeholder{
    color: #999;
}

.formBox .inputBox .error_text{
    font-size: 14px;
    color: #d93036;
    text-align: left;
    margin: -5px 0 10px;
    margin-top: 5px;
    display: none;
}


.inputBox .item{
    padding: 10px;
    margin-bottom: 5px;
    outline: none;
    border: 1px solid hsl(100, 2%, 69%);
    text-transform: none;
}

.inputBox.error .item{
    border-color: #d93036;
}


.inputBox.error .error_text{
    display: block;
}



.contact_section .close_btn{
    position: absolute;
    right: 3%;
    top: 13%;
    font-size: 2.5rem;
    font-weight: 700;
    cursor: pointer;
}

.contact_section .close_btn:hover{
    color: #005c5a;
}


/*==========Footer Section CSS===========*/

.footer{
    background: #fff;
    border-top: 2px dashed #8f8c8c;
}

.footer .box-container .box .payment-img{
    width: 100%;
    margin-top: 1rem;
}


.footer .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 1.5rem;
}

.footer .box-container .box h3{
    font-size: 2.5rem;
    color: var(--black);
    padding: 1rem 0;
}


.footer .box-container .box h4{
    font-size: 1.8rem;
    color: var(--black);
    padding: 1rem 0;
}
.footer .box-container .box h3 span{
    color: var(--main);
}

.footer .box-container .box h3 i{
    color: var(--main);
}

.footer .box-container .box .links{
    display: block;
    font-size: 1.5rem;
    color: var(--light-color);
    padding: 1rem 0;
    text-transform: none;
}

.footer .box-container .box .links i{
    color: var(--main);
    padding-right: .5rem;
}

.footer .box-container .box .links:hover i{
    padding-right: 2rem;
}
.footer .box-container .box p{
    line-height: 1.8;
    font-size: 1.5rem;
    color: var(--light-color);
    padding: 1rem 0;
}

.footer .box-container .box .share a{
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    border-radius: .5rem;
    font-size: 2rem;
    color: var(--black);
    margin-left: .2rem;
    background: #eee;
    text-align: center;
}

.footer .box-container .box .share a:hover{
    background: var(--main);
    color: #fff;
}


.footer .box-container .box .payment-img{
    width: 80%;
    margin-top: 1rem;
}


.footer .credit{
    text-align: center;
    text-transform: none;
    margin-top: 2rem;
    padding: 1rem;
    padding-top: 2.5rem;
    font-size: 2rem;
    color: var(--black);
    border-top: var(--border);
}

.footer .credit span{
    color: #02918e;
    font-weight: 600;
}

.footer .credit a{
    text-transform: none;
    font-size: 2rem;
    font-weight: 600;
    transition: all .3s ease;
}

.footer .credit a:hover{
    color: #02918e;
    text-decoration: underline;
}



/*==========Footer Product Section CSS===========*/

.footer .box-container-1{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 1.5rem;
    border-bottom: 1px solid #b2bec3;
}

.footer .box-container-1 .text_flex{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}



.footer .box-container-1 .box_1 h3{
    font-size: 2.5rem;
    color: var(--black);
    padding: 1rem 0;
}

.footer .box-container-1 .box_1 h3 i{
    color: var(--main);
}

.footer .box-container-1 .box_1 .links{
    display: block;
    font-size: 1.5rem;
    color: var(--light-color);
    padding: 1rem 0;
    text-transform: none;
}

.footer .box-container-1 .box_1 .links i{
    color: var(--main);
    padding-right: .5rem;
}

.footer .box-container-1 .box_1 a:hover{
    color: #02a57c;
}
.footer .box-container-1 .box_1 p{
    line-height: 1.8;
    font-size: 1.5rem;
    color: var(--light-color);
    padding: 1rem 0;
}

/*==========Responsive Header Top Section CSS===========*/

@media (max-width: 920px){
    .header-top{
        height: 60px;
        background: linear-gradient(-45deg, #4edfdc, #1B4544);
        padding-block: 2px;
    }
    
        .header-top-link{
            display: flex;
            color: #fff;
            font-size: 5px;
            font-weight: 500;
            margin-left: 1.5rem;
          }
    
          .header-top-link i{
                color: #fff;
                font-size: 1rem;
             }
    
             .header-top-social-list li a i{
                display: none;
            }
        }


/*==========Responsive media queries===========*/

@media (max-width:991px){
    html{
        font-size: 55%;
    }
    .header{
        padding: 2rem;
    }

    .header .logo img{
        width: 150px;
        height: 60px;
        margin-left: 1rem;
    }
    section{
        padding: 2rem;
    }


}

@media (max-width:991px){

    #menu-btn{
        display: inline-block;
    }

    .header .search-form{
        width: 90%;
    }
    .header .logo {
        font-size: 1.5rem;
    }


    header .navbar{
        position: absolute;
        top: 100%; left: 0; right: 0;
        background: #fff;
        border-top: .1rem solid rgba(0,0,0,.2);
        border-bottom: .1rem solid rgba(0,0,0,.2);
        padding: 1rem;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        width: 100%;
        font-size: 62.5%;
        height: 500px;
        overflow-x: hidden;
        margin: 0;
        padding: 0;
        scroll-behavior: smooth;
        scroll-padding-top: 5.5rem;
    }

    header .navbar.active{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    header .navbar a{
        display: block;
        margin-bottom: 0.5rem;
        font-size: 2rem;
        background: #eee;
    }

    header .navbar a:hover{
        background: var(--main);
    }

    .header .navbar ul li a:hover{
        color: #fff;
    }

    .header .navbar ul li{
        width: 100%;
    }

    .header .navbar ul li ul{
        position: relative;
        width: 100%;
    }

    .header .navbar ul li ul li{
        background: #fff;
    }
    .header .navbar ul li ul li ul{
        width: 100%;
        left: 0;
    }
    .header .navbar.active{
        right: 0.5rem;
        transition: .4s linear;
    }

    .header .navbar #caret_right {
        margin-left: 35rem;
    }
    
    .header .navbar #caret_right_1 {
        margin-left: 35rem;
    }
    
    .header .navbar #caret_right_2 {
        margin-left: 35rem;
    }

    header .navbar a:hover #caret_right{
        transform: rotate(90deg);
    }

    header .navbar a:hover #caret_right_1{
        transform: rotate(90deg);
    }

    header .navbar a:hover #caret_right_2{
        transform: rotate(90deg);
    }

    .product_container{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }

    .details_container{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem;
    }


    .footer .box-container .box a img{
        width: 100%;
        height: 100px;
    }

    .footer .credit{
        text-align: center;
        margin-top: 2rem;
        padding: 1rem;
        padding-top: 2.5rem;
        font-size: 1.5rem;
        color: var(--black);
        border-top: var(--border);
    }
    
    .footer{
        text-align: left;
    }

    .details_action .btn{
        font-size: 12px;
        font-weight: 600;
        padding: 10px 15px;
        text-transform: uppercase;
        color: #fff;
        background: #037472;
        cursor: pointer;
        border-radius: 0.25rem;
        border: 2px solid #fff;
        outline: none;
        transition: all 0.3s ease;
    }
    
}


@media only screen and (max-width: 768px){
    html,body{
        width: 100%;
        overflow-x: hidden;
    }    
    
}




/*========== Responsive Contact Info Section CSS===========*/
@media (max-width:450px){

    .contact_us{
        position: absolute;
        top: 100%;
        left: 30%;
        transform: translate(-50%, -50%) scale(1.25);
        width: 100%;
        padding: 40px 100px;
        display: none;
        opacity: 0;
        transition: top 0ms ease-in-out 0ms,
                    opacity 200ms ease-in-out 0ms,
                    transform 200ms ease-in-out 0ms;
    }
    
    .contact_us.active{
        width: 100%;
        top: 600px;
        display: block;
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        transition: top 0ms ease-in-out 200ms,
        opacity 200ms ease-in-out 0ms,
        transform 200ms ease-in-out 0ms;
    }

    .contact_us .box{
        position: absolute;
        grid-template-columns:  1fr;
        grid-template-rows: auto;
        z-index: 1000;
    }
    
    .formBox .row50{
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        width: 100%;
    }

    .info .infoBox input{
        width: 100%;
    }

    .inputBox input{
        width: 250px;
        padding: 10px;
        margin-bottom: 5px;
        outline: none;
        border: 1px solid #333;
        text-transform: none;
    }

    .contact .close_btn{
        position: absolute;
        right: -100%;
        top: 7%;
        font-size: 2.5rem;
        font-weight: 700;
        cursor: pointer;
    }

    .details_select select{
        display: block;
        width: 250px;
        margin-bottom: 20px;
        margin-top: 0px;
        font-size: 2rem;
        border-radius: 5px;
        border: 1px solid #333;
    }


    
}



/*========== Responsive Contact Info Section CSS===========*/
@media (max-width:370px){

    .contact_us{
        position: absolute;
        top: 100%;
        left: 15%;
        transform: translate(-50%, -50%) scale(1.25);
        width: 100%;
        padding: 40px 100px;
        display: none;
        opacity: 0;
        transition: top 0ms ease-in-out 0ms,
                    opacity 200ms ease-in-out 0ms,
                    transform 200ms ease-in-out 0ms;
    }
    
    .contact_us.active{
        width: 100%;
        top: 600px;
        display: block;
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        transition: top 0ms ease-in-out 200ms,
        opacity 200ms ease-in-out 0ms,
        transform 200ms ease-in-out 0ms;
    }

    .contact_us .box{
        position: absolute;
        grid-template-columns:  1fr;
        grid-template-rows: auto;
        z-index: 1000;
    }
    
    .formBox .row50{
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        width: 100%;
    }

    .info .infoBox input{
        width: 100%;
    }

    .inputBox input{
        width: 250px;
        padding: 10px;
        margin-bottom: 5px;
        outline: none;
        border: 1px solid #333;
        text-transform: none;
    }

    .contact .close_btn{
        position: absolute;
        right: -100%;
        top: 7%;
        font-size: 2.5rem;
        font-weight: 700;
        cursor: pointer;
    }


    .details_select select{
        display: block;
        width: 250px;
        margin-bottom: 20px;
        margin-top: 0px;
        font-size: 2rem;
        border-radius: 5px;
        border: 1px solid #333;
    }

    
}

