.container {
    padding: 0 1.5rem;
}

body {
    overflow-x: hidden;
}


/*--------------------- home banner css -----------------*/

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section .img-baner {
    height: 100vh;
    object-fit: cover;
}

.cus-banner-img {
    position: relative;
    overflow: hidden;
}

.cus-banner-img img {
    height: 100vh;
    object-fit: cover;
    transition: 3s all;
    /* transform: scale(1.2); */
}


/* .banner-section .swiper-slide-active .cus-banner-img img {
    animation: 5s forwards scale;
} */


/*
@keyframes scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
} */

.banner-section .swiper-pagination-clickable .swiper-pagination-bullet {
    background-color: var(--white-color);
}

.banner-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 42rem 0 0 0rem;
    width: 42%;
    text-align: right;
    position: absolute;
    z-index: 0;
    align-items: end;
    top: 0;
}

.cus-banner-img::before {
    content: '';
    filter: blur(8px);
    -webkit-filter: blur(8px);
    background: #000000;
    background: linear-gradient(110deg, rgba(0, 0, 0, 0.84) 0%, rgb(0 0 0 / 20%) 53%);
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
}

.banner-text p {
    color: var(--white-color);
    font-size: var(--font-30);
    font-weight: 300;
}

.banner-text h2 {
    color: var(--white-color);
    font-size: 17rem;
    font-weight: 900;
    line-height: 13rem;
    letter-spacing: -2.45px;
}

.banner-text a {}

.banner-text .cus-btn {
    margin-top: 2rem;
}


/*--------------------- home welcome css -----------------*/

.welcome-section {
    padding: 10rem 0;
    position: relative;
}
.welcome-icon{
position: absolute;
    bottom: 16rem;
    right: 4em;
    z-index: -1;
}
.cus-paddig {
    padding-inline: 4rem;
}
.welcome-box {
    display: flex;
    gap: 30px;
}

.cus-welcome-text {
      padding: 0 6rem 0 0rem;
}

.welcome-text span {
    color: var(--color-00);
    font-size: var(--font-16);
    font-weight: 600;
    text-transform: uppercase;
}

.welcome-text h1 {
    color: var(--primary-color);
    font-size: var(--font-38);
    margin: 1.8rem 0 3.2rem 0;
    font-weight: 600;
    line-height: var(--line-height-44);
}

.welcome-text h3 {
    color: var(--color-2e);
    font-size: var(--font-24);
    margin: 1rem 0;
    font-weight: 300;
}

.welcome-text p {
    font-size: var(--font-16);
    color: var(--color-2e);
    line-height: 2.5rem;
        width: 90%;
}

.welcome-state{display:grid;grid-template-columns:23% 20% 20% 22%;border:1px solid #0000004a;border-radius:20px;padding:2rem 0rem;gap:3rem;}


.welcome-state-list{display:flex;flex-direction:column;justify-content:center;}


.welcome-state-list img {
    width: 100%;
    height: 100px;
}

.welcome-state-list h3 {
    font-family: var(--primary-font2);
    color: var(--primary-color);
    font-size: var(--font-48);
    margin-bottom: 1rem;
    line-height: 5rem;
}

.welcome-state-list p{font-size:var(--font-14);color:var(--color-2e);font-weight:500;margin-bottom:0;}

.founder-box{margin:0;position:relative;display:grid;grid-template-columns:repeat(2,1fr);align-items:end;gap:2rem;}

.founder-img{margin-bottom:2rem;z-index:1;position:relative;}


.founder-img:before {
    content: '';
    background-color: var(--primary-color);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    top: 0;
    z-index: -0;
}

.founder-img img {
    /* z-index: 9; */
    /* transition: transform .36s ease-out; */
    position: relative;
    border-radius: 1.3rem;
}


/* .founder-img:hover img {
    transform: translate3D(11px, -11px, 0);
} */

.founder-icon {
    position: absolute;
    top: 27rem;
    left: 2rem;
    z-index: 9;
}

.founder-text .roundbtn_wrap {
    margin: 2rem 0 0 0;
    display: none;
}

.founder-icon img {
    width: 50%;
}

.founder-text blockquote {
    color: var(--color-00);
    font-size: var(--font-18);
    margin-bottom: 4rem;
}

.founder-text p {
    color: var(--color-00);
    font-size: var(--font-16);
    font-weight: 500;
    margin-bottom: .8rem;
}

.founder-text span {
    color: #707070;
    font-size: var(--font-14);
    font-style: italic;
    font-weight: 300;
}

.founder-text a {
    display: none;
}

.welcome-video {
        padding: 5rem 7rem 0;
    position: relative;
    z-index: 0;
margin-left: -20rem;
margin-top: 7rem;
}

.welcome-video::before {
    content: '';
    background-color: var(--color-00);
    position: absolute;
    height: 85%;
    width: 90%;
    left: -20rem;
    bottom: -7rem;
}

.welcome-video-box {
    position: relative;
}

.welcome-video-box img {
    border-radius: 20px;
}

.video-icon {
    position: absolute;
    top: 4rem;
    right: 4rem;
    z-index: 999;
    cursor: pointer;
}
.home-view{

}
.home-view a{
       background: #AC9F43;

    padding: 1rem 3rem;
    border-radius: 10rem;
    color: var(--body-color);
    font-family: var(--font-family1);
    font-size: var(--font-16);
    transition: 1s;
    -webkit-transition: 1s;
    font-weight: 500;
    display: inline-block;
}
.home-view a:hover{
   background: #005BAA;
}
.creator-text{
    display: flex
;
    flex-direction: column;
    height: 100%;
    justify-content: start;
    padding: 7rem 0 0;
        margin-top: 4rem;
}
.creator-text h2{
    color: var(--primary-color);
    font-size: var(--font-36);
    margin-bottom: 0;
}
.creator-text span{
    color: var(--primary-color);
    font-size: var(--font-42);
    font-weight: 600;
    display: inline-block;
      margin: 0rem 0 2rem;
}
.cus-grow {
    color: var(--yellow-color);
}
.cus-nurture {
    color: #555555;
}
.creator-text p{
        font-size: var(--font-16);
    color: var(--color-2e);
    line-height: 2.4rem;
}
.creator-text blockquote{
    font-size: var(--font-24);
    color: var(--color-00);
    font-weight: 300;
    line-height: var(--line-height-36);
        margin-bottom: 2rem;
}

.home-fax {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    width: 88%;
    gap: 3rem;
    margin-top: 6rem;
}
.home-fax-text{
    border-left: 1px solid #D2D9E1;
    padding-inline: 3rem 0;
}
.home-fax-text h3{
        font-family: var(--primary-font2);
    color: var(--primary-color);
    font-size: var(--font-48);
    margin-bottom: 0rem;
    line-height: 6.2rem;
    font-weight: 600;
}
.home-fax-text p{
        font-size: var(--font-16);
    color: var(--color-2e);
font-weight: 300;
    margin-bottom: 0;
}

/*--------------------- home-section2 -----------------*/

.home-section2 {
    padding: 12rem 0;
}

.success-box {
    display: flex;
}

.left-success-box {
    width: 24%;
}

.right-success-box {
    padding: 0 0 0 6rem;
}
.right-success-box h2{
        color: var(--primary-color);
    font-size: var(--font-36);
    margin: 1rem 0 3rem 0;
}

.main-school-box {
    display: grid;
    grid-template-columns: 2fr 2fr;
    list-style: none;
    padding: 3rem 0;
    gap: 4rem;
}

.school-box {
    position: relative;
}

.school-img {
    position: relative;
}
.school-img figure{ border-radius: 20px; overflow: hidden;}
.school-img figure>img{ transition:all 1s ease ; -webkit-transition:all 1s ease ; -moz-transition:all 1s ease ; -ms-transition:all 1s ease ; -o-transition:all 1s ease ; }
.school-img figure:hover>img{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }


.school-heading {
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent linear-gradient(0deg, #000000d6 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    padding: 0 3rem 1rem;
    border-radius: 0 0 20px 20px;
    z-index: 9;
}

.school-heading h2 {
    color: var(--white-color);
    font-size: var(--font-62);
    line-height: 8rem;
    letter-spacing: 0;
}

.school-text {
display: flex
;
    padding: 3rem 0rem 0;
    justify-content: space-between;
    align-items: center;
}

.left-school-text {
     width: 60%;
    padding: 0 1rem 0 0;
}
.school-btn {
    justify-content: flex-end;
    display: flex
;
    margin: 2rem 0 0;
}

.school-btn .cus-btn {
    padding: 1.1rem 2rem;
}

.left-school-text p {
    font-size: var(--font-16);
    color: var(--color-2e);
    margin-bottom: 0;
}


/*--------------------- home-section3 -----------------*/

.home-section3 {
    position: relative;
    padding: 0 0 10rem;
}

.home-section3-icon {
    position: absolute;
    left: 47%;
    transform: translate(-44%, -15%);
    z-index: -1;
}

.home-section3-icon img {
    width: 80%;
}

.expreiences-text p {
    color: var(--color-00);
    font-size: var(--font-16);
    font-weight: 600;
}

.expreiences-text h3 {
    color: var(--primary-color);
    font-size: var(--font-30);
    margin: 1rem 0;
    font-weight: 550;
}

.world-text .grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    margin: 10rem auto 0;
    position: relative;
    align-items: center;
    justify-content: center;
    height: auto !important;
}

.world-text .item {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}

.world-text .label {
    opacity: 0;
    transform: translateY(-30px);
    /* slide from top to bottom */
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.world-text .letter {
    font-size: 24rem;
    font-weight: bold;
    color: #f04e23;
    position: relative;
    z-index: 1;
}

.world-text .label {
    color: var(--color-00);
    font-size: var(--font-21);
    position: absolute;
    top: 60px;
    background: #fff;
    width: 280px;
    z-index: 99;
    font-weight: 500;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.world-text .img {
    width: 190px;
    height: 190px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    /* transform: translateX(-50%) translateY(20px); */
    z-index: 9;
}

.world-text .top .img {
    top: -85px;
    left: 11rem;
}

.world-text .bottom .img {
    bottom: -1px;
    left: 13rem;
}

.world-text div#R img.img {
    width: 125px;
    height: 125px;
    top: -12px;
    left: 10rem;
}

.world-text div#I img.img {
    width: 135px;
    height: 135px;
    left: 6.5rem;
    bottom: 4rem;
}

.world-text div#E img.img {
    width: 145px;
    height: 145px;
    left: 4.5rem;
    bottom: 5rem;
}

.world-text .label {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

@media (min-width:2399px) {
    .world-text .label {}
}

.world-text .letter img {
    display: initial;
    max-width: initial;
    width: auto;
}

.world-text .item:hover .label {
    color: var(--primary-color);
}


/*--------------------- home-section4 -----------------*/

.home-section4 {
    position: relative;
    padding: 0 0 10rem;
}

.home-section4 .success-box {
    padding: 0;
    justify-content: center;
}

.home-section4 .left-success-box {
    width: 8%;
    margin-top: 2rem;
}

.testimonial {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    list-style: none;
    gap: 5rem;
    margin-top: 3rem;
}

.textimonila-text-box {
    margin-bottom: 5rem;
}

.textimonila-text-box figure {
    position: relative;
    margin-bottom: 5rem;
    border-radius: 20px;
    box-shadow: 0px 30px 50px #00000014;
    overflow: hidden;
}
.textimonila-text-box figure>img{ transition:all 1s ease-in ; -webkit-transition:all 1s ease-in ; -moz-transition:all 1s ease-in ; -ms-transition:all 1s ease-in ; -o-transition:all 1s ease-in ; }
.textimonila-text-box figure:hover>img{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }
.textimonila-text-box:has(a:hover) figure>img{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }
.textimonila-text-box figure::after{ content:''; position:absolute; width:4rem; height:3rem; bottom:-1px; left:50%;  background-color:#ffffff; clip-path:polygon(50% 0%,0% 100%,100% 100%); -webkit-clip-path:polygon(50% 0%,0% 100%,100% 100%);transform:translateX(-50%);-webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); }

.textimonila-text-box img {
    border-radius: 20px;
}

.textimonila-text {
    padding: 0 1.8rem;
}

.textimonila-text p {
    color: var(--color-00);
    font-size: var(--font-20);
    margin-bottom: 3rem;
    font-weight: 300;
}

.home-texti-box1 .textimonila-text blockquote p {
    color: #fff;
}

.authore {
    padding-top: 3rem;
    position: relative;
    border-top: 1px solid #66666661;
}

.authore p {
    margin-bottom: 0;
    color: var(--color-00);
    font-size: var(--font-16);
    font-weight: 500;
}

.authore span {
    color: var(--color-2e);
    font-size: var(--font-15);
    font-style: italic;
}

.textimonila-video {
    position: relative;
}

.textimonila-video figure img {
    border-radius: 20px;
    height: 36vh;
    object-fit: cover;
}

.texti-video-icon {
    top: 50%;
    position: absolute;
    left: 47%;
    transform: translateX(0%) translateY(-25%);
    /* right: 50%; */
    opacity: .5;
}

.texti-video-icon img {}

.home-texti-box {
    display: grid
;
    grid-template-columns: 100% auto;
    border: 1px solid #0000004a;
    border-radius: 20px;
    padding: 1.5rem 1rem;
    gap: 0rem;
    overflow: hidden;
        margin-bottom: 2rem;
}

.home-texti-box1 {
    background-color: var(--primary-color);
    padding: 4rem 0;
}

.home-texti-box1 .textimonila-text blockquote {
    color: var(--white-color);
}

.home-texti-box1 .authore p {
    color: var(--white-color);
}

.home-texti-box1 .authore span {
    color: var(--white-color);
}

.home-texti-box1 .authore {
    border-top: 1px solid #f5f3f361;
}

.testimonial-box:nth-child(2n) .home-texti-box{
    background-color: var(--yellow-color);
    border: none;
        padding: 3.5rem 2rem;

}


/*--------------------- home-section4 -----------------*/

.home-section5 {
    padding: 0em 0 8rem 0rem;
    background-color: #f2f2f2;
    /* background-image: -webkit-linear-gradient(270deg, #ffffff 27%, #f2f2f2 27%); */
    position: relative;
        overflow: hidden;
}

.home-section5:before {
    content: '';
    background-color: var(--primary-color);
    width: 10%;
    height: 350px;
    position: absolute;
    right: 0;
    top:0;
    z-index: 1;
    /* border-radius: 10px 0 0 10px; */
}

.home-section5:after {
    content: '';
    background-color: var(--yellow-color);
    width: 65px;
    height: 364px;
    position: absolute;
    left: 0;
    bottom: 14.1rem;
    border-radius: 0 15px 15px 0;
}

.news-box {
    width: 50rem;
}
.news-box h2{
    color: var(--primary-color);
    font-size: var(--font-36);

}

.news-text {
    position: relative;
}

.main-news {
    display: flex;
    padding-left: 11rem;
    position: relative;
}
.news-box{position: relative;padding-block: 8.8rem 10.2rem;margin-bottom: 8rem;}
.news-box::before{position: absolute;content:'';bottom: 0;left: -100vw;width: 200vw;height: 100%;background-color: #fff;}
.news-text-new {
      padding: 0rem 17rem 0 0;
      position: relative;
      width: 50%;
}

.news-img {
    width: 81%;
    height: 100%;
    margin-top: -39.3rem;
    margin-right: -25rem;
    padding-left: 4.5rem;
    z-index: 1;
}

.news-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.news-text-new span {
    color: var(--primary-color);
    font-size: var(--font-14);
    display: block;
    margin-bottom: 1rem;
}

.news-text-new p {
    color: var(--color-2e);
    font-size: var(--font-24);
    position: relative;
    line-height: 3.6rem;
}

.news-text-new p::after {
    content: '';
    background-color: #AC9F43;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -6rem;
}

.news-list {
    display: grid;
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    list-style: none;
    gap: 5rem;
    padding: 8rem 0rem 0 0;
}

.news-list-box {
    position: relative;
}

.news-list-box figure{border-radius: 20px;overflow: hidden;}
.news-list-box figure>img{ transition:all 1s ease-in ; -webkit-transition:all 1s ease-in ; -moz-transition:all 1s ease-in ; -ms-transition:all 1s ease-in ; -o-transition:all 1s ease-in ; }
.news-list-box figure:hover>img{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }
.news-list-box:has(a:hover) figure>img{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }
 

.news-list-text {
    position: relative;
    padding: 3rem 0 0 0;
}

.news-list-text span {
    color: var(--primary-color);
    font-size: var(--font-14);
}

.news-list-text p {
    color: var(--color-2e);
    font-size: var(--font-18);
    position: relative;
    font-weight: 400;
}
.news-list-text p:last-of-type {margin-bottom: 0;}


@media(max-width:1799px){
    .news-box{padding-block:7.8rem 7.2rem;margin-bottom:7rem;}
    .news-img {margin-top: -31.8rem;}

}
@media(max-width:1599px){
    .main-news { padding-left: 8rem;}
    .news-box{padding-block:6.8rem 6.2rem;margin-bottom:6rem;}
    .news-img{margin-top:-28.8rem;}

}
@media(max-width:1449px){
    .news-box{padding-block:5.8rem 4.2rem;margin-bottom:4rem;}
    .news-img{margin-top:-24.4rem;}
}
@media(max-width:1024px){
     .news-box{padding-block:4.8rem 3.2rem;margin-bottom:2rem;}
}
@media(max-width:991px){
    .news-box::before{display: none;}
}
@media(max-width:767px){
    .home-section5{padding:3rem 2rem 3rem;}
    .news-box { padding-block:0;}
    .news-box::before{z-index: -1;}
}
/*--------------------- home-section6 -----------------*/

.home-section6 {
    background-color: #262626;
    padding: 10rem 0;
}

.social-feed-text p {
    color: var(--white-color);
    font-size: var(--font-16);
    font-weight: 600;
    text-transform: uppercase;
}

.social-feed-list {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    list-style: none;
    gap: 5rem;
    position: relative;
}

.social-feed-box figure img {
    border-radius: 25px;
    position: relative;
}

.social-feed-icon {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: #fff;
    width: 35px;
    height: 36px;
    border-radius: 100px;
    padding: 1rem;
}

.social-feed-icon img {}

.mobile {
    display: none;
}

.modal5 {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 10px;
    border-radius: 8px;
    max-width: 800px;
    width: 100%;
    text-align: center;
    position: relative;
}

.close1 {
    color: #fff;
    float: right;
    font-size: 24px;
    font-weight: 300;
    cursor: pointer;
    background: #000;
    position: absolute;
    right: 0;
    width: 3rem;
    top: 0;
    right: 0;
    z-index: 9;
}

.social-feed-box {
    position: relative;
}


/* Base style for all banner text */
.swiper-slide .banner-text h2,
.swiper-slide .banner-text p,
.swiper-slide .banner-text a {
    transform: translateY(0px);
    opacity: 0;
    transition: all 0.8s ease;
    will-change: transform, opacity;
    pointer-events: none; /* avoid hover/click issues */
}

/* Only animate text in active slide */
.swiper-slide.swiper-slide-active .banner-text h2 {
    transform: translateY(-90px);
    opacity: 1;
    transition-delay: 0.2s;
    pointer-events: auto;
}

.swiper-slide.swiper-slide-active .banner-text p {
    transform: translateY(-90px);
    opacity: 1;
    transition-delay: 0.4s;
    pointer-events: auto;
}

.swiper-slide.swiper-slide-active .banner-text a {
    transform: translateY(-90px);
    opacity: 1;
    transition-delay: 0.6s;
    pointer-events: auto;
}


/* social css starts here */
.soc_wall_sec {
    padding: 10rem 0;
    background-color: var(--bs-white);
    position: relative;
}
.soc_wall_sec h2 {
color: var(--primary-color);
    font-size: var(--font-36);
    font-weight: 600;
    margin-bottom: 3rem;
}
.view-link {
    margin-top: 3rem;
}

/* social css ends here */
.view-link a {
    display: flex;
    align-items: center;
    color: var(--primary-color);
    height: auto;  
    font-size: var(--font-16);
    position: relative;
    padding-bottom: 0.6rem;
    transition: 1s;
    -webkit-transition: 1s;
}
.founder-box .view-link a::before,
.home-section4 .view-link  a.streched_link:before {
    content: '';
    border-bottom: 1px dashed var(--color-2e);
    width: 90px;
    left: 0;
    position: absolute;
    bottom: 0;
}
.view-link a img {
    height: 1.5rem;
    width: 1.5rem;
    object-fit: contain;
    margin-left: 1.5rem;
    transition: 1s;
    -webkit-transition: 1s;
}
.view-link a:hover img{
    margin-left: 2.5rem; 
}
.school-btn1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 9;
}
.school-box:hover .cus-btn{
    background: #005BAA;
}


.home-text {
    display: grid;
    grid-template-columns: 12% auto;
    border: 1px solid #0000004a;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    gap: 2rem;
    overflow: hidden;
}
.home-school-box {
    display: flex;
      padding: 0 0rem 0 3rem;
      gap: 2rem;
      overflow: hidden;
}
.home-school-text {
   width: 25%;
}
.home-school-text h3{
        font-family: var(--primary-font2);
    color: var(--primary-color);
      font-size: var(--font-34);
margin-bottom: 0rem;
    line-height: 5rem;
}
.home-school-text p{
        font-size: var(--font-12);
    color: var(--color-2e);
    font-weight: 400;
    margin-bottom: 0;
}
.home-school-text p span{
    display: block;
}

.mySwiper-new {
    width: 100%;
}
figure.gtw_badge {
    position: fixed;
    bottom: 0;
    max-width: 100px;
    margin: 0;
    left: 10px;
    z-index: 999;
}


.news-list-box figure>img {
    height: 100%;
    object-fit: cover;
}

@media(min-width:1600px){
    .news-list-box figure {
        height: 330px;
    }
   
}

@media(max-width:1599px){
    .news-list-box figure {
        height: 250px;
    }
   
}
@media(max-width:1199px){
    .news-list-box figure {
        height: 180px;
    }
    .news-list {
        gap: 3rem;
    }
   
}

@media(max-width:991px){
    figure.gtw_badge {
        bottom: 77px;
        max-width: 85px;
    }

}

@media(max-width:640px){
    .founder-box .view-link a::before{
        width: 80px;
    }
    .testimonial.desktop .view-link,
    .founder-box .view-link{
        display: none;
    }
    /* .news-list-box figure {
        height: auto;
    } */

}


@media(max-width:1799px){
    .home-section3-icon{
        transform: translate(-47%, -15%);
    }

    .welcome-state {grid-template-columns: 23% 18% 18% 24%;}
}
@media(max-width:1366px){
    .home-section3-icon{
        transform: translate(-49%, -15%);
    }
}

.lightwidget__caption{display:var(--lightwidget-caption);font-size:18px !important;line-height:1.2 !important;margin-top:1rem !important;}

figure.gtw_badge{display: none;}

.more-text {
    max-height: 0;
    overflow: hidden;
    display: inline-block;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    opacity: 0;
}
.toggle-btn {
    font-size: 1.8rem;
    border: none;
    background: none;
    height: 3rem;
    width: 3rem;
    text-align: center;
    border-radius: 10rem;
    padding: 0rem;
    color: var(--white-color);
    background: var(--yellow-color);
      transition: max-height 0.5s ease, opacity 0.5s ease;
}
.toggle-btn i {
    font-style: normal;
    margin-left: 0px;
      transition: max-height 0.5s ease, opacity 0.5s ease;
    display: inline-block;
}
.more-text.show {
    max-height: 1500px;
    opacity: 1;
    overflow-y: auto;
      transition: max-height 0.5s ease, opacity 0.5s ease;
}
.content span.dots {
    font-size: 0rem;
    margin: 0;
    display: block;
}
.toggle-btn.active i {
    transform: rotate(180deg);
}
.grid1{
    
}


/* ------------popup------------- */

#overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);z-index:9998;display:none;}
.popup-onload{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#213884;padding:0px;max-width:750px;width:90%;border-radius:8px;z-index:9999;box-shadow:0 5px 15px rgba(0,0,0,0.3);height: auto;overflow-y:auto;}
.popup-onload .close{display:inline-block;margin-top:15px;cursor:pointer;position:absolute;top:0;right:15px;background:rgba(255,255,255,0.6);width:3rem;height:3rem;line-height:3rem;text-align:center;font-size:18px;border-radius:100%;color:#000;transition:all 0.4s ease-in-out;}
.popup-onload .close:hover{background:rgba(255,0,0,0.6);color:#fff;}
.cus-children-text img{border-radius:8px;}
img.mob_popup{display: none;}

@media(max-width:1449px){
    .popup-onload{max-width:620px;}
}
@media(max-width:1399px){
    .popup-onload{max-width:580px;}
}
@media(max-width:1280px){
    .popup-onload{max-width:480px;}
}
@media(max-width:575px){
    img.dex_popup{display:none;}
    img.mob_popup{display:block;}
    .popup-onload .close { top: -10px; right: 8px; width: 2.5rem; height: 2.5rem; line-height: 2.5rem; font-size: 16px; }
}