@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-size: 18px;
    background: #3E3F41;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'ppneuemachina';
    src: url('."./../assets/font-awesome/PPNeueMachina-PlainRegular.otf') format('opentype');
}

@font-face {
    font-family: 'ppneuemachina bold';
    src: url('."./../assets/font-awesome/PPNeueMachina-PlainUltrabold.otf') format('opentype');
}



h1, .h1 {
    font-size: 50px;
    font-weight: 500;
    font-family: "Roboto", serif;
    line-height: 60px;
    color: #0732EF;
}


@media(max-width:992px) {
    h1, .h1 {
        font-size: 46px;
        font-family: "Roboto", serif;
        line-height: 56px;
    }
}

@media(max-width:768px) {
    h1, .h1 {
        font-size: 38px;
        font-weight: bold;
        line-height: 40px;
        font-family: "Roboto", serif;
    }
}

@media(max-width:576px) {
    h1, .h1 {
        font-size: 34px;
        font-weight: bold;
    }
}


h2, .h2 {
    font-size: 40px;
    font-family: "Roboto", serif;
    font-weight: bold;
}

@media(max-width:768px) {
    h2, .h2 {
        font-size: 33px;
    }
}

h3, .h3 {
    font-size: 40px;
    font-family: "Wix Madefor Text", sans-serif;
}

h5 {
    font-size: 24px;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
}

h6 {
    font-size: 20px;
    font-weight: 500;
    font-family: "Figtree", sans-serif;
}

.text-link {
    font-size: 20px !important;
    font-weight: 500 !important;
    font-family: "Figtree", sans-serif !important;
}

p, a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: "Roboto", serif;
    color: #FFFFFF;
}

.green {
    color: #00B299;
}

@media(max-width:768px) {
    p, a {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        font-family: "Roboto", serif;
        color: #FFFFFF;
    }
}

#footer ul li a, #footer p, #footer ul li, #footer a, .social-icon {
    color: #fff;
}

.text-light {
    color: #00B299 !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none !important;
}

    a:hover {
        color: #00B299 !important;
    }


.active {
    color: #00B299 !important;
}


.btn {
    background-color: #00B299;
    color: #FFFFFF;
    border-radius: 87px;
    padding: 12px 49px;
}


    .btn:hover {
        background-color: #fff;
        color: #00B299;
    }

.btn-2 {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff !important;
    border-radius: 40px;
}

#header .nav-link {
    color: #FFFFFF;
    font-family: "Roboto", serif;
    padding: 0px 25px;
    font-size: 16px;
}

@media(max-width:1200px) {
    #header .nav-link {
        color: #FFFFFF;
        font-family: "Roboto", serif;
        padding: 0px 15px;
        font-size: 16px;
    }
}

.offcanvas {
    background: #3E3F41 !important;
}

.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: box-shadow 0.3s ease;
}


    .sticky-header.no-shadow {
        box-shadow: none;
    }


    .sticky-header.with-shadow {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        background: rgba(62, 63, 65, 0.2);
        -webkit-backdrop-filter: blur(10px);
    }

@media(min-width: 992px) {
    .sticky-header.with-shadow {
        backdrop-filter: blur(10px);
    }

    .fixed-sidebar.scrolled {
        position: sticky;
        top: 80px;
        height: 73vh;
        overflow-y: auto;
    }
}

@media(max-width: 992px) {
    .sticky-header.with-shadow {
        background: #3E3F41;
    }

    .img-small {
        width: 400px;
    }
}

.navbar-toggler {
    background: #ffffffcc !important;
}

/* --------------------   ABOUT use PAGE--------------------*/
.header-box {
    background: #4A4A4A;
    border-radius: 50px;
}

.hero-tittle {
    background: #3E3F41;
    width: fit-content;
    margin-left: -102px;
    border-radius: 151px;
}

@media(max-width: 992px) {
    .hero-tittle {
        margin-left: 0px;
    }
}


.hero-tittle .student {
    font-size: 24px;
}

.underline {
    margin-top: 80px;
    opacity: unset;
}

.underlines {
    margin-top: 0px;
    opacity: unset;
}

@media(max-width: 992px) {
    .underline {
        margin-top: 35px;
    }
}

@media(max-width: 576px) {
    .underline {
        margin-top: 10px;
    }
}

.rotates {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    font-size: 10px;
    top: 33px;
    left: -13px;
}

#education .owl-nav {
    position: relative;
    bottom: 13rem;
    display: block;
}

#education .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0px;
    border: 1px solid #fff;
    border-radius: 40px;
}



#education .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: 65px;
    border: 1px solid #fff;
    border-radius: 40px;
    top: -10px;
}

#education .owl-carousel .owl-nav button.owl-next {
    top: -10px;
}

    #education .owl-carousel .owl-nav button.owl-prev i, #education .owl-carousel .owl-nav button.owl-next i {
        padding: 12px 16px;
        color: white;
    }

.card {
    background: transparent;
    border-radius: 30px;
    border-color: white;
    padding: 30px;
}

.form-control {
    background: #3E3F41 !important;
    color: white !important;
}

.text-color {
    color: #00B299 !important;
}

.form-control:focus, #book-car .form-control:focus, #book-car .form-select:focus {
    border-color: #00B299 !important;
    box-shadow: 0 0 0 .25rem #00b29940 !important;
}


.form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after {
    background: none !important;
}


.sticky-social-icon {
    position: fixed;
    right: 10px;
    top: 65%;
    transform: translateY(-50%);
    z-index: 9000;
}

.sticky-social-icon {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1000;
}

.icon-bg {
    background: transparent;
    padding: 15px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(1, -0.19, 0, 1.28);
}

    .icon-bg i {
        transition: transform 0.3s ease-in-out;
    }

    /* Hover Effects */
    .icon-bg:hover {
        transform: scale(1.1);
        box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
    }

        .icon-bg:hover i {
            transform: scale(1.2);
        }

        .icon-bg:hover .fa-facebook-square {
            color: #1877F2 !important;
        }

        .icon-bg:hover .fa-instagram {
            color: #ff5374 !important;
        }

        .icon-bg:hover .fa-linkedin {
            color: #0077B5 !important;
        }
