@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Forum&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    overflow-x:hidden;
    position: relative;
    background-color: #0000009c;
    z-index: 3;
    overflow-y: hidden;
}
body:before {
    position: absolute;
    content: '';
    background: #0000ff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}
/* Customize scrollbar */
::-webkit-scrollbar {
  width: 10px; /* Width of the scrollbar */
  height: 10px; /* Height of horizontal scrollbar */
}

::-webkit-scrollbar-thumb {
  background-color: #888; /* Color of the scrollbar thumb */
  border-radius: 10px; /* Round corners */
  border: 2px solid #333; /* Border around the thumb */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Darker thumb on hover */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track color */
  border-radius: 10px;
}

::-webkit-scrollbar-track:hover {
  background: #ccc; /* Track color on hover */
}

.banner-image video.w-100.lozad {
    opacity: 0.5;
}

.about-video video.w-100.lozad {
    opacity: 0.4;
}
:root{
    --c1:#fff;
    --c2:#2222;
    --c3-dark:#2a2a2a;
    --c4-light:#fff;
    --c5:#9E9E9E;
}

a, button {
    font-family: "Josefin Sans", sans-serif;
    transition: all .5s ease-in-out;
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
}
a:hover, button:hover {
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Forum', sans-serif;
  margin: 0;
  text-transform: uppercase;
  padding: 10px 0px;
}
p,span,small {
    font-family: "Josefin Sans", sans-serif;
    margin: 0;
}

input,select {
    font-family: "Josefin Sans", sans-serif;
}

ul, ul.list-inline {
    margin: 0;
    padding: 0;
}

li {
    padding: 0;
    list-style: none;
  font-family: 'Josefin', sans-serif;
}


/* RESET CSS END */

/* UTILITY CSS START */

.text-uppercase {
    text-transform: uppercase !important;
}
.text-capital {
    text-transform: capitalize !important;
}
.col-center {
    margin: 0 auto;
}
/* MAIN-BTNS */

.primary-btn {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 40px;
    text-align: center;
    z-index: 1;
    border-radius: 0;
    text-transform: capitalize;
    overflow: hidden;
    transition: all 1s ease-in-out;
    border: 2px solid;
    outline: none;
}

.primary-btn::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    transition: inherit;
    z-index: -1;
    border-radius: inherit;
    overflow: hidden;
    outline: none;
}

.primary-btn.primary-bg:hover::before {
    width: 100%;
    left: 100%;
}

.primary-btn.primary-bg {
    background: #0064d2;
    border-color: #0064d2;
    color: #fff !important;
}

.primary-btn.primary-bg:hover {
    color: #0064d2 !important;
    background-color: #fff;
}


.bg-primary {
    background-color: #e7ecf5 !important;
}

.bg-grey {
    background-color: #4B4B4B !important;
}


/* MAIN-HEADING */
.color-dark h2,.color-dark h3,.color-dark h4,.color-dark h5, .color-dark h6 ,.color-dark p {
    color: var(--c3-dark);
}
.color-light h2,.color-light h3,.color-light h4,.color-light h5,.color-light h6, .color-light p {
    color: var(--c4-light)
}

/* SLICK SLIDER CSS START */
.swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
  /* .slick-prev:before{content:'\f104'}.slick-next:before{content:'\f105'}.slick-next:before,.slick-prev:before{font-size:25px;line-height:1;font-family:"Font Awesome 5 Pro";font-weight:900;opacity:1;color:#fff;background:#0064d2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;transition:.8s ease-in-out;border-radius:50%;border:1px solid #fff}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:1}.slick-next,.slick-prev{position:absolute;top:50%;transform:translate(-50%)}.slick-next{right:-3%;z-index:1}.slick-prev{left:-3%;right:auto;z-index:1}.slick-dots li button:before{left:0;width:15px;height:15px;content:"";opacity:1;background:#fff;border-radius:50%}.slick-dots{bottom:-80px} */

/* SLICK SLIDER CSS END */

/* UTILITY CSS END */

/* MOBILE-MENU CSS START */
.mobile-menu,.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list.dropdown-list-2{background:#da0}.hamburger .hamburger-container{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;width:25px}.hamburger span:not(:last-child){margin-bottom:4px}.hamburger span{width:100%;height:3px;background:#707070;border-radius:100px;transition:.5s ease-in-out}.hamburger span:first-child{width:50%}.hamburger span:last-child{width:70%}.hamburger:hover span{width:100%}.mobile-menu{position:fixed;top:0;right:0;width:300px;height:100vh;padding:30px 0;box-shadow:0 0 20px rgb(0 0 0 / 10%);z-index:100;transform:translateX(100%);transition:.5s ease-in-out}.mobile-menu .mobile-close{text-align:right}.mobile-menu .mobile-close a{display:inline-block;font-size:30px;color:#fff;transition:.8s ease-in-out;margin-right:20px}.mobile-menu .mobile-close a:hover{transform:rotate(360deg)}.mobile-menu .mobile-menu-body{max-height:100%;overflow-y:auto;padding:30px 0}.mobile-menu-body span{display:none}.mobile-menu .mobile-menu-body .navigation-list{text-align:left!important}.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list>li,.mobile-menu .mobile-menu-body>.navigation-list>li{display:block;margin:0!important}.mobile-menu .mobile-menu-body>.navigation-list>li:not(:last-child)>a{border-bottom:1px solid #fff}.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list>li>a,.mobile-menu .mobile-menu-body>.navigation-list>li>a{display:block;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;text-transform:capitalize;color:#fff;padding:10px 20px}.mobile-menu.mobile-view{transform:translateX(0)}.mobile-menu .mobile-menu-body li.dropdown-li{position:relative}.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list{display:none;background:#da0}.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list.dropdown-list-1{margin-left:30px}.mobile-menu .mobile-menu-body li.dropdown-li>a>i{float:right;font-size:16px;transition:inherit}.mobile-menu .mobile-menu-body li.dropdown-li.open>a>i{transform:rotate(90deg)}
/* MOBILE-MENU CSS END */

/* content style  */

.content h1{
    font-size: 70px;
    font-weight: 700;
    color: var(--c1);
}
.content h2{
    font-size: 55px;
    font-weight: 700;
    color: var(--c1);
}
.content h3{
    font-size: 45px;
    font-weight: 500;
    color: var(--c1);
}
.content h4{
    font-size: 35px;
    font-weight: 400;
    color: var(--c1);
}
.content h5{
    font-size: 24px;
    font-weight: 600;
    color: var(--c1);
    position: relative;
}
.content h6{
    font-size: 16px;
    font-weight: 300;
    color: var(--c1);
}
.content p{
    font-size: 16px;
    font-weight: 300;
    color: var(--c1);
}


/* HEADER CSS START */

.header {
    position: relative;
}
.header .logo h2 {
    color: #fff;
}
.header .top-row {
    padding: 20px 0;
    background: #063a69;
    border-bottom: 1px solid #fff;
}

.submenu a {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}

.header .top-row .header-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .top-row .header-social li:not(:last-child) {
    margin-right: 30px;
}

.header .top-row .header-social li:first-child {
    margin-right: 30px;
}

.header .top-row .header-social li {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.header .top-row .header-social li a {
    color: #fff;
    font-size: 20px;
}

.header .top-row .header-social li a:hover {
    color: #ddaa00;
    transform: rotate(360deg);
}

.header .bottom-row {
    padding: 15px 0 15px;
    width: 100%;
    z-index: 1;
}
.header .bottom-row ul {
    text-align: end;
}

.header .bottom-row .navigation-list>li:not(:last-child) {
    margin-right: 20px;
}

.header .bottom-row .navigation-list>li>a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}

.header .bottom-row .navigation-list>li>a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 3px;
    background: #063a69;
    transition: inherit;
}

.header .bottom-row .navigation-list>li>a:hover,
.header .bottom-row .navigation-list>li.active>a {
    color: #fff;
}

.header .bottom-row .navigation-list>li>a:hover::before,
.header .bottom-row .navigation-list>li.active>a::before {
    width: 100%;
}

.header .bottom-row .other-list>li:not(:last-child) {
    margin-right: 20px;
}

.header .bottom-row .other-list>li a {
    display: block;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.header .bottom-row .other-list>li:not(:last-child)>a:hover {
    color: #32cd32;
}

.header .bottom-row .logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .bottom-row .logo a {
    width: 80%;
}

.header .bottom-row .logo img {
    width: 100%;
    object-fit: cover;
}


/* HEADER CSS END */



/* BANNER-SEC CSS START */


/* banner-inner-page start */

.banner-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    background-repeat: no-repeat;
}

.banner-content {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-section {
    position: relative;
}


/* banner-inner-page end */

/* BANNER-SEC CSS END */




/* FOOTER SECTION END */



/* Header-Start */
.header-nav nav ul {
    display: flex;
    gap: 50px;
    justify-content: center;
}
.main-side-nav {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}
input.input-btn {
    border: 1px solid var(--c5);
    padding: 10px 14px;
    border-radius: 25px;
    margin: 7px 0;
}
.header-site-btn {position: relative;/* width: 29%; */}

.header-site-btn i {
    position: absolute;
    top: 22px;
    right: 20px;
}
header.main-header {position: absolute;width: 100%;z-index: 21;top: 80px;}


.header-top {
    background: var(--c4-light);
    position: relative;
    border-radius: 30px;
}
.header-logo {
    position: absolute;
    top: -50px;
}
.header-nav nav ul li a {
    color: #000;
}
.header-nav nav ul li a {
    color: #000;
}

header.main-header .container-fluid {
    padding: 0 130px;
}
.site-icon img {
    padding: 0 15px;
}
.About-section-content {
    text-align: center;
    /* padding: 120px 0px; */
}

.banner-image img {
    width: 100%;
    opacity: 0.4;
    height: 501px;
    object-fit: cover;
}
/* Banner-start */
.banner-content h2 {
    font-size: clamp(18px, 12vw, 61px);
    color: var(--c4-light);
}
.banner-content p {
     font-size: clamp(14px, 3vw, 24px);
    color: var(--c4-light);
    padding: 8px 0;
}
.banner-inner-content {
    text-align: center;
}
.banner-inner-content {
    text-align: center;
}
section.main-banner {
    position: relative;
}
.btn a {
    border: 1px solid var(--c4-light);
    padding: 9px 65px;
    display: block;
    color: var(--c4-light);
    border-radius: 38px;
}
section.about {
    background-image: url(../images/Group.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -2;
    padding: 100px 0;
}
section.about:before {
    position: absolute;
    content: '';
    background: #461e95ba;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -2;
    top: 0;
    left: 0;
}
.About-section-content h6 {
    font-family: 'Josefin Sans';
    color: #F79D57;
    font-size: 24px;
}
.About-section-content {
    color: #fff;
    z-index: 4;
    position: relative;
}
.btn.about {
    gap: 30px;
    flex-wrap: wrap;
}
a.contect-btn {
    background: #F79D57;
    border: 1px solid var(--c4-dark);
    color: var(--c4-dark);
    line-height: 2;
}
.slider-image img {
    width: 100%;
    border: 4px solid #f79d57;
    padding: 8px 10px;
    border-radius: 272px;
}
section.product-sec .container-fluid {
    padding: 239px 132px 0;
}
.moon-img  {
    position: absolute;
    top: 160px;
    left: -70px;
}
.moon-img img {
    height: auto; /* Maintain aspect ratio */
    border-radius: 50%; /* Optional: Makes the image look circular */
    animation: rotate360 50s linear infinite;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}


.moon-img-1 {
    position: absolute;
    bottom: 110px;
    right: -50px;
    z-index: 0;
}
.moon-img-1 img {
    width: 100%; /* Adjust the size as needed */
    height: auto; /* Maintain aspect ratio */
    animation: rotateMoon 50s linear infinite;
    display: block; /* Ensure proper rendering */
    margin: 0 auto; /* Center the image if needed */
}

@keyframes rotateMoon {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
} 
.moon-img-2 img {
    position: absolute;
    right: 0;
}

form.slogen-form {
    background: linear-gradient(45deg, #1b162b8f, transparent);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 3rem  3rem;
    border-radius: 10px;
}

form.slogen-form select,form.slogen-form input {
    background: transparent;
    border-color: #d7d7d7;
}

form.slogen-form a.primary-btn {
    display: block;
}

.bg-transpernt {
    border-color: #d1d1d1;
    color: #fff;
}
.form-main {
    position: absolute;
    width: 100%;
    bottom: -120px;
    z-index: 4;
}
section.about-video-section {
    margin-top: 0px;
    position: relative;
}
.about-overlay-img img {
    position: absolute;
    top: -210px;
    left: 0;
    width: 100%;
    /* height: 100%; */
}
.about-overlay-img img {
    /* margin-top: -28%; */
}
.about-content {
    position: absolute;
    top: 250px;
    width: 100%;
}
.abut-moon-img {
    position: absolute;
    top: 150px;
    left: -410px;
}
.abut-moon-img img {
    width: 100%; /* Adjust the size of the image */
    height: auto; /* Maintain aspect ratio */
    border-radius: 50%; /* Make the image circular */
    animation: rotate360 50s linear infinite; /* Apply a smooth rotation animation */
    opacity: 0.75;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg); /* Starting position */
    }
    to {
        transform: rotate(-360deg); /* Full rotation */
    }
}
.about-moon-img-1 img {
    position: absolute;
    top: 150px;
    right: -420px;
}
.about-moon-img-1 img {
   height: auto; /* Maintain aspect ratio */
   border-radius: 50%; /* Make the image perfectly circular */
   animation: roundedRotate 50s linear infinite; /* Apply smooth rotation animation */
   opacity: 0.75;
}

@keyframes roundedRotate {
    from {
        transform: rotate(0deg); /* Start at 0 degrees */
    }
    to {
        transform: rotate(360deg); /* Complete 360 degrees */
    }
}
section.product-sec {
    position: relative;
    height: 800px;
}
.product-main-sec {
    position: absolute;
    top: 170px;
}
.pro-img img {
    position: absolute;
    top: 0;
    right: -40px;
}
.pro-img img {
    
height: auto; /* Maintain aspect ratio */
    
border-radius: 50%; /* Make the image perfectly circular */
    
animation: roundedAnimation 50s linear infinite; /* Apply smooth rotation animation */
    
z-index: 7;
}

@keyframes roundedAnimation {
    from {
        transform: rotate(0deg); /* Start position */
    }
    to {
        transform: rotate(360deg); /* Full rotation */
    }
}
.blog-content h5 {
    font-size: 20px;
    font-family: 'Josefin Sans';
    color: #FFFFFF;
    margin: 12px 0;
}
.blog-content p {
    font-size: 17px;
    font-family: 'Josefin Sans';
    color: #c3c3c3;
}
.read-more-btn.mb-3 a {
    color: #F79D57;
    font-size: 17px;
    font-family: 'Josefin Sans';
}
.blog-content {
    background-color: #2a2244;
    padding: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.blog-title.content.text-center h3 {
    margin: 0 0 24px;
    position: relative;
}
.blog-description {
    border: 1px solid white;
    box-shadow: rgba(255, 255, 255, 0.8) 0px 7px 29px 0px;
    position: relative;
    z-index: 4;
    border-radius: 23px;
    overflow: hidden;
}
.main-product{
    position: relative;
    z-index: 9;
}
.product-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 800px;
}
.product-img  img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.about-overlay-img-product {
    position: absolute;
    top: -376px;
    z-index: 9;
}
section.product-sec.inner {
    height: 1054px;
}

.moon {
    background-image: url(../images/inner-circle-img.png);
    background-repeat: no-repeat;
    margin-top: -7px;
    background-color: #0402fbeb;
    background-blend-mode: screen;
    color: #fff;
    background-size: cover;
}
section.product-sec.moon:after {
    position: absolute;
    content: '';
    background: #0000004f;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.about-overlay-img-product.main-1 {
    top: -390px;
    z-index: 0;
}
.about-overlay-img-product.main-2 img {
    position: absolute;
    top: 810px;
    width: 100%;
    object-fit: cover;
}
section.form-main.second-form {
    position: unset;
    padding: 130px 0;
}
.multiple.moon img {
    position: absolute;
    top: -358px;
    z-index: 6;
    left: -290px;
    width: 100%;
}


form.slogen-form {
    background-color: #1b162b3d;
}

 form.slogen-form {
    background: linear-gradient(45deg, #1b162b8f, transparent);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 3rem  3rem;
    border-radius: 10px;
}

form.slogen-form select, form.slogen-form input {
    background: transparent;
    border-color: #d7d7d7;
    color: white;
}
input.form-control::placeholder, textarea.form-control::placeholder      {
    color: white;
}

form.slogen-form a.primary-btn {
    display: block;
}

.bg-transpernt {
    border-color: #d1d1d1;
    color: #fff;
}
.content h2 {
    font-size: clamp(16px, 5vw, 64px);
    font-weight: 700;
    color: #ffffff;
    font-family: 'forum';
}
.content p {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    font-family: 'Josefin sans-serif';
}
.content-title.content.text-center {
    padding-bottom: 23px;
}
button.primary-btn.bg-transpernt.submit-btn {
    display: block;
    height: 55px;
    border-radius: 4px;
    background-color: #F79D57;
    color: #000;
    border: none;
    font-family: Josefin sans;
    font-size: 16px;
}
.form-group.mb-3 input {
    height: 55px;
}
.form-group.mb-3 select {
    height: 55px;
}
textarea.form-control {
    height: 100px;
    resize: none;                                                                                   
    background: transparent;
}
.content h3 {
    font-size: clamp(32px, 5vw, 45px);
    font-weight: 500;
    color: var(--c1);
    font-family: 'Forum';
}
.content h6 {
    font-size: 24px;
    font-weight: 300;
    font-family: 'Josefin Sans';
    color: #F79D57;
    font-weight: 500;
}
form.slogen-form {
    box-shadow: rgba(255, 255, 255, 0.8) 0px 7px 29px 0px;
    margin: 90px 0 0;
}
section.second-form {
    margin: 0px 0 0;
    position: relative;
    height: 847px;
}
.footer-email input {
    height: 51px;
    font-size: 14px;
}

input.form-control::placeholder {
    color: #00000099;
    padding: 0px 20px;
}
.input-button a {
    background: #f79d57;
    padding: 7px 20px;
    color: #fff;
}
.input-footer-main {
    position: relative;
}

.input-button button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}
.input-button button {
    background: #f79d57;
    padding: 12px 20px;
    color: black;
    font-size: 18px;
    font-family: 'Josefin Sans';
}
nav.list-items ul {
    display: flex;
    justify-content: center;
    gap: 50px;
    font-size: 16px;
    flex-wrap: wrap;
}
nav.list-items li {
    font-size: 16px;
    color: #ffff;
    font-family: 'Josefin Sans';
}
.product-content {
    color: #fff;
    z-index: 2;
    position: relative;
}
.footer-contact ul {
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    flex-wrap: wrap;
}
.footer-contact.pt-5 li {
    color: #ffff;
    font-family: 'Josefin Sans';
}
li i {
    padding-right: 8px;
}
.social-links ul {
    display: flex
;
    justify-content: center;
    gap: 20px;
    font-size: 17px;
}
.social-links.pt-4 a {
    color: white;
}
.copy-right p {
    font-family: Montserrat;
    font-size: 15px;
    color: #ffff;
    /* padding-bottom: 50px; */
}
.footer-video video.w-100.lozad {
    position: absolute;
    z-index: -2;
    height: 731px;
    object-fit: cover;
    opacity: 0.4;
    top: 100px;
}

footer.main-footer {
    position: relative;
    padding: 0px 0 0;
    margin: 9px 0 0px;
    padding: 90px 0 0;
}
.copy-right {
    border-top: 1px solid var(--c4-light);
    padding: 10px 0 0px;
    text-align: center;
    margin-top: 20px;
}
.second-form-overlay img {
    width: 100%;
    position: absolute;
    height: 852px;
    opacity: 0.4;
    z-index: -1;
}
section.blog-section.mt-5 {
    position: relative;
}

section.blog-section.mt-5:before {
    position: absolute;
    content: '';
    background: #00000073;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.blog-inner-content {
    padding: 94px 0;
}
section.blog-section {
    background: #00000066;
    position: relative;
    margin: 16px 0 0;
}
.blog-sec img {
    position: absolute;
    top: -201px;
    z-index: 0;
    width: 100%;
}
.blog-sec-second img {
    position: absolute;
    bottom: -71px;
    width: 100%;
}
.second-form-overlay-img img {
    position: absolute;
    top: 635px;
    z-index: -1;
    width: 100%;
}
.moon-img-2 img {
    height: auto; /* Maintain aspect ratio */
    border-radius: 50%; /* Make the image circular */
    animation: rounded360 50s linear infinite; /* Apply smooth rotation animation */
    transform-origin: center; /* Rotate around the center */
}

@keyframes rounded360 {
    from {
        transform: rotate(0deg); /* Start at 0 degrees */
    }
    to {
        transform: rotate(360deg); /* Complete a full circle */
    }
}
.moon-img-3 img {
    position: absolute;
    top: 9px;
}
.moon-img-3 img {
    
    height: auto; /* Maintain aspect ratio */
    border-radius: 50%; /* Make the image circular */
    animation: rotate360 50s linear infinite; /* Apply smooth rotation animation */
    transform-origin: center; /* Rotate around the center */
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg); /* Start position */
    }
    to {
        transform: rotate(360deg); /* Complete 360-degree rotation */
    }
}
input.form-control::placeholder {
    color: #fff;
}
.footer-email input::placeholder {
    color: #000;
}
a.primary-btn.bg-transpernt.submit-btn:hover {
    background: #000;
    color: #fff;
}

.btn a:hover {
    background: #f79d57;
    color: #000;
    border: 0;
}

.input-button a:hover {
    background: #000;
    color: #fff;
}

.btn.product a:hover {
    background: #f79d57;
    color: #fff;
}

a.contect-btn:hover {
    background: #000;
    color: #fff;
}
.printing-img img {
    z-index: 4;
    position: relative;
    width: 100%;
}

.product-content h6 {
    color: #f2915c;
    line-height: 3;
}

.product-content h2 {
    margin-bottom: 15px;
}

.product-content p {
    margin-bottom: 10px;
}
/* About-css */
.moon-img.about {
    top: -70px;
}
.banner-content.about {
    height: 17%;
}

.About-section-content.about-inner-con {
    text-align: start;
}

.about-content.about-inner-con {
    left: -166px;
    top: 330px;
}
.about-moon-img-1.about-inner-moon img {
    right: 25px;
    z-index: -2;
    top: 71px;
}
.about-inner-overlay img {
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: -216px;
    z-index: 0;
}
.heading-overlay img {
    width: 100%;
    position: absolute;
    top: -226px;
}

section.Heading-section {
    position: relative;
    margin: -6px 0px 0;
}

.heading-img img {
    width: 100%;
    opacity: 0.4;
}

section.Heading-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
}
.heading-inner-con {
    background: linear-gradient(45deg, #1b162b5c, #00000075);
    color: #fff;
    padding: 70px 160px;
    position: relative;
    z-index: 0;
    box-shadow: 0px 0px 13px #ffff;
    text-align: center;
    border-radius: 35px;
}

.Heading-sec-con {
    position: absolute;
    top: 0;
    width: 100%;
    align-items: center;
    display: flex;
    /* height: 80%; */
}
.heading-inner-con h6 {
   font-size: clamp(32px, 4vw, 64px);
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.heading-inner-con p {
    font-size: clamp(14px, 2.5vw, 20px);
    margin-bottom: 33px;
}

.Heading-sec-con .container-fluid {
    /* margin: -20px 129px; */
}
.footer-top-content.content.text-center {
    /* padding: 110px 0 0px; */
}
.heading-img {
    height: 820px;
    object-fit: cover;
}
.second-form-about img {
    width: 100%;
    position: absolute;
    top: -203px;
    z-index: 0;
}
.second-form-overlay.last-about img {
    opacity: 0.4;
}
.footer-overlay img {
    position: absolute;
    width: 100%;
    top: -174px;
    z-index: 0;
}
.banner-content.about.contect {
    height: 29%;
}
.second-form-overlay.last-about.crystals-waiting img {
    height: 1343px;
    object-fit: cover;
}
section.blog-section.crystals-waiting-write {
    background: unset;
    height: 1327px;
}
.blog-image a {
    display: block;
}
.blog-content.crystals-con {
    background: #0a06a5;
}
.gallexy-video video {
    opacity: 0.4;
}
.gallexy-overlay img {
    width: 100%;
    position: absolute;
    top: 278px;
    z-index: 0;
}
.earth-image img {
    width: 100%;
    object-fit: cover;
    opacity: 0.4;
    height: 820px;
}
.footer-video.shop-footer video {
    margin: -116px 0;
    height: 777px !important;
    object-fit: cover;
}
.banner-content.about.shop {
    height: 36%;
}
.filter-con {
    color: #fff;
}

.filter-child {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.filter-con h2 {
    border-bottom: 1px solid;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
ul.filter-ul li a {
    color: #fff;
    position: relative;
    padding: 0 0px 0 20px;
}

.sop-sec {
    position: absolute;
    top: 20%;
    width: 100%;
}
.sop-sec .container-fluid {
    padding: 10px 110px;
    z-index: 4;
    position: relative;
}
ul.filter-ul li {
    padding-bottom: 20px;
}
.filter-child h6 {
    font-size: clamp(18px, 2vw, 30px);
}

/* Initially hide all filter lists except the first one */
.filter-ul {
    display: none;
}

/* Show the first filter list by default */
.filter-ul:first-of-type {
    display: block;
}

/* Optional: Add a transition effect for smoother show/hide */
.filter-ul {
    transition: all 0.3s ease;
}

.filter-child i {
    cursor: pointer; /* Makes the icon clickable */
    transition: transform 0.3s ease; /* Optional smooth transition */
}

/* Rotating icon when clicked */
.filter-child i.rotate {
    transform: rotate(180deg); /* Rotate the icon */
}
.earth-image {
    position: relative;
}

.earth-image:before {
    position: absolute;
    content: '';
    background: #0000005c;
    width: 100%;
    height: 100%;
}.earth-image {
    position: relative;
}

.earth-image:before {
    position: absolute;
    content: '';
    background: #0000005c;
    width: 100%;
    height: 100%;
}
footer.main-footer.shop {
    /* margin: -100px 0 0; */
}
.earth-image.shop {
    margin: -6px 0;
}
.tabs-images img {
    width: 100%;
}

.tabs-images {
    padding-left: 41px;
}

.product-inner-cont {
    color: #fff;
}
.product-inner-cont h6 {
    font-size: 24px;
}

.product-inner-cont span {
    font-size: 19px;
}

.product-inner-cont {
    padding: 30px 0;
}
.tabs-pagination ul {
    display: flex;
    gap: 25px;
    justify-content: center;
    margin-top: 70px;
    z-index: 4;
    position: relative;
}

.tabs-pagination ul li a {color: #fff;border: 1px solid;padding: 15px 15px;border-radius: 14px;}
.poster-section {
    position: absolute;
    top: 10%;
    width: 100%;
}
img.inner-child {
    margin: 21px 0px;
    padding: 0 11px;
    max-width: 100px;
    max-height: 100px;
}

.poster-section .container-fluid {
    padding: 0px 80px;
}
.poster-content {
    color: #fff;
}

.poster-content span {
    font-size: 36px;
}

.poster-content h6 {
    font-size: 48px;
}
.poster-content {
    color: #fff;
}

.poster-content span {
    font-size: 36px;
}

.poster-content h6 {
    font-size: 48px;
}

.poster-button a {
    border: 1px solid;
    padding: 13px 40px;
    color: #fff;
    display: block;
    border-radius: 47px;
}

.poster-button {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}
.size-cart {
    color: #fff;
    display: flex;
    gap: 12px;
    margin-top: 20px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

.size-cart h6 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
}
.size-cart-button a {
    display: flex;
    color: #fff;
    font-size: 22px;
    justify-content: space-between;
    border: 1px solid;
    margin-top: 29px;
    padding: 11px 21px;
    border-radius: 29px;
    margin-bottom: 20px;
}
.cart-button-anc a {
    background: #fff;
    text-align: center;
    padding: 11px 10px;
    /* margin: 20px 0 30px; */
    border-radius: 30px;
    width: 100%;
    display: block;
}

.cart-button-anc a {
    color: #000;
    font-weight: 800;
}
.poster-side-sec {
    padding-left: 40px;
}
.poster-inner-con h6 {
    font-size: 40px;
}

.poster-inner-con {
    color: #fff;
}
.poster-inner-con h6 {
    font-size: 40px;
    margin-bottom: 20px;
}

.poster-inner-con {
    color: #fff;
    margin-top: 120px;
}

.poster-inner-con ul li {
    padding-bottom: 6px;
    margin-top: 10px;
    font-family: 'Josefin Sans';
}

.poster-inner-con ul {
    padding: 10px 19px;
}
footer.main-footer.contect-footer {
    margin: 9px 0 0;
}
footer.main-footer.crystals-writing {
    margin: -12px 0;
}
section.Related-product {
    position: absolute;
    width: 100%;
    top: 45%;
}
section.Related-product {
    position: absolute;
    width: 100%;
    top: 52%;
}

.related-product-con h6 {
    font-size: 55px;
    color: #fff;
    text-align: center;
    margin-bottom: 100px;
}
.related-product-inner-con img {
    width: 100%;
}
.product-net-con {
    color: #fff;
}

.product-net-con h6 {
    font-size: 24px;
}

.product-net-con span {
    font-size: 18px;
}
.gallexy-video.poster video {
    height: 630px;
    object-fit: cover;
}
.footer-overlay.poster-overlay img {
    width: 100%;
    top: -227px;
}
.footer-overlay.shop img {
    top: -269px;
}
a.poster-first-anc:hover {
    background: #fff;
    color: #000;
}
.cart-button-anc a:hover {
    background: #000;
    color: #fff;
}
.modal-content.login-main {
    /* width: 600px; */
    margin: auto;
    border: 1px solid white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 0 10px  #fffffff5;
    background: #0a0450a8;
    position:relative;
}
.modal-header.login-modal {
    display: unset;
    border-bottom:none;
}

h6.login-heading {
    font-size: 61px;
    color: #fff;
    text-align: center;
}
.email label {
    color: #fff;
    font-size: 23px;
}
input.login-email {
    background: transparent;
    border: 1px solid #fff;
    width: 100%;
    padding: 10px 10px;
    border-radius: 12px;
    color:#fff;
}
input.login-email::placeholder {
    color: #fff;
}
.modal-footer.login-footer {
    border-top: 0;
}
.email {
    margin-bottom: 30px;
}
.signup-anc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.modal-footer.login-footer button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background: #f79d57;
    color: #fff;
    font-size: 22px;
    border-radius: 11px;
    font-weight: 700;
}
.cart-button-anc button {
    background: #fff;
    padding: 10px 20px;
    border-radius: 55px;
    width: 100%;
}
.cart-button-anc {
    /* background: #fff; */
    /* text-align: center; */
    /* padding: 10px 0; */
    /* border-radius: 
22px; */
}
.cart-table td.cart-img a {
    margin: 0 auto;
}

.cart-table tbody tr {
    text-align: justify;
}

.cart-table tr.cart-head {
    background-color: white;
}
.cart-table tr.cart-head th{
    padding:10px ;
}
.cart-table .product-material-page a img {
    width: 150px;
    margin: 10px 0px;
}

.cart-table .product-material-page a {
    margin: 0 auto;
}

.cart-table td.cart-img a {
    margin: 0 auto;
}

.cart-table tbody tr {
    text-align: justify;
    /* padding: 2px 1px; */
}
.cart-sidebar {
    padding: 10px;
}

.cart-sidebar .sidebar-box {
    /* background-color: #e3e3e3; */
    padding: 10px 15px;
    margin: 30px 10px;
    border: 1px solid white;
    box-shadow: 0 0 5px white;
}
.sidebar-box h3{
    color:white;
    text-align:center;
}
.cart-sidebar .box-content {
    text-align: center;
}

.cart-sidebar a.sidebar-btn {
    display: block;
    text-decoration: none;
    background-color: #f79d57;
    border: 1px solid #f79d57;
    padding: 10px;
    border-radius: 40px;
    color: black;
    width: 200px;
    transition: all 0.7s
}
.cart-sidebar a.sidebar-btn:hover{
color:white;
    background:transparent;
}
.cart-sidebar .box-content {
    padding: 15px 0;
}
.cart-sidebar .box-content P{
    color:white;
}
.cart-sidebar .box-content input{
    width:70%;
    padding:0 10px;
    background:transparent;
    color:white;
    border:1px solid white;
}.cart-sidebar .box-content input::placeholder{
    color:white;
}
.coupon-btn {
    background-color:#f79d57;
    padding: 10px;
    color: black;
    border: 2px solid #f79d57;
}
.banner-content.about.cart {
    height: unset;
    position: unset;
}
.banner-image.cart img {
    height: unset;
    opacity: 0.4;
}
footer.main-footer.cart {
    /* margin: -100px 0 !important; */
}
h5.cart-hed {
    color: #fff;
    font-family: 'Josefin Sans';
    padding: 15px 0;
}
.checkout-form {
    background: rgb(0 0 0 / 37%);
    padding: 20px;
    border: 1px solid #dadada;
    /* border-radius: 5px; */
    position: relative;
    box-shadow: 0 0 5px silver;
}
.payment-method{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkout-form label {
    color: white;
    padding: 20px 0 5px 0;
    /* padding: 10px 0; */
    display: block;

    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.checkout-form input,
.checkout-form select {
    width: 100%;
    /* border: none; */
    background: #fff9f900;
    font-size: 18px;
    font-weight: 400;
    color: white;
    padding: 10px;
    border-radius: 0;
    border: 1px solid white;
}

.checkout-form select option{
   color: black;
}
.checkout-form input:focus,
.checkout-form select:focus {
    outline: none;
}
.checkout-form input::placeholder,
.checkout-form select::placeholder{
    color:#d6d6d6f5;
}
.shipping-option {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
}

.shipping-method {
    border: 1px solid white;
    color: white;
    margin: 20px 0;
    padding: 20px;
}

.shipping-method:hover {
    background-color: white;
    color: black;
    cursor: pointer;
}

.shipping-method h4 {
    padding-top: 10px;
    font-family: Outfit;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: right;
}
.checkout .card-body ul{
    list-style:none;
    padding: 0 ;
    margin: 0;
    width: 60%;
}
.checkout  .card-body ul li {
   display: flex;
    align-items:center;
    font-family: 'Montserrat';
    font-size: 20px;
   
}
.checkout .card-body ul li input{
    width:50px;
    margin:15px ;
}
.checkout  .card-body h3{
    font-family: 'Montserrat';
    color: #0c2444;
    text-transform: uppercase;
    font-weight: 600;
}
.checkout-lower {
    display: flex;
    align-items: center;
}
.commercial {
    display: flex;
    align-items: center;
    margin-left: 50px;
}

.checkout-lower input {
    width: 20px;
    height: 20px;
}
.checkout-lower input:hover,
.checkout-lower label:hover {
    cursor: pointer;
}
.checkout-lower label {
    padding-left: 10px;
}

.checkout-form button {
    padding: 10px 50px;
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 600;
    background:#f79d57;
    margin: 20px auto;
    color: white;
    border: none;
    transition: all 0.5s ease-in;
    border-radius: 5px;
    display: block;
}
.checkout-form button:hover {
    transform: scale(0.9);
}
.checkout-order-summary {
    background-color: #0d1020;
    padding: 40px;
    border: 2px solid #dadada;
    border-radius: 5px;
    box-shadow: 0 0 5px silver;
}
.checkout-order-summary h3 {
    color: white;
}
.checkout-order-summary td {
    text-align: left;
    padding: 5px 0;
    background: #0d1020;
}

.checkout-order-summary td:first-child {
    color: white;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    background:transparent;
}

.checkout-order-summary td:last-child {
    text-align: right;
    color: white;
    padding-left: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: right; background:transparent;
}

#table-last-row {
    border-top: 1px solid grey;
}
.check-button {
    margin: 10px auto;
    width: 60%;
}
.checkout-order-summary a {
    width: 95%;
    text-align: center;
    padding: 10px 0;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    border: none;
    background:#f79d57;
    border: 1px solid#f79d57;
    color: white;
    transition: all 0.5s ease-in;
}
.checkout-order-summary a:hover {
    transform: scale(0.8);
    background: transparent !important;
    border: 1px solid var ;
    color:white;
}
.checkout-product {
    background-color: #ffffff;
    margin: 20px 0;
}
.checkout-product {
    background-color: rgb(149 149 149 / 0%);
    color: white;
}
.checkout-product-detail {
    padding: 0px 5px;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    color: white;
}
.overall-payment{
    background-size: 100% !important;
}
.banner-image.cart.checkout img {
    height: 1420px;
}
.checkout-heading h1 {
    color: #fff;
    text-align: center;
    font-size: 80px;
    margin-bottom: 20px;
}
.upper-checkout h3 {
    color: #fff;
}

.slider-first-image.slider-for img {
    width: 100%;
}
footer.main-footer.shop {
    /* margin: 10px 0 0; */
}
.footer-video.crystal-writing video {
    margin: -104px 0;
    height: 766px !important;
    object-fit:cover;
}
section.product-sec.inner:before {
    position: absolute;
    content: '';
    background: #0000000a;
    width: 100%;
    height: 100%;
}
button.canvas-button {display: none;}
footer.main-footer.cart.shop.poster {
    /* margin: 4px 0; */
}
footer.main-footer.cart.shop.poster {
    /* margin: 113px 0; */
    padding: 30px 0px 0;
}
.footer-title {
    margin-bottom: 30px;
}
.offcanvas {
    background-color: #f8f9fa; /* Light gray background */
    color: #333; /* Dark text */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    transition: transform 0.5s ease, opacity 0.5s ease; /* Smooth transition */
  }

  .offcanvas-top {
    transform: translateY(-100%); /* Hide initially (top out of viewport) */
    opacity: 0; /* Invisible initially */
  }

  .offcanvas.show {
    transform: translateY(0); /* Slide in */
    opacity: 1; /* Visible */
  }

  .offcanvas-header {
    background-color: #05053fb5; /* Brand color (Bootstrap purple) */
    color: #fff;
    padding: 15px;
  }

  .header-logo-responsive img {
    max-width: 150px;
  }

  .offcanvas-body {
    padding: 20px;
    font-family: 'Arial', sans-serif;
  }

  .offcanvas-body a {
    color: #563d7c;
    text-decoration: none;
    font-size: 1.1rem;
    display: block;
    margin: 10px 0;
  }

  .canvas-button {
    font-size: 1.5rem;
    background-color: #563d7c; /* Brand color */
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    transition: all 0.3s ease;
  }

  .canvas-button:hover {
    /* background-color: #452f66; */ /* Darker shade on hover */
    /* color: #fff; */
    /* padding: 0px 0px 11px 11px; */
    /* height: 37px; */
    /* width: 47px; */
  }

  .btn-close {
    color: #fff;
  }
/* Styling for the button container */
.canvas-button {
    background-color: white; /* White background for the button */
    border: 2px solid #ddd; /* Light gray border */
    border-radius: 8px; /* Rounded corners */
    width: 35px; /* Adjusted size for the hamburger button */
    height: 30px; /* Height of the button */
    display: flex;
    flex-direction: column; /* Stack the 3 lines vertically */
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    cursor: pointer; /* Change cursor to pointer */
    transition: background-color 0.3s ease, border 0.3s ease; /* Smooth transition */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Soft shadow around the button */
  }
  
  /* Styling for each bar (span) */
  .hamburger-icon {
    width: 72%; /* Full width */
    height: 3px; /* Height of the bars */
    background-color: #060582; /* Dark color for the bars */
    border-radius: 2px; /* Rounded corners for the bars */
    transition: all 0.3s ease; /* Smooth transition */
    display: block;
    margin: 5px 0;
    border-radius: 240px;
  }
  
  /* Hover effect */
  .canvas-button:hover {
    background-color: #f8f9fa; /* Light gray background on hover */
    border-color: #13089e85; /* Blue border on hover */
    height: 49px;
    padding: 1px 0 0 11px;
  }
  .header-nav.responsive {
    display: block;
}
  /* Hover effect for each bar */
  .canvas-button:hover .hamburger-icon {
    background-color: #12079c99; /* Change the bar color on hover */
  }
  
  /* Open state: Hamburger transforms into a cross when clicked */
  .canvas-button.active .hamburger-icon:nth-child(1) {
    transform: translateY(8px) rotate(45deg); /* Top bar rotates */
  }
  
  .canvas-button.active .hamburger-icon:nth-child(2) {
    opacity: 0; /* Middle bar disappears */
  }
  
  .canvas-button.active .hamburger-icon:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg); /* Bottom bar rotates */
  }
  
  /* Focus effect (when the button is clicked or focused) */
  .canvas-button:focus {
    outline: none; /* Remove default outline */
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5); /* Add focus effect */
  }
  
  /* Active state (clicked) effect with a smooth transition */
  .canvas-button.active {
    /* background-color: #f0f0f0; */ /* Slight gray background when active */
    /* border-color: #007bff; */ /* Blue border when clicked */
  }
  .main-side-nav.responsive {
    display: block !important;
}
.responsive{
   display: block !important;
}
div#offcanvasTop {
    height: 600px;
}
.header-nav.responsive nav ul {
    flex-wrap: wrap;
}
.header-site-btn.responsive {
    visibility: visible;
}
.site-icon.responsive a {
    display: inline;
    margin: 21px 17px;
    line-height: 3;
}
button.canvas-button {
    width: 50px;
    height: 47px;
}
.sop-sec.product-sec {
    position: unset;
    padding: 40px 0px;
    background-image: url(../images/moon-background.png);
    background-color: #0000004f;
    background-blend-mode: overlay;
}
section.about-banner.shop {
    /* height: 2273px; */
}
section.about-banner.poster-page {
    height: 1852px;
    object-fit: cover;
}
section.blog-section.crystals-waiting-write.blog-write {
    height: 1322px;
}
footer.main-footer.cart.shop.poster.product-detail {
    margin: 10px 0 0;
}
.banner-image.contect img {
    height: 506px;
}
section.second-form.abou-inn.product-craete {
    height: unset;
}
.banner-image.shop-image img {
    height: 490px;
}
.earth-image.shop img {
    height: unset;
}
section.prod-detail {
    width: 100%;
    background-image: url(/assets/images/moon-background.png);
    padding-top: 21rem;
    position: relative;
    z-index: 8;
}
.slider-first-image.slider-for.slider-img.slick-initialized.slick-slider img {
    height: 680px;
    object-fit: contain;
}
section.prod__detail__4 {
    padding: 3rem 0;
}

section.prod-detail:before {
    position: absolute;
    content: '';
    background: #0103a87a;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}

.prod__detail__3 .container-fluid {
    padding: 0px 80px;
}
section.second-form.abou-inn {
    height: unset;
}


section.about-banner.cart {
    background: url(../images/about-banner.png);
    width: 100%;
    height: max-content;
    background-repeat: repeat;
    background-color: #0000ffa8;
    background-blend-mode: overlay;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding-top: 11rem;
    padding-bottom: 6rem;
}


section.about-banner.cart:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #0000002e;
}