@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary: #e3b517;
    --primary-two: #c49a11;
    --footer: #222;
    --white: #fff;
    --white-cs: #fff;
    --bg-gray: #ebebeb;
    --bg-service: #ebebeb;
    --black: #323232;
    --font-main: "Poppins", sans-serif !important;
    --font-sub: "Poppins", sans-serif !important;
    --bg-light-gray:#f7f7f7;
    --gray-bg:#919191;
    --gray-color:#919191;
    --white-bg:#fff;
    --black-cs:#000;
    --bg-white-light:#fff;
    --how-bg-1:#f7f7f7;
    --how-bg-2:#efefef;
    --how-bg-3:#e8e8e8;
    --how-bg-4:#e1e1e1;
    --gray-dark:#474748;
    --white-ccc:#fff;
    --bg-baner:transparent;
    --footer-border:#ccc;
    --bg-web:#f2f2f2;
    --bg-web-container:#919191;
    --bg-offcanvas:#062645;


}
.dark {
  --primary: #e3b517;
    --primary-two: #c49a11;
    --footer: #222;
    --white: #323232;
    --bg-gray: #ebebeb;
    --black: #e7e7e7;
    --white-cs: #e7e7e7;
    --bg-light-gray:#0b0b0b;
     --gray-bg:#000;
     --white-bg:#000;
     --bg-white-light:#0b0b0b;
     --how-bg-1:#212121;
     --how-bg-2:#191919;
     --how-bg-3:#111111;
     --how-bg-4:#0b0b0b;
     --gray-dark:#151515;
     --white-ccc:#ccc;
     --bg-baner:#0000009a;
     --footer-border:#222;
     --bg-web:#000;
     --bg-web-container:#0b0b0b;
     --bg-service: #000;
     --bg-offcanvas:#000;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-padding-top: 3rem;
}

html,
body {
    font-family: var(--font-main) !important;
}

.navbar {
    height: 90px;
}

#videoWrapper {
    /* height: 100vh; */
    overflow: hidden;
    position: relative;
}

#videoWrapper .baner-video {
    position: absolute;
    /* min-width: 100%;
    min-height: 100%; */
    width: 100%;
    height: fit-content;
    object-fit: cover;
    z-index: -100;

    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    box-shadow: none;
}

#videoWrapper .caption {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 100%;

}

#videoWrapper .caption .contents {
    width: 100%;
    height: 100%;
    color: var(--white-cs);
    /* padding: 30px; */
    /* backdrop-filter: blur(2px); */
    /* -webkit-backdrop-filter: blur(5px); */
    /* background: rgb(255 255 255 / 7%); */
}
.header .navbar{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.nav-logo img {
    width: 190px;
}

.nav-tog {
    border: 0 !important;
    color: var(--primary) !important;
    font-size: 30px !important;
}

.offcanvas-menus .offcanvas-title a img {
    width: 150px;
}

.offcanvas-menus {
    background-color: var(--bg-offcanvas) !important;
    padding: 20px 20px;

}

.offcanvas-menus ul li a {
    color: var(--white-cs) !important;
    font-size: 17px !important;
}

.offcanvas-menus ul li {
    /* margin-bottom: 15px; */
    margin: 0 10px;
}

.offcanvas-menus ul li a:hover {
    color: var(--primary-two) !important;
}

/* .container-max-cs {
    max-width: 1500px !important;
    padding: 0 50px !important;
} */
 .container-mx-service{
     max-width: 1500px !important;
    padding: 0 50px !important;
 }

.container-max-sm{
      max-width: 1150px !important;
      margin-top: 20px;
}
.hero-baner {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* padding-top: 12rem; */
    background-color: var(--bg-baner);
}


.hero-baner p {
    font-family: var(--font-sub);
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 400;
}

.hero-baner h1 {
    font-size: 65px;
    font-family: var(--font-main);
    font-weight: 500;
    line-height: 80px;
    text-transform: uppercase;
    margin-top: 0px;
}
.slider-animation{
    margin-top: -80px;
}

.baner-animate-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.baner-animate-box h3 {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font-main);
    margin: 0;
}

.whatspp-home {
    position: fixed;
    bottom: 10%;
    right: 40px;
    display: flex;
    justify-content:center;
    align-items: center;
    width: fit-content;
    height: 55px;
    width: 55px;
    border-radius: 40px;
    border: 3px solid #fff;
    text-decoration: none;
    color: #fff;
   z-index: 5000;
    gap: 10px;
    font-size: 23px;
    font-weight: 600;
    background-color: #25D366;
    transition: 0.5s;
}

.whatspp-home:hover {
    border-color: #25D366;
    color: #25D366;
    background-color: #fff;
}

.about_us_section {
    padding: 100px 0;
    padding-top: 100px;
    background-color: var(--bg-light-gray);
}


.masked {
    width:90%;
    height: 550px;
    mask-image: var(--url);
    mask-repeat: no-repeat;
    mask-size: contain;

    background-image: url(../img/basic/21.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    position: relative;
    border-radius: 40px;
    border: 5px solid var(--bg-light-gray);
    margin: auto;

}

.masked .top {

    position: relative;
    top:-2px;
    left: 0;
    /* -webkit-transform: scaleX(-1);
    transform: scaleX(-1); */
    /* rotate: 180deg;   */

    background-color: var(--bg-light-gray);
    width: 200px;
    height: 130px;
    border-bottom-right-radius: 40px;




}

.masked .bottom {

    position: absolute;
    bottom: 0;
    left: 0;
    /* -webkit-transform: scaleX(-1);
    transform: scaleX(-1); */
    /* rotate: 180deg;   */

    background-color: var(--bg-light-gray);
    width: 220px;
    height: 130px;
    border-top-right-radius: 40px;




}

.masked .top .border-curve-one {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -38px;
    top: -11px;
    border-left: 11px solid var(--bg-light-gray);
    border-top: 12px solid var(--bg-light-gray);
    border-top-left-radius: 40px;

}

.masked .top .border-curve-two {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -13px;
    bottom: -38px;
    border-left: 12px solid var(--bg-light-gray);
    border-top: 12px solid var(--bg-light-gray);
    border-top-left-radius: 40px;

}

/* .masked.bottom {
  --url: url(../img/masked2.svg);
  margin-top: -100px;
  background-color: black;
} */

.masked .bottom .border-bottom-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.masked .bottom .border-bottom-box .border-curve-one {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -12px;
    top: -39px;
    border-bottom: 11px solid var(--bg-light-gray);
    border-left: 12px solid var(--bg-light-gray);
    border-bottom-left-radius: 40px;

}

.masked .bottom .border-bottom-box .border-curve-two {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -37px;
    bottom: -11px;
    border-bottom: 11px solid var(--bg-light-gray);
    border-left: 12px solid var(--bg-light-gray);
    border-bottom-left-radius: 40px;
}

.masked .bottom .border-bottom-box img {
    position: absolute;
    width: 200px;
    left: -31px;
    bottom: -65px;
}

.home-about-description-box {
    width: 90%;
    height: 75%;
    background-color: var(--gray-bg);
    border-radius: 40px;
    padding: 30px;
    padding-right: 70px;
    position: relative;
}

.home-about-us-container {
    width: 100%;
    height: 100%;
}

.about-us-title-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 130px;
    position: relative;
}

.about-us-title-box h1 {
    font-size: 8rem;
    position: absolute;
    white-space: nowrap;
    z-index: 2;
    left: 40px;
    top: -37px;
    font-weight: 600;
    color: var(--black);
}

.home-about-description-box h3 {
    font-weight: 600;
    color: #fff;
    font-size: 23px;
    margin-bottom: 15px;
}

.home-about-description-box p {
    text-align: justify;
    font-size: 14px;
    color: var(--white-cs);
    line-height: 24px;
    margin-bottom: 10px;
}

.home-about-description-box h4 {
    font-weight: 600;
    color: #fff;
    font-size: 19px;
    margin-bottom: 5px;
    margin-top: 20px;
}

/* :root
 {
    --radius: 10vmin;
    --frame-size: calc(var(--radius) / 3);
    --d-outer: calc(var(--radius) * 2);
    --d-inner: calc(var(--d-outer) - var(--frame-size));
    --font-size: calc(var(--radius) / 10);
} */


.circle {
    /* position: relative; */
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -15%;
    top: 30%;
    z-index: 2;

}

.rounded-img {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    animation: rotateText 10s linear infinite;
    /* background-color: #000; */
    border-radius: 50%;
}

.rounded-img img {
    width: 100%;
    height: 100%;
}

@keyframes rotateText {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.text p span {
    position: absolute;
    left: 50%;
    font-size: 1.2em;
    transform-origin: 0 15vmin;
}


.service-section {
    padding: 80px 0;
    background-color: var(--white-bg);
}

.service-masked {
    width: 90%;
    height: 500px;
    mask-image: var(--url);
    mask-repeat: no-repeat;
    mask-size: contain;

    background-image: url(../img/site/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 40px;
    border: 5px solid var(--white-bg);

}

.service-masked .bottom {

    position: absolute;
    bottom: 0;
    left: 0;
    /* -webkit-transform: scaleX(-1);
    transform: scaleX(-1); */
    /* rotate: 180deg;   */

    background-color: var(--white-bg);
    width: 220px;
    height: 200px;
    border-top-right-radius: 40px;




}

.service-masked .bottom .border-bottom-box {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-masked .bottom .border-bottom-box .border-curve-one {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -12px;
    top: -39px;
    border-bottom: 11px solid var(--white-bg);
    border-left: 12px solid var(--white-bg);
    border-bottom-left-radius: 40px;

}

.service-masked .bottom .border-bottom-box .border-curve-two {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -38px;
    bottom: -10px;
    border-bottom: 11px solid var(--white-bg);
    border-left: 12px solid var(--white-bg);
    border-bottom-left-radius: 40px;
}

.rounded-yellow {
    width: 150px;
    height: 150px;
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    margin: auto;
}

.service-info-right {
    padding: 20px;
    padding-left: 0;
    padding-top: 0;
}

.service-info-right h3 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--black);
}

.service-info-right p {
    color: var(--black);
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 12px;
}

.service-info-right h4 {
    font-size: 23px;
    font-weight: 500;
    color: var(--black);
    margin: 20px 0;
}

.service-bottom-register-btn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 30px;
    gap: 10px;
}

.service-bottom-register-btn h6 {
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
    line-height: 25px;
    width: 90%;
}

.service-bottom-register-btn a {
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary);
    color: var(--white-cs);
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.5s;

}

.service-bottom-register-btn a:hover {
    border-radius: 40px;
}

.service-video-section video {
    width: 100%;
}

.service-widget-box {
    width: 100%;
    height: 430px;
    background-color: var(--gray-bg);
    border-radius: 50% 50% 0 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 30px;
}

.service-widget-section {
    padding: 80px 0;
    background-color: var(--bg-light-gray);
}

.service-widget-box::before {
    height: 100%;
    border-right: 30px solid var(--bg-light-gray);
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    border-radius: 0 77% 0 0;
    width: 40%;
    border-top: 30px solid var(--bg-light-gray);
}

.service-widget-box h3 {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    color: var(--white-cs);
}

.service-widget-box .service-info {
    width: 60%;
}

.service-widget-box .service-info {
    padding-left: 14px;
}

.service-widget-box .service-info h4 {
    font-size: 21px;
    font-weight: 500;
    color: var(--white-cs);
    line-height: 28px;
}

.service-widget-box .service-info p {
  
     font-size: 13px;
    text-align: justify;
    line-height: 23px;
    color: var(--white-cs);
    font-weight: 300;
        hyphens: auto;
       /* word-break: break-all; */
       margin: 0;

}

.service-widget-box-mirror {
    border-radius: 0 0 50% 50%;
    align-items: flex-start;
}

.service-widget-box-mirror::before {
    height: 100%;
    border-left: 30px solid var(--bg-light-gray);
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: unset;
    content: '';
    border-radius: 0 0 0 70%;
    width: 40%;
    border-bottom: 30px solid var(--bg-light-gray);
    border-right: 0;
    border-top: 0;
}

.service-widget-box-mirror .service-info {
    padding-left: 0;
    padding-right: 15px;
}

.div-demo-width {
    width: 12.5% !important;
}

.service-widget-second{
    width: 100%;
    /* padding: 5px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.service-widget-second span{
    min-width: 80px;
    min-height: 80px;
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--white-cs);
    font-weight: 600;
    position: relative;
}
.service-widget-second span::before{
    width: 2px;
    height: 20px;
    content: '';
    background-color: var(--primary);
    position: absolute;
    top: 100%;
    left: 50%;
}

.service-widget-second-info{
    padding: 20px;
    background-color: var(--bg-service);
    margin-top: 20px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.service-widget-second-info h4{
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: var(--black);
}
.service-widget-second-info p{
      font-size: 14px;
    text-align: justify;
    line-height: 23px;
    font-weight: 300;
        hyphens: auto;
       /* word-break: break-all; */
       margin: 0;
       color: var(--black);
}




















.logo-title-container {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: var(--white-bg);
}

.section-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-title h3 {
    font-weight: 600;
    color: var(--black);
    font-size: 37px;
    text-transform: uppercase;
    text-align: center;
}

.logofolio-section {
    background-color: var(--black-cs);
}

.logofolio-section {
    padding: 30px 0;
}

.logofolio-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logofolio-img img {
    width: 180px !important;
}

.section-title-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.photography-container {
    padding-bottom: 25px;
    padding-top: 25px;
    background-color: var(--bg-white-light);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.photography-container .section-title-container{
    width: 100%;
}

.photography-masked {
    width: 100%;
    height: 240px;
    mask-image: var(--url);
    mask-repeat: no-repeat;
    mask-size: contain;

    background-image: url(../img/basic/8.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 40px;
    border: 5px solid var(--bg-white-light);

}

.photography-masked .bottom {

    position: absolute;
    bottom: 0;
    right: 0;
    /* -webkit-transform: scaleX(-1);
    transform: scaleX(-1); */
    /* rotate: 180deg;   */

    background-color: var(--bg-white-light);
    width: 120px;
    height: 100px;
    border-top-left-radius: 40px;




}

.photography-masked .bottom .border-bottom-box {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photography-masked .bottom .border-bottom-box .border-curve-one {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -12px;
    top: -39px;
    border-bottom: 11px solid var(--bg-white-light);
    border-right: 12px solid var(--bg-white-light);
    border-bottom-right-radius: 40px
}

.photography-masked .bottom .border-bottom-box .border-curve-two {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -38px;
    bottom: -10px;
    border-bottom: 11px solid var(--bg-white-light);
    border-right: 12px solid var(--bg-white-light);
    border-bottom-right-radius: 40px;
}

.photography-container .col-lg-3 {
    padding: 3px !important;
}

.photography-container .col-lg-6 {
    padding: 3px !important;
}

.view-more-btn {
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary);
    color: var(--white-cs);
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.5s;
    margin: 20px auto;
}

.view-more-btn:hover {
    border-radius: 40px;
}


.web-design-section {
    padding: 100px 0;
    padding-top: 70px;
    background-color: var(--bg-web);
}




.web-design-container {
    width: 100%;
    height: 340px;
    border-radius: 40px;
    background-color:var(--bg-web-container);
}

.web-design-left {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 20px;
}

.web-design-left h3 {
    font-size: 3rem;
    color: var(--white-cs);
    margin: 0;
    font-weight: 500;
}

.web-design-right {
    width: 100%;
    height: 100%;
    position: relative;
}

.web-design-right img {
    width: 100%;
    position: absolute;
    /* top: -37px; */
    margin-top: -32px;

}

.web-design-right img.left-img {
    width: 230px;
    position: absolute;
    top: 0;
}

.web-design-right img.middle-img {
    width: 230px;
    position: absolute;
    top: -40px;
    left: 25%;
    z-index: 2;
}

.web-design-right img.right-img {
    width: 230px;
    position: absolute;
    bottom: 0;
    right: 20%;

}

.product-animation-video {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.product-animation-video video {
    width: 90%;

    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    box-shadow: none;
}

.how_we_works_section {
    padding: 30px 0;
    /* background-color: #f7f7f7; */
    background-color: var(--white-bg);
}

/* .how-step-container{
   
} */
.how-step-container .col-xl-3{
    padding: 0;
}

.how_we_work_container {
    padding:  25px;
    /* background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    /* border-radius: 15px; */
    height: 100%;

}
.how_we_work_container.how-bg-1{
    background-color: var(--how-bg-1);
}
.how_we_work_container.how-bg-2{
    background-color: var(--how-bg-2);
}
.how_we_work_container.how-bg-3{
    background-color: var(--how-bg-3);
}
.how_we_work_container.how-bg-4{
    background-color:var(--how-bg-4);
}
.how_we_work_container span {
    font-weight: 600;
    font-size: 15px;
    background-color: var(--primary-two);
    color: var(--white);
    padding: 5px 18px ;
    border-radius: 40px;
}

.how_we_work_container h3 {
    margin: 18px 0;
    font-size: 23px;
    font-weight: 600;
    color: var(--black);
}

.how_we_work_container p {
    font-size: 13.7px;
    text-align: justify;
    margin-bottom: 12px;
    line-height: 22px;
    color: var(--black);
    font-weight: 300;
        hyphens: auto;
}

.why_choose_us_section {
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: var(--bg-white-light);
}

.whychooseUs-container {
    padding: 30px;
    border: 2px solid #222;
    border-radius: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
}

.whychooseUs-container span {
    width: 60px;
    height: 60px;
    background-color: #e3b517;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    position: absolute;
    left: -30px;
}

.why-choose-info h3 {
    color: #919191;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}

.why-choose-info p {
    color: #919191;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}

.why-choose-left {
    width: 100%;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-choose-left img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
}

.why-choose-right {
    padding: 30px;
    padding-top: 65px;
}

.why-choose-right-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;

}

.why-choose-right-box span {
    min-width: 120px;
    height: fit-content;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    color: var(--white-cs);
    margin-left: -100px;
        margin-top: 3px;
}

.why-choose-right-box-info {
    padding: 20px;
    padding-top: 0px;
    /* border-bottom: 1px solid #ccc; */
    height: 100%;
}

.why-choose-right-box-info h3 {
    color: var(--gray-color);
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 10px;
}

.why-choose-right-box-info p {
    color: var(--gray-color);
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}

/* .why-choose-right-box span.bg-2{
    background-color:#b7920d ;
}
.why-choose-right-box span.bg-3{
    background-color:#9a7a07 ;
}
.why-choose-right-box span.bg-4{
    background-color:#7f660b ;
}
 */

.off-block {
    visibility: hidden;
}










.footer-section {
    background-color: var(--gray-bg);
    /* padding-bottom: 50px; */
}

.footer-top-section {
    background-color: var(--gray-dark);
    height: 400px;
    width: 100%;
    position: relative;
    padding: 40px;
        display: flex
;
    justify-content: center;
    align-items: center;
}

.footer-top-section img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.footer-top-section h1 {
         position: absolute;
    bottom: -20%;
    width: fit-content !important;
    font-size: 18vw;
    margin: 0;
    font-weight: 600;
    color: var(--gray-bg);
    white-space: nowrap;
    width: 100%;
}

.footer-top-section-info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 300px;
}

.footer-top-section-info h3 {
    color: var(--white-cs);
    font-size: 35px;
    font-weight: 400;
     position: relative;
    z-index: 1;
    text-align: center;
        line-height: 45px;
}

.footer-top-section-info a {
    background-color: var(--white-cs);
    padding: 7px 15px;
    border-radius: 40px;
    color: var(--black-cs);
    text-decoration: none;
    font-size: 23px;
    position: relative;
    z-index: 1;

}

.footer-top-section-info a:hover {
    background-color: var(--primary);
    color: var(--white-cs);
}

.footer-widget img {
    width: 250px;
}

.footer-widget p {
    color: var(--white-ccc);
    font-size: 14px;
    margin-top: 10px;
    line-height: 25px;
}

.footer-bottom-container {
    padding-top: 50px;
}

.footer-link-widget {
    padding: 40px;
    border-right: 1px solid var(--footer-border);
    padding-top: 0;
    margin-top: 20px;
    height: 100%;
    padding-bottom: 0;
}

.footer-link-widget h3 {
    font-weight: 700;
    color: var(--white-ccc);
    font-size: 26px;
    text-transform: uppercase;
}

.footer-link-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-link-widget ul li {
    margin: 20px 0;
}

.footer-link-widget ul li a {
    color: var(--white-ccc);
    font-size: 15px;
    text-decoration: none;
    transition: 0.5s;
}

.footer-link-widget ul li a:hover {
    color: var(--primary);
    text-decoration: underline;
    font-weight: 500;
}

.footer-link-widget ul li a i {
    margin-right: 10px;
}

.footer-icon-link {
    padding: 10px 40px;
}

.footer-icon-link h3 {
    font-weight: 700;
    color: var(--white-ccc);
    font-size: 26px;
    text-transform: uppercase;
}

.footer-icon-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 10px 0 0 0;
}

.footer-icon-link ul li a {
    width: 40px;
    height: 40px;
    background-color: var(--white-ccc);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--primary);
    transition: 0.5s;
}

.footer-icon-link ul li a:hover {
    background-color: var(--primary);
    color: var(--white-cs);
    margin-top: -10px;
}

.copy-right {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    margin-top: 50px !important;
    border-top: 1px solid var(--footer-border);
    padding-bottom: 10px;
}

.copy-right p {
    font-weight: 400;
    color: #f6f6f6;
    margin: 0;
}

.bg-gray{
    background-color: #f7f7f7;
}
/* 

.toggle-btn[type="checkbox"] {
  position: relative;
  width: 40px;
  height: 20px;
  -webkit-appearance: none;
  appearance: none;
  background: gray;
  outline: none;
  border-radius: 2rem;
  cursor: pointer;
  border: none;
  margin-top: 10px;
}
.toggle-btn:focus{
  border: none !important;
  outline: none !important;
}

.toggle-btn[type="checkbox"]::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #222;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}

.toggle-btn[type="checkbox"]:checked::before {
  transform: translateX(100%);
  background: #fff;
}

.toggle-btn[type="checkbox"]:checked {
  background: var(--primary);
} */



.checkbox-dark-mode {
  opacity: 0;
  position: absolute;
}

.checkbox-label {
  background-color: var(--bg-light-gray);
  width: 50px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

.checkbox-label .fa-moon {color: var(--primary);}

.checkbox-label .fa-sun {color: var(--primary);}

.checkbox-label .ball {
  background-color: var(--primary);
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

.checkbox-dark-mode:checked + .checkbox-label .ball {
  transform: translateX(24px);
}

.product-animation-dark{
    display: none;
}
body.dark .product-animation-dark{
    display: block;
}
body.dark .product-animation{
    display: none;
}
.product-animation-dark{
    background-color: var(--bg-white-light);
}
.bee-line-dark{
    display: none;
}
body.dark .bee-line-dark{
    display: block;
}
body.dark .bee-line-light{
    display: none;
}
body.dark .logofolio-section
{
    padding-top: 0;
}

body.dark{
    background-color: #000;
}