#hero {
    width: 100%;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.hero-btn {
    padding: 1.7rem 5rem;
    background: #537AFF;
    border-radius: 1.5rem;
    border: none;
    color: white;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    transition: 0.7s all;

}
.rtl .hero-btn img {
    width: 1.5rem;
    content: url(images/home/rtl-arrow.png);
}

.hero-btn img {
    width: 1.5rem;
    content: url(images/home/arrow.png);
}

.button-alias {
    background: #3F5DC2;
    width: 100%;
    height: 100%;
    transform: translate(.5rem, .5rem);
    border-radius: 1.5rem;
    top: 0;
    z-index: -1;
    transition: 0.7s all;
    position: absolute;
}

.hero-btn:hover {
    /* position: static; */
    background: transparent;
    gap: 3rem;
}

.hero-btn:hover .button-alias {
    transform: scale(10);
    background: rgba(63, 93, 194, .7);
    height: 100vh;

}
.rtl .hero-btn:hover img {
    content: url(images/home/rtl-new-arrow.png);
    width: 3.5rem;
}
.hero-btn:hover img {
    content: url(images/home/new-arrow.png);
    width: 3.5rem;
}
#apply{
    background: #F8F7F0;
}
#apply .content{
    background: #DBEFE1;
    border-radius: 2rem;
    border-top-right-radius: 2rem;
    position: relative;
 
}
.rtl #apply .content{
    border-radius: 2rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 0;

}
#apply .section-title{
    background: #dbefe1;

}
#apply .section-title h4{
    padding-top: 1.3rem ;
    padding-bottom: 1.3rem ;
    padding-right: 3rem;
    position: relative;
    background: #f8f7f0;
    border-bottom-right-radius:2rem;
}
.rtl #apply .section-title h4{
    border-bottom-left-radius:2rem;
    padding-left: 3rem;
    border-bottom-right-radius:0;

}
.box{
    flex: 1;
    background: #DBEFE1 ;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}

#apply .section-title span{
    padding-top: 1.3rem ;
    padding-bottom: 1.3rem ;
    padding-right: 3rem;
}
.rtl #apply .section-title span{
    padding-left: 3rem;
    padding-right: 0;

}
@keyframes grow {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.marquee {
    background-color: #DBEFE1;
}

.marquee-content {
    display: flex;
    gap: 3.5rem;
    align-items: center;
}

.circle {
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
    background-color: #323230;
    border-radius: 50%;
}
#intro{
    background: linear-gradient(0deg, #F8F7F0, #ffffff);
}
#intro .content {
    background: url(images/home/content.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;

}
.rtl #intro .content{
    background: url(images/home/rtl-content.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.image-intro {
    height: 100%;
    display: flex;
    align-items: end;

}

.image-intro img {
    width: 100%;
}
#whatwedo .cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  gap: 0; 
  row-gap: 2rem;
  justify-content: start;
}
#whatwedo .single-card{
    border-radius: 2rem;
    border: .1rem solid #E2E1DA;
    background: url(images/home/white-bg.png) no-repeat center center / cover;
    width: clamp(28rem,17.96vw, 17.96vw);
    max-width: 100%;
    flex: 0 1 auto;
    transition: .3s all;
    min-height: 20rem;
    display: block;
    box-shadow: .5rem .5rem #ABBEFFCC;
}
.rtl #whatwedo .single-card{
    box-shadow: -.5rem .5rem #ABBEFFCC;
}
#whatwedo .extrainfo{
    display: none;
}
#whatwedo .single-card:hover{
  background: url(images/home/blue-bg.png) no-repeat center center / cover;
  align-items: center;
  display: flex;

}
#whatwedo .single-card:hover .info{
    display: none;
}
#whatwedo .single-card .info img{
   width: clamp(3.6rem, 1.87vw, 1.87vw);
}
#whatwedo .single-card:hover .extrainfo{
    display: block;
}
#whatwedo .info{
    background: transparent;
}
#whatwedo .arrow img{
    max-width:6rem;
}
::marker{
font-size: 3rem;
color: #51B770;
}
#apply{
    position: relative;
}

#apply::before{
    content: url(images/home/before.png);
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 2;
    transform: translateX(50%);
}
#apply .content::after{
    content: url(images/home/after.png);
    position: absolute;
    bottom: -.6rem;
    right: 50%;
    z-index: 2;
    transform: translateX(50%);

}
.info{
    background: white;
    border-radius: 1rem;
}
@media screen and (max-width:1300px){
    #apply::before{
        display: none;
    }
    #apply .content::after{
        display: none;
    }
    .box{
        border-top-right-radius:0;
    }
    .rtl .box{
        border-top-left-radius:0;
    }
}
@media screen and (max-width:992px) {
    #intro .content {
        background: none;
        background-position: top left;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    
    }
    #whatwedo .cards{
    gap: 2rem;
    }
    #whatwedo .single-card:hover{
background: url(images/home/white-bg.png) no-repeat center center / cover;
}
    #whatwedo .single-card:hover .info{
    display: block;
}
    .rtl #intro .content {
        background-position: top right;
  
    
    }
    #whatwedo .single-card .extrainfo{
        display: block;
        margin-top: 1.5rem;
    }
    #whatwedo .arrow{
    display: none !important;
}
}
@media screen and (max-width:536px) {
    #intro .content {
        background: url(images/home/content-mobile.png);
        background-position: top left;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    
    }
    .rtl #intro .content{
        background: url(images/home/rtl-content-mobile.png);
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .rtl  #intro .content{
        background-position: top right;

    }
    #whatwedo .single-card{
   width: 100%;
}
}