@font-face {
    font-family: 'gessb';
    src: url('../fonts/GESSTwoBold-Bold.woff2') format('woff2'),
        url('../fonts/GESSTwoBold-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gessl';
    src: url('../fonts/GESSTwoLight-Light.woff2') format('woff2'),
        url('../fonts/GESSTwoLight-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gessm';
    src: url('../fonts/GESSTwoMedium-Medium.woff2') format('woff2'),
        url('../fonts/GESSTwoMedium-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} 
@font-face {
    font-family: 'Poppinsm';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppinsr';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppinsb';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppinsl';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

#tdays,#thours{
    display:none;
}




main{min-height: 100vh;
    color: #fff;
}
.greenbg{
    
background: #1F5152;
background: -webkit-radial-gradient(bottom left, #1F5152, #040A0A);
background: -moz-radial-gradient(bottom left, #1F5152, #040A0A);
background: radial-gradient(to top right, #1F5152, #040A0A);
position:relative;
}
.earth{
   position: absolute;
    left: 0;
    top: 50px;
    z-index: 3000;
    bottom: 50px;
    right: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.earth img {
 height: 100%;
    object-fit: contain;
 
}
.agenda{
    position: fixed;
    right: 50px;
    top: 109px;
    z-index: 3000;
    
}
.agenda a {
    color: #fff;
    line-height: 45px;
    padding: 0 30px;
    border: 1px #fff solid;
    border-radius: 50px;
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    font-family: 'gessm','Poppinsm';
    transition:0.3s;
}
.agenda a:hover{
    color:#A24D1B;
}
.lang{
    position: fixed;
    right: 50px;
    top: 50px;
    z-index: 3000;
    
}
.lang a {
    color: #fff;
    line-height: 45px;
    padding: 0 30px;
    border: 1px #fff solid;
    border-radius: 50px;
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    font-family: 'gessm','Poppinsm';
    transition:0.3s;
}
.lang a:hover{
    color:#A24D1B;
}
a{
    color:inherit;
}
body{
    font-family: 'Poppinsr','Arial';
   
}
 
.logo-agfund{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3000;
}
 
 .msg-agfund{
    position:fixed;
    left:30px;
    top:0px;
    z-index:3000;
}
 
.tool-agfund{
       position: fixed;
    z-index: 3000;
    width: 570px;
    top: 200px;
    left: 75px;
    color: #fff;
    text-align: left; 
}
 .tool-agfund h3{
    margin:0;
   margin-bottom: 8px;
    font-weight: 500; 
    font-size: 28px;   font-family: 'Poppinsm','Arial';
}

.tool-agfund h2{
    margin:0;
   margin-bottom: 0px; 
    font-size:33px;   font-family: 'Poppinsb','Arial';
}

.tool-agfund p{
margin: 0;
    margin-bottom: 10px; 
    font-size:33px;
    line-height: 130%;  font-family: 'Poppinsb','Arial';    text-transform: capitalize;
}
 

.register-agfund a img{
        -webkit-transition: 0.3s ease;
    -khtml-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
 
.messagepass {display: none;position: relative;color:#fff}
.messagepass p {margin: 3px 0;}
.valid {color: #A24D1B;}
.invalid {color: #fff;}
 
.messagepass h3 {color: #EB5A3C;}
.register-agfund a:hover img{
        transform: scale(1.2);
}

.overlay-area{
   z-index: 5000;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);     width: 100%;
}

.whitebg{
    background:#ffffff30;
    bottom:0;
}

.vippopup{
    background: #ffffff50;
    position: absolute;
    width: 500px;
    left: 50%;
    top: 50%; 
    bottom: auto;
    transform: translate(-50%,-50%);
    border-radius: 10px;
}
.vippopup .leftside_area {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.vippopup .btnarea {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    align-items: flex-end;
}

#myVideo{position:fixed;right:0;top:0;min-width:100%;min-height:100%;width:100%}
#myVideo{height:68%;object-fit:cover;max-height:40%;width:50%}
.btnarea {
       display: flex;
    justify-content: space-between;
    margin-top:30px;
    align-items: flex-end;
}
.btnarea a{
    line-height:55px;
    color:#fff;
    padding:0 30px;
    min-width:195px;
    font-size:22px; 
    color:#1D4C4C;
    border-radius:3px;
    border:1px solid #fff;
    background:#fff;
    display:inline-block;
    text-align:center;
    transition:0.3s;
    text-decoration:none;    font-family: 'Poppinsm','Arial'; 
   // height: 55px;
        margin-bottom: 20px;
   
    
}
.btnarea button{
    line-height:55px;
    color:#fff;
    padding:0 30px;
    min-width:195px;
    font-size:22px; 
    color:#1D4C4C;
    border-radius:3px;
    border:1px solid #fff;
    background:#fff;
    display:inline-block;
    text-align:center;
    transition:0.3s;
    text-decoration:none;    font-family: 'Poppinsm','Arial';  margin-bottom: 20px;
 
    
}

.btnarea a.dark, .btnarea button.dark{
    background:#A24D1B;
    color:#fff; 
}
 .btnarea a:hover, .btnarea button:hover{transform: scale(1.1);
 }
 
.leftside_area{ 
    padding-top:30px; 
    padding-bottom:50px;    max-width: 900px;
    margin: 0 auto;
    
}

.info_message2 , .messagepass{
    padding: 10px 20px;
    background: #10292a;
    text-align: right;
    margin-top: 10px;
    font-size: 12px;
    font-family: 'Poppinsl';
    line-height: 130%;
}
.field{
    margin-bottom:15px;
}
.field input{
    border: 0;
    border-radius: 5px;
    color: #1E4E4F;
    width:100%;
    line-height:50px;
    font-size:16px;
    font-family: 'Poppinsl';
    
    padding:0 20px;
    background:#fff;
}
.field select{
    border: 0;
    border-radius: 5px;
    color: #1E4E4F;
    width:100%;
    line-height:38px;
    
    font-size:16px;
    font-family: 'Poppinsl';
    padding:12px 20px;
    background:#fff;
    
}
.sharearea{
      font-size: 20px;
    padding: 40px 0;
    text-align: center;
    border: 2px #1d4c4c dashed;
    margin: 30px;
}
.sharearea a{
    background: #1D4C4C;
    width: 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    line-height: 40px;
    transition: 0.3s;
    margin: 0;
}
.sharearea a:hover{
    color:#fff;
    background:#A24D1B;
}
.sharearea span{
    display: block;
    margin-bottom: 25px;
    font-weight: 400;
    color: #1D4C4C;
    font-size: 27px;
    font-family: 'Poppinsr','Arial';
}
.btn-white a{
    color: #fff;
    text-decoration: underline;
    font-size: 20px;
    font-family: 'Poppinsr';
    transition:0.3s;
}
.btn-white a:hover{
    color:#A24D1B
}
::-webkit-input-placeholder { 
    color:  #1E4E4F;
}
:-moz-placeholder { 
   color:   #1E4E4F;
   opacity:  1;
}
::-moz-placeholder {  
   color:    #1E4E4F;
   opacity:  1;
}
:-ms-input-placeholder {  
   color:    #1E4E4F;
}
::-ms-input-placeholder { 
   color:    #1E4E4F;
}

::placeholder {  
   color:    #1E4E4F;
}
.rightside_area{
    height:100vh;
    background: transparent url('../images/bgthank.jpg') no-repeat scroll left top;
        background-size: cover;
}
.thankyoupage .leftside_area{
    color:#1F5152;
    font-size:30px;     position: relative;
    top: 50%;
    transform: translateY(-50%);    padding-left: 40px;
}

.page_title{ 
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: sans-serif;
    line-height: 120%;

}
.page_title span{
    display:block;
    font-size:18px;
    
    font-family: 'Poppinsm';
}

.info_message2{ 
}
.msgarea{
    margin-bottom:30px; font-size: 22px; line-height: 150%;
}
.msgarea h3{
font-family: sans-serif;
    font-size: 22px;
    font-weight: 600;
}
.msgarea article{
    font-family: 'Poppinsl';
    font-size: 22px;max-width: 600px;
}

.msgarea article b{
    font-family: 'Poppinsm';
    
}


.btnarea2 {
    margin-top:30px;
}
.btnarea2 a{
     display: flex;
    line-height: 70px;
    padding: 0 40px;
    border: 1px #4285F4 solid;
    border-radius: 8px;
    margin-bottom: 15px;
    align-content: center;
    max-width: 460px;
    color: #4285F4;
    font-family: 'Poppinsb';
    font-size: 20px;
    text-decoration:none;
    transition:0.3s;
}
.btnarea2 a figure{
     margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.btnarea2 a:hover{
    color:#fff;
    background:#1976D2;
}

#timebox {
    background: #0000007a;
    padding: 20px;
    transform: translateY(5px);
}
.tbitem {
    font-size: 35px;
    font-family: 'Poppinsr';
    margin: 0 10px;
        position: relative;
}
.timingbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.date_box {
    text-align: center;
    font-size: 20px;
}
.date_gmt_box {
    text-align: center;
    font-size: 20px;
}
.tbitem:after{
    font-size: 12px;
    position: absolute;
    bottom: -20px;
    margin: auto;
    left: 50%;
    transform: translate(-50%, -50%);
}
#tdays:after {
    content: "Days";
}
#thours:after {
    content: "Hours";
}
#tmins:after {
    content: "Minutes";
}
#tsecs:after {
    content: "Seconds";
}

img.water_logo {
    width: 100px;
    margin-top: 15px;
}
.timingbox.ar .tbitem {
    font-size: 35px;
    font-family: 'gessm';
}
.timingbox.ar #tdays:after {
    content: "أيام";
}
.timingbox.ar #thours:after {
    content: "ساعات";
}
.timingbox.ar #tmins:after {
    content: "دقائق";
}
.timingbox.ar #tsecs:after {
    content: "ثواني";
}
    
    
    







@media only screen and (max-width: 991px){
.msg-agfund{
    width:145px;
    left: 15px;
}
 .msg-agfund img{
    width:100%;
} 

.logo-agfund{
    width:210px; 
}
 .logo-agfund img{
    width:100%;
}
.tool-agfund {
    left: 30px;
    width: auto;
    right: 30px;
}

 
       .box-agfund{
 
    }
       #myVideo{
    position: fixed;
    right: 0;
    top: 0;
    left: 50%;
    bottom: 0;
    min-height: 100%;
    height: 100%;
    transform: translateX(-50%);
    width:auto;
}
    
    
    
    
} 
@media only screen and (max-width: 767px){
    .rightside_area {
    height: 165px;
}
.home_page.greenbg.lobbypage .overlay-area.vippopup {
    width: 100%;
}

.logo-agfund{ 
    position:absolute;
}
.tool-agfund h3 {
    font-size: 22px;margin-bottom: 5px;
}
.tool-agfund h2 { 
    font-size: 33px; margin-bottom: 5px;
}
.tool-agfund p {
     font-size: 33px;margin-bottom: 0px;
}

.btnarea a { 
    padding: 0 30px;
    min-width: auto;
    font-size: 16px;     line-height: 40px;
}

.btnarea button { 
    padding: 0 30px;
    min-width: auto;
    font-size: 16px;     line-height: 40px;
}

.earth {
    left: 30px;
    top: 0;
    bottom: 0;
    right: 30px; 
}
.overlay-area { 
    bottom: 30px; 
}
.greenbg {
    padding-top: 160px;
}
.whitebg {
    background: #ffffff30;
    
    left: 0;
    transform: none;
    position: relative;
    top: 0;
    bottom: auto;
}
.earth {
    position: fixed;
    
}
.tool-agfund {
    left: 30px;
    width: auto;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.thankyoupage .leftside_area { 
    padding-left: 0px;
}
.tool-agfund {
    position: relative;
    margin-top: 140px;
    width: 100%;
    right: unset;
    top: unset;
    left: unset;
    bottom: unset;
}
.overlay-area {
    position: relative;
    border: unset;
    top: unset;
    left: unset;
    right: unset;
    transform: none;
}
.tool-agfund h2 {
    font-size: 28px;
    margin-bottom: 5px;
}
.tool-agfund h3 {
    font-size: 22px;
    margin-bottom: 5px;
}
.box-agfund {
    padding: 20px;
}
.logo-agfund img {
   
}
.lang {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 3000;
}
.agenda {
    position: fixed;
    right: 15px;
    top: 65px;
    z-index: 3000;
}


 
.lang a {
    line-height: 40px;
    padding: 0 15px; 
    border-radius: 40px;
    font-size: 14px; 
    font-weight: 400; 
    font-family: 'gessm','Poppinsr';
}

 
.agenda a { 
    line-height: 40px;
    padding: 0 15px; 
    border-radius: 40px;
    font-size: 14px; 
    font-weight: 400; 
    font-family: 'gessm','Poppinsr';
  
}



.btnarea {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: unset;
    flex-direction: unset;
    flex-wrap: wrap;
}
.btnarea a.dark {
    width: 49%;
    padding: 6px 0;
}
div#timebox {
    order: 2;
    width: 100%;
}
a.signupbtn {
    order: 1;
    width: 49%;
    padding: 6px 0;
}
.tbitem {
    font-size: 40px;
}
.btnarea2 a {
    display: flex;
    line-height: 35px;
}
h1.page_title {
    font-size: 22px;
}
.msgarea h3 {
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 600;
}
}