@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-weight: 700;
    font-family: Emirates-Bold;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Emirates-Bold.eot);
    src: url(../fonts/Emirates-Bold.eot) format("embedded-opentype"),url(../fonts/Emirates-Bold.woff2) format("woff2"),url(../fonts/Emirates-Bold.woff) format("woff"),url(../fonts/Emirates-Bold.ttf) format("truetype")
}
:root{
    --white : #ffffff;
    --black : #000000;
    --theme-c : #C27807;
    --how-we-are-p-text: #313131;
    --footer-bg: #0D0D0D;
    --footer-text: #A7A7A7;
}
body{
    font-family: "Montserrat", sans-serif;
    background-color: var(--white);
}

.navbar{
    border-bottom: 1px solid #E9E9E9;
    padding: 7px 0;
    overflow: hidden;
}
.navbar .nav-link{
    color: var(--black);    
    font-weight: 500;
    line-height: 19.5px;
}
.nav-item{
    position: relative;
}
.nav-link.active{
    color: var(--theme-c) !important;    
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

section{
    padding: 100px 0;
}
.banner-bg h1{
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 76.33px;
    color: var(--black);
}
.banner-bg h1 span{
    color: var(--theme-c);
}
.banner-bg p{
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}
.banner-bg::after{
    content: url(../img/banner-right-bottom.png);
    position: absolute;
    right: 0;
    bottom: -117px;
    z-index: 1;
}
.line-bg{
    background: url(../img/sub-title-line.png) no-repeat left bottom;
    color: var(--black) !important;
}
.banner-top-shape{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.banner-bottom-shape{
    position: absolute;
    bottom: -250px;
    left: 0;
    z-index: 1;
}

.sub-title{
    font-family: Emirates-Bold;
    font-size: 36px;
    color: var(--black);
    background: url(../img/sub-title-line.png) no-repeat left bottom;
    margin-bottom: 10px;
    line-height: 62px;
}
.sub-title.text-center{background: url(../img/sub-title-line.png) no-repeat center bottom;}


.about-us p{
    font-size: 14px;
}

.who-we-are{
    background: url(../img/who-we-are-shape.png) no-repeat center top / contain;
}
.who-we-are h2{
    margin-bottom: 40px;
}
.who-we-are img{
    border-radius: 20px;
    border: 1px solid var(--theme-c);
    box-shadow: 0px 8px 18.1px 0px #0000001A;
}
.who-we-are-box h4{
    font-weight: 600;
    margin: 20px 0 15px;
}
.who-we-are-box p{
    color: var(--how-we-are-p-text);
}
.who-we-are-box{
    margin-bottom: 50px;
}
.who-we-are-box:hover h4{
    color: var(--theme-c);
}

footer{
    background: var(--footer-bg);
    padding: 80px 0;
    color: var(--footer-text);
    font-size: 14px;
    position: relative;
}
.footer-shape {
    position: absolute;
    top: 0;
}
.footer-shape img{
    max-width: 198px;
}
.footer-logo{
    margin-bottom: 23px;
}
.footer-ul{
    list-style-type: none;
    padding: 0;
}
footer h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--white);
    margin-bottom: 20px;
}
.footer-ul a{
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: var(--footer-text);
    text-decoration: none;
}
.footer-ul li{
    margin-bottom: 14px;
}
.mb-30{
    margin-bottom: 30px;
}
.footer-info h6{
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.footer-info a{
    color: var(--footer-text);
    margin-bottom: 20px;    
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

.copy-right{
    padding: 14px 0;
    background: var(--black);
}
.copy-right p{    
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: rgb(255 255 255 / 50%);
    margin: 0;
}

#up {    
    background-color: var(--black);   
    cursor: pointer;   
    position: fixed;
    bottom: 20px;
    right: 30px;
    display: none;
    padding: 8px;
    border-radius: 4px;
  }

@media only screen and (min-width:1200px) {
    .container{
        max-width: 1170px;
    }
}
@media only screen and (max-width:1199px) {
    .banner-bg h1 {     
        font-size: 36px;
        line-height: 56px;
    }
    .banner-bg p {
        font-size: 18px;
        line-height: 30px;
    }
    .who-we-are-box h4{
        font-size: 20px;
    }
    .who-we-are-box p{
        font-size: 14px
    }
}
@media only screen and (max-width:991px) {
    .banner-bg h1 {     
        font-size: 30px;
        line-height: 44px;
    }
    .banner-bg p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .banner-bg::after{
        bottom: -300px;
    }
    section,footer{
        padding: 50px 0;
    }
    .sub-title {
        font-family: Emirates-Bold;
        font-size: 28px;
    }
    .who-we-are-box h4{
            font-size: 18px;
        }
    .copy-right{
        text-align: center;
    }
    .who-we-are{
        background-size: 100% 10%;
    }
}
@media only screen and (max-width:576px) {    
    #up{
        right: 20px;
    }
}

@media only screen and (min-width:576px) {
    .nav-link.active::after{
        content:  url(../img/link-active.png);
        position: absolute;
        top: 134%;
        left: 50%;
        transform: translate(-50%, -50%);
    }    
}