@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* Reset CSS */

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

html:focus-within {
    scroll-behavior: smooth;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img,
picture,
svg,
video,
canvas {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

}

html {
    font-size: 62.5%;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    line-height: 1.6;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.6rem;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}


/* Common CSS */

.container {
    max-width: 1560px;
}

.cmn_pdding {
    padding: 100px 0;
}
#service1 {
    padding-bottom: 10px !important;
}
#service2 {
    padding-top: 10px !important;
}  
.main-btn {
     display: inline-flex;
     justify-content: center;
     align-items: center;
     padding: 14px 40px;
     font-size: 14px;
     color: #fff;
     border-radius: 30px;
     background-color: #e80930;
     transition: 0.5s all;
     text-transform: uppercase;
     letter-spacing: 1px;
     position: relative;
     overflow: hidden;
     z-index: 4;
}

.main-btn::before {
    position: absolute;
    content: "";
    background:#06b68a;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    z-index: -5;

}
.main-btn:hover::before {
width: 100%;
}
.prduct-sec .main-btn::before {
    background: #06b68a;
}
.row {
    row-gap: 40px;
}
.img-bx {
    width: 80%;
    margin: 0 auto;
}
.hdng h2 {
    font-size: 5rem;
    color: #e80930;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0px 0;
}

/* Main CSS */

header {
    padding: 0;
    position: relative;
}

header .nav-container .logo {
    display: inline-block;
    max-width: 190px;
}

header .navbar-nav {
    gap: 20px;
}

header .nav-container .nav-link {
    font-weight: 600;
    color: #efeded;
    transition: 0.5s all;
}

header .nav-container .nav-link:hover {
    color: #fff;
}

/* Banner Sec */

.bnr-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 258px 0;
    background: url(../images/banner.jpg) no-repeat;
    margin-top: -78px;
    height: auto;
    background-size: auto;
    animation: gradient 120s ease infinite;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.bnr-sec .hdng h4 {
    color: #e80930;
    font-size: 5.6rem;
    font-weight: 800;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.bnr-sec .hdng h1 {
       font-size: 3rem;
       color: #fff;
       margin-bottom: 20px;
       font-weight: 800;
       text-shadow: 1px 1px 1px #000;
}

.bnr-sec .hdng p {
    line-height: 2;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

/* Service Sec */

.srvc-sec {
    position: relative;
    isolation: isolate;
}

.srvc-sec::after {
position: absolute;
    content: "";
    background-color: #ffffff;
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    z-index: -1;
}

.srvc-sec .row {
    row-gap: 15px;
}

.srvc-otr {
      padding: 0px;
      border-radius: 30px;
      position: relative;
      /* isolation: isolate; */
      /* background: linear-gradient(244.78deg, #8F00FF 2.5%, rgba(252, 120, 11, 0.2) 68.8%, rgba(59, 11, 252, 0.8) 114%); */
      margin: 10px;
      /* height: inherit; */
}


.srvc-cntnt {
    margin: 12px 0 0 0;
    text-align: left;
}

.srvc-cntnt h4 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.srvc-cntnt p {
    font-size: 15px;
    color: #191919;
    line-height: 2;
    font-weight: 600;
}

.icon-bx {
    border: 10px solid #fff;
    border-radius: 30px;
}
.icon-bx img {
    border-radius: 18px;
}

.icon-bx img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.srvc-sec .hdng {
    margin-bottom: 50px;
}

/* Social Media Sec */

.scl-mdia-cntnt {
    padding: 0 20px;
    color: #191919;
    height: 100%;
}

.scl-mdia-cntnt h4 {
    font-size: 5rem;
    margin-bottom: 10px;
    font-weight: 800;
    color: #00194c;
    text-transform: uppercase;
    margin: 30px 0;
}

.scl-mdia-cntnt p {
    line-height: 2;
}

.scl-mdia-sec .img-bx img {
    border-radius: 10px;
}

.scl-mdia-sec .img-bx img {
    width: 100%;
}

.scl-mdia-cntnt p {
    font-size: 15px;
    color: #1a1919;
}

.scl-mdia-sec .img-bx {
    position: relative;
}

.scl-mdia-abslt-bx-otr {
    padding: 20px;
    background-color: #2924ac;
    border-radius: 10px;
    max-width: 350px;
    color: #fff;
    position: absolute;
    bottom: -15px;
    left: -15px;
}

.scl-mdia-abslt-bx-otr h4 {
    font-size: 4rem;
    font-weight: 800;
}

.scl-mdia-abslt-bx-otr p {
    font-size: 13px;
}

.scl-mdia-abslt-bx-otr .scl-mdia-bx {
    padding: 10px;
    display: flex;
    gap: 15px;
}

.scl-mdia-abslt-bx-otr .scl-mdia-bx:first-child {
    border-bottom: 1px solid #ffffff70;
}

/* Choose Us Sec */

.chs-us-sec {
      background: #fff;
    background-size: cover;
    background-position: center;
}

.chs-us-sec .chs-us-cntnt {
    padding: 40px;
    background-color: #0009;
    color: #ffffffd3;
    max-width: 700px;
    margin: auto;
    border-radius: 30px;
        background: linear-gradient(244.78deg, #8F00FF 2.5%, rgba(252, 120, 11, 0.2) 68.8%, rgba(59, 11, 252, 0.8) 114%);
}

.chs-us-sec .hdng.chs-us-cntnt h2 {
    color: #ffffffd3;
    margin-bottom: 2rem;
}

.chs-us-sec .hdng.chs-us-cntnt p {
    margin: 2rem 0;
}

/* Presence Sec */

.prsnc-sec {
    position: relative;
    padding-bottom: 80px;
    padding-top: 80px;
    background: url(../images/banner.png);
    background-color: #f9e4d9;
    background-size: cover;
}

.prsnc-sec .hdng h2 {
    width: 60%;
    color: #e80930;
    margin: 0 auto;
}


.prsnc-sec h2 {
    margin-bottom: 2rem;
}



.prsnc-sec .row {
    justify-content: space-between;
}


.prsnt-cntnt-inr .icn-bx {
       width: 55px;
    height: 55px;
    margin: 20px 0;
    padding: 0;
    border-radius: 50%;
}

.prsnc-cntnt {
    margin-top: 6rem;
    text-align: center;
}

.prsnc-cntnt h4 {
    font-size: 2.7rem;
    margin-bottom: 2rem;
    color: #fff;
    font-weight: bold;
}

.prsnc-cntnt P {
    font-size: 15px;
    color: #c8c8c8;
    line-height: 2;
}

.prsnt-cntnt-inr {
    box-shadow: 0 0 10px #0002;
    padding: 20px;
    min-height: 290px;
    border-radius: 25px;
    border-bottom: 5px solid transparent;
    transition: 0.5s all ease;
    background-color: #06b68a;
    text-align: left;
    border: 1px solid #ffffff54;
}

.prsnt-cntnt-inr:hover {
      border-color: #fff;
    background: #e80930;
}

/* Product Sec */

.prduct-bx {
    box-shadow: 0 0 10px #0002;
    border-radius: 10px 10px 0 0;
    position: relative;
    padding: 20px;
    background: #04bb7f;
}

.prdct-cntnt-otr {
    min-height: 400px;
}

.pr-nmbrng {
        width: 70px;
    height: 70px;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    color: #000;
    border-radius: 50%;
    margin-bottom: 2rem;
    font-weight: 900;
}

.pr-nm {
    margin-bottom: 2rem;
}

.pr-nm {
    font-size: 3rem;
    color: #191919;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}

.pr-nm a{
    color: #191919;
    display: inline-block;
    text-decoration: underline;
    transition: 0.5s all;
}

.pr-nm a:hover{
    color: #3cafff;
}

.prdct_prdct-cntnt {
    max-width: 550px;
    margin-inline: auto;
    box-shadow: 0 0 10px #0002;
    border-radius: 10px;
    position: relative;
    isolation: isolate;
}

.prdct_prdct-cntnt::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    background: url(../images/des-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    transition: 0.5s all;
}

.prdct_prdct-cntnt:hover::after{
    opacity: 0.5;
}

.prdct_prdct-cntnt h2{
    padding: 15px;
    background-color: #3f3bb2;
    color: #fff;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.prdct_prdct-cntnt h3{
    font-size: 2.5rem;
    margin-top: 2rem;
    color: #3cafff;
    font-weight: 700;
}

.prdct_prdct-cntnt .des{
    padding: 20px;
}

.prdct_prdct-cntnt .des p{
    font-weight: 700;
    margin: 10px 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.prdct_prdct-cntnt .des span{
    width: 20px;
    display: block;
}


.prdct-otr {
    margin-top: 6rem;
}

.pr-prc span {
      font-size: 2.5rem;
    color: #000000;
    font-weight: 900;
}

.prdct-cntnt span{
    display: block;
    width: 20px;
}


/* Footer */

footer {
    background-color: #06b68a;
    overflow-x: hidden;
}

footer .lgo {
    max-width: 190px;
    display: block;
}

.footer-content h4 {
    font-size: 3rem;
    margin-bottom: 2rem;
    color: #e80930;
}

.footer-content a {
    color: #fff;
    display: inline-block;
    margin: 5px 0;
    font-size: 16px;
    transition: 0.5s all;
}

.footer-content a:hover {
    color: #fff;
}
.footer-bottom p {
    color: #fff !important;
}
.footer-content h3 {
    font-size: 16px;
    margin: 5px 0;
    line-height: 1.8;
    color: #fff;
}

.footer-bottom {
    padding: 15px 0;
    border-top: 2px solid #c0bee2;
}

/* Common Banner Page */

.bnr-cmn-sec {
    position: relative;
    z-index: 1;
    background-color: #0003;
}

.bnr-cmn-sec::after {
    position: absolute;
    content: "";
    inset: 0;
    z-index: -1;
    opacity: 0.2;
    background: url(../images/banner.png);
    background-size: cover;
    background-position: center;
}

/* Product Page */

.product-sec {
    position: relative;
    isolation: isolate;
    background-color: #0005;
    background: url(../images/banner.jpg);
    background-size: cover;
}
.bnr-sec.pages {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0;
    background: url(../images/banner.jpg) no-repeat;
    margin-top: -80px;
    height: 77vh;
    background-size: 100%;
    animation: gradient 120s ease infinite;
    background-position: top center !important;
}

/* .product-sec::after{
    position: absolute;
    content: "";
    background: url(../images/banner.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
    inset: 0;
} */

.product-otr .img-bx img{
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
}

.prdct-cntnt{
    display: flex;
    gap: 10px;
    align-items: center;
}

.prdct-cntnt p{
    font-size: 1.6rem;
    font-weight: 700;
    margin: 10px 0;
}

.cart-table table{
    width: 100%;
}

.cart-table th{
    padding: 10px;
    border-bottom: 1px solid #0003;
}

.cart-bottom-total{
    margin-top: 5rem;
    text-align: right;
}

.cart-bottom-total .main-btn{
    width: fit-content;
    margin-left: auto;
    margin-top: 3rem;
}

.totals__total{
    font-size: 2rem;
    margin-bottom: 1rem;
}

.totals__total-value{
    font-size: 2.2rem;
    font-weight: 700;
}

.crt-itm-prc{
    position: relative;
    padding-right: 40px;
}

.del-bx{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 15px;
    cursor: pointer;
}
.cart-table td{
    padding: 10px;
    border-bottom: 1px solid #0003;
}

.cart-item__details p,.crt-itm-prc p{
    font-size: 2rem;
    font-weight: 700;
}

.cart-table th:last-child{
    padding-right: 40px;
}

/* Checkout Section */

.checkout-payment{
    padding-inline: 30px;
}

.step-title{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 1px solid #000;
}

#new-checkout-address{
    padding: 10px 0;
}

.checkout-sec .form-control{
    padding: 10px;
    border: 2px solid #0005;
    font-size: 1.6rem;
    color: #000;
    appearance: auto;
}

.checkout-sec .form-control::placeholder{
    color: #000;
}

.checkout-sec .form-control:focus{
    border: 2px solid #000;
    box-shadow: none;
}

.checkout-sec .form-group{
    margin: 10px 0;
}

.checkout-sec .form-group label{
    font-size: 2rem;
    padding-bottom: 0.5rem;
    font-weight: 600;
}

.product-col,.price-col{
    padding: 10px!important;
    border: 1px solid #0004;
}

.crt-btn{
    font-size: 1.9rem;
    display: inline-block;
    margin-bottom: 2rem;
}

#order-cart-section{
    margin-bottom: 2rem;
}

.shippinAddress label{
    margin:10px 0;
}

.question1{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.question1 span{
    display: inline-block;
    padding-left: 5px;
}

.custom-checkbox{
    display: flex;
    align-items: start;
    gap: 10px;
}

.custom-checkbox input{
    margin-top: 5px;
}

.error_handler_body_content p{
    padding-left: 10px;
    font-size: 2rem;
    color: rgb(185, 34, 34);
}

/* Terms */

.terms_sec h2{
    font-size: 2.5rem;
    margin: 10px 0;
    font-weight: 700;
}

.terms_sec h4{
    font-size: 2rem;
    margin: 10px 0;
    font-weight: 700;
}

.terms_sec p{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    margin: 10px 0;
}

.prdct-bx p{
    padding: 10px;
    border: 1px solid #0003;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Privacy */

.privacy-sec h2{
    font-size: 2.5rem;
    margin: 10px 0;
    font-weight: 700;
}

.privacy-sec strong{
    font-size: 2rem;
    display: block;
    margin: 10px 0;
    font-weight: 700;
}

.privacy-sec p{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    margin: 10px 0;
}

/* Contact Us */

.contact-page{
    padding: 20px;
    border-left: 10px solid #2924ac;
}

.contact-sec img{
    border-radius: 10px;
}

.contact-sec .item{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-sec .item:last-child{
    margin-bottom: 0;

}

.contact-sec .icon{
    width: 62px;
    height: 62px;
    background: #c3c1ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2924ac;
    font-size: 20px;
}

.chy-heading{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact-page p{
    line-height: 2;
    color: #333;
}

.contact-page p a{
    color: #333;
    text-decoration: underline;
    transition: 0.5s all;
}

.contact-page p a:hover{
    color: #3cafff;
}

.ordr-btn .main-btn{
    border-radius: 0 0 10px 10px;
}

.privacy-sec .row{
    row-gap: 0;
}

/* Cookie Design */

 #cookiePopup {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background: #2924ac;
        padding: 15px;
        /* display: flex; */
        flex-wrap: wrap;
        z-index: 999999;
        gap: 20px;
        align-items: center;
        justify-content: center;
        text-align: center;
        display: none;
    }

    #cookiePopup h4 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 15px;
    }

    #cookiePopup p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 850px;
    }

    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }

    .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }

    .cookieBtns button {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
        padding: 10px 20px;
        border-radius: 10px;
        background: #2924ac;
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #fff;
    }

    .cookieBtns button:last-child {
        background-color: #fff;
        color: #2924ac;
    }
    .menu-cont-bttn {
    background: #e80930;
    padding: 10px 40px;
    margin-left: 140px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
    .menu-cont-bttn::before{
           position: absolute;
    content: "";
        background: #06b68a;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
    }
        .menu-cont-bttn:hover::before{
            width: 100%;
        }
    .menu-cont-bttn a{
        color: #fff!important;
        font-size: 20px;
            position: relative;
            z-index: 1;

    }
        .menu-cont-bttn:hover a{

        }
     
  
.scl-mdia-sec {
    background: #f7f5f6;
}
.scl-mdia-sec .scl-mdia-cntnt h4 {
    color: #e80930;
}
.scl-mdia-sec .main-btn {
    background: #e80930;
    margin: 40px 0;
    color: #f4f0f0;

}
.ordr-btn form{
   display: flex;
  flex-direction: column;
  padding: 20px;
  box-shadow: -1px 1px 5px #ccc;
}
.ordr-btn form label{
    padding: 10px;
}
