@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;
}

.new_price{
    color: #00a19f;
    font-weight: 800;
    font-size: 1.7rem;
}

.old_price{
    color: #020202;
    font-size: 1rem;
    text-decoration: line-through;
}

/*==========Heading Section CSS===========*/
.heading{
    margin-bottom: 5rem;
}
.heading .container_1{
    position: absolute;
    left: 35%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 50px;
    line-height: 50px;
    margin-top: 5rem;
    border-bottom: 2px solid #020202;
    overflow: hidden;
}

.heading .container_1 span{
    color: #fff;
    font-size: 2rem;
    background: #018481;
    display: inline-block;
    padding: 0px 20px;
    text-transform: uppercase;
}

.heading .container_1 span::before{
    position: absolute;
    content: '';
    width: 80%;
    height: 100%;
    background: #018481;
    z-index: -1;
    transform: rotate(45deg);
}


/*==========Heading Section CSS===========*/
.heading{
    margin-bottom: 5rem;
}
.heading .container_2{
    position: absolute;
    left: 39%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 50px;
    line-height: 50px;
    margin-top: 5rem;
    border-bottom: 2px solid #020202;
    overflow: hidden;
}

.heading .container_2 span{
    color: #fff;
    font-size: 2rem;
    background: #018481;
    display: inline-block;
    padding: 0px 20px;
    text-transform: uppercase;
}

.heading .container_2 span::before{
    position: absolute;
    content: '';
    width: 80%;
    height: 100%;
    background: #018481;
    z-index: -1;
    transform: rotate(45deg);
}


/*==========Heading Section CSS===========*/
.heading{
    margin-bottom: 5rem;
}
.heading .container_3{
    position: absolute;
    left: 28%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 50px;
    line-height: 50px;
    margin-top: 5rem;
    border-bottom: 2px solid #020202;
    overflow: hidden;
}

.heading .container_3 span{
    color: #fff;
    font-size: 2rem;
    background: #018481;
    display: inline-block;
    padding: 0px 20px;
    text-transform: uppercase;
}

.heading .container_3 span::before{
    position: absolute;
    content: '';
    width: 80%;
    height: 100%;
    background: #018481;
    z-index: -1;
    transform: rotate(45deg);
}

/*==========Heading Section CSS===========*/
.heading{
    margin-bottom: 5rem;
}
.heading .container_4{
    position: absolute;
    left: 31%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 50px;
    line-height: 50px;
    margin-top: 5rem;
    border-bottom: 2px solid #020202;
    overflow: hidden;
}

.heading .container_4 span{
    color: #fff;
    font-size: 2rem;
    background: #018481;
    display: inline-block;
    padding: 0px 20px;
    text-transform: uppercase;
}

.heading .container_4 span::before{
    position: absolute;
    content: '';
    width: 80%;
    height: 100%;
    background: #018481;
    z-index: -1;
    transform: rotate(45deg);
}

/*==========Heading Section CSS===========*/
.heading{
    margin-bottom: 5rem;
}
.heading .container_5{
    position: absolute;
    left: 26%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: 50px;
    line-height: 50px;
    margin-top: 5rem;
    border-bottom: 2px solid #020202;
    overflow: hidden;
}

.heading .container_5 span{
    color: #fff;
    font-size: 2rem;
    background: #018481;
    display: inline-block;
    padding: 0px 20px;
    text-transform: uppercase;
}

.heading .container_5 span::before{
    position: absolute;
    content: '';
    width: 80%;
    height: 100%;
    background: #018481;
    z-index: -1;
    transform: rotate(45deg);
}


/*==========Heading Section CSS===========*/
.heading{
    margin-bottom: 5rem;
}
.heading .container_6{
    position: absolute;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 50px;
    line-height: 50px;
    margin-top: 5rem;
    border-bottom: 2px solid #020202;
    overflow: hidden;
}

.heading .container_6 span{
    color: #fff;
    font-size: 2rem;
    background: #018481;
    display: inline-block;
    padding: 0px 20px;
    text-transform: uppercase;
}

.heading .container_6 span::before{
    position: absolute;
    content: '';
    width: 80%;
    height: 100%;
    background: #018481;
    z-index: -1;
    transform: rotate(45deg);
}

/*==========Heading Section CSS===========*/
.heading{
    margin-bottom: 5rem;
}
.heading .container_7{
    position: absolute;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 550px;
    height: 50px;
    line-height: 50px;
    margin-top: 5rem;
    border-bottom: 2px solid #020202;
    overflow: hidden;
}

.heading .container_7 span{
    color: #fff;
    font-size: 2rem;
    background: #018481;
    display: inline-block;
    padding: 0px 20px;
    text-transform: uppercase;
}

.heading .container_7 span::before{
    position: absolute;
    content: '';
    width: 80%;
    height: 100%;
    background: #018481;
    z-index: -1;
    transform: rotate(45deg);
}

/*==========Heading Section CSS===========*/
.heading{
    margin-bottom: 5rem;
}
.heading .container_8{
    position: absolute;
    left: 23%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 50px;
    line-height: 50px;
    margin-top: 5rem;
    border-bottom: 2px solid #020202;
    overflow: hidden;
}

.heading .container_8 span{
    color: #fff;
    font-size: 2rem;
    background: #018481;
    display: inline-block;
    padding: 0px 20px;
    text-transform: uppercase;
}

.heading .container_8 span::before{
    position: absolute;
    content: '';
    width: 80%;
    height: 100%;
    background: #018481;
    z-index: -1;
    transform: rotate(45deg);
}
/*==========Header Top Section CSS===========*/

.header-top{
    position: sticky;
    width: 100%;
    height: 35px;
    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: #037472;
    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);
}



/*==========Home Section CSS===========*/

.home_content{
    background: linear-gradient(to bottom, #08d3cf, #037472);
    height: 90vh;
    margin-top: 1rem;
}

.home_content h1{
    text-align: center;
    font-size: 10rem;
    z-index: 1;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: azonix;
}

.home_box ul li{
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-right: 1.2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid white;
    border-left: 0.3em solid transparent;
    list-style: none;
    opacity: 0;
    bottom: 0;
    left: 10vw;
    animation: animate 15s linear infinite;
}

.home_box ul li::before,
.home_box ul li::after{
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid white;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.home_box ul li::after{
    transform: rotate(35deg);
}

.home_box ul li:nth-child(2){
    left: 36vw;
    animation-delay: 2s;
}

.home_box ul li:nth-child(3){
    left: 22vw;
    animation-delay: 4s;
}


.home_box ul li:nth-child(4){
    left: 56vw;
    animation-delay: 6s;
}

.home_box ul li:nth-child(5){
    left: 76vw;
    animation-delay: 8s;
}


@keyframes animate{
    0%{
        transform: scale(0) rotate(0);
        opacity: 1;
        bottom: 0;
    }
    100%{
        transform: scale(5) rotate(360deg);
        opacity: 0;
        bottom: 90vh;
    }
}


/*==========Breadcrumb Section CSS===========*/
.breadcrumb{
    background: #f1f4f8;
    padding-block: 1.5rem;
    margin-top: 1rem;
}

.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;
}

/*==========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);
}

/*==========Contact Section CSS===========*/

body,
input,
textarea {
    font-family: 'Nunito',  sans-serif;
}

.container_contact {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 2rem;
    background-color: #fafafa;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .form-1 {
    width: 100%;
    max-width: 780px;
    min-height: 450px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .contact-form {
    background-color: #1abc9c;
    position: relative;
  }
  
  .circle {
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, #149279);
    position: absolute;
  }
  
  .circle.one {
    width: 130px;
    height: 130px;
    top: 130px;
    right: -40px;
  }
  
  .circle.two {
    width: 80px;
    height: 80px;
    top: 10px;
    right: 30px;
  }
  
  .contact-form:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #1abc9c;
    transform: rotate(45deg);
    top: 50px;
    left: -13px;
  }
  
  form {
    padding: 2.3rem 2.8rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
  }
  
  .title {
    color: #fff;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 0.7rem;
  }
  
  .input-container {
    position: relative;
    margin: 1.5rem 0;
  }
  
  .input {
    width: 100%;
    outline: none;
    border: 2px solid #fafafa;
    background: none;
    padding: 1.1rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    text-transform: none;
    letter-spacing: 0.5px;
    border-radius: 25px;
    transition: 0.3s;
  }
  
  textarea.input {
    padding: 2rem 1.2rem;
    min-height: 150px;
    border-radius: 22px;
    resize: none;
    overflow-y: auto;
  }
  
  .input-container label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #fafafa;
    font-size: 1.5rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
  }
  
  .input-container.textarea label {
    top: 1rem;
    transform: translateY(0);
  }
  
  .btn {
    padding: 1.2rem 4.3rem;
    background-color: #fff;
    border: 2px solid #fafafa;
    font-size: 1.5rem;
    color: #1abc9c;
    line-height: 1;
    border-radius: 25px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
  }
  
  .btn:hover {
    background-color: transparent;
    color: #fff;
  }
  
  .input-container span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 1.5rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500;
  }
  
  .input-container span:before,
  .input-container span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background-color: #1abc9c;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .input-container span:before {
    left: 50%;
  }
  
  .input-container span:after {
    right: 50%;
  }
  
  .input-container.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 1.5rem;
  }
  
  .input-container.focus span:before,
  .input-container.focus span:after {
    width: 50%;
    opacity: 1;
  }
  
  .contact-info {
    padding: 2.3rem 2.2rem;
    position: relative;
  }
  
  .contact-info .title {
    color: #1abc9c;
  }
  
  .text {
    color: #333;
    margin: 1.5rem 0 2rem 0;
    font-size: 1.5rem;
    line-height: 1.54;
  }
  
  .information {
    display: flex;
    color: #555;
    margin: 0.7rem 0;
    align-items: center;
    font-size: 1.5rem;
  }

  .information p{
    text-transform: none;
  }
  
  .icon {
    width: 28px;
    margin-right: 0.7rem;
  }
  
  .social-media {
    padding: 2rem 0 0 0;
  }
  
  .social-media p {
    color: #333;
    font-size: 1.5rem;
  }
  
  .social-icons {
    display: flex;
    margin-top: 0.5rem;
  }
  
  .social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: linear-gradient(45deg, #1abc9c, #149279);
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: 0.3s;
    font-size: 1.5rem;
  }
  
  .social-icons a:hover {
    transform: scale(1.05);
  }
  
  .contact-info:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 100px;
    border: 22px solid #1abc9c;
    border-radius: 50%;
    bottom: -77px;
    right: 50px;
    opacity: 0.3;
  }
  
  .big-circle {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #1cd4af, #159b80);
    bottom: 50%;
    right: 50%;
    transform: translate(-40%, 38%);
  }
  
  .big-circle:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    background-color: #fafafa;
    border-radius: 50%;
    top: calc(50% - 180px);
    left: calc(50% - 180px);
  }
  
  .square {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: 0.2;
  }



  .input-container .error_text{
    font-size: 14px;
    color: #d93036;
    text-align: left;
    margin: -5px 0 10px;
    margin-top: 5px;
    display: none;
}

.input-container.error .error_text{
    display: block;
}

.input-container .input{
    padding: 10px;
    margin-bottom: 5px;
    outline: none;
    border: 2px solid #fafafa;
    text-transform: none;
}

.input-container.error .input{
    border-color: #d93036;
}


/*==========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;
    }

    .heading .container_1{
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin-top: 5rem;
        border-bottom: 2px solid #020202;
        overflow: hidden;
    }
    
    .heading .container_1 span{
        color: #fff;
        font-size: 1rem;
        background: #018481;
        display: inline-block;
        padding: 0px 20px;
        text-transform: uppercase;
    }
    
    .heading .container_1 span::before{
        position: absolute;
        content: '';
        width: 45%;
        height: 100%;
        background: #018481;
        z-index: -1;
        transform: rotate(45deg);
    }
}

@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);
    }

    .home_content{
        background: linear-gradient(to bottom, #08d3cf, #037472);
        width: 100%;
        height: 50vh;
        margin-top: 1rem;
    }

    .home_content h1{
        text-align: center;
        font-size: 4rem;
        z-index: 1;
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-family: azonix;
    }

    .product_container{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }

    .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;
    }
}


@media only screen and (max-width: 768px){
    html,body{
        width: 100%;
        overflow-x: hidden;
    }    
    
}

/*==========Responsive Contact Section CSS===========*/
@media (max-width: 850px) {
    .form {
      grid-template-columns: 1fr;
    }
  
    .contact-info:before {
      bottom: initial;
      top: -75px;
      right: 65px;
      transform: scale(0.95);
    }
  
    .contact-form:before {
      top: -13px;
      left: initial;
      right: 70px;
    }
  
    .square {
      transform: translate(140%, 43%);
      height: 350px;
    }
  
    .big-circle {
      bottom: 75%;
      transform: scale(0.9) translate(-40%, 30%);
      right: 50%;
    }
  
    .text {
      margin: 1rem 0 1.5rem 0;
    }
  
    .social-media {
      padding: 1.5rem 0 0 0;
    }
  }
  
  @media (max-width: 480px) {
    .container_contact {
      padding: 1.5rem;
    }
  
    .contact-info:before {
      display: none;
    }
  
    .square,
    .big-circle {
      display: none;
    }
  
    form,
    .contact-info {
      padding: 1.7rem 1.6rem;
    }
  
    .text,
    .information,
    .social-media p {
        font-size: 1.5rem;
    }
  
    .title {
      font-size: 2.5rem;
    }
  
    .social-icons a {
      width: 30px;
      height: 30px;
      line-height: 30px;
    }
  
    .icon {
      width: 23px;
    }
  
    .input {
      padding: 0.45rem 1.2rem;
    }
  
    .btn {
      padding: 0.45rem 1.2rem;
    }
  }
  
