@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

/*gilam-fonts*/
@font-face {
    font-family: GilamThin;
    src: url(../fonts/GilamThin.otf);
}

@font-face {
    font-family: GilamRegular;
    src: url(../fonts/GilamRegular.otf);
}

@font-face {
    font-family: GilamHeavy;
    src: url(../fonts/GilamHeavy.otf);
}

/* @import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap'); */
@font-face {
    font-family: GilamBold;
    src: url(../fonts/GilamBold.otf);
}

/*gilam-fonts-end*/
* {
    /* font-family: 'Nanum Gothic', sans-serif; */
    font-family: 'Roboto', sans-serif;
    /* font-family:'GilamRegular'; */
}

.card_box p {
    font-size: 16px;
}

.banner-bottom-section {
    margin-top: -154px;
}


body {
    background: #fff !important;
}

.form-section {
    position: absolute;
    top: 12%;
    z-index: 999;
    width: 100%;
    /* max-width:28%; */
}

.demoo {
    background: #c3a141;
    border-radius: 27px;
    box-shadow: 12px 14px 0 #8d7812;
}


.navbar-nav.ml-auto li.active a {
    border-bottom: 2px solid;
}

.card {
    background-color: rgb(255 255 255 / 100%);
}

.comingSoon {
    position: absolute;
    right: -11px;
    top: -20px;
    transform: rotate(10deg);
    transition: flip;
}

#carouselExampleFade .carousel-inner .carousel-item {
    height: 800px;
    background: #e4f7e8;
    background-size: cover;
    background-position: 100%;
    max-height: 700px;
    min-height: 850px;
}

#carouselExampleFade .carousel-inner .carousel-item.carousel1 {
    background: linear-gradient(45deg, rgb(0 0 0 / 30%), rgb(0 0 0 / 30%)), url(/img/ambassdor.jpg);
    background-size: cover;
    background-position: 100% 80%;
}

#carouselExampleFade .carousel-inner .carousel-item.carousel2 {
    background: linear-gradient(45deg, rgb(0 0 0 / 30%), rgb(0 0 0 / 30%)), url(/img/slide2.jpg);
    background-size: cover;
    background-position: 100% 28%;
}

.card_box {
    position: relative;
    z-index: 99;
    border-radius: 27px;
    padding: 40px 30px;
    background-color: rgb(255 255 255) !important;
    box-shadow: rgb(40 167 69 / 17%) 0px 7px 29px 0px;
    border-bottom: 3px solid #28a745;
}

.card_box h5 {
    font-size: 20px;
}

.testimonial-author-avatar {
    border-radius: 50%;
    width: 75px !important;
    height: 75px;
    object-fit: cover;
    margin-right: 20px;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: -70px
}

.owl-nav button.owl-next {
    right: -70px;
}

nav .navbar-nav li a {
    font-size: 18px;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(255, 255, 255, 0) !important;
    margin: 0 3px;
    border: 1px solid #000000 !important;
}

.owl-dots button.owl-dot.active {
    background-color: #000 !important;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background: rgba(255, 255, 255, 0.38) !important; */
}

.owl-nav button span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}

.ranking-section .counter-value {
    font-size: 40px;
}

.span-numbers {
    font-size: 47px;
    margin-top: -7px;
}

.box-sha {
    box-shadow: 12px 14px 0 #e5edfa;
}

.ranking-section .columnSteps {
    background-color: #f0f0f0;
    padding: 30px;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
}

.cardMain {
    /* box-shadow: rgb(95 151 106) 0px 7px 29px 0px; */
    background-color: #fff;
    padding: 20px;
}

.text-yellow {
    color: #dc9725 !important;
}

.arrow {
    width: 12px;
    height: 20px;
    overflow: hidden;
    position: relative;
    float: left;
    top: 6px;
    right: -1px;
}

.arrow .outer {
    width: 0;
    height: 0;
    border-right: 20px solid #000000;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.arrow .inner {
    width: 0;
    height: 0;
    border-right: 20px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 0;
    left: 2px;
}

.message-body {
    float: left;
    width: 300px;
    height: auto;
    border: 1px solid #CCC;
    background-color: #ffffff;
    border: 1px solid #000000;
    padding: 6px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.message-body p {
    margin: 0;
}

.box1 {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: #fff;
    padding: 45px 30px 20px 30px;
    position: relative;
    float: left;
    border-radius: 50px;
    margin-top: -31px;
}

.box1 h6 {
    font-size: 20px;
}

.box1 p {
    line-height: 30px;
    font-weight: 500;
    font-size: 16px;
    padding-top: 10px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 9;
}

.w-20 {
    width: 20% !important;
}

.w-88 {
    width: 88% !important;
}


.box1.arrow-top:after {
    content: " ";
    position: absolute;
    display: none;
    right: 30px;
    top: -15px;
    border-top: none;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #ffe8e5;
}

.box1.arrow-bottom:after {
    content: " ";
    position: absolute;
    display: none;
    right: 30px;
    bottom: -15px;
    border-top: 15px solid #def9ee;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: none;
}

/* .form-control,
        .btn-submit {
            width: 70%;
            height: calc(1.5em + 1.2rem + 2px) !important;
        }

        .btn-submit {
            background-color: #00A652;
            border: 1px #00A652 solid;
        }

        form {
            margin-top: 30px;
        }

        .btn-submit:hover,
        .btn-submit:focus,
        .btn-submit:active {
            background-color: #007451;
            border: 1px #007451 solid;
        }

        .otpNumberFormat {
            font-size: 19px;
            width: 9%;
            padding-left: 23px;
            padding-right: 23px;
        }

        .w-8 {
            width: 8%;
        }

        .form-wrapper {
            margin-left: 15% !important;
            margin-top: 3%;
        }

        .button-wrapper {
            margin-left: 15% !important;
        }

        .form-section {
            height: 100vh;
        }

        h1 {
            font-weight: bold;
            color: #000;
            font-size: 3.3em;
        }

        p {
            color: #6e6e73;
            font-size: 16px;
            font-weight: 500;
        }

        label {
            color: #29292a;
            font-size: 18px;
            font-weight: 450;
        }

        a.register_link {
            text-decoration: none;
            color: #000;
        }

        @media only screen and (max-width:1300px) {

            .form-control,
            .btn-submit {
                width: 100% !important;
                height: calc(1.5em + 1rem + 2px) !important;
            }

            .logo-section img {
                width: 170px !important;
            }

            .form-wrapper {
                margin-left: 4% !important;
                margin-top: 0;
            }
        }

        @media only screen and (max-width:550px) {
            .form-wrapper {
                margin-left: 0% !important;
                margin-top: 6%;
            }

            .form-section {
                height: auto !important;
                margin-bottom: 20px;
            }
        } */



@media(min-width:100px) and (max-width:767px) {
    .title_heading {
        font-size: 30px;
    }

    .box1 h6 {
        font-size: 16px;
    }
}



@media(min-width:1024px) {
    .container {
        max-width: 80%;
    }

    .box1 h6 {
        font-size: 16px;
    }
}

@media(min-width:1300px) {
    .box1 {
        background-color: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        color: #fff;
        padding: 25px 30px 20px 30px;
        position: relative;
        float: left;
        border-radius: 50px;
        margin-top: -31px;
        /* min-height: 476px;
            max-height: 564px; */
        margin-bottom: 30px;
    }
}



@media(min-width:1400px) {
    .form-section {
        position: absolute;
        top: 12%;
        z-index: 999;
        width: 100%;
        max-width: 30%;
    }
}


@media(min-width:1200px) and (max-with:1400) {
    .form-section {
        position: absolute;
        top: 12%;
        z-index: 999;
        width: 100%;
        max-width: 45%;
    }
}


@media(min-width:768px) and (max-width:1024px) {
    .form-section {
        max-width: 35%;
    }
}


@media(min-width:1200px) and (max-width:1530px) {
    .col-md-5-width {
        flex: 0 0 35.666667%;
        max-width: 35.666667%;
    }



    .w-75 {
        width: 100% !important;
    }

    .Topformheading {
        font-size: 28px;
    }

    .p-xl-5 {
        padding: 2rem !important;
    }

    nav .navbar-nav li a {
        font-size: 16px;
    }
}