:root{
    --primary:#663300;
    --secondary:#993300;
    --accent:#F6AF03;
    --white:#ffffff;
    --light-pink:#FFEBD8;
    --grey: #555555;
    --h1: 38px;
    --h2:24px;
    --p:20px;
}


/** Adding Roboto Mono Font **/
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-display: swap;
    src: 
        url('fonts/RobotoSlab-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-display: swap;
    src: 
        url('fonts/RobotoSlab-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-display: swap;
    src: 
        url('fonts/RobotoSlab-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-display: swap;
    src: 
        url('fonts/RobotoSlab-Thin.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-display: swap;
    src: 
        url('fonts/RobotoSlab-SemiBold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-display: swap;
    src: 
        url('fonts/RobotoSlab-Bold.ttf') format('truetype');
    font-weight: bold;
}

body{
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/** Navbar **/
.navbar-card{
    background: var(--light-pink);
    padding:10px;
    margin-top:30px;
    position: relative;
    z-index: 1;
}
.navbar .nav-link{
    font-size: var(--p);
    color: var(--primary);
    font-weight: 400;
    padding-left: 30px !important;
}
/** Banner **/
.banner-image{
    background: url('../assets/banner_img.png');
    background-size: cover;
    min-height: 780px;
    margin-top:-200px;
    background-position: top center;
}


/** About us **/
.about-us{
    padding-top: 80px;
    background-image: url('../assets/pattern.svg');
    background-color: var(--light-pink);
}

.section-title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-title img{
    width:130px;
}
.section-title h3{
    font-size: var(--h1);
    color: var(--secondary);
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0px;
}
.about-us-block{
    margin-bottom: -100px;
  position: relative;
}
.about-us-block,.awards-block{
    background:var(--white);
    border-radius: 10px;
    padding:30px;
}
.about-us-block p, .awards-block p{
    font-size: var(--p);
    color: var(--grey);
    font-weight: 400;
    margin-top:30px;
}
.mt-3{
    margin-top:30px !important;
}

/** Founders Profile **/
.founders-profile{
    padding-top:180px;
    padding-bottom: 180px;
    background: var(--primary);
}
.founders-profile .section-title h3{
    color: var(--accent);
    padding-left: 0px;
}
.founders-profile .section-title{
    justify-content: left;
}
.founders-profile p{
    font-size: var(--p);
    color: var(--white);
    font-weight: 400;
    margin-top:30px;
}
.founders-image{
    padding-right: 60px;
}
.self-center{
    align-self: center;
}

/** Awards Recoginization **/
.awards{
    padding-bottom: 80px;
    background-image: url('../assets/pattern.svg');
    background-color: var(--light-pink);
}
.awards-block{
    margin-top: -100px;
    position: relative;
}


/** Courses **/
.courses{
    margin-bottom: -100px;
    background-image: url('../assets/pattern.svg');
    background-color: var(--light-pink);
}
.courses-card{
    background: linear-gradient(180deg, #FFDAB6 0%, #F28E1E 68.53%);
    backdrop-filter: blur(16px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 10px;
    padding: 25px;
  min-height: 320px;
}
.courses-card h3{
    font-size: var(--h2);
    color: var(--primary);
    font-weight: bold;
}
.courses-card ul, .courses-card p{
    margin-top:20px;
}
.courses-card ul li,.courses-card p{
    font-size: var(--p);
    color: var(--primary);
    font-weight: 400;
}

/** Gallery **/
.gallery{
    padding-top:180px;
    padding-bottom: 80px;
    background: var(--primary);
}
.gallery .section-title h3{
    color: var(--accent);
}

@media only screen and (min-width:1800px) and (max-width:3000px) {
    .container-start-position{
        margin-left: 15%;
    }
}
@media only screen and (min-width:1600px) and (max-width:1800px) {
    .container-start-position{
        margin-left: 10%;
    }
}
@media only screen and (min-width:1450px) and (max-width:1600px) {
    .container-start-position{
        margin-left: 6%;
    }
}
@media only screen and (min-width:1350px) and (max-width:1450px) {
    .container-start-position{
        margin-left: 2%;
    }
}
@media only screen and (min-width:1150px) and (max-width:1350px) {
    .container-start-position{
        margin-left: 4%;
    }
}
html,body{
    overflow-x: hidden;
}
.gallery-image{
    width: 400px;
  margin: 10px;
  display: inline-block;
  border: none !important;
}

/** Contact us **/
.contact-us{
    padding-top: 80px;
    padding-bottom: 20px;
    background-image: url('../assets/pattern.svg');
    background-color: var(--light-pink);
}
.contact-us p{
    font-size: var(--p);
    color: var(--grey);
    font-weight: 500;
    margin-top:30px;
}
.contact-block{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
background: #FFFFFF;
box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
border-radius: 10px;
}
.bg-contact-left-card{
    background: var(--primary);
    border-radius: 10px;
    padding:30px;
    position: relative;
}
.bg-contact-left-card::after{
    content: '';
    background: url('../assets/contact-circle.svg');
    background-size: cover;
    width: 200px;
  height: 200px;
  position: absolute;
  bottom: -30px;
  right: -30px;
}

.contact-content h2{
    font-size: 32px;
    color: var(--white);
    font-weight:500;
    margin-bottom: 0px;
}
.contact-content p{
    font-size: var(--p);
    color: #C9C9C9;
    font-weight: 500;
    margin-top: 10px;
}
.contact-info{
    display: flex;
    margin-top:20px;
}
.contact-info img{
    width:24px;
    height: 24px;
    margin-right: 15px;
}
.contact-info h3{
    font-size: var(--p);
    color: #FFEBD8;
    font-weight: 500;
}
.contact-info-block{
    margin-top:100px;
}
.contact-form{
    padding-left: 40px;
    padding-right: 20px;
}
.contact-form label{
    font-size: 16px;
    color: #8D8D8D;
    font-weight: 500;
    margin-bottom: 10px;
}
.contact-form .form-control{
    border-bottom: 1px solid #011C2A;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    outline: none;
    padding-left: 0px;
    box-shadow: none;
}
.contact-form .form-group{
    margin-bottom: 30px;
}
.contact-form{
    padding-top:60px;
    padding-bottom: 60px;
}
.form-line-seperator{
    border-bottom: 1px solid #011C2A;
}
.btn-primary{
    font-size: var(--p);
    color: var(--white);
    background: var(--accent) !important;
    border: none !important;
    padding-left: 40px;
    padding-right: 40px;
    padding-top:12px;
    padding-bottom: 12px;
    border-radius: 10px;
}
.social-icons{
    display: flex;
  position: absolute;
  bottom: 40px;
}
.social-icons .icon{
    margin-right: 10px;
}
.social-icons .icon{
    cursor: pointer;
}
.social-icons .icon:hover svg circle{
    fill:#F6AF03;
}
.copyright p{
    font-size: var(--p);
    margin-top:0px;
    color: var(--grey);
    margin-bottom: 0px;
}
.copyright{
    padding-top: 30px;
}