.testimonial-img {
    transition: transform 0.3s ease-in-out;
}

.testimonial-img:hover {
    transform: scale(1.1);
}

h1 {
    font-family: "Roobert", sans-serif;
}

hr {
    border-top: 3px solid;
    width: 65%;
    margin-left: 0;
}

.space-letter {
    font-size: 9.13043vh;
    color: black;
    margin-left: 10px;
}

body {
    font-family: "Roobert", sans-serif;
}

.h-md-100 {
    height: 100vh !important;
}
.modal-bg {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0, 5));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}
.imgzooomin {
    -webkit-animation: zoomin 20s ease-in infinite;
    animation: zoomin 20s ease-in infinite;
    transition: all 3s ease-in-out;
    overflow: hidden;
}
@-webkit-keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}
.modal-bg-content {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    padding: 5px 15px;
}
.modal-text-section {
    padding-top: 11%;
}
.fade {
    /* opacity: 0; */
    transition: opacity 0.15s linear;
}
.menuModal {
    max-width: 100vw;
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}
.modal.show .modal-dialog {
    transform: translate(0, 0);
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100vh;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100vh;
    border: 0;
    border-radius: 0;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #efe5d8;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.h-md-100 {
    height: 100vh !important;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.p-0 {
    padding: 0 !important;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.modal-bg-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9;
    /* Set text color */
}

.explore-button {
    display: inline-block;
    background: #efe5d8;
    color: black;
    font-family: "Roobert", sans-serif;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding-top: 40px;
    line-height: 1.5;
    font-weight: 500;
}

/* Blog Card Styles */
.blogCard {
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.blogCard:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.blogCard__image img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
}

.blogCard .mt-20 {
    padding: 20px;
}

.blogCard h4 {
    margin: 0;
}

.blogCard .text-light-1 {
    color: #888;
}

/* Responsive Layout */
/* @media (max-width: 768px) {
                                    .blogCard {
                                        width: 100%;
                                        margin-bottom: 20px;
                                    }
                                } */

/* Heading Styles */
.custom-heading {
    font-size: 36px;
    /* Adjust the font size */
    font-weight: bold;
    /* Adjust the font weight */
    color: #333;
    /* Adjust the text color */
    /* text-align: center; Align the text to center */
    margin-bottom: 104px;
    /* Add some space below the heading */
}

.card-text h5 {
    display: inline;
}

/* Initially hide the additional text */
.explore-text {
    display: none;
}

/* Style for the button */
.explore-btn-class {
    font-family: "Roobert", sans-serif;
    /*padding: 10px 20px;*/
    /*padding: 11px 58px;*/
    padding: 12px 64px;

    border-radius: 17px;
    /*font-size: 16px;*/
    font-weight: 600;
    background-color: #000000c2;
    color: #ffffff;
    border: none;
    border: 2px solid #fff;
    cursor: pointer;
    font-size: 17px;
    /*width: 10em;*/
    width: 16em;
    margin: 10px;
    margin-top: 35px;
    transition: all 0.3s ease; /* Add transition for smooth hover effect */
}

/* Hover effect for the button */
.explore-btn-class:hover {
    /*background-color: #2980b9;*/
    width: 23em;
}

/* Show the additional text and hide the button text when hovering over the button */
.explore-btn-class:hover .btn-text {
    display: none;
}

.explore-btn-class:hover .explore-text {
    display: inline;
}

#content {
    margin: 40px auto;
    text-align: center;
    width: 600px;
    display: flex;
}

#content h1 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 40px 0;
    font-size: 25px;
    line-height: 30px;
}

/*.circle {*/
/*  width: 50px;*/
/*    height: 50px;*/
/*    line-height: 200px;*/
/*    border-radius: 50%; */

/*    -moz-border-radius: 50%;*/
/*    -webkit-border-radius: 50%;*/
/*    text-align: center;*/
/*    color: white;*/
/*    font-size: 16px;*/
/*    text-transform: uppercase;*/
/*    font-weight: 700;*/
/*    margin: 0 auto 40px;*/
/*}*/

.circle {
    width: 20px;
    height: 20px;
    line-height: 200px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    /* font-weight: 700; */
    /* margin: 0px 3px; */
    margin: 2px;
}

.blue {
    background-color: #3498db;
}

.green {
    background-color: #16a085;
}

.red {
    background-color: #e74c3c;
}

.feedback {
    font-size: 14px;
    color: #b1b1b1;
}

/*blog effect */

.card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.card:hover {
    transform: scale(1.05);
}

.card img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}

.card-body {
    padding: 14px;
    background-color: #fff;
}

.card-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.card:hover .card-title {
    color: #ff7f50; /* Change color on hover */
}

.card-text {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.card-text li {
    margin-bottom: 5px;
    transition: color 0.3s ease; /* Add transition effect */
}

.card-text li:hover {
    color: #ff7f50; /* Change color on hover */
}

/*.features-v-three::hover.card*/
/*{*/
/*      color: #FFBE98 !important;*/
/*}*/

/* Background color for .features-v-three */

/*.features-v-three*/
/*{*/
/*            background-color: #ffff;*/
/*}*/

.features-v-three {
    background-color: #ffff;
    transition: background-color 0.3s ease;
}

/* Card 1 hover */
.features-v-three #card1:hover {
    background-color: #ff5733; /* Red */
}

/* Card 2 hover */
.features-v-three #card2:hover {
    background-color: #3498db; /* Blue */
}

/* Card 3 hover */
.features-v-three #card3:hover {
    background-color: #ffc0cb; /* Pink */
}

.features-v-three:hover {
    background-color: #f0f0f0; /* Change to desired background color */
}

/*last 6/6 card*/

.cardd {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
    /*border: 1px solid rgba(0, 0, 0, 0.125);*/
}
.cardd img {
    width: 100%;
    height: auto;
}

.cardd-body {
    padding: 20px;
    background-color: #fff;
}

.cardd-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
   
    margin-top: 0 !important;
}
.cardd-box{
    border-left: 2px solid #999;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    margin-bottom: 10px;
    padding: 10px;

}
.cardd:hover .card-title {
    color: #ff7f50; /* Change color on hover */
}

.cardd-text {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.cardd-text li {
    margin-bottom: 5px;
}

.cardd-text li:hover {
    color: #ff7f50; /* Change color on hover */
}

.blog-image {
    overflow: hidden; /* Hide overflow to prevent scrollbars */
}

.blog-image img {
    transition: transform 0.3s ease; /* Smooth transition effect */
}

.blog-image:hover img {
    transform: scale(1.1); /* Scale the image on hover */
}

/*secound page   css    */

.secound {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.secound:hover {
    transform: scale(1.05);
}

.secound img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}

.secound-body {
    padding: 20px;
    background-color: #fff;
}

.secound-title {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.secound:hover .secound-title {
    color: #ff7f50; /* Change color on hover */
}

.secound-text {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.secound-text li {
    margin-bottom: 5px;
    transition: color 0.3s ease; /* Add transition effect */
}

.secound-text li:hover {
    color: #ff7f50; /* Change color on hover */
}

.features-v-three:hover.secound {
    color: #ffbe98 !important;
}
.principle-box {
    padding-top: 5%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 5%;
}
.testimonial-heading {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    margin: 10px 0;
}
.testimonial-subheading {
    margin: 10px 0;
    font-weight: 500;
}
.testimonial-wrap {
    margin-top: 30px;
}
.testimonial-content {
    font-size: 26px;
}
.brand-heading {
    margin-left: 0;
}
/*secound page   css    */
.sm-text-logo {
    font-size: 14px;
    color: #999 !important;
    margin-top: 3px;
    margin-bottom: 0px;
}

.thumbnails {
    padding: 44px;
    list-style: none;
}

.thumbnails li {
    margin-bottom: 22px;
}

.thumbnails a {
    display: block;
    padding: 7px 23px;
    border: 1px solid var(--brandcolours);
    background-color: #fff;
    color: #333;
    border-radius: 24px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.thumbnails a:hover {
    /*background-color: #f9be3c;*/
    background-color: var(--brandcolours);
    color: #212529;
}
.card-img-top {
    height: 160px;
    overflow: hidden;
}
@media (max-width: 1150px) {
    .card-img-top {
        height: 120px;
    }
}
@media (max-width: 992px) {
    .card-img-top {
        height: auto;
    }
}
.h-100vh {
    height: 100vh;
    /*padding-top: 7.5%;*/
    /*    height: 90vh;*/
    /*padding-top: 9.5%;*/
    padding-top: 12.5%;

    padding-bottom: 5%;
    overflow: hidden;
}
.gallery-img-all {
    border: 4px solid transparent;
}
.gallery-img-side {
    height: 40%;
}
.gallery-img-side img {
    height: 100%;
}
.gallery-img-center,
.gallery-img-center img {
    height: 100%;
}
.hero-bg {
    background-color: var(--brandcolours);
    height: 100vh;
}
.hero-h1,
.hero-p {
    color: #000 !important;
}

.image-baground-text {
    position: absolute;
    top: 27%;
    left: 8%;
    z-index: 9999;
    /* Increase the z-index value */
}

.image-baground-text h4 {
    font-size: 80px;
    line-height: 1;
    font-weight: 800;
    color: black;
}

.image-baground-text h2 {
    font-size: 38px;
    line-height: 2;
    font-weight: 500;
}
.arrow {
    position: absolute;
    top: 56%;
    left: 65%;
    z-index: 99;
}

.arrow-text {
    position: absolute;
    top: 78%;
    left: 35%;
}
.element img {
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.element img:hover {
    transform: scale(1.05);
}
.arrow-btn {
    position: relative;
    margin-top: 15px;
    /*color: #111 !important;*/
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    left: 30%;
    top: -5%;
}
.arrow-btn:hover {
    /*background-color: rgba(255, 191, 60, 0.8);*/
        background-color: #b78a63;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff !important;
}

/*Logo Routes*/

.cardd-hover-box:hover .blog-image {
    opacity: 1;
}
.cardd-hover-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    text-align: center;
}

.cardd-hover-box:hover .overlay {
    opacity: 1;
}
/*Logo Routes end*/

.cardd-hover-box {
    transition: all 0.5s ease-in-out;
}
.cardd-hover-box .cardd-text {
    line-height: 1.4;
    position: absolute;
    top: 15%;
    color: #fff !important;
    font-size: 18px;
    left: 10%;
    right: 10%;
    text-align: center;
    transition: all 0.5s ease-in-out;
    display: none;
}
.cardd-hover-box:hover .blog-image {
    opacity: 0.8;
}
.cardd-hover-box:hover .cardd-text {
    display: block;
}
/* .gr-1 {
    background: linear-gradient(170deg, #01e4f8 0%, #1d3ede 100%);
}

.gr-2 {
    background: linear-gradient(170deg, #b4ec51 0%, #429321 100%);
}

.gr-3 {
    background: linear-gradient(170deg, #c86dd7 0%, #3023ae 100%);
} */
.gr-1 {
    background: #cddbb9;
}

.gr-2 {
    background: #cddbb9;

}

.gr-3 {
    background: #cddbb9;
}
* {
    transition: 0.5s;
}

.h-100 {
    height: 100vh !important;
}

.column {
    margin-top: 3rem;
    /* padding-left: 3rem; */
}
.column:hover {
    padding-left: 0;
}
.column:hover .card .txt {
    margin-left: 1rem;
}
.column:hover .card .txt h1,
.column:hover .card .txt p,
.column:hover .card .txt .subheading {
    color: #000 !important;
    opacity: 1;
}
.column:hover a {
    color: 000;
}
.column:hover a:after {
    width: 10%;
}

.nutshell .card {
    min-height: 180px;
    margin: 0;
    padding: 1.7rem 1.2rem;
    border: none;
    border-radius: 0;
    color: black;
    letter-spacing: 0.05rem;
    overflow: visible;
}
.nutshell .card .txt {
    /* margin-left: -3rem; */
    z-index: 1;
}
.nutshell .card .txt h1 {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}
.nutshell .card .txt p {
    font-size: 0.7rem;
    letter-spacing: 0rem;
    margin-top: 15px;
    opacity: 0;
    color: white;
}
.nutshell .card .txt .subheading{
    opacity: 1;
    font-weight: 400;
    color: #000 !important;
}
.nutshell .card a {
    z-index: 3;
    font-size: 0.7rem;
    color: black;
    margin-left: 1rem;
    position: relative;
    bottom: -0.5rem;
    text-transform: uppercase;
}
.nutshell .card a:after {
    content: "";
    display: inline-block;
    height: 0.5em;
    width: 0;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid white;
    transition: 0.5s;
}
.nutshell .card .ico-card {
    position: absolute;
    /* top: 0;
    left: 0; */
    bottom: 0;
    right: 0;
    width: 180px;
    height: 180px;
    overflow: hidden;
    display: none;
}
.nutshell .card i {
    position: relative;
    right: -50%;
    top: 60%;
    font-size: 12rem;
    line-height: 0;
    opacity: 0.2;
    color: white;
    z-index: 0;
}
.closeBtn {
    position: absolute;
    right: 3%;
    top: 3%;
    font-size: 25px;
    z-index: 999;
    cursor: pointer;
}
.menu-bg {
    background: url(../images/menu-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}





.bg-brand {
    background-color: var(--brandcolours);
}
.menu-link {
    position: relative;
}
.menu-link .menu-icon {
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-radius: 50%;
}
.menu-card {
    position: absolute;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    display: none;
    transition: 0.5s all ease-in-out;
    top: -144%;
    left: -56%;
    white-space: nowrap;
}
.menu-icon-border {
    border: 2px solid #fff;
    padding: 2px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-link:hover .menu-card {
    display: inline-block;
}
.menu-link:hover .menu-icon {
    background-color: var(--yellow);
}
.menu-link:hover .menu-icon-border {
    border: 2px solid var(--yellow);
}
.home-link {
    position: absolute;
    top: 54%;
    left: 20%;
}
.intro-link {
    position: absolute;
    top: 47%;
    left: 25%;
}
.nutshell-link {
    position: absolute;
    top: 52%;
    left: 34%;
}
.core-link {
    position: absolute;
    top: 44%;
    left: 43%;
}
.brand-link {
    position: absolute;
    top: 54%;
    left: 48%;
}
.advance-link {
    position: absolute;
    top: 37%;
    left: 51%;
}
.logo-link {
    position: absolute;
    top: 44%;
    left: 58%;
}
.audience-link {
    position: absolute;
    top: 54%;
    left: 58%;
}
.highlights-link {
    position: absolute;
    top: 47%;
    left: 64%;
}
.contact-link {
    position: absolute;
    top: 54%;
    left: 70%;
}
#section11 .table td {
    border: none;
}

#section11 .table-responsive {
    border: 1px solid #80808054;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 2px 2px 5px 1px;
    height: 100%;
}

.table th {
    border-top: none;
}
#visionCarousel {
    background-color: #f9c040;
    height: 56vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 8%;
}
#heroVideo {
    position: relative;
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}
.video-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    text-align: center;
    z-index: 1;
    bottom: -9%;
}
.hero-button {
    font-size: 18px;
    line-height: 1;
    font-weight: 100 !important;
    display: block;
    padding: 11px 25px;
    border: 2px solid #f9be3c;
    background-color: transparent;
    color: #fff;
    border-radius: 9px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-top: 25px;
}
.hero-section {
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
   
}

.fast-section {
    position: absolute;
    z-index: 2;
    top: -173px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
   
}


.hero-h1{
    text-transform: capitalize;
}
.dark-color{
    color: #000 !important;
}
.calculate-earning .main-title{
    font-size: 40px;
    line-height: 1.3;
    padding-left: 3%;
    padding-right: 3%;
    text-transform: capitalize;
    margin-bottom: 30px;
}
/*resposive code start */
@media only screen and (max-width: 1023px) {
    #hero h2 {
        font-size: 1.5em;
        /* margin: 0 0 48px; */
        padding: 0;
    }
    .hero-title {
        font-size: 48px !important;
    }
    .hero-bg {
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .arrow-btn {
        left: 8% !important;
    }
    .fixed-top {
        top: 0;
        left: 0;
        right: 0;
    }
    .hero-title-box {
        padding-left: 9% !important;
    }
    .hero-section {
        margin: 0 !important;
        padding: 5% !important;
    }
    .nutshell-bg {
        padding-top: 80px;
    }
    .nutshell .card .txt p {
        opacity: 1;
        color: white !important;
    }
    form {
        margin-top: 20px;
    }
    body,
    body p {
        font-size: 15px;
    }
    .testimonial-wrap {
        margin-top: 0;
    }
    .nutshell .card .txt h1 {
        color: #fff !important;
    }
    .nutshell .card .txt {
        margin-left: 0;
    }
    .column {
        padding-right: 3rem;
    }
    #visionCarousel {
        padding-left: 15%;
        padding-right: 15%;
    }
    .testimonials-v-three {
        height: auto !important;
        padding-top: 80px !important;
    }
    .h-100vh {
        height: auto !important;
    }
    .features-v-three {
        height: auto;
        min-height: 100vh;
        padding-top: 80px;
    }
    .cardd-hover-box .cardd-text {
        font-size: 14px;
    }
    .thumbnails {
        padding-top: 15px;
        padding-bottom: 15px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 5px;
    }
    .thumbnails a {
        padding: 4px 10px;
        font-size: 11px;
    }
    .section-title {
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    #hero {
        height: 100vh !important;
        padding-top: 80px !important;
    }
    .hero-bg {
        height: auto !important;
    }
    #visionCarousel {
        padding-left: 3%;
        padding-right: 3%;
    }
    /* .logo img, */
    /* .logo {
        height: 23px;
    } */
    .sm-text-logo {
        font-size: 9px;
    }
    #header {
        padding: 0;
        height: 60px;
        left: 0;
        right: 0;
        padding: 0 15px 10px;
    }
    .fixed-top {
        top: 0;
    }
    input[type="checkbox"] + label {
        height: 30px;
        width: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 15px;
        margin: 0px;
    }
    .nav-submenu {
        /*margin: 0 15px;*/
    }
    .nav-submenu ul {
        margin: 0 !important;
        margin-top: 10px !important;
    }
    .hero-title-box {
        padding-left: 5%;
        padding-right: 5%;
    }
    .hero-title {
        font-size: 40px;
    }
    #hero h2 {
        font-size: 20px;
    }
    .arrow-btn {
        left: 0;
    }
    .arrow {
        top: 67%;
        left: 38%;
        right: 13%;
    }
    .hero-bg {
        margin-top: 30px;
    }
    .hero-bg .hero-img-mob {
        width: 60%;
        display: block;
        margin-left: auto;
    }
    .element img {
        top: 159%;
        left: 18%;
        /* right: 13%; */
        height: 2%;
        width: 200px;
        height: 200px;
    }
    #pp-nav.right {
        right: 8px;
    }
    .hero-section {
        margin: 0 !important;
        padding: 2%;
    }
    .arrow-btn {
        left: 0;
    }
    .arrow {
        top: 164%;
        left: 18%;
        /*right: 13%;*/
        height: 2%;
        transform: rotate(99deg);
        width: 65%;
        z-index: 999;
    }
    .hero-h1 {
        font-size: 80px !important;
    }
    .nutshell-bg,
    .experience-v-three {
        height: auto !important;
        padding-top: 80px !important;
        padding-bottom: 20px;
    }
    .main-title {
        font-size: 35px;
    }
    .h-100vh {
        height: auto !important;
    }
    .column {
        margin-top: 1rem;
        margin-bottom: 1.5rem;
        padding-left: 0;
        padding-right: 0;
    }
    .experience-v-three .section-title {
        padding: 0 !important;
    }
    .carousel-item {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .testimonials-v-three {
        height: auto !important;
        padding-top: 80px !important;
    }
    .principle-box {
        padding: 0 !important;
    }
    .testimonial-heading {
        font-size: 20px;
    }
    .testimonial-subheading {
        font-size: 14px;
    }
    .testimonials-v-three .owl-nav {
        right: 0;
        bottom: 0;
        position: relative;
    }
    .testimonials-v-three .col-ms-4 {
        width: 33%;
    }
    .pt-sm-80 {
        padding-top: 80px !important;
        height: 80vh;
    }
    .features-v-three {
        height: auto !important;
        padding-top: 80px;
    }
    .features-v-three .section-title {
        padding-top: 0 !important;
    }
    .cardd-hover-box .cardd-text {
        font-size: 14px;
    }
    .thumbnails {
        padding-top: 15px;
        padding-bottom: 15px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 5px;
    }
    .thumbnails a {
        padding: 4px 10px;
        font-size: 11px;
    }
    .col-sm-6 {
        width: 50%;
        padding: 6px;
    }
    .card-title {
        font-size: 12px;
        line-height: 1.2;
    }
    .card-body {
        padding: 10px;
    }
    .contact {
        padding: 80px 4% !important;
    }
    .contact .info h4 {
        padding: 4px 0 0px 15px;
    }
    .contact .content .info {
        margin-top: 15px;
    }
    .calculator {
        padding-top: 80px;
    }
    .main-subtitle-2 {
        font-size: 16px;
    }
    .text-field {
        width: 75px;
    }
    table tr th,
    .table tr td {
        font-size: 11px;
    }
    .menu-bg {
        height: 65vh !important;
    }
    .hero-img {
        display: none;
    }
    .calculate-earning {
        padding: 20px;
        text-align: center;
    }
    .calculate-earning .main-title {
        font-size: 20px;
    }
    .nutshell .card .txt {
        margin-left: 0;
    }
    .nutshell .card .txt p {
        opacity: 1;
        color: white !important;
    }
    form {
        margin-top: 20px;
    }
    body,
    body p {
        font-size: 15px;
    }
    .testimonial-wrap {
        margin-top: 0;
    }
    .nutshell .card .txt h1, .nutshell .card .txt .subheading, .nutshell .card .txt p {
        color: #000 !important;
        opacity: 1 !important;
    }
}
@media (min-width: 767px) {
    .hero-v-three .img-cover-v-three .placeholder {
        height: 100vh;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .hero-img-mob {
        display: none;
    }
}
.arrow-button {
    font-size: 16px;
    z-index: 999;
    position: absolute;
    bottom: 3%;
    border: none;
    background:var(--brandcolours);
    height: 36px;
    width: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
    border-radius: 20px;
    border: 2px solid #000;
}
.arrow-button.next {
    right: 2%;
}
.arrow-button.prev {
    left: 2%;
}
.calc-btn{
    font-size: 18px;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 600;
    margin-right: 10px;
}
.calc-btn.dark{
    background: var(--black);
    color: #fff;
}
.calc-btn.light{
    /*background: var(--yellow);*/
    background-color: var(--brandcolours);
    color: #000;
}
.calculator-card{
    border: 2px solid #000;
background-color: var(--brandcolours);
    border-radius: 10px;
    padding: 10px;
    min-height: 270px;
}
.calculator-heading{
    padding: 10px 15px;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.calc-p{
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}
.calc-btn-2{
    /*background: var(--yellow);*/
    background-color: #000;
    padding: 6px 30px;
    font-size: 15px;
    color: #fff;
    border: none;
    border-radius: 20px;
}
.float-right{
    float: right;
}
/*resposive code end */



/*accordion start*/



 .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    /*width: 100%;*/
    width: 70%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #394153;
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgb(57 65 83 / 46%);

}

.division-accordion .accordion-button {
    /*background-color: #292A2F;*/
    border-radius: 2px;
    padding: 0px 10px 0px 0;
    text-transform: uppercase;
    /*color: white;*/
        color: black;
    background-color: var(--brandcolours);
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}

.btn-num {
    background: #fff;
    width: 30px;
    height: 30px;
    margin: 2px;
    margin-right: 10px;
    color: #292A2F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-button::after {
    width: auto;
    height: auto;
    content: "+";
    font-size: 20px;
    background-image: none;
    font-weight: 100;
    color: #fff;
    transform: translateY(-4px);

}


.accordion-button::after
{
    flex-shrink: 0;
    margin-left: auto;
        background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}


.accordion-button:not(.collapsed)::after {
    content: "-";
}



/*accordion end*/


    .accordion-img {
               display: block;
            }

            .accordion-text {
               display: none;
            }


        .center-line {
position: relative;
    margin: 0 auto;
    width: 30%;
    rotate: 90deg;
    text-align: center;
    margin-left: 25%;
    margin-top: -20%;
  }
  .center-line::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: black; /* Change the color as needed */
    transform: translateY(-50%);
  }




/*new css home page */
      .projects {
         height: 90vh;
         overflow: auto;
      }

      .project-box img {
         height: 620px;
         object-fit: cover;
         object-position: 50% 0;
         transition: transform 0.5s ease-in-out;
      }

      .projects::-webkit-scrollbar {
         display: none;
      }

      .sticky-title {
         position: sticky;
         background-color: white;
         z-index: 1;
         height: 50px;
         margin: 0;
         line-height: 1.8;
         border: 1px solid #777;
         padding: 0 15px;
         font-size: 18px;
         display: flex;
         align-items: center;
      }

      .top-0 {
         top: 0;
      }

      .top-50 {
         top: 50px;
      }

      .top-100 {
         top: 100px;
      }

      .project-box {
         position: relative;
      }

      .project-box img {
         width: 100%;
      }

/*new css home page end */


/*Logo Routes start*/

/*Logo Routes end*/




.Whoweare
{
    font-size:35px;
    letter-spacing: 0.3px;  
    font-weight: 500;
}
.QSR
{
    font-size: 27px;
    letter-spacing: 0.3px;
    font-weight: 500;
}
.Range
{
    font-size: 27px;letter-spacing: 0.3px;font-weight: 500;
}
.StoreModel
{
    font-size:27px;letter-spacing: 0.3px;font-weight: 500;
}

.videologo
{
    height: 120px;
}
.videowidth
{
    width: 100vw;height: 100vh;filter: blur(0.5px);
}
.VisitingDaily
{
    font-size: 50px;line-height: 1;font-weight: 800;color: white !important;   text-align: center;
}

.fast-h1
{
    font-size: 100px;line-height: 1;font-weight: 800;
}
.Fresh-h1
{
    font-size: 100px;line-height: 1;font-weight: 800;
}
.Fun-h1
{
font-size: 100px;line-height: 1;font-weight: 800;
}

.OurAim
{
    margin-top: 35px;
}
.OurAimperegraf
{
    font-size: 35px; letter-spacing: 0.3px; font-weight: 500;
}
.OurObjective
{
    margin-top: 35px;
}
.Whatsetsusapar
{
    margin-top: 35px;
}


    .popup {
        display: none; /* Hide the popup by default */
        position: fixed; /* Fixed position */
        z-index: 999; /* Make sure it appears on top of other elements */
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    }

    .popup-content {
      background-color: white;
    margin: 20% auto;
    padding: 20px;
    width: 86%;
    border-radius: 5px;
    position: relative;
    height: 51%;
        border: 1px solid #000;
    border-radius: 20px;
    }

    .close {
     color: #E91E63;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
margin-top: -369px;

    }

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    
    
/*counstact us     */
    .contact {
                  padding: 130px 0;
                  background: none;
                  background-color: #ffffff;
                  }
                  .contact .heading h2 {
                  font-size: 30px;
                  font-weight: 700;
                  margin: 0;
                  padding: 0;
                  }
                  .contact .heading h2 span {
                  color: #ff9100;
                  }
                  .contact .heading p {
                  font-size: 15px;
                  font-weight: 400;
                  line-height: 1.7;
                  color: #999999;
                  margin: 20px 0 60px;
                  padding: 0;
                  }
                  .contact .form-control {
                  padding: 25px;
                  font-size: 13px;
                  margin-bottom: 10px;
                  background: #fff;
                  border: 0;
                  border-radius: 10px;
                  }

                    .contact button.btn {
                         padding: 10px;
                        border-radius: 10px;
                        font-size: 15px;
                        background: #f9be3b;
                        color: #000;
                        background: var(--brandcolours);
                        margin-left: 30%;
                        width: 40%;
                    }

                    .contact .title h3 {
                        font-size: 18px;
                        font-weight: 600;
                    }

                    .contact .title p {
                        font-size: 14px;
                        font-weight: 400;
                        color: #999;
                        line-height: 1.6;
                        margin: 0 0 40px;
                    }

                    .contact .info i {
                        background: none;
                    }

                    .contact .content .info {
                        margin-top: 30px;
                    }

                    .contact .content .info i {
                        font-size: 30px;
                        padding: 0;
                        margin: 0;
                        color: #000;
                        margin-right: 20px;
                        text-align: center;
                        width: 20px;
                    }

                    .contact .content .info h4 {
                        font-size: 13px;
                        line-height: 1.4;
                    }

                    .contact .content .info h4 span {
                        font-size: 13px;
                        font-weight: 300;
                        color: #999999;
                    } 
  /*contact us   */
    

