@font-face {
    font-family: Bungee-Regular;
    src: url(../fonts/Bungee-Regular.ttf);
}

@font-face {
    font-family: ROBOTO-MEDIUM;
    src: url(../fonts/ROBOTO-REGULAR.TTF);
}

@font-face {
    font-family: Kanit;
    src: url(../fonts/Kanit-Regular.ttf);
}


*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:active,
:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0;

}

ul,
ol {
    margin: 0;
    padding: 0;
}


body {
    font-size: 100%;
    font-weight: 400;
    font-family: Poppins;
    background-color: #FFFFFF;
    overflow-x: hidden;
}

/* custom scroll */
::-webkit-scrollbar {
    width: 0.625rem;
}

::-webkit-scrollbar-track {
    background: var(--white-color);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(270deg, rgba(138, 202, 51, 0.8) 0%, rgba(199, 229, 78, 0.8) 100%);
    border-radius: 10px;

}

/* custom css design */

.navbar-toggler-icon {
    width: 45px;
    height: 50px;
}

.color-set {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    background: linear-gradient(270deg, rgba(138, 202, 51, 0.8) 0%, rgba(199, 229, 78, 0.8) 100%);
    opacity: 0.93;

}


.wrapper {
    /* 
    padding-top: 9.25rem; */
    padding-bottom: 5.25rem;
}

.navigation-wrap {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}

.navigation-wrap .nav-item {
    margin: auto;
    padding: 0 0.625rem;
    transition: all 200ms linear;

}

.navbar-toggler:focus {
    outline: unset;
    border: unset;
    box-shadow: none;
}

.nav-link {
    font-family: 'ROBOTO-MEDIUM';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.04em;

    color: #FFFFFF !important;
}

.navigation-wrap.scroll-on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100px;
    background: white;
    box-shadow: 0 0.125rem 1.75rem 0 rgb(0, 0, 0, 0.9);
    transition: all .15s ease-in-out 0s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0rem);
    }

    50% {
        transform: translateY(-1.5rem);
    }
}

.btn:hover {
    border-color: transparent !important;

}

.counter-head {
    font-family: Bungee-Regular;
    font-size: 48px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: -0.03em;
    text-align: left;
    color: rgba(66, 66, 66, 1);
}

.counter-para {
    font-family: 'Poppins-regular';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 136.5%;
    text-align: center;
    color: #000000;
    opacity: 0.7;

}

.card {
    border-radius: 30px;
    height: 100%;
}


button {
    background-color: transparent !important;
    border: none !important;
}

.navbar-brand {
    margin: auto 20px;
    height: auto;
    width: 15%;
}

.wrapper1 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
}

.card-title {
    font-family: Kanit;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;

}

.card-text {
    font-family: ROBOTO-MEDIUM;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.05em;
    text-align: left;

}

.conver-head {
    font-family: Bungee-Regular;
    font-size: 48px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: -0.03em;
    text-align: left;
    color: rgba(66, 66, 66, 1);
}

/* SHIFT */
nav ul li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    font-weight: 800;
    margin: 0 10px;
}

nav.shift ul li a {
    position: relative;
    z-index: 1;
}

nav.shift ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: rgba(138, 202, 51, 1);
    visibility: none;
    opacity: 0;
    z-index: -1;
}

nav.shift ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .5s;
}

nav ul li a:hover {
    color: white !important;
}

/* Grow Rotate */
.hvr-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow-rotate:hover,
.hvr-grow-rotate:focus,
.hvr-grow-rotate:active {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
}

.card-action-wrapper {
    display: inline-block;
    /* width: 20%; */
}

.card-action-wrapper1 {
    display: inline-block;
    /* width: 20%; */
}

.card-action-wrapper:hover>div>div>.action {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
}

.card-action-wrapper1:hover>div>div>.action1 {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
    transition-duration: 0.3s;

}

#footer {
    background: url(../imgs/image\ 2.png) no-repeat;
    background-size: cover;
}

.fot-para {

    font-family: ROBOTO-MEDIUM;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.05em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

.fot-para1 {
    font-family: ROBOTO-MEDIUM;
    font-size: 11px;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

.fot-row {
    border-top: 1px solid rgba(255, 255, 255, 1);

}

.slide1 {
    background: url(../imgs/image\ 27.png) no-repeat;
    background-size: cover;
    /* height: 660px !important; */
}

.carousel {
    position: relative;
    width: 100%;
}

a {
    text-decoration: none !important;
}

.shift {
    background: linear-gradient(270deg, rgba(138, 202, 51, 0.8) 0%, rgba(199, 229, 78, 0.8) 100%);
    opacity: 0.93;
}

.top-img {
    width: 130%;
    height: auto;
}


video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    top: 35%;
    /* left: 20%; */
}

.content h1 {
    text-transform: capitalize;
    font-family: Bungee-Regular;
    font-size: 48px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: -0.03em;
    text-align: left;

}

.content-para {
    font-family: ROBOTO-MEDIUM;
    font-size: 15px !important;
    font-weight: 300 !important;
    line-height: 23px;
    letter-spacing: 0.05em;
    text-align: left;

}

.content-span {
    font-family: ROBOTO-MEDIUM;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.05em;
    text-align: left;
}

.content1 {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    top: 17%;
    left: -25%;
}

.section-1 {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.services-head {
    font-family: Bungee-Regular;
    font-size: 48px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: -0.03em;
    text-align: left;
    color: white;

}

.section-2 {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}

.section2-content {
    position: relative;
}

.section2-head {
    font-family: Kanit;
    font-size: 48px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.03em;
    text-align: left;
}

.green {
    color: rgba(138, 202, 51, 1) !important;
}

.content-3 {
    position: relative;
    z-index: 1;
    margin-top: -10%;
}

.sev-img {
    width: auto;
    height: 100%;
}

.sev-para {
    font-family: ROBOTO-MEDIUM;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.05em;
    text-align: left;
    color: rgba(66, 66, 66, 1);
}

.sev-para span {
    color: rgba(138, 202, 51, 1) !important;
}


.icon-box {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    /* background-color: #000000; */
}

.carousel-control-prev {
    left: 80px;
    top: -60px;
}

.carousel-control-next {
    right: 80px;
    top: -70px;
}

.carousel-control-prev-icon {
    background-image: url(../imgs/Group\ 6.png);
    width: 3.5rem !important;
    height: 2.5rem !important;
}

.carousel-control-next-icon {
    background-image: url(../imgs/Group\ 7.png);
    width: 3.5rem !important;
    height: 2.5rem !important;
}

.icon-box1 {
    background-color: rgba(245, 245, 245, 1) rgba(255, 255, 255, 1);
    box-shadow: 0px 12px 35px 4px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
}


.col331 {

    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.col331:hover,
.col331:focus,
.col331:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0px 12px 35px 4px rgba(138, 202, 51, 1) ;
}




.bg1 {
    background-color: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%) !important;
    border: none;
    box-shadow: 0px 12px 35px 4px rgba(0, 0, 0, 0.07);
}

.card {
    background-color: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%) !important;
    border: none;
    box-shadow: 0px 12px 35px 4px rgba(0, 0, 0, 0.07);
}

.faq-section {
    background: url(../imgs/image\ 2.png) no-repeat;
    background-size: cover;
}

.accordion {
    border-radius: 20px;
    font-family: ROBOTO-MEDIUM;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.02em;
    text-align: left;
    color: rgba(66, 66, 66, 1);
    background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%);
    cursor: pointer;
    width: 100%;
    padding: 2rem 2.5rem;
    border: none;
    outline: none;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion i {
    font-size: 1.6rem;
}

/* .active, */
.accordion:hover {

    background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%);
    box-shadow: 0px 12px 35px 4px rgba(0, 0, 0, 0.07);
}

.accordion:active {

    background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%);
    box-shadow: 0px 12px 35px 4px rgba(0, 0, 0, 0.07);
}

.pannel {
    padding: 2rem 2rem 2rem 2rem;
    background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%);
    overflow: hidden;
    background-color: #f1f7f5;
    display: none;
    border-radius: 20px;
}

.pannel p {
    font-family: ROBOTO-MEDIUM;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.05em;
    text-align: left;
    color: rgba(66, 66, 66, 1);
}

.faq {
    border-radius: 20px;
    border: 1px solid white;
    margin: 10px 0;
    background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%);
}

.faq.active {
    border: none;
}

.faq-head {
    font-family: Bungee-Regular;
    font-size: 48px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: -0.03em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

.form-control {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%);
    border-radius: 20px;
    font-family: ROBOTO-MEDIUM;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.05em;
    text-align: left;
    box-shadow: 0px 12px 35px 4px rgba(0, 0, 0, 0.07);
}

.contact-bt {
    width: 100%;
    height: auto;
}

.col333 {

    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.col333:hover,
.col333:focus,
.col333:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0px 12px 35px 4px rgb(255, 255, 255);
}

.bt22 {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    border-radius: 20px;
}

.bt22:hover,
.bt22:focus,
.bt22:active {
    /* box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); */
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0px 12px 35px 4px rgb(255, 255, 255);
    border-radius: 20px;
}

.bunny {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.bunny:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.bunny:hover,
.bunny:focus,
.bunny:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.bunny:hover:before,
.bunny:focus:before,
.bunny:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);

}


.caro-img{
    width: 65%;
    height: auto;
}
.caro-img1{
    width: auto;
    height: 480px;
}


.div1 img {
    transition: transform 0.3s ease; /* Add this line for smooth transition */
}

.rotate {
    transform: rotate(180deg);
}



