
html {
  scroll-behavior: smooth;
}
* {
    font-family: 'Karla', sans-serif;
    transition: all 0.5s linear;
}

.login{
    font-size: 20px;
}
.btn-social{
    padding-top: 0px
}

.card-button:hover {
    background: #36ee9d !important;

}

a.nav-link.login {
    font-size: 15px;
    background: #b4f9cf;
    border-radius: 61px;
    color: #000000 !important;
    margin-bottom: 3px;
    margin-left: 5px;
}

button.btn.btn-md.btn-block {
    background: #b4f9cf;
    border-radius: 33px;
}

.bg-green{

  background: #b4f9cf !important ;
}



.card-button{
        color: #000 !important;
    font-size: 20px !important;
    border-radius: 27px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff !important;
    text-align: center !important;
    border: 0px !important;
    font-family: 'Karla', sans-serif;
}

nav-link.btn-social:hover {
    color: #0EFF94 !important;
    border-radius: 30px;
}

.navbar-nav .hover{
    background-color: #0eff95;
    border-radius: 30px;
}

.navbar-nav .active{
    background-color: #B4F9CF;
    border-radius: 50px;
}
.container{
    max-width: 1366px;
}
@media(max-width: 992px){
    .nav-link{
        color: #000000;
        margin: 0 2px;
        padding: 5px 10px !important;
        font-size: 16px;
        margin: 10px 0 !important;
    }
}

@media(max-width: 1200px){
    .btn-social{
        padding-top: 0px;
    }
    .nav-link{
        color: #000000;
        margin: 0 2px;
        padding: 3.5px 10px !important;
        font-size: 16px;
    }
}
@media(max-width: 500px){
    .logo{
        max-width: 220px;
    }
}
.font-700{
    font-weight: 700;
}
.font-black{
    font-weight: 800;
}
h1{
    font-size: 40px; 
    font-weight: 700;
}
h5{
    font-size: 22px;
}
.header{
    background: url(../images/2.jpg) no-repeat center;
    background-size: cover;
    height: 750px;
}
.color{
    color: #36ee9d;
    text-shadow: 0px 1px 1px #00000029;
    text-stroke: red 8px solid;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #000000;
    -webkit-text-fill-color: #36ee9d;
}
.btn-enter{
    background: #36EE9D 0% 0% no-repeat padding-box;
    border-radius: 32px;
    border: 0;
    padding: 5px 45px;
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
}
.video-sec{
    max-width: 780px;
    margin: auto;
}

.video{
    height: 271px;
    width: 100%;
    margin: auto;
    border: 0;
}
.about{
    background: #B4F9CF 0% 0% no-repeat padding-box;
    padding: 60px 0;
}
.box{
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 35px;
}
h2{
    font-size: 38px;
    color: #000000 !important;
}
.font-22{
    font-size: 22px;
}
.cards{
    position: relative;
    max-width: 333px;
    margin: auto;
}
.overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 300px;
}
.overlay h6{
    font-size: 23px;
}
.bg{
    background: #B4F9CF 0% 0% no-repeat padding-box;
}
.bx{
    position: relative;
    max-width: 450px;
    margin: auto;
}
.over{
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: rgba(0, 0, 0, .59);
    opacity: 0;
}
.bx:hover .over{
    opacity: 1;
}
.over p{
    text-align: center;
    position: absolute;
    width: 90%;
    margin: auto;
    color: #b9b9b9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.txt{
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 36% 75%, 29% 98%, 20% 75%, 0% 75%);
    background-color: #fff;
    padding: 25px 15px;
    padding-bottom: 80px;
    border-radius: 10px;
}
.txt p{
    font-size: 17px;
}
.st{
    width: 33%; 
}
@media(max-width: 992px){
    .st{
        width: 95%;
    }
}
.st p{
    color: #7E9096;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    position: relative;
    content: 'next';
    color: #fff;
    font-weight: 700;
    transform: translate(0, -30%);
    z-index: 10000;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-prev:after {
    position: relative;
    color: #fff;
    font-weight: 700;
    z-index: 10000;
    transform: translate(0, -30%);
}
.sub{
    background: url(../images/bg-2.png) no-repeat center;
    background-size: cover;
}
.g-box{
    background-color: #B4F9CF;
    border-radius: 10px;
    padding: 15px;
    max-width: 400px;
    margin: auto;
}
.btn-green{
    background: #36EE9D 0% 0% no-repeat padding-box;
    border-radius: 32px;
    color: #fff;
    border: 0;
    font-size: 20px;
    padding: 5px 30px;
}
.text-gray{
    color: #94A3A8;
}
.input{
    font-size: 20px;
    padding: 8px 15px;
    width: 100%;
    border-radius: 8px;
    border: 0;
}
.area{
    font-size: 20px;
    padding: 8px 15px;
    width: 100%;
    border-radius: 8px;
    border: 0;
    height: 100px;
}
.btn-send{
    background-color: #36ee9d;
    padding: 8px 40px;
    border-radius: 25px;
    color: white !important;
    border: 0;
}
.btn-gr{
    background: #36EE9D 0% 0% no-repeat padding-box;
    border-radius: 32px;
    color: #fff;
    border: 0;
    padding: 3px 15px;
        float: left;
        margin-left:25px !important;

}
.field{
    border: 0;
    padding: 5px 20px;
    font-size: 18px;
    border-radius: 30px;
}
.modal-content{
    background-color: #000;
}
.slid{
    max-width: 1200px;
    margin: auto;
}
.modal-xl{
    max-width: 100%;
}
.link{
    color: #fff;
}
.link:hover{
    color: #fff;
    text-decoration: none;
}
.close{
    position: relative;
    z-index: 100000;
    color: #fff;
    opacity: .8;
}
.hr{
    margin-top: 22px;
    border-bottom: 1px solid gray;
}
.modal-backdrop {
    background-color: #000 !important;
    opacity: 1 !important
}
.font-222 a{
    text-decoration: none;
    color: black;
    font-size: 22px;
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none;
    /* background-color: #36ee9d !important; */
    border-radius: 62px !important;
    color: black !important;
}

.btn-gr:hover {
    float: left;
    background: #ffffff;
    color: black;
    color: #36ee9d;
    border: 2px solid #36ee9d;
    margin-left: 29px !important;
}

/*Buttons*/

.btn-send:hover{
    background: #b4f9cf;
    border: 2px solid white;
    font-weight: 600;
    }
.btn-green:hover{
    background: #b4f9cf;
    border: 2px solid white;
    font-weight: 600;
    color: white;
}

    
    .centered {
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Karla', sans-serif !important;
    font-size: 38px;
    font-weight: 900;
    color: white !important;
}

i.fab:hover {
    color: #00ff8f;
}

    .round-image {
    border-radius: 11px;
    border: 1px solid black;
}

.btn-enter:hover{
    background: #ffffff;
    /* border: 2px solid white; */
    font-weight: 600;
    color: black !important;
    border: 2px solid #b4f9cf;
    }
    i.fab{
    font-size: 31px;
    margin: 5px;
    color: #fff;
}

  img.img-fluid.round-image:hover {
         -webkit-filter: brightness(70%);
         -webkit-transition: all 1s ease;
         -moz-transition: all 1s ease;
         -o-transition: all 1s ease;
         -ms-transition: all 1s ease;
         transition: all 1s ease;
         }

         a.btn.btn-light.btn-sm {
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 17px; 
    font-family: Roboto;
    font-weight: 900;
    color: white !important;
    background: #36ee9d;
    border-color: #b4f9cf;
}

a.btn.btn-light.btn-sm:hover {
        background: #36ee9d;

}

a:hover {
    color: #000000 !important;
    text-decoration: none !important;
}

a {
    color: #000 !important;
    text-decoration: none !important;
    background-color: transparent;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    list-style: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
        padding-bottom: 31px;

}

a.large-url {
    font-size: 20px;
}

h1.heading {
    font-size: 40px;
    font-weight: 900;
    font-family: 'Karla', sans-serif;
    color: white !important;
    text-transform: capitalize;
    text-align: center;


i.fab:hover {
    color: #FFF;
}
    i.fab{
    font-size: 31px;
    margin: 5px;
    /* color: #00ff8f; */
}



i.fab:hover {
    color: #00fd8e;
}

h5.wow.fadeIn.heading {
    color: black;
    color: #36ee9d;
    text-shadow: 0px 1px 1px #00000029;
    text-stroke: red 8px solid;
    text-transform: capitalize;
    -webkit-text-stroke-width: 0.50px;
    -webkit-text-stroke-color: #000000;
    -webkit-text-fill-color: #36ee9d;
    font-size: 29px;
    font-weight: 900;
    margin-top: 30px;
}


.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px !important;
    padding-bottom: 0px !important;
}


    .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #36ee9d !important; 
    /* font-size: 25px; */
    border-radius: 28px !important;
}

.nav-pills .nav-link {
    border-radius: .25rem;
    background-color: #ffffff !important;
    font-size: 23px !important;
    margin: 10px !important;
    border-radius: 25px !important;
    font-weight: 700;
    text-transform: uppercase;
}


.nav-link.hw {
    display: block;
    padding: .5rem 1rem;
    border-radius: .25rem;
    background-color: #ffffff !important;
    font-size: 19px !important;
    margin: 10px !important;
    border-radius: 25px !important;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-pills  {
    background-color: #b4f9cf !important;
    font-size: 23px  !important;
    margin: 10px  !important;
    border-radius: 25px  !important;
}

#cookieNotice.display-right {
    right: 30px;
    bottom: 30px;
    max-width: 395px;
}
#cookieNotice.light {
    background-color: #fff;
    background-color: var(--cookieNoticeProLight);
    color: #393d4d;
    color: var(--cookieNoticeProDark);
}
#cookieNotice {
    box-sizing: border-box;
    position: fixed;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    font-family: inherit;
    z-index: 999997;
}
#cookieNotice #closeIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #bfb9b9;
    overflow: hidden;
    opacity: .85;
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/close-icon.svg) 0 0 / 20px 20px no-repeat;
}
#cookieNotice * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
#cookieNotice .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: url(../images/cookie-icon.svg) 0 0 / 40px 40px no-repeat;
    padding-left: 45px;
    height: 40px;
}
#cookieNotice .title-wrap svg {
    margin-right: 10px;
}
#cookieNotice h4 {
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
}
#cookieNotice.light p, #cookieNotice.light ul {
    color: #393d4d;
    color: var(--cookieNoticeProDark);
}
#cookieNotice p, #cookieNotice ul {
    font-size: 14px;
    margin-bottom: 20px;
}
#cookieNotice .btn-wrap {
    display: flex;
    flex-direction: row;
    font-weight: 700;
    justify-content: center;
    margin: 0 -5px 0 -5px;
    flex-wrap: wrap;
}
#cookieNotice .btn-wrap button {
    flex-grow: 1;
    padding: 0 7px;
    margin: 0 5px 10px 5px;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 130px;
    line-height: 36px;
    border: none;
    font-family: inherit;
    font-size: 16px;
    transition: box-shadow .3s;
}
#cookieNotice button {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#cookieNotice .btn-wrap button:hover {
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
    transform: translate3d(0,-1px,0);
}
.btn-primary{
    color:#ffffff;
    background:#115cfa;
    border: 1px solid #115cfa;
}