@import url("https://fonts.googleapis.com/css2?family=Inter+Tight&family=Rubik&display=swap");

body {
    font-family: "Inter", sans-serif;
}

.container {
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 480px) {
    .navbar-brand img {
        padding-left: 59px;
    }
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.menu-button {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
}

.navbar-nav {
    text-align: center;
}

.navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 1.1em;
    padding: 0.5em 1em;
}

.body {
    width: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bg {
    background-color: #f15c2c;
}

.navbar-collapse .nav-item .nav-link {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    border-radius: 30px;
    border-color: #ffffff;
    text-align: center;
}

.header {
    width: 100%;
}

.header-wrapper {
    background-image: url("images/home-banner-img.png");
    width: 100%;
    padding-top: 1px;
    background-size: cover;
}

.header-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.header-section .logo {
    text-align: center;
    margin: 10px 0;
}


.header-section .logo a {
    display: inline-block;
}

.header-section .logo img {
    width: 140px;
    height: auto;
}

.header-section .menu {
    text-align: center;
}

.header-section .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-section .menu li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin: 0 10px;
}

.header-section .menu a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
}

.header-on-scroll.header-section .menu a {
    font-size: 16px;
}

.header-on-scroll {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f15c2c;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.header-on-scroll.header-section .logo img {
    width: 100px;

}

.solid {
    border-radius: 100px;
    border: 2px solid #FFF;
}

.menu-button {
    display: none;
}

.menu-button a {
    display: inline-block;
}

.header-section .menu .menu-close {
    display: none;
}

@media screen and (max-width: 920px) {
    .menu-button {
        display: block;
    }

    .header-section .menu ul {
        display: none;
    }

    .header-wrapper {
        padding-top: 0;
    }

    .header-section .menu ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 20px;
        text-align: center;
    }

    .header-section .menu ul li a {
        color: #333;
    }

    .header-section .menu ul li {
        display: block;
        margin: 10px 0;
        text-align: left;
    }

    .header-section .menu ul .menu-close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        padding: 0 !important;
        text-align: center !important;
        background-color: #ced4da;
        border-radius: 50%;
        display: block;
    }
}

/*banner section start*/
.banner {
    background-image: url("images/home-banner-img.jpg");
    width: 100%;
    background-size: cover;
    padding: 60px 0;
}

.banner .banner-heading {
    font-size: 110px;
    text-align: center;
    color: #ffffff;
    font-family: "Inter Tight", sans-serif;
    /*padding: 30px;*/
    font-weight: 600;
}

@media screen and (max-width: 480px) {
    .banner .banner-heading {
        font-size: 40px;
    }
}

.banner .banner-content {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    font-family: "Inter Tight", sans-serif;
    padding-top: 80px;
}

.btn-main {
    background-color: transparent;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    width: 120px;
    border-radius: 100px;
    border: 2px solid #FFF;
    margin-bottom: 50px;
    margin-top: 20px;
}

/*about section start*/
.about {
    background-image: url("images/about-banner-image.jpg");
    width: 100%;
    height: auto;
    background-size: cover;
}

.about-heading {
    color: #ffffff;
    font-size: 72px;
    font-weight: 600;
    text-align: center;
    font-family: "Inter Tight", sans-serif;
    padding-top: 59px;
}

@media screen and (max-width: 480px) {
    .about-heading {
        font-size: 40px;
    }
}

.about .content {
    padding-top: 30px;
}



.about-director {
    margin-top: 50px;
}

.about-image {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .about-image {
        margin-top: 30px;
    }
}

@media screen and (max-width: 480px) {
    .main-heading {
        margin-top: -51px;
    }
}

.main-heading {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    font-family: "Inter Tight", sans-serif;
    padding-top: 60px;
}

@media screen and (max-width: 480px) {
    .about-content {
        margin-top: -51px;
    }
}

.about-content {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Inter Tight", sans-serif;
    margin-bottom: 82px;
    background-repeat: no-repeat;
    padding-top: 51px;
}

.workshops {
    background-color: #f15c2c;
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.workshops-heading {
    color: #ffffff;
    font-size: 72px;
    font-weight: 600;
    font-family: "Inter Tight", sans-serif;
    padding-top: 59px;
}

@media screen and (max-width: 480px) {
    .workshops-heading {
        font-size: 40px;
    }
}

@media screen and (max-width: 480px) {
    .form-floating-btn {
        margin-top: -51px;
    }
}

.form-floating-btn {
    padding-bottom: 70px;
    padding-top: 50px;
}

@media screen and (max-width: 480px) {
    .workshops-content {
        margin-top: -51px;
    }
}

.workshops-content {
    font-size: 32px;
    color: #ffffff;
    font-weight: 500;
    padding-top: 56px;
}

.btn-subscribe {
    background-color: transparent;
    border-radius: 100px;
    border: 2px solid #FFF;
    padding: 13px;
    font-size: 24px;
    font-weight: 400;
    font-family: "Inter Tight", sans-serif;
    color: #ffffff;
    margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
    .btn-subscribe {
        margin-top: 20px;
    }
}

.about-us {
    background-image: url("images/about-section-image.jpg");
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-us-heading {
    font-size: 72px;
    color: #f15c2c;
    font-weight: 700;
    padding-top: 55px;
}

@media screen and (max-width: 480px) {
    .about-us-content {
        margin-top: -51px;
    }
}

.about-us-content {
    font-size: 32px;
    color: #000000;
    font-weight: 600;
    padding-top: 64px;
    font-family: "Inter Tight", sans-serif;
}

.about-us-content-second {
    color: #1d1d1d;
    font-size: 18px;
    font-family: 400;
    font-family: "Inter Tight", sans-serif;
    padding-top: 30px;
}

.about-hand-img {
    width: 100%;
    padding-top: 78px;
}

.founder-name {
    font-size: 32;
    font-weight: 600;
    color: #000000;
    font-family: "Inter Tight", sans-serif;
    padding-top: 28px;
}

.founder-desination {
    font-size: 20;
    font-weight: 600;
    color: #000000;
    font-family: "Inter Tight", sans-serif;
}

.founder-content {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    font-family: "Inter Tight", sans-serif;
    padding-top: 20px;
}

.join-us {
    background-color: #2d2d2d;
    width: 100%;
}

.join-content {
    font-size: 32px;
    font-weight: 600;
    font-family: "Inter Tight", sans-serif;
    color: #ffffff;
    padding-top: 50px;
}

.btn-join {
    background-color: #f15c2c;
    border-radius: 20px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    font-family: "Inter Tight", sans-serif;
    padding: 15px;
    margin-bottom: 50px;
}

.contact {
    background-color: #000000;
    width: 100%;
}

.contact .main-heading {
    color: #ffffff;
    font-size: 72px;
    font-weight: 600;
    font-family: "Inter Tight", sans-serif;
    padding-top: 69px;
}

@media screen and (max-width: 480px) {
    .contact-content {
        margin-top: -51px;
    }
}

.contact-content {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    font-family: "Inter Tight", sans-serif;
    padding-top: 50px;
}

@media screen and (max-width: 480px) {
    .contact-address {
        margin-top: -51px;
    }
}

.contact-address {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    font-family: "Inter Tight", sans-serif;
    padding-top: 80px;
}

.address {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    font-family: "Inter Tight", sans-serif;
    padding-top: 20px;
}

@media screen and (max-width: 480px) {
    .Social {
        margin-top: -51px;
    }
}

.Social {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    font-family: "Inter Tight", sans-serif;
    padding-top: 78px;
}

.bi {
    padding-top: 20px;
}

.form {
    padding-top: 30px;
}

@media screen and (max-width: 480px) {
    .form {
        margin-top: -51px;
    }
}

.contact-name {
    width: 100%;
    height: 50px;
    margin-top: 78px;
    padding-left: 10px;
}

.contact-message {
    width: 100%;
    height: 200px;
    padding-top: 17px;
    padding-left: 10px;
}

.btn-contact {
    background-color: transparent;
    font-size: 18px;
    color: #ffffff;
    border-radius: 100px;
    border: 2px solid #FFF;
    padding: 15px;
    margin-bottom: 74px;
    margin-top: 32px;
}

/*about-page*/
.about-banner {
    background-image: url("images/about-banner-img.jpg");
    width: 100%;
    background-size: cover;
    padding: 60px 0;
    height:500px;
}
.about-header {
    background-color: #f15c2c;
    width: 100%;
    padding-top: 1px;
    background-size: cover;
}
/*featured-project*/
.featured-header{
    background-color: #f15c2c;
    width: 100%;
    padding-top: 1px;
    background-size: cover;
}
.image{
    background-image: url("images/about-banner-img.jpg");
    width: 100%;
    background-size: cover;
    padding: 60px 0;
    height:500px;
}
.about-section-hand-img{
    width: 100%;
}
.company-founder{
    padding-top: 60px;
}