@font-face {

    font-family: MontserratReglur;

    src: url('/assets/font/Montserrat-Arabic Regular 400.otf');

}

@font-face {

    font-family: MontserratLight;

    src: url('/assets/font/Montserrat-Arabic Light 300.otf');

}



@font-face {

    font-family: MontserratThin;

    src: url('/assets/font/Montserrat-Arabic Thin 250.otf');

}



@font-face {

    font-family: MontserratReglur;

    src: url('/assets/font/Montserrat-Arabic Regular 400.otf');

}



@font-face {

    font-family: MontserratRegular;

    src: url('/assets/font/Montserrat-Arabic Regular 400.otf');

}

@font-face {

    font-family: MontserratRegular;

    src: url('/assets/font/Montserrat-Arabic Regular 400.otf');

}

@font-face {

    font-family: Neosans;

    src: url('/assets/font/neo-sans/Neo Sans Arabic Regular.ttf');



}
@font-face {

    font-family: GE Flow;

    src: url('/assets/font/GE-Flow-Regular.otf');



}
@font-face {

    font-family: GE Elegant;

    src: url('/assets/font/GE_Elegant_Regular.otf');



}
@font-face {

    font-family: Gaza;

    src: url('/assets/font/gaza.otf');



}
@font-face {

    font-family: GE SS Two Light;

    src: url('/assets/font/GE-SS-Two-Light_28.otf');



}
@font-face {

    font-family: Neosans;

    src: url('/assets/font/neo-sans/Neo_Sans_Medium.ttf');

    font-weight:bold;

}

@font-face {

    font-family: Neosans;

    src: url('/assets/font/neo-sans/NeoSansArabicLight.ttf');

    font-weight:300;

}

:root{

    --color-1:17 73 86;

    --color-2: 27 142 171;

    --color-3:235 245 247;

    --color-text:#0083a8;

    --color-hex-1: #114956;

    --color-hex-2: #1b8eab;

    --color-hex-3: #ebf5f7;

    --bs-dropdown-divider-bg: rgba(0,0,0,.15);

}

h2{

    font-weight: 100;

}

.rotate-180{

    -webkit-transform: rotate(180deg);

transform: rotate(180deg);

}

* {

   

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    flex-wrap: wrap;



}



a {

    text-decoration: none;

    color: white;

 

}



html {

    width: 100%;

}



body {

    font-family: 'Neosans';

    width: 100%;

    overflow-x: hidden;

}



/* ----------------------NavBar styling------------------- */

.logo {

    margin-left: 200px;

    display: flex;

}



.navbarr {

    position: fixed;

    z-index: 1000;

    top: 0;

    left: 0;

    width: 100%;

    /*background-image: linear-gradient(92deg, #ffffff 0%, #ffffff 100%);*/

    /*background: #0083a8;*/

    background: white;

    display: flex;

    justify-content: center;

    box-shadow: inset 0px -0.5px 0px #C7D8DC;

}

.side-nav-offcanva{

    margin-top: 35px;

  

  padding-left: 16px;

  

  

  

      list-style: none;

      color: black;

  }

  

  .side-nav-offcanva li {

      padding: 10px 16px;

      /*margin-bottom: 25px;*/

      transition: 0.4s;

      }

      .side-nav-offcanva li:hover{

          background-color: rgba(192, 215, 214, 0.2);

          border-radius: 8px;

      }

      

      .side-nav-offcanva li div{

          cursor: pointer;

          display: flex;

         

          align-items: center;

          color: black;

      }

      .side-nav-offcanva li div div span{

          margin-left: 10px;

      }

      .side-nav-offcanva li div div{

         display: flex;align-items: center;

      }

      .side-nav-offcanva li div {

          display: flex;

          justify-content: space-between;

      }



.navbar-container {

    display: flex;

    width: 100%;

    font-size: 16px;

  padding: 10px 20px;

    justify-content: space-between;

    height: 90px;

 align-items: center;

}



.navbar-content {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.nav-list {

    display: flex;

    height: 100%;

    align-items: center;

    justify-content: space-around;

    list-style: none;

    gap:2px;

    margin-bottom: 0;

}



.navbar-buttons {



    align-items: center;

    display: flex;

    justify-content: flex-end;

}

.navbarr .nav-titles{ 

    height: 50px;

}
.nav-item a {color: #1283A8;}
.navbarr .nav-titles .nav-item{
    margin-left: 28px;
    border-width: 40%;
    
    position: relative;
    height: 34px;
text-align: left;
font: normal normal normal 20px/40px GE Flow;
letter-spacing: 0px;
color: #1283A8;
opacity: 1;

  }
  .navbarr .nav-titles .nav-item:hover:after {
    content : "";
    position: absolute;
    left: 40%;
    bottom: -9px;
    height: 14px;
    width: 18%;
    border-bottom: dotted #1283A8;
  }
 .nav-item.active:after {
    content : "";
    position: absolute;
    left: 40%;
    bottom: -9px;
    height: 14px;
    width: 18%;
    border-bottom: dotted #1283A8;
  }





.nav-item span svg {

    fill: white !important;

    margin-left: 10px;

    transition: 0.5s;

}



.nav-item:hover {

    color: #0083a8;

}



/*.nav-item:hover>span svg {

    fill: #0083a8 !important;

}*/



.navbar-buttons .btnn {

    margin-right: 30px;

}



.navbar-buttons .btnn a {

    padding: 5px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    font-size: 14px;





}

.side-nav ul{

    margin-top: 35px;

  

  padding-left: 16px;

  

  

  

      list-style: none;

      color: black;

  }

  

  .side-nav ul li {

      padding: 10px 16px;

      margin-bottom: 5px;

      transition: 0.4s;
      

      }

  

      .side-nav ul li:hover{

          background-color: rgba(192, 215, 214, 0.2);

          border-radius: 8px;

      }

      .side-nav ul li div,

      .side-nav ul li div a{

      

          cursor: pointer;

          display: flex;

         

          align-items: center;

          color:#0083a8 !important;

      }

      .side-nav ul li div a svg,

      .side-nav ul li button svg,

      #logout_linear

       {

        fill: currentColor;

        stroke: currentColor;

      }

      .side-nav ul li button{

        color:white !important;

      }

      .side-nav ul li div div span{

          margin-left: 10px;

      }

      .side-nav ul li div div{

         display: flex;align-items: center;

      }

      .side-nav ul li div {

          display: flex;

          justify-content: space-between;

      }

      .side-nav ul li.group-item{

      margin-bottom: 5px;

  }

      .side-nav ul li.group-item a{

          color:#C7CCD8;

          cursor: default;

      }

.tryshia a {

    padding: 12px 14px;

    display: flex;

    align-items: center;

    font-size: 14px;

    color: black;

    border-radius: 3px;

    background-color: rgba(192, 215, 214, 0.2);

}







.navbar-buttons .btnn:nth-child(2) a {

    padding: 12px 35px;

    display: flex;

    align-items: center;

    font-size: 14px;

    color: #0083a8 !important;

    border-radius: 3px;

    border: #0083a8 solid 1px;

    transition: 0.4s;

    font-size: 12px;



}



.navbar-buttons .btnn:nth-child(2) a:hover {

    background-color: #0083a8;

    color: white !important;



}



.navbar-buttons .btnn:nth-child(3) a {

    padding: 12px 35px;

    display: flex;

    align-items: center;

    font-size: 14px;

    color: white !important;

    background-color: #0083a8;

    border-radius: 3px;

    border: #0083a8 solid 1px;

    transition: 0.4s;

    font-size: 12px;



}



/* -----------------------------navBar media query-------------------------- */

@media (max-width:1350px) {



    .navbar-buttons .btnn {

        margin-right: 10px;

    }



    .nav-item {

        margin-left: 10px;

    }



    .logo {

        margin-left: 10px;

        display: flex;

        align-items: center;        



    }

}



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

.home {

    margin-top: 63px;

    background: transparent linear-gradient(180deg, #F6FFFE 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;

    width: 100%;

   

    display: flex;

    justify-content: center;

}

.home.category{

    margin-top:0;

    width: 100%;

}

.home.category:nth-child(odd){

    background:#0083a8;

    }

.home-button{
	display: flex;

    flex-direction: row-reverse;

	
}

.home-btn{
	
	width: 172px;
height: 70px;
background: #0283A8 0% 0% no-repeat padding-box;
border-radius: 25px;
opacity: 1;
text-align: center;
font: normal normal normal 25px GE Flow;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
	
}

.home-container {

    width: 100%;
 margin-top:10px;
    display: flex;

    align-items: center;
	vertical-align:middle;

 
	

}
.home-separator{
	width:100%;
	height: 27px;
background: #124956 0% 0% no-repeat padding-box;
opacity: 1;
	
}
@media (max-width:500px) {


    .home-text {padding-bottom: 20px;}
    .section-invitation .invitaion-text,.invitaion-img,.congrats-img,.congrats-text{width: 100% !important;}
    .section-invitation,.section-congrats{height: auto !important;padding-bottom: 20px !important;     padding-top: 40px !important;}
    button {text-wrap: nowrap !important;}
    .section-why{height: auto !important;
        display: flex!important;
        vertical-align: middle!important;
        flex-direction: column!important;
        align-items: center!important;
        justify-content: space-between!important;
        align-content: space-around!important;}
        .why-img{margin-top: 1Opx !important;}
        .invitaion-text h1,.home-text h1,.home-text h2 ,.congrats-text h1 {font-size: 30px !important;}
.invitation-btn ,.home-btn ,.congrats-btn{  padding: 16px 80px 16px 80px !important;
    display: flex !important;
    opacity: 1;
    text-align: center !important;
    font: normal normal normal 25px GE Flow !important;
    justify-content: center !important;}

    .section-why .why-img{
	
    width: 200px !important;
    height: 200px !important;
    background: #0283A8 0% 0% no-repeat padding-box;
    border-radius: 50px !important;
    opacity: 1;
    vertical-align: middle;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 5px;
}
.why-img img{height: 100px !important;
margin-top:15px !important;
}
.why-img h3{    font: normal normal normal 24px/43px GE Flow !important;}
}

 .signUp h2{height: 40px;
    text-align: right;
    font: normal normal normal 38px/47px GE Flow;
    letter-spacing: 0px;
    color: #114956 !important;
    opacity: 1;}

    .signUp p,.signUp .modal-title p{height: 23px;
/* UI Properties */
text-align: right;
font: normal normal normal 18px/20px GE Flow;
letter-spacing: 0px;
color: #0083A8;
opacity: 1;}
.invitaion-text p,.home-text p ,.congrats-text p {
    text-align: right !important;
    font: normal 22px/26px GE Flow !important;
    letter-spacing: 0px !important;
    color: #FFFFFF;
    opacity: 1;

}
  
.invitaion-text p,.home-text p ,.congrats-text p {
    text-align: right !important;
    font: normal 22px/26px GE Flow !important;
    letter-spacing: 0px !important;
    color: #FFFFFF;
    opacity: 1;

}
.w-img{margin: 17px;}
.home-cust {
    
    background: transparent linear-gradient(180deg, #F6FFFE 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    display: flex;
    justify-content: center;
}
.section-why
{
    width: 100%;
    height: 449px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    flex-direction: column;
    align-content: center;
}
.section-why .why-img{
	
    width: 279px;
    height: 279px;
    background: #0283A8 0% 0% no-repeat padding-box;
    border-radius: 63px;
    opacity: 1;
    vertical-align: middle;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 5px;
}
.section-why .why-img:hover{background: #124956 0% 0% no-repeat padding-box;}
.why-img img{
	height: 145px;
margin-top:20px;
}
.why-img h3 {height: 37px;
/* UI Properties */
text-align: center;
font: normal normal normal 28px/43px GE Flow;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
background:none;}
.why-title{width:100%;
padding-right:10px;
padding-left:5px;
margin-top:109px;
text-align:center;
font: normal normal normal 63px/78px GE Flow;
letter-spacing: 0px;
color: #0283A8;
opacity: 1;}
.section-congrats{
width:100%;
height:549px;
padding-right: 40px;

/* UI Properties */
background: #FFFFFF 0% 0% no-repeat padding-box;
opacity: 1;
display: flex;
    align-items: center;
    vertical-align: middle;
}
.section-congrats .congrats-text{
	width:50%;
	padding:20px;
	margin:20px;
	
	
	
}
.congrats-text h1{
	
	height: 79px;
/* UI Properties */
text-align: right;
font: normal normal normal 38px/92px GE Flow;
letter-spacing: 0px;
color: #124956;
opacity: 1;
 animation: fadeIn 5s;
}
.congrats-text p{
	
	height: 93px;
/* UI Properties */
text-align: right;
font: normal normal normal 20px/50px GE Flow;
letter-spacing: 0px;
color: #0283A8;
opacity: 1;
}
.congrats-img{
	width: 30%;
    text-align: center;
	border-radius: 71px;
}
.congrats-img img{
	width:40%;
}
.congrats-btn{
	
	height: 70px;
/* UI Properties */
background: #124956 0% 0% no-repeat padding-box;
border-radius: 25px;
padding:17px 131px 16px 131px ;
opacity: 1;
text-align: left;
font: normal normal normal 25px/43px GE Flow;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}
.congrats-button{
	    display: flex;
    flex-direction: row-reverse;
}
.section-invitation{
    padding-right: 60px;
width:100%;
height: 549px;
background: #0283A8 0% 0% no-repeat padding-box;
opacity: 1;
background: #0283A8 0% 0% no-repeat padding-box;
opacity: 1;
display: flex;
    align-items: center;
    vertical-align: middle;
}
.section-invitation .invitaion-text{
	width:50%;
	padding:20px;
	margin:20px;
	color:white;
	
	
}
.invitaion-img{
	width: 30%;
    text-align: center;
	border-radius: 71px;
}
.invitaion-img img{
	width:40%;
}
.invitaion-text h1{
	
	text-align: right;
font: normal normal normal 38px GE Flow;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
 animation: fadeIn 5s;
}
.invitaion-text p{
	
	text-align: right;
font: normal normal normal 20px/50px GE Flow;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}
.invitation-btn{
	
	height: 70px;
/* UI Properties */
background: #124956 0% 0% no-repeat padding-box;
border-radius: 25px;
padding:17px 131px 16px 131px ;
opacity: 1;
text-align: left;
font: normal normal normal 22px/43px GE Flow;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}
.invitation-button{
	    display: flex;
    flex-direction: row-reverse;
}
.home-text{

    width: 100%;
padding-top:50px;

padding-left:20px;
padding-right:20px;
}

.invite-code span {font: normal normal normal 16px GE Flow;
letter-spacing: 0px;
color: #23394D;
opacity: 1;}

.home-text h1 {

    color: #0083a8;

    font-size: 36px;

    margin-bottom: 10px;
 animation: fadeIn 5s;
}

.home.category:nth-child(odd) .home-text h1{

    color: white;

}

.home-text h2 {

    font-size: 36px;

    margin-bottom: 30px;

}



.home-content {

    width: 50%;

}



.home-text p {

    font-weight: 400;

    color: #797e8a;

    margin-bottom: 20px;

}



.home-image {

    display: flex;

    align-items: center;

    width: 50%;

    height: 556px;



}



.home-image .image-container {

    position: relative;

    width: 100%;





}



.home-image .image-container {

    width: 100%;

    

    height: 100%;

    background: url("./assets/images/home.png") #0283A8 no-repeat;

    background-size: cover;
    
    background-position: center center;
	    background-blend-mode: multiply;

}

.home-image .image-container .image-text

{

    border-radius: 10px;

    display: flex;

    justify-content: center;

    align-items: center;

    color: white;

width: 40%;

height: 100%;

background-color: rgba(4, 19, 38, 0.8);



}

.home-image .image-container .image-text p{



    padding-right: 20px;

    font-size: 18px;



}

.tree{

    position: absolute;

    top:-20px;

    right: -20px;



    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%230083A8FF' stroke-width='4' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");

  

    /* Individual border image properties */



    display: flex;

    justify-content: center;

    align-items: center;

}

.tree span{

    padding: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

}

.dots-wrapper{

  position:absolute;

    width: 100%;



  

    height: 100%

}

.tree .dots{

    width: 18px;

    border: 1px solid rgba(0,131,168,0.30196078431372547 );

    border-radius: 50px;

 

    height: 18px;

    position: absolute;

    background-color: #ffffff;



}

.tree .dots:nth-child(1){

  top: -8px;

  left: -8px;



}

.tree .dots:nth-child(2)

{

    top: -8px;

    right: -8px;

}

.tree .dots:nth-child(3)

{

    top: 50%;

    width: 15px;

    height: 30px;

    transform: translateY(-50%);

    right: -7px;

}

.tree .dots:nth-child(4)

{

    top: 50%;

    width: 15px;

    height: 30px;

    transform: translateY(-50%);

    left: -7px;

}

.tree .dots:nth-child(5){

    bottom: -8px;

    right: -8px;

}



.tree .dots:nth-child(6){

    bottom: -8px;

    left: -8px;

  

  }

.image-color{

    position: absolute;

    border-radius: 5px;

    overflow: hidden;

    bottom: -22%;

    box-shadow: -2px 7px 31px -25px rgba(0, 0, 0, 0.96);

    right:15%;

}

.image-edit

{

    position: absolute;

    width: 60%;

    overflow: hidden;

    top: 20%;

    background-color: white;

    padding: 3px 5px;

    border-radius: 25px;

    display: flex;

    justify-content: center;

    align-items: center;

    left: -10%;

    box-shadow: -5px 9px 26px -10px rgba(0,0,0,0.75);



}

.image-edit img{

    width: 100%;

}



.home-search input {

    border-radius: 50px;

    border: 1px solid #ccc;

    font-size: 14px;



    padding: 15px 15px;

    width: 100%;



}

.home-search input{

    font-family:'MontserratReglur' ;

}



.home-search {



    width: 80%;

    position: relative;

}

.home-search .search-btn{

    display: flex;

    justify-content: center;

    align-items: center;

    background-color: #0083a8;

    border-radius: 50%;

    width: 40px;

    position: absolute;

    left: 5px;

    top: 5px;

    height: 40px;

}

.home-search .search-btn span{

    display: flex;

    justify-content: center;

    align-items: center;

}

.home-tags{

    margin-top: 12px;

    width: 80%;

    display: flex;

    flex-wrap: wrap;

}

.home-tags .tag{

    

    margin-right: 10px;

 

    border-radius:25px;

    padding: 5px 10px ;

    background-color:rgba(192, 215, 214, 0.30);

    margin-bottom: 10px;

}

.home-tags .tag a{

    color: #797e8a !important;

    font-weight: 500 !important;

}

/*-----------------------------------------------------*/

.slider-section{

    display: flex;

    margin: 2rem 0;

   justify-content: center;

   align-items: center;

}

.slider-container{

    width: 92%;

}

h3 {

    background: #fff;

    color: #3498db;

    font-size: 36px;

    line-height: 100px;

    margin: 10px;

    padding: 2%;

    position: relative;

    text-align: center;

}

.slider div{

    overflow: hidden;

    border-radius: 10px;

    padding-left: 18px;

    height: 200px;

}



.slider div img{

    width: 100%;

    height: 85%;

    max-height: 200px;

}

.slider div p {

    margin: 0;

    margin-top: 5px;

    text-align: center;

}

.slider-parent{

    position: relative;

}

.slider-title{

    font-weight: 400;

    margin-bottom: 20px;

}

.prev-btn{

position: absolute;

cursor: pointer;

display: flex;

align-items: center;

justify-content: center;

padding: 5px;

width: 40px;

height: 40px;

background-color: white;

box-shadow: -5px 14px 44px -11px rgba(0,0,0,0.84);

top: 50%;

transform: translateY(-50%);

border: none;

z-index: 10;

border-radius: 50%;

left: -30px;



}

.next-btn{

    right: -30px;

    transform: rotate(180deg) translateY(50%);

    left: auto;

}

.invite-section{

    display: flex;

    justify-content: center;

    margin: 100px 0;

    

}

.containerr{

    width: 92%;

}

.invite-title{

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 20px;

}

.invite-title a{

    display: flex;

    align-items: center;

    color: #007697;

}

.invite-title a span{

    margin-right: 8px;

}

.invite-cards{

    display: flex;justify-content: space-between;

}

.invite-card{

    width: calc(100%/6 - 15px);

    position: relative;





}

.invite-card img{

    width: 100%;

    height: 100%;

}



.invite-card:nth-child(6){



    margin: 0;

}



.icons-container{

    position: absolute;

    top: 12px;

    opacity: 0;

    transition: 400ms;

    right: 12px;

    display: flex;

   

}.icons-container div{

    padding: 10px;

    border-radius: 5px;

    display: flex;

    justify-content: center;

    align-items: center;

    background-color: rgba(26, 28, 30,0.7);

    margin-left: 10px;

   

}

.icons-container div svg path{

    fill: #fff;

    transition: 400ms;

}

.icons-container div:hover >svg path{

    fill: #E3A512;

}

.invite-card:hover >.icons-container{

    opacity: 1;

}



.instagram-section{

    display: flex;

    justify-content: center;

}

.special{

    display: flex;

    padding: 6px;

    align-items: center;

    background: rgba(26, 28, 30,0.7) 0% 0% no-repeat padding-box;

    border-radius: 4px;

    position: absolute !important;

    color: white;

 bottom: 12px;

color: #e3a512;

    right: 12px;

display: none;

  



}



.instagram-section .invite-card img{

   height: 100%;

    object-fit:fill;

    width: 100%;

}

.special-Active .special{

    display: block;

}

.Gallary-text{

    display: flex;

    justify-content: center;

}.Gallary-text div{

    display: flex;

    text-align: center;

    justify-content: center;

    align-items: center;

}

.Search-Words{

    display: flex;

    margin: 100px 0;

    justify-content: center;



}

.Search-Words .containerr{

    background-color: #F6FBFA;

    padding: 60px 100px;

    border-radius: 12px;



}

.Search-Title{

    margin-bottom: 30px;

    text-align: center;

    font-size: 24px;

}



.Search-Title span{

    color: #0083A8;

}

.Search-Tags{

    font-weight: bold;

    font-family: 'MontserratLight';

    display: flex;

    justify-content: center;

}



.Tag{

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 11px 16px;

    border: 1px solid #C0D7D6;

    border-radius: 20px;

    margin-left: 20px;

    margin-bottom: 25px;

    font-size: 14px;

    transition: 400ms;

}

.Tag span{

    

    display: flex;

    justify-content: center;

    align-items: center;



}

.Tag span svg{

    margin-left: 8px;

}

.Tag span svg path{

    transition: 400ms;

}

.Tag:hover{

    color: #0083A8;

    border-color: #0083A8;



}

.Tag:hover >span svg path{

    fill: #0083A8;

}



/* ============================================== */

.Join-Us{

    display: flex;

    justify-content: center;

    align-items: center;

}

.Join-Us .containerr{

    position: relative;

    display: flex;

    justify-content: center;

}

.Join-Us .containerr .Join-bg{

width: 100%;

height: 100%;

position: absolute;

z-index: -1;

}

.Join-detail{

    line-height: 26px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 54px 0;

    color: #FFFFFF;

    width: 85%;

}

.Join-content{

    width: 50%;

}

.Join-content h2{

    font-size: 24px;

    margin-bottom: 20px;

    font-weight: 500;

}

.Join-content p{

    font-size: 16px;

    font-weight: lighter;

    margin-bottom: 20px;



}

.Join-Btn{

    padding: 18px 38px;

    border: 1px solid #FFFFFF;

border-radius: 6px;

transition: 400ms;



}

.Join-Btn:hover{

    background-color: #fff;

    color: #007697;

    

}

.Counters-section{

    display: flex;

    justify-content: center;

    align-items: center;

    margin: 100px 0;

}

.Counter-Title{

    margin-bottom: 33px;

}

.Counter-Icon {

width: 90px;

display: flex;

justify-content: center;

align-items: center;

height: 90px;

border-radius: 50%;

background-color: rgba(0, 131, 168,0.08);

}

.Counter-Icon span{

    width: 44px;

    height: 44px;

}

.Counter-Cards{

    display: flex;

    justify-content: space-between;

    

}

.Counter-Card{

 padding: 30px;



    box-shadow: 0px 12px 60px #071D3E1A;

    

border-radius: 8px;



display: flex;

justify-content: space-between;

align-items: center;

}

.Counting{

    overflow: hidden;

    height: 50px;

    font-size: 18px !important;

    font-weight: 100    ;

}

.Description .about-text p{
	
/* UI Properties */
text-align: center;
font: normal normal normal 22px GE Flow;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}

.Description{
text-align:center;
    display: flex;

    justify-content: space-between;

    background-color: #0083A8;

    padding: 72px 100px;

}

.Description .about{

    width: 40%;

    line-height: 24px;

    color: #fff;

}

/*

.about-text{

    font-family: 'MontserratThin' !important;

}

*/

.GoTo li a,.GoTo h2{
height: 37px;
/* UI Properties */
text-align: center;
font: normal normal normal 22px GE Flow;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
    

    

    color: #fff !important;

}

.list{

    /*font-family: 'MontserratThin' !important;*/

   list-style: none;

   color: #fff !important;

   text-align:center;
padding: 0px  !important;


}

.list li{

    margin-top: 20px;

   

}

.list li a{

    color: #fff !important;


    align-items: center;



}

.follow-us{

    width: 30%;

    color: white !important;

}

.follow-us p{

    line-height: 24px;

    /*font-family: 'MontserratThin';*/

    font-weight: 700;

    margin: 20px 0;

}

.copy-right{

    width: 100%;

    display: flex;

    justify-content: center;

    background-color: white;

    padding: 17px 0;

}



footer h2{

    font-size: 18px;

}



/*media query*/

@media (max-width:1200px) {

    

}

@media (max-width:800px) {

    .home-image{

        width: 100%;

    }

    .home-content{

        width: 100%;

        text-align: center;

        display: flex;

        justify-content: center;

        align-items: center;

    }

    .home-tags{

        justify-content: center;

    }

    

}

@media (max-width:900px) {

    .invite-card{

        width: calc(100%/3 - 15px);

        position: relative;

        margin-bottom: 20px;

    }

    

}

@media (max-width:550px) {

  

    .Search-Words .containerr{

        padding: 60px 0px;

    }

    

}



@media (max-width:500px) {

    .invite-card{

        width: calc(100%/2 - 15px);

        position: relative;

        margin-bottom: 20px;

    }

   

   

    

}

@media (max-width:450px) {

    .invite-card{

        width: calc(100% );

        position: relative;

        margin-bottom: 20px;

       

    }

    .Description{
text-align:center;
        padding-left: 16px;

        padding-right: 16px;

    }

    .Description div{
text-align:center;
        width: 100%;

        margin-bottom: 30px;

    }

    .Description .about{

        width: 100%;

      

    }

    .footer{

        display: flex;

        justify-content: center;

        flex-wrap: wrap;
        border-bottom: 1px dotted #000;


    }

}

.zone-mobile{

    display: none;

}

.nav-mobile{

display: none;

    position: absolute;

    left: 2%;

    top: 50%;

    transform: translateY(-50%);

    width: 40px;

    height: 40px;



    flex-direction: column;

    justify-content: space-between;

  

}

.nav-mobile svg{

  width: 100%;

  height: 40px;

  display: block;



}

@media (max-width:960px) {

    #nav-list,#nav-btn{

        display: none;





    }

    .navbar-content{

        width: 100%;

    }

    .navbar-container{

        position: relative;

    }

    .nav-mobile{

      display: block;

      

    }

    .zone-mobile{

        display: block;

    }

    

}

.form-btn{

    gap: 20px;

}

.sign-up-form .form-btn label.active{

    border-radius: 8px;

    display: block;

    text-align: center;

    color: white;

    padding: 22px 80px;

    background-color: rgba(0, 131, 168, 1);

    border: 1px solid transparent;

    



}

.sign-up-form .form-btn label{

    border-radius: 8px;

    display: block;

    text-align: center;

    color: #797e8a;

    padding: 22px 80px;

    background-color: #fff;

    border: 1px #E4E4EB solid;

    



}

.sign-up-form .form-btn input{

display: none;

}

.sign-up-form .form-btn {

    display: flex;

}

.input

{

    width: 100%;

}

.input p {

    margin: 0;

    margin-bottom: 5px;

}

.input {

    margin-top: 5px;

}

.input input{

    width: 100%;

    box-sizing: border-box;

    padding: 22px 14px;

    border: 1px solid rgba(228, 228, 235, 1);

    color: rgb(5, 5, 12);

border-radius: 8px;

background-color: #F7F7FA;

}

.sign-up-form .input{

    display: flex;

}

.sign-up-form .input p{

flex: 0 0 150px;

}

.sign-up-form .input input,.sign-up-form .password{

    flex:1;height: 54px;
/* UI Properties */
background: #0083A8 0% 0% no-repeat padding-box;
border-radius: 16px;
opacity: 0.2;

}



.password{

    position: relative;

    width: 100%;

}

.password .show-btn{

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    left: 15px;

}

.submit-btn{

    border: none;

    color: white;

    margin-top: 20px;

    width: 70%;

    border-radius: 8px;

   

    /*padding: 23px 0;*/

    padding:15px 0;

    text-align: center;
height: 54px;
/* UI Properties */
background: #0083A8 0% 0% no-repeat padding-box;
border-radius: 16px;
opacity: 1;


}



/*================== PASSwORD==========-*/

.input

{

    width: 100%;

}

.input input,#create-account-password:focus{opacity: 69% !important;}
::placeholder {
  color: black  ;
  opacity: 1; /* Firefox */
}

.input input{

   

    box-sizing: border-box;

    padding: 22px 14px;

    border: 1px solid rgba(228, 228, 235, 1);

    color: rgb(0, 0, 0);

border-radius: 8px;

}

.submit-btn{
 border: none;

    color: white;

    margin-top: 20px;

    width: 70%;

    border-radius: 8px;

   

    /*padding: 23px 0;*/

    padding:15px 0;

    text-align: center;
height: 54px;
/* UI Properties */
background: #0083A8 0% 0% no-repeat padding-box;
border-radius: 16px;
opacity: 1;

}





.modal-input input {

    width: 100%;

    border: 1px solid #E4E4EB;

    background-color: #F7F7FA;

    border-radius: 6px;

    padding: 16px 14px;

  }

 

  .login-btn {

    width: 100%;

    background-color: #007697;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #fff;

    border: none;

    font-size: 16px;

    border-radius: 6px;

    padding: 18px 0;

    margin-top: 24px;

  }



  .custom-check-box{

    border-radius: 50% !important;

    width: 20px;

    height: 20px;

  }

  .custom-check-box:checked{

background-color: #007697;

  }

  .custom-check-box:focus{

    box-shadow: none;

   

  }

  .invite-code{

    display: flex;

    align-items: center;

    gap: 8px;

    margin-top: 5px;

  }

  .invite-code-container .input{

    display: none;

  }

  .invite-code-container .input.active{

    display: block;

  }

  body{

    position: relative;

  }

  @media (max-width:600px) {

    .prev-btn ,.next-btn{

        display: none;

    }

    .image-edit{

        left: -4%;

    }

    

  }

  @media (min-width:1200px) {

    .modal-xl{

    max-width:  1400px;

    }

    .design-modal{

        display: grid;

        grid-template-rows: auto 1fr auto;

    

      

      }

    

  }





    

 .design-btns{

    display: flex;

    gap: 15px;

 }

 .use-btn{

background-color: #007697;

padding: 15px 30px ;

color: white;

text-align: center;

width: 80%;

border-radius: 8px;



  }

  .design-btns :nth-child(2) svg path{

fill: #E3A512;



  }

  .design-btns :nth-child(2){

    background-color: #C7D8DC;

    width: 15%;

    border-radius: 8px;

    display: flex;

    align-items: center;

    justify-content: center;

  }

  .modal-body .home-tags{

    margin-top: 20px;

    width: 100%;

  }

  .first-half{

    font-size: 18px;

  }

  .mobil-nav .nav-titles #nav-list ,  .mobil-nav .nav-titles .navbar-buttons

  {

    display: block;

  }

  .mobil-nav .navbar-buttons{

    display: flex;

    justify-content: start !important;

    gap: 15px;

  }

  .mobil-nav .nav-titles #nav-list {

    font-size: 1rem;

  }

  .mobil-nav .nav-titles #nav-list .nav-item{

    margin-top: 5px;

  }

  .nav-item .btnn{

    padding: 12px 14px;

    display: flex;

    align-items: center;

    font-size: 18px;

    color: black;

    border-radius: 3px;

    background-color: rgba(192, 215, 214, 0.2);

  }

  .btnn-login{

    padding: 12px 35px;

    display: flex;

    align-items: center;

    font-size: 14px;

    color: white !important;

    background-color: #0083a8;

    border-radius: 3px;

    border: #0083a8 solid 1px;

    transition: 0.4s;

    font-size: 12px;

  }

  .btnn-login a{

    color: white !important;

  }

  .btnn-new a{

    color: black;

  }

  .btnn-new{

    padding: 12px 35px;

    display: flex;

    align-items: center;

    font-size: 14px;

    color: #0083a8;

    border-radius: 3px;

    border: #0083a8 solid 1px;

    transition: 0.4s;

    font-size: 12px;

  }





  .btnn-new:hover {

    background-color: #0083a8;

    color: white !important;



}



.account{

    margin-right: 12px;

    display: flex;

   

    align-items: center;

}

.account .notlogged{

    display: flex ;

    gap: 5px;   

}





.account .btn-new a {
   
    padding: 10px 31px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: white;
    background-color: white;
    border-radius: 9px;
    border: #0083a8 solid 1px;
    transition: 0.4s;
    font-size: 12px;
    font-weight: 700;
    background: #124956 0% 0% no-repeat padding-box;
    height: 35px;

}



.account .btn-new a:hover {

    background-color: #0083a8 ;

    color: white !important;

    border-color: white;



}



.account .btn-login a {


    padding: 10px 31px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: white;
    background-color: white;
    border-radius: 3px;
    border: #0083a8 solid 1px;
    transition: 0.4s;
    font-size: 12px;
    font-weight: 700;
    background: #124956 0% 0% no-repeat padding-box;
    height: 35px;
    border-radius: 9px;

}

.account .btn-new a:hover,

.account .btn-login a:hover {

    background-color: #0083a8 ;

    color: white !important;

    border-color: white;



}

.notlogged{

    display: flex;

    display: none;

}

.logged{

    position: relative;

    width: 46px;

    cursor: pointer;

    z-index: 1500;

    display: none;

    height: 46px;

    border-radius: 50%;

}

.logged img{

    width: 100%;

    height: 100%;

}

.logged a{

    color: #0083a8;

}

.account.logged-in .logged{

    display: flex;

    align-items: center;

}

.account.logged-in .notlogged{

    display: none;

}

.account .notlogged{

    display: flex;

    align-items: center;

    justify-content: center;

}

.drop-list{

    background-color: white;

    position: absolute;

    visibility: hidden;

    opacity: 0;

    bottom: 0;

    transition: 400ms;

    width: 240px;

    z-index: 1500;

    border-radius: 8px;

    transform: translateY(100%) translateX(80%);

}

.drop-active{

    visibility: visible;

    opacity: 1;

}

.drop-list ul{

    padding: 16px;

    box-shadow: 0px 8px 30px rgba(0, 38, 49, 0.12);

border-radius: 8px;



    list-style: none;

    color: black;

}

/*.drop-list ul li {

margin-bottom: 25px;

}*/

.drop-list ul li a{

    display: flex;

    font-size: 0.875rem;

    line-height: 1.25rem;

    align-items: center;

    color: #0083a8 !important;

    padding: 8px;

}

.drop-list ul li a svg{

    fill: #0083a8 !important;

    width: 16px;

    height: 16px;

}

.drop-list ul li a span{

    margin-left: 10px;

}

@media (max-width:960px) {

    .navbarr .account{

        display: none;

    }

    

}



@media (max-width:600px) {

    .Description div{

        width:100% !important ;

        margin-bottom: 20px;

    }

}

.invite-section .invite-card{

  max-height: 290px;

}

.instagram-section .invite-card{



max-height: 400px;

}



.side-nav-offcanva{

    margin-top: 35px;

  
background: #0083A8 !important;
  padding-left: 16px;

  

  

  

      list-style: none;

      color: black;

  }

  



      .side-nav-offcanva li:hover{

          background-color: rgba(192, 215, 214, 0.2);

          border-radius: 8px;

      }

      .side-nav-offcanva li div{

          cursor: pointer;

          display: flex;

         

          align-items: center;

          color: black;

      }

      .side-nav-offcanva li div div span{

          margin-left: 10px;

      }

      .side-nav-offcanva li div div{

         display: flex;align-items: center;

      }

      .side-nav-offcanva li div {

          display: flex;

          justify-content: space-between;

      }

      .modal-exit{

    text-align: end;  

    }

    .drawer .mobil-nav .nav-titles .nav-item{

        color: #0083a8 !important;

        padding: 5px;

        border-radius: 8px;

    }

    .drawer .mobil-nav .nav-titles .nav-item a,

    .drawer .mobil-nav .side-nav-offcanva a{

        color:inherit !important;

    }

    .drawer .mobil-nav .nav-titles .nav-item span svg,

    .side-nav-offcanva li div span svg{

        fill: currentColor !important;

stroke: currentColor !important;

color: currentColor !important;

    }

    .drawer .mobil-nav .nav-titles .nav-item.active{

        color:          #0083a8 !important;
     

        

    }

    .side-nav-offcanva li div {

        color: white !important;

    }

    .home h1>a{

        color:inherit !important;

    }

    .input p {

     

        padding: 5px 14px;

        font-size: 14px;

    }

    .input input {

     

        padding: 5px 14px;

        font-size: 14px;

    }

    .btn-whatsapp{

        width: 50px;

        height: 50px;

        /*background-color: green;*/

        border-radius: 50%;

        /*border: 1px solid white;*/

        position: fixed;

        bottom: 25px;

        right: 25px;

        animation-duration: 1s;

        animation-iteration-count: infinite;

        z-index: 100;

        

      }

      .btn-whatsapp:hover{

        /*box-shadow: 0px 2px 32px greenyellow;*/

        animation-name: whatsappShadow;

        animation-timing-function: ease;

        }

      .btn-whatsapp>a{

        width: 50px;

        height: 50px;

        animation-name: whatsappIcon;

        

        border-radius: 50%;



        animation-duration: 500ms;

  display: block;

      }

      .btn-whatsapp img{

        width: 100%;height: 100%;object-fit: fill;

        position: relative;

        z-index: 2;

      }

      .btn-whatsapp>.tooltip-msg{

        display: inline-block;

        visibility: visible;

        z-index: 1;

        position:absolute;

        top:-15px;

        right: 50px;

        width: max-content;

        color: var(--color-hex-2);

        background-color:white;

        border:thin solid var(--color-hex-3);

        box-shadow: -1px 2px 1px rgba(var(--color-1)/.3);

        border-radius: 8px;

        padding: 10px;

        animation-name: whatsappTooltip;

  animation-duration: 100ms;



font-size: 0.9em;

      }

      

      

      .btn-whatsapp>.tooltip-msg>.tooltip-msg--close{

        position: absolute;

        left: 5px;

        top:-3px;

        cursor: pointer;

      }



      @keyframes whatsappIcon {

        0%   {transform: rotateZ(180deg);top:10px;bottom: auto;}

        25%  {transform: rotateZ(90deg);top:50vh;bottom: auto;}

        50%  {transform: rotateZ(45deg);top:auto;bottom: auto;}

        75%  {transform: rotateZ(20deg);height: 100px;width: 100px; transform: rotateY('angle');}

        100% {transform: rotateZ(0deg);height: 50px;width: 50px;}

      }

      @keyframes whatsappShadow {

        0%   {box-shadow: 0px 2px 32px greenyellow;}

        20%   {box-shadow: 0px 2px 26px rgb(255, 224, 47);}

        50%   {box-shadow: 0px 2px 16px rgb(246, 138, 29);}

        70%   {box-shadow: 0px 2px 26px rgb(255, 224, 47)}

        100%   {box-shadow: 0px 2px 32px greenyellow;}

      }

      @keyframes whatsappTooltip {

      

        0%   {z-index: 1;transform: scale(0);}

    

        50%   {z-index: 1;transform: scale(.20);}

        65%   {z-index: 1;transform: scale(.40);}

        75%   {z-index: 1;transform: scale(.60);}

        85%   {z-index: 1;transform: scale(.80);}

        100%   {z-index: 1;transform: scale(1);}

      }

      @keyframes whatsappTooltipold {

      

        0%   {z-index: 1;right: 210px;}

        50%   {z-index: 1;right: 180px;}

        65%   {z-index: 1;right: 150px;}

        75%   {z-index: 1;right: 100px;}

        85%   {z-index: 1;right: 80px;}

        100%   {z-index: 1;right: 50px}

      }

        @keyframes whatsappIcon {

        0%   {transform: rotateZ(180deg);height: 0;width: 0;}

        25%  {transform: rotateZ(90deg);height: 25px;width: 25px;}

        50%  {transform: rotateZ(45deg);height: 50px;width: 50px;}

        75%  {transform: rotateZ(20deg);height: 100px;width: 100px;}

        100% {transform: rotateZ(0deg);height: 50px;width: 50px;}

      }



      .sideNav ul li a{

        color:var(--color-text)

      }

      

      .navbarr  .nav-titles .nav-item.active,

      .navbarr  .nav-titles .nav-item:hover

      {

       

      }

      

     /* .navbarr  .nav-titles .nav-item.active>a{

        

       color:rgba(var(--color-1)/.3) !important;

      }*/





      @media screen and (max-width: 360px ) and (min-width:175px){

        .btn-new{

            /*margin-left: 12px;*/

            width: 150px;

        }

      }



      footer a,footer p,footer .about-text,footer h2{

        font-weight: 700;

      }

      .img-clear{

        --img-clear-size:20px;

        position: absolute;

        z-index: 1;

        width: var(--img-clear-size);

        height: var(--img-clear-size);

        border-radius: 50%;

        background-color: rgba(255, 0, 0, 0.5);

        display: flex;

        justify-content: center;

        align-items: center;

        top: -10px;

        left: -10px;

        font-size: 10px;

        border: 1px solid red;

        cursor: pointer;

      }

      .dropdown-item {

        text-align: right;

      }

      .modal-header .btn-close {

        padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);

        margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) auto calc(-.5 * var(--bs-modal-header-padding-y));

      }

      .btn-google-login{

        display: flex;

    align-items: center;

    height: 45px;
/* UI Properties */
background: #114956 0% 0% no-repeat padding-box;
opacity: 1;

    color: white;

    border: 1px solid;

    border-radius: 14px;

    padding: 1px;

    width: fit-content;

    }

      .btn-google-login__image{

        

        height: 35px;

        width: 35px;

        display: flex;

        align-items: center;

        justify-content: center;

        }

        .btn-google-login__image>img{

            height: 25px;

            width: 25px;

        }
        .modal-text-forg p{color: #23394D !important;}

        .btn-google-login__text {

            padding: 0 10px;

            
/* UI Properties */
text-align: left;
font: normal normal normal 19px GE Flow;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;

          }

          .btn-toggle {

            display: inline-flex;

            position: relative;

            width: 100%;

          }

          .btn-toggle[aria-expanded="true"]::after {

            transform: rotate(90deg);

        }

        .btn-toggle::after {

            /*margin-left: .5rem;*/

            width: 1.25em;

            line-height: 0;

            content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");

            transition: transform .35s ease;

            transform-origin: 0.5em 50%;

            transform: rotate(180deg);

            position: absolute;

left: 0;

        }

        .Counter-Title h2{

            font-weight: 500;

            font-size: 36px;

            color: #0083a8;

        }

        .Counter-Title p{

            font-weight: 400;

            color: #0083a8;

            font-size: 26px;

            margin-bottom: 5px;

        }

        .side-nav-offcanva li.group-title a.group-title{

            color: #C7CCD8 !important;

                cursor: default;

          }

            .side-nav-offcanva li.item-divider{

            padding: 2px;

          }

          .side-nav-offcanva li.item-divider>hr{

            height: 0;

            margin: 0;

            padding: 2px;

            border-top: 1px solid var(--bs-dropdown-divider-bg);

          }

          .side-nav-offcanva li span.arrow-left{

            display: none;

          }

          .offcanvas-header {

              position: absolute;

            left: 0;

          }

          .side-nav-offcanva li button{

            color: #0083a8 !important;

            padding: 0;

          }

          .side-nav-offcanva li button  svg {

            fill: currentColor !important;

            stroke: currentColor !important;

            color: currentColor !important;

          }