/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body, html {
    overflow-x: hidden; 
    font-family: 'Avenir';
    position: relative;
}
body::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/gredientbg.png);
    z-index: -1;
    background-position: top;
    background-size: cover;
}
p {
	font-weight: 400;
}
a {
	color: #000;
	text-decoration: none;
	transition: 0.5s all;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
html, body {
    scroll-behavior: smooth; 
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Migra';
}
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
 
 @font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirLight.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirRegular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirBook.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirBlack.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirHeavy.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Migra';
    src: url('../fonts/Migra-Extralight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Migra';
    src: url('../fonts/MigraItalic-ExtraboldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Migra';
    src: url('../fonts/Migra-Extrabold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Migra';
    src: url('../fonts/MigraItalic-ExtralightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

body{
    padding-top: 127px;
}
.container{
    max-width: 1140px;
    margin: 0 auto;
}
.headermain {
    height: 127px;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0; 
    z-index: 9999;
    top: 0;
    transition: 0.3s ease-in-out;
}
.headermain.scrolled {
    height: 107px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    background-color: #fff;
}
.headermenus a {
    font-size: 18px;
    font-weight: 400;
    color: #2E2E2E;
    font-family: 'Avenir';
    margin: 0 13px;
}
.headermenus a:hover{
    color: #8A94F9;
}
.headermenus{
    display: flex;
    align-items: center;
    justify-content: center;
}
.headerlogo img {
    max-width: 108px;
    transition: 0.3s ease-in-out;
}
.custom-select {
    font-size: 14px;
    font-weight: 400;
    color: #2E2E2E;
    border: 0;
    padding: 0;
    background-image: url('../img/arrowdown.png');
    background-repeat: no-repeat;
    background-position: 90%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    outline: 0;
}
.meetbox {
    box-shadow: 0px 25px 50px -12px #0000001A;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 20px;
}
.meetimg {
    height: 218px;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.meetimg img{
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
.meetdetails h2 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 4px;
    line-height: 26px;
    color: #2E2E2E;
    font-family: 'Avenir';
}
.meetdetails span {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    display: block;
}
.meetdetails a {
    background: linear-gradient(90.39deg, #29E8C3 0.19%, #8A94F9 50.8%, #F7CBF7 99.79%);
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: 800;
    color: #fff;
    font-size: 16px;
    margin-top: 14px;
}
.soonbannertext h1 {
    color: #8A94F9;
    font-size: 96px;
    font-weight: 800;
    line-height: 96px;
    margin-bottom: 30px;
}
.soonbannertext span {
    color: #2E2E2E;
    font-size: 36px;
    font-family: 'Migra';
    display: block;
    margin-bottom: 5px;
}
.soonbannertext p {
    font-size: 24px;
    font-weight: 400;
    color: #666666;
    margin: 0;
}
.proudbox {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #29E8C31A;
    border-radius: 200px;
    padding: 5px 16px;
    height: 44px;
    font-size: 16px;
    font-weight: 400;
}

.proudicon {
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 8px;
    border-radius: 50px;
}
.proudicon img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.countnumber {
    height: 65px;
    background: #F7CBF766;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #D973D9;
    border-radius: 5px;
    font-weight: 400;
}
.timerbtm {
    color: #666666;
    font-size: 17px;
    text-align: center;
    font-weight: 400;
}

.storylogo {
    height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(41, 232, 195, 0.4) 0%, rgba(138, 148, 249, 0.4) 50%, rgba(247, 203, 247, 0.4) 100%);
    border-radius: 20px;
}
.storycontent p {
    font-size: 26px;
    font-weight: 400;
    color: #2E2E2E;
    line-height: 38px;
    margin-bottom: 25px;
}
.commanheader h2{
    font-size: 40px;
    font-weight: 800;
    color: #2E2E2E;
    margin: 0;
}
.commanheader h2 span{
    color: #8A94F9;
}

.video-wrapper {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: 550px;
}

.workvideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.plybtn img {
    max-width: 58px;
}
.plybtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
  transition: transform 0.2s ease;
}

.footermain {
    background: #2E2E2E;
    padding: 60px 0 0;
}
.copyright{
    color: #FFFFFF;
    font-size: 14px;
}
.socialicon {
    background: #FFFFFF;
    height: 30px;
    width: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.aboutlinks {
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline !important;
    margin-right: 20px;
}
.footerbox h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 24px;
        font-family: 'Avenir';
}
.footerbox ul li a{
    color: #fff;
    font-size: 18px;
    text-decoration: underline !important;
    font-weight: 400;
}
.footerbox ul li{
    margin-bottom: 10px;
}
.linkss{
    color: #fff  !important;
    font-size: 16px; 
}
.ourheroprogram .commanheader h2{
    font-weight: 400;
    margin-bottom: 10px;
}
.ourheroprogram .commanheader p{
    color: #666666;
    font-size: 24px;
    margin: 0;
    line-height: 38px;
}
.themebtn1 {
    background: linear-gradient(90.39deg, #29E8C3 0.19%, #8A94F9 50.8%, #F7CBF7 99.79%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 800;
    color: #fff !important;
    font-size: 16px;
    margin-top: 20px;
    padding: 23px 20px;
    height: 44px;
}
.ourherprogrambox {
    text-align: center;
    padding: 20px;
    display: block;
}
.ourherprogrambox h3 {
    color: #1C3440;
    font-size: 28px;
    font-weight: 800;
    font-family: 'Avenir';
    margin: 18px 0 0;
}
.downloadpartt span{
    font-size: 20px;
    font-weight: 400;
    color: #2E2E2E;
    margin-bottom: 20px;
    display: block;
}
.ctacontent p {
    color: #2E2E2E;
    font-size: 26px;
    margin-bottom: 50px;
    line-height: 38px;
}
.bannertext h1 {
    color: #8A94F9;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 16px;
}
.bannertext p {
    color: #2E2E2E;
    font-size: 26px;
    margin-bottom: 30px;
}
.ourstory .storycontent p:last-child {
    margin-bottom: 0;
}
.servicesimg {
    height: 412px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}
.servicesimg img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.servicescontent h3{
    color: #2E2E2E;
    font-size: 40px;
    line-height: 38px;
    font-weight: 800;
    margin-bottom: 15px;
}
.servicescontent p{
    font-size: 26px;
    font-weight: 400;
    line-height: 38px;
    margin: 0;
}
.text-justify {
    text-align: justify;
}
.ourheroprogram .themebtn1 {
    font-size: 22px;
    padding: 0 40px;
    height: 60px;
    margin-top: 30px;
}
.whstupiconshow{
    background-color: #25D366;
    border-radius: 50px;
    margin-right: 10px;
}
.whstupiconshow img{
    filter: brightness(0) invert(1);
}
.headermain.scrolled .headerlogo img {
    max-width: 96px;
}
.languagedropdown button {
    background-color: transparent;
    box-shadow: unset !important;
    font-size: 15px;
    font-weight: 400;
    color: #2E2E2E;
    border: 0;
    padding: 0;
    background-image: url(../img/arrowdown.png);
    background-repeat: no-repeat;
    background-position: 90% 7px;
    padding-right: 22px;
}
.languagedropdown .dropdown-menu {
    box-shadow: 0px 25px 50px -12px #0000001A;
    background: #FFFFFF;
    border-radius: 10px;
    right: 0 !important;
    left: auto !important;
    top: 7px !important;
    min-width: 120px;
}
 
.languagedropdown .dropdown-menu .dropdown-item {
    font-size: 15px;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 14px;
}
.languagedropdown .dropdown-menu .dropdown-item:hover{
    background-color: #8A94F9;
    color: #fff;
}