@font-face {
    font-family: "main_font";
    src: url(../fonts/bmjs.ttf);
}

@font-face {
    font-family: "text_font";
    src: url(../fonts/FZY4JW.ttf);
}

html {
    scroll-behavior: smooth;
}

body{
    background-repeat: no-repeat;
    background-position: top center;
    font-family: "text_font";
    background-color:#F7E674 !important;
}

.navbar{
    margin-bottom: 20px;
    padding: 15px;
    position: fixed;
    width: 100vw;
    z-index: 99;
    top: 0;
    left: 0;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.center2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.navbar img{
    max-width: 200px;
}

.navbar a{
    color: white;
    padding: 10px 20px !important;
}

.title_img{
    max-width: 200px;
    margin-bottom: 10px;
}

.title_img.special{
    max-width: 250px;
}

h1, h2{
    font-family: "main_font";
}

.section_title{
    font-size: 3.5em;
    margin-bottom: 25px;
    color: white;
}

p{
    font-size: 1.3em;
    color: white;
    font-weight: 300;
}

p span{
    color: #FFA98C;
    font-size: 1.4em;
    padding: 0.1em;
}

.app_button{
    padding: 0;
    list-style-type: none;
    display: flex;
    margin: 0 -15px 20px;
    flex-direction: row;
    flex-wrap: wrap;
}

.app_button li{
    flex: 0 50%;
    padding: 15px;
}

.app_button li:last-child{
    flex: 0 50%;
    margin-left: 25%;
    justify-content: center;
    text-align: center;
}

.app_button img{
    max-width: 100%;
}

section > .row{
    align-items: center;
    min-height: 100vh;
}

.slick-initialized .slick-slide{
    display: flex;
}

.slick-dots li button:before{
    color: white;
    font-size: 15px;
}

.slick-dots li.slick-active button:before{
    color: white;
}

.contact_box{
    padding: 35px 25px;
    border-radius: 20px;
    background-color: #000c3fcc;
}

.form-control, .select2-selection__rendered{
    margin-bottom: 10px;
    padding: 25px;
    color: black;
    border-radius: 10px;
}

.form-control::placeholder{
    color: #662D91;
}

.form-control.special, .select2-selection__rendered{
    background-color: #291349;
    color: #b6b6ff;
    box-shadow: none !important;
    border: none !important;
}

.select2-selection__rendered{
    padding: 10px 25px;
    color: #b6b6ff !important;
}

.select2-container--default .select2-selection--single{
    min-height: 49px;
    background-color: transparent;
}

.form-control.special::placeholder{
    color: #b6b6ff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 46px;
}

.select2-container{
    margin-bottom: 10px;
}

th.prev:before {
    content: "<";
}

th.next:before {
    content: ">";
}

.btn_special{
    background: linear-gradient(to right bottom, #FFA98C, #AD00BD);
    border-radius: 10px;
    padding: 15px 25px;
    color: white;
    display: block;
    border: none;
    width: 100%;
    text-align: center;
}

.contact_info{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.contact_info li{
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(255,255,255,.7);
    font-size: 1em;
    color: #000C3F;
    position: relative;
    padding-left: 60px;
    margin-bottom: 10px;
}

.contact_info li a{
    color: #000C3F;
}

.contact_info li img{
    width: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px;
}

.aeroplane{
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
}

.slick-slider{
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.slick-dots{
    bottom: 25px;
}

/* .slick-slider{
    display: flex;
    align-items: center;
    min-height: 100vh;
} */

/* .slick-arrow {
    position: absolute;
    font-size: 0;
    background: transparent;
    border: none;
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
}

.slick-prev{
    left: -120px;
    background-image: url(../images/Asset\ 14.png);
}

.slick-next{
    right: -120px;
    background-image: url(../images/Asset\ 13.png);
} */

.register_bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/register_bg.jpg);
    background-attachment: fixed;
}

.purple_bg{
    background-color: rgba(180, 155, 234, .55);
    padding: 50px 20px;
    border-radius: 10px;
}

@media screen and (max-width: 768px){
    body{
        padding: 80px 0 30px;
    }

    section{
        overflow: hidden;
        padding: 20px;
    }

    #contactus{
        padding: 20px 40px;
    }

    .title_img{
        max-width: 100px;
    }

    .title_img.special{
        max-width: 200px;
    }

    .section_title{
        font-size: 2em;
    }

    p{
        font-size: 1em;
    }

    .aeroplane{
        width: 65px;
    }

    .reverse_row > [class*="col-"]{
        order: 2;
    }

    .reverse_row > [class*="col-"]:last-child{
        order: 1;
    }

    .contact_box{
        padding: 30px 15px;
    }

    .navbar-toggler{
        color: white;
        border: none;
    }

    .navbar{
        
        padding: 5px 20px;
    }

    .navbar img{
        max-width: 150px;
    }

    .slick-dots{
        bottom: -25px;
    }
}