* {
    font-family: 'Lora', serif;
    box-sizing: border-box;
}

.main-logo1 {

    margin: 0%;

    width: 150px;
    height: 90px;

}

.number {

    margin-left: 2%;
    padding: 1%;
    border-radius: 100px;

    animation: name .5s linear alternate infinite;

    text-align: center;


}

@keyframes name {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.2);
    }

}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    font-display: swap;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
    font-display: swap;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
    font-display: swap;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;F
        height: 5px;
        top: -6px;
        left: 50%;
        background: #FFFFFF;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.head-image {
    background: linear-gradient(rgba(6, 3, 21, 0.235), rgba(6, 3, 21, 0.322)), url(../images/header-image-2.webp) center center no-repeat;
    background-size: cover;

}

.bg-image-form {
    background-image: url(../images/form-bg-image.webp);
    margin: 3%;

    background-size: 100%;
}

.form-main {
    width: 150%;
    padding: 8%;
    height: auto;
}

@media screen and (max-width: 450px) {

    .form-main {
        height: auto;
        width: 85%;


    }
}

.bg-dark1 {
    background-color: black;

}

.header-content {
    font-size: x-large;
}

.why-perfrct {
    border-bottom: 3px solid black;
    text-align: center;
    width: 25%;
    margin: auto;
    margin-top: 5%;
}

.why-div {
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 85%;
    font-size: 20px;
    padding: 5%;
    background-color: aliceblue;
    box-shadow: 0 0 12px black;
}

.why-content {
    width: 85%;
    text-align: center;
    margin: auto;
    margin-bottom: 2%;
    font-size: large;


}

.sitebutton {
    position: fixed;
    bottom: 5%;
    right: 1%;
    display: none;
    z-index: 99;
}

.why-perfrct1 {
    border-bottom: 3px solid white;
    text-align: center;
    width: 25%;
    margin: auto;
    margin-top: 5%;
    padding-top: 2%;

}

.tutor-form {
    width: 50%;
    margin: auto;
    background-color: aliceblue;

}

.success {
    width: 300px;
    height: 60px;
    position: fixed;
    top: 18%;
    left: 35%;
    background-color: rgb(185, 220, 252);
    z-index: 5;
    display: none;
    place-items: center;
    line-height: 40px;
    font-size: larger;
    ;

}

.text-dc {
    text-decoration: none;
    color: white;
}

.bg-dark1 {
    background-image: url(../images/footer-background-011.jpg);
}

.success {
    display: none;
    position: fixed;
    top: 200px;
    left: 34%;
    width: 400px;
    background: green;
    color: white;
    text-align: center;
    padding: 1% 3%; 
    height: auto;
}

.modal {
    position: fixed;
}

@media screen and (max-width: 450px) {
    .success {
        left: 0;
    }

    .tutor-form {
        width: 100%;
    }

    .why-perfrct {
        width: 75%;
    }

    .why-perfrct1 {
        width: 75%;
    }

    .why-cont {
        margin-left: -8.5%;
    }

    .sitebutton {
        right: 5%;
    }
}