*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    transform: all 400ms ease;
}

::-webkit-scrollbar{
    display: none;
}
a{
    text-decoration: none;
}
body{
    scroll-behavior: smooth;
    overflow: hidden;
}
.text-thin{
    font-weight: 300;
    font-size: 22px;
    line-height: 27px;
}
.container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /* background: url(../imgs/bg-img.jpg) no-repeat;*/
    background: url(../../images/lekkibkgrnd.jpeg) no-repeat;
    background-blend-mode: overlay;
    background-size: cover;
}



#animation-container{
    width:90%;
    height: 80%;
}

#animation-container2 {
    width: 90%;
    height: 80%;
}

.admin-pic{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-cont{
    width: 60px;
    height: 60px;
}

.img-cont img{
    width: 100%;
}

/* flex  */
.flex-col{
    flex-direction: column;
}
.flex-row{
    flex-direction: row;
}

.flex{
    display: flex;
}
.flex-shrink{
    flex-shrink: initial;
}
.flex-1{
    flex: 1;
}
.item-center{
    align-items: center;
}
.justify-center{
    justify-content: center;
}
.bgld{
    background: #004848;
}
.bgld1{
    background: #008080;
}

.mb-2{
    margin-bottom: 5px;
}

.text-big{
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.bgld2{
    background: #008080a7;
    backdrop-filter: blur(10px);
}

.logo{
    position: absolute;
    top: 20px;
    left: 20px;
    /* background: #000; */
    z-index: 100;
}
/* background  */

.bgprimary{
    background: #004c4c;
    /* background: #f4f4f4; */
    /* backdrop-filter: blur(2px); */
    /* border-right: 2px solid #004848; */
    /* box-shadow: 2px 3px 4px #ccc; */
}
 .bglinear{
    /* background: linear-gradient(to right top, #008080ce, rgba(0, 0, 70, 0.651)) ; */
    background: #009590d8;
}
.bg-gradient{
    background: linear-gradient(to right top, #d4f6f6d7, #ffffff);

}
.bgsecondary{
    background: #008080; 
    
}
.more{
    transform: translateX(-100%);
    transition: all 600ms ease;
}

.more2{
    transform: translateX(-100%);
    transition: all 1s ease;
}

.more3{
    transform: translateX(-100%);
    transition: all 1.5s ease;
}

/* .text-shadow{
    text-shadow: 1px 2px 2px #01d1d1;
} */

.text{
    font-size: 10px;
    color: #004848;
    font-weight: 600;
}

.bg-white{
    background: #fff;
}

/* color  */
.text-green{
    color: #06de67;
}
.text-primary{
    color: #009590;
}
.text-primary-20{
    color: #08b6b6;
    /* text-shadow: 1px 3px 1px #0f6d6d; */
}
.text-secondary{
    color: #30949d;
}
.text-white{
    color: #fff;
}
.text-center{
    text-align: center;
}

.text-right{
    text-align: right;
}

.text-red{
    color: #ff0000;
    /* font-weight: 800; */
    font-size: 14px;
    font-weight: 500;
}

ul{
    padding: 0 20px;
}

ul li{
    list-style:disc;
    font-size: 14px;
    color:#fff;
    word-wrap: break-word;
}

.text-green{
    color: #06de67;
    font-weight: 500;
}

/* cursor  */
.cursor-pointer{
    cursor: pointer;
}

.cursor-pointer{
    cursor: pointer;
}




/* width */
.w-full{
    width: 100%;
}
.w-50{
    width: 50%;
}

/* height  */
.h-full{
    height: 100vh;
}

.h-36{
    height: 38px;
}
/* position  */
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.fixed{
    position: fixed;
}
.right-1{
 right: 10px;
}

.right-2{
    right: 20px;
   }
.left-1{
    left: 10px;
   }

   .left-0{
    left: 0px;
   }
.top-1{
    top: 10px;
}

.right-0{
    right: 0px;
}
.p-2{
    padding: 5px;
}
.usrid .cont{
    display: none;
    transition: all 600ms ease;
    border-radius: 5px;
    background: #ffffffe0;
    backdrop-filter: blur(10px);
    font-size: 10px !important;
    filter: drop-shadow(2px 3px 4px #000);


}

.usrid:hover .cont{
    display: block;
    transition: all 600ms ease;
    font-weight: 500;
    color: #000;
}

.cont::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffffe0;
    backdrop-filter: blur(100px);
    right: -5px;
    rotate: 45deg;
    transition: all 600ms ease;
    top: 10px;
}
.-right-10{
    right: -100px;
}
.top-0{
   top: 0px;
}

.gap-1{
    gap: 5px;
}

.icon-primary{
    font-size: 15px;
}


/* shadow  */
.f-shadow{
    filter: drop-shadow(2px 3px 1px #01203c);
}

.logo{
  filter: drop-shadow(1px 1px 1px #fff);
}



/* input  */
input[type=text], input[type=password], input[type=email]{
    min-width: 300px;
    width: 400px;
    height: 10px;
    padding: 20px ;
    border-radius: 10px;
    border-style: none;
    font-size: 14px;
    background: #ffffffbb;
    font-weight: 500;
    letter-spacing: 1px;
    border: 2px solid #ffffff83;
    color:#000;
    /* backdrop-filter: blur(10px); */
    
    /* border: 1px solid #fff; */
    transition: all 400ms ease;
}
.w-58{
    width: 200px;
}

input[type=text]:hover,
input[type=text]:focus, input[type=password]:focus, input[type=password]:hover{
    /* border: 2px solid #004848    ; */
    background: #ffffffee;
    /* box-shadow: 2px 3px 3px #00000075, -2px -3px 3px #ffffff2b; */

}
.small{
    color: #ccc;
}
.small:disabled{
    color: #ccc;
}
.small::selection{
    color: green;
}
.opt{
    width: 100%;
    height: 100px !important;
    padding: 10px;
}

.errpop.shown{
    display: block;
}

.errpop{
    max-width: 200px;
    width: 200px;
    height: 40px;
    filter: drop-shadow(1px 2px 3px #009590);
    display: none;
}

.errpopcont{
    width: 100%;
    height: 100%;
    position: relative;
    /* overflow: scroll; */
    
    /* box-sizing: content-box; */
} 

.cancel{
    /* background: #ffffff81; */
    position: absolute;
    top: -24px;
    right: 10px;
    height: 20px;
    width: 20px;
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
}

.errmsg{
    width: 100%;
    height: 100%;
    position: absolute;
    right: 10px;
    background: #ffffffbe;
    border-bottom: 5px solid #ff0000 ;
    border-radius: 10px;
    padding:2px 10px;
    box-sizing: content-box;
    font-size: 12px;
    word-wrap: break-word;
    text-overflow: clip;
    text-rendering: optimizeLegibility;
    overflow: scroll;

    
}

/* .errmsg::after{
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 7px;
    right: -5px;
    background: #fff;
    border-radius: 2px;
    rotate: 45deg;
} */
.successmsg{
    width: 100%;
    height: 100%;
    position: absolute;
    right: 10px;
    background: #ffffff9f;
    border-bottom: 5px solid rgb(43, 122, 43) ;
    border-radius: 10px;
    padding:2px 10px;
    box-sizing: content-box;
    font-size: 14px;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    display: none;
    
}

#gt_float_wrapper{
    z-index: 4 !important;
}

/* .successmsg::after{
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 7px;
    right: -5px;
    background: #fff;
    border-radius: 2px;
    rotate: 45deg;
} */

.w-half{
    max-width:400px ;
}

.text-1xl{
    font-size: 16px;
}

.top-10{
    top: 100px;
}

.none{
    display:none;
}

.select-box {
    display: flex;
    width: 400px;
    flex-direction: column;
    position: relative;
  }
  
  .select-box .options-container {
    background: #ffffffbb;
    color: #686868;
    max-height: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.4s;
    border-radius: 8px;
    overflow: hidden;
    order: 1;
  }
  
  .selected {
    background: #ffffffbb;
    color: #000;
    border-radius: 8px;
    margin-bottom: 8px;
    /* color: #f5f6fa; */
    position: relative;
  
    order: 0;
  }
  
  .selected::after {
    content: "";
    /* background: url("../imgs/arrow-down.svg"); */
    /* background:; */
    background-size: contain;
    background-repeat: no-repeat;
  
    position: absolute;
    height: 100%;
    width: 32px;
    right: 10px;
    top: 5px;
  
    transition: all 0.4s;
  }

  .password.border-red{
    border: 2px solid #ff0000;
  }

  .dropdown-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
  
  .select-box .options-container.active {
    max-height: 160px;
    opacity: 1;
    overflow-y: scroll;
  }
  
  .select-box .options-container.active + .selected::after {
    transform: rotateX(180deg);
    top: -6px;
  }
  
  .select-box .options-container::-webkit-scrollbar {
    width: 8px;
    background: #0d141f;
    border-radius: 0 8px 8px 0;
  }
  
  .select-box .options-container::-webkit-scrollbar-thumb {
    background: #525861;
    border-radius: 0 8px 8px 0;
  }
  
  .select-box .option,
  .selected {
    padding: 12px 24px;
    cursor: pointer;
  }
  
  .select-box .option:hover {
    background: #009590;
    color: #fff;
  }
  
  .select-box label {
    cursor: pointer;
  }
  
  .select-box .option .radio {
    display: none;
  }

.icon-secondary{
    font-size: 16px;
}





/* margin  */
.m-10{
    margin-top: 150px;
}

.mt-5{
    margin-top: 20px;
}
.ml-2{
    margin-left: 10px;
}
.-mt-5{
    margin-top: -30px;
}

.all-cont{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate( -50%, -50% );
    /* background: #ff0000; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    /* background: #ff0000; */
    height: 100%;
} 



.py-5{
   line-height: 14px;
}

.gap{
    gap: 1rem;
}
button:disabled{
    background: #ccc !important;
}

button{
    /* width: 400px; */
    position: relative;
    min-width: 200px;
    height: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-style: none;
    border-radius: 10px;
    background: #009590;
    border: 1px solid #fff;
    transition: all 800ms ease;
}

button:hover{
    color: #fff;
    /* text-shadow: none; */
}
.capitalize{
    text-transform: capitalize;
} 
.uppercase{
    text-transform: uppercase;
}
.letter-spacing-1{
    letter-spacing: .1rem;
} 
.bold{
    font-weight: 600;
    font-size: 16px;
}
.text-none{
    text-decoration: none;
     z-index: -1;
}
a{
    color: #fff;
}
.text-none:hover{
    /* color: green; */
    z-index: -1;
}
.z-10{
    z-index: 100;
}

.bg-white-20{
    background: #08b6b6db;
}


.pop-up{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #0000003d;
    backdrop-filter: blur(2px);
    display: none;
    align-items: center;
    justify-content: center;
}

.showing{
    display: flex;
}

.modal{
    width: 400px;
    height: 300px;
    border-radius: 5px;
    /* box-shadow: 2px 3px 3px #1c1c1c, -2px -3px 3px #ccc; */
}

#animation-container4{
    position: absolute;
    /* background: #000; */
    top: -300px;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
}
.pop-button{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-10{
    padding: 25px 40px 40px 40px;
}

.hidden{
    overflow: hidden;
}
.text-sm{
    font-size: 10px;
}
.text-xl{
    font-size: 20px ;
}
.text-2xl{
    font-size: 30px;
    padding: 10px;
}

#animation-container {
    width: 80%;
    height: 100vh;
   /* background: #ffffff6e; */

    margin: 0 auto;
  }

  .animation-container{
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
    /* border: 5px solid #00484860; */
    /* backdrop-filter: blur(10px); */
  }
  
  .-mt-1{
    margin-top: -8px;
  }


/* media query  */
@media screen and (max-width: 1020px) {
    .animation-container{
        display: none;
    }
}

.language-conversion select{
    /* width: 100px; */
    outline: none;
    border-style: none;
    height: 20px;
    background: transparent;
    z-index: 20;
}


.language-conversion{
    background: #000;
    overflow: hidden;
}


/* phones */
  @media screen and (max-width: 500px) {
    .all-cont{
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate( -50%, -50% );
        /* background: #ff0000; */
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0 10px;
        height: 50%;
    } 

    input[type=text], input[type=password], input[type=email]{
        min-width: 300px;
        width: 100%;
        height: 50px;
        padding: 10px ;
        border-radius: 5px;
        border-style: none;
        font-size: 14px;
        background: #ffffffc8;
        border: 2px solid #ffffff83;
        /* backdrop-filter: blur(10px); */
        
        /* border: 1px solid #fff; */
        transition: all 400ms ease;
    }

    button{
        min-width: 200px;
        height: 10px;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-style: none;
        border-radius: 5px;
        /* background: #ffffff6d; */
        border: 1px solid #fff;
        /* box-shadow: 2px 3px 3px #00000075, -2px -3px 3px #ffffff2b; */
        transition: all 600ms ease;
    }

    .animation-container{
        display: none;
    }

    .link{
        background: linear-gradient(to right, transparent 5%, #ffffff37 80%, transparent ) ;
        padding: 10px;
    }

    label select{
        /* min-width:250px; */
        width:300px;
        height: 40px;
        text-indent: 20px;
        color: #000;
        border-radius: 5px;
        border-style: none;
        font-size: 14px;
        background: #ffffffbb;
        font-weight: 500;
        letter-spacing: 1px;
        border: 2px solid #ffffff83;
    }

    .pop-up{
        pad: 10px;
    }

    .modal{
        width: 300px;
        height: 300px;
        border-radius: 5px;
        /* box-shadow: 2px 3px 3px #1c1c1c, -2px -3px 3px #ccc; */
        text-align: center;
    }
    .p-10{
        padding: 30px;
    }
    
}

.gt_float_switcher .gt-selected .gt-current-lang{
    padding: 2px 4px !important;
    font-size: 10px !important;
    background: #f6f6f6 !important;
    color: #008080;
    font-weight: 600;
    border: none;
}

.gt_float_switcher .gt-selected .gt-current-lang img{
    width: 0px;
}

.litte-title{
    font-size: 12px;
    color: rgb(35, 197, 35);
}
.z-100{
    z-index: 999;
}

.text-small{
    color: #ccc;
}

.link{
    background: linear-gradient(to right, transparent 5%, #ffffff37 80%, transparent , transparent, transparent ) ;
    padding: 10px;
}

.text-red1{
 color: #d70101df;
  width: fit-content;
 background: #ffffff7d;
 border-radius: 0px 0px 4px 4px;
 margin-left: 10px;
 /* padding: 3px; */
 font-weight: 500;
 font-size: 12px;
}

.border-red{
    border: 2px solid #e70000 !important;
}

.bottom-0{
    bottom: 0;
}
.data-policy{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    /* background: #fff; */
}

.uppercase{
    text-transform: uppercase;
}