@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.ttf');
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf');
}
@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Poppins-Light.ttf');
}
@font-face {
    font-family: 'Poppins-Semibold';
    src: url('../fonts/Poppins-Semibold.ttf');
}

@font-face {
    font-family: 'Poppins-LightItalic';
    src: url('../fonts/Poppins-LightItalic.ttf');
}
@font-face {
    font-family: 'JosefinSans-Medium';
    src: url('../fonts/JosefinSans-Medium.ttf');
}
@font-face {
    font-family: 'JosefinSans-Regular';
    src: url('../fonts/JosefinSans-Regular.ttf');
}
@font-face {
    font-family: 'JosefinSans-SemiBold';
    src: url('../fonts/JosefinSans-SemiBold.ttf');
}
html {
  scroll-behavior: smooth;
}
/* hamburger */

.checkbox {
    display: none;
}

.button {
    position: relative;
   background-color: #000;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    position: fixed;
    top: 5vh;
    right: 5vw;
    z-index: 2000;
    /*box-shadow: 0 1rem 3rem black;*/
    text-align: center;
    cursor: pointer;
      border: 2px solid #FFC845;
        border-radius: 50%;
        animation: rotateIn;
        animation-duration: 3s;

}

.background {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    position: fixed;
    top: 5vh;
    right: 5vw;
    background: #00000070;
  
    z-index: 1000;
    transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);

}

.nav {
    height: 100vh;
    position: fixed;
    top: 0;
    right: -60vw;
    z-index: 1500;
    opacity: 0;
    width: 0;
    transition: all 0.8s;
}

.list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
    width: 100%;
    padding: 0;
}
.list .item{
    margin: 5px;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item {
     margin: 5px;
    height: 8rem;
    display: flex;
    align-items: center;
}

.link:link,
.link:visited {
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    padding: 1rem 2rem;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
   /* background-image: linear-gradient( 120deg, transparent 0%, transparent 50%, white 50%);*/
    background-size: 220%;
    transition: all 0.4s;
}
.link:visited .list{
    display: none;
}
.link:hover,
.link:active {
    color: lightgreen;
    cursor: pointer;
}


/* functionality */

.checkbox:checked~.background {
    transform: scale(85);
        border-radius: 0;
        background: #191919;
}

.checkbox:checked~.nav {
    opacity: 1;
    width: 100%;
    right: 0;
}


/*  */


/* styling hamb ICON */

.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon,
.icon::before,
.icon::after {
    width: 1rem;
    height: 2px;
    background-color: #fff;
    display: inline-block;
}

.icon::before,
.icon::after {
    content: "";
    position: absolute;
    left: 0;
    transition: all 0.2s;
}

.icon::before {
    top: -0.3rem;
}

.icon::after {
    top: 0.35rem;
}

.button:hover icon:before {
    top: -1rem;
}

.button:hover icon::after {
    top: 1rem;
}

.checkbox:checked+.button .icon {
    background-color: transparent;
}

.checkbox:checked+.button .icon::before {
    top: 0;
    transform: rotate(135deg);
    background-color: #FFC845;
}

.checkbox:checked+.button .icon::after {
    top: 0;
    transform: rotate(-135deg);
    background-color: #FFC845;
}
.link{
    color: #fff!important;
     font-family: 'Poppins-Medium';
     font-size: 17px;
    letter-spacing: 4px;
}
.link:hover{
color: #FFC845!important;
}
/*end nav*/






/*responsive*/
@media(min-width: 1440px){
  .checkbox:checked~.background {
    transform: scale(95);
  } 
}

.logo {
    width: 15rem;
    margin: auto;
    display: block;
    margin-top: 2rem;
    padding: 0 2rem;
}
.logo img{
    width: 100%;
}
.join{
    text-align: center;
}
.join p{
    font-family: 'Poppins-LightItalic';
    margin: 2rem 0 2rem 0;
    color: black;
    /* font-weight: 600; */
    font-size: 20px;
}
.join input{
    font-family: 'Poppins-Medium';
    margin-bottom: 1.5rem;

    width: 375px;
    height: 55px;
    padding: 15px;
    border-radius: 10px;
    background: #E1C978;
    border-color: black;
    border: 0.5px solid black;
}
.join textarea{
    width: 375px;
    min-height: 230px;
    max-height: 230px;
    border-radius: 10px;
    padding: 15px;
    background: #E1C978;
    border-color: black;
    border: 0.5px solid black;
    font-family: 'Poppins-Medium';
}
.join label{
    font-weight: bold;
    font-family: 'Poppins-Medium';

}
.join span{
    color:#E1C978 ;
}

.join .custom-select-wrapper ul span{
    color: #000;
    font-family: 'Poppins-Medium';
    display: block;
    width: 100%;

}
.join .custom-select-wrapper ul li:hover{
    background-color: #E1C978;
}
.join .custom-select-wrapper label span{
    color:#E1C978 ;
}
.join button{
    width: 375px;
    height: 55px;
    padding: 15px;
    border-radius: 10px;
    color: white;
    background-color: black;
    margin: 4rem 0 2rem 0;
    font-family: 'Poppins-Medium';

}


.iti__flag.iti__ae{
    display: none;
}
.iti__flag.iti__ug{
    display: none;
}
.iti__arrow{
    color: black!important;
    /* border-top: 4px solid #000!important; */
}

.iti__selected-flag{
    padding: 0 6px 0 50px!important;
}

.iti input, .iti input[type=text], .iti input[type=tel]{

    margin-bottom: 1.5rem!important;
}
.EMAIL-group{
    margin-top: 1.5rem;
}
.iti__flag.iti__sa, .iti__flag.iti__bh, .iti__flag.iti__kw, .iti__flag.iti__om, .iti__flag.iti__qa, .iti__flag.iti__ae, .iti__flag.iti__ye{
    display: none!important;
}
.iti--allow-dropdown input[type=tel]{
    padding-left: 30px!important;
}
.iti__arrow{
    margin-left: -32px!important;
}
.join input:focus{
    background-color: white!important;
}
.join input, .join textarea{
    text-align: center!important;
    color: #000;
}
input[type=tel]{
    text-align: left!important;
}
input:focus {
    background-color:white
}

#fail{
    display: none;
}
.join label, .join button{
    font-size: 16px;
}
.iti__country-name{
    color: #000!important;
}

  
  .custom-select-wrapper ul {
    list-style: none;
    background-color: #fff;
    border-radius: 8px;
    padding: 0;
    text-align: center;
    height: 0;
    overflow: hidden;
    margin: 0;
    transition: 0.3s ease-out;
    position: initial;
    width: 375px;
    /* left: 0; 3*/
    /* right: 0; */
    text-align: center;
    margin: auto;
  }
    
  .custom-select-wrapper.open-dropdown ul {
    border-radius: 10px;
    padding: 15px;
    /* background: #E1C978; */
    border-color: black;
    border: 0.5px solid black;
    /* padding: 15px; */
    height: auto;
    /* margin: 15px 0; */
    transition: 0.3s ease-in;
    margin-bottom: 2rem;
  }
  .custom-select-wrapper input{
    /* margin-bottom: 0; */
  }
  .custom-select-wrapper ul li {
    line-height: 28px;
    padding-bottom: 3px;
    font-size: 14px;
  }
  
  .custom-select-wrapper ul li:last-child {
    padding-bottom: 0;
  }

  
  .custom-select-wrapper {
    position: relative;
    margin: 0px;
    cursor: pointer;
  }
  
  .custom-select-wrapper.open-dropdown i {
    transform: rotate(180deg);
    transition: 0.9s;
  }
  
  .custom-select-wrapper i {
    transition: 0.9s;
    position: relative;
    left: -90px;
    font-size: 27px;
    top: -4px;
  }
  .custom-select:focus, .join input:focus, .join textarea:focus{
    border: 0.5px solid black!important;
    border-color: black!important;
    box-shadow: unset!important;
  }
  .input-wrapper input{
    position: relative;
    right: -10px;
  }



  .custom-select-wrapper2 ul {
    list-style: none;
    background-color: #fff;
    border-radius: 8px;
    padding: 0;
    text-align: center;
    height: 0;
    overflow: hidden;
    margin: 0;
    transition: 0.3s ease-out;
    position: initial;
    width: 375px;
    /* left: 0; 3*/
    /* right: 0; */
    text-align: center;
    margin: auto;
  }
    
  .custom-select-wrapper2.open-dropdown2 ul {
    border-radius: 10px;
    padding: 15px;
    /* background: #E1C978; */
    border-color: black;
    border: 0.5px solid black;
    /* padding: 15px; */
    height: auto;
    /* margin: 15px 0; */
    transition: 0.3s ease-in;
    margin-bottom: 2rem;
  }
  .custom-select-wrapper input{
    /* margin-bottom: 0; */
  }
  .custom-select-wrapper2 ul li {
    line-height: 28px;
    padding-bottom: 3px;
    font-size: 14px;
  }
  
  .custom-select-wrapper2 ul li:last-child {
    padding-bottom: 0;
  }

  
  .custom-select-wrapper2 {
    position: relative;
    margin: 0px;
    cursor: pointer;
  }
  
  .custom-select-wrapper2.open-dropdown2 i {
    transform: rotate(180deg);
    transition: 0.9s;
  }
  
  .custom-select-wrapper2 i {
    transition: 0.9s;
    position: relative;
    left: -90px;
    font-size: 27px;
    top: -4px;
  }
  .custom-select2:focus, .join input:focus, .join textarea:focus{
    border: 0.5px solid black!important;
    border-color: black!important;
    box-shadow: unset!important;
  }
  .input-wrapper2 input{
    position: relative;
    right: -10px;
  }
  .custom-select-wrapper2 ul li span{
    color: #000!important;
    font-family: 'Poppins-Medium';
    display: block;
    width: 100%;
  }
  .custom-select-wrapper2 ul li:hover{
    background-color: #E1C978!important;
  }


  @media(max-width:396.5px){
    .custom-select-wrapper i{
        left: 100px;
        top: -62px;
    }
    .input-wrapper{
        height: 100px;
    }
    .input-wrapper input {
        right: 0px;
    }
  } 
  @media(max-width:390.5px){
    .join input{
        margin-bottom: 0.5rem;
    }
    .EMAIL-group {
        margin-top: 0.5rem;
    }
    
  }
  .toggle{
    /* display: none; */
  }
