@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Dela+Gothic+One&family=Inter:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&family=Satisfy&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.cdnfonts.com/css/gilroy-bold');

:root{
    --bg1: #151828;
    --bg2: #1b1f34;
    --body: #959dcc;
    --brand: #d6ae72;
    --white: #fff;
}


html{
    scroll-behavior: smooth;
}


.logo > a{
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: bolder;
    color: var(--brand);
}

a{
    color: var(--body);
    text-decoration: none;
    transition: all 0.4s ease;
}

a:hover{
    color: var(--brand);
}

.nav-item a:hover{
    color: var(--brand);
    font-weight: bolder;
    transition: .5s;
}

.link-more{
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    left: 1;
}

.link-more .icon{
    transition: all 0.4s ease;
}

.link-more:hover .icon{
    transform: translateX(8px);
}

body{
    font-family: "Montserrat", sans-serif;
    color: var(--body);
    background-color: var(--bg1);
    line-height: 1.5;
}

.navbar{
    /* background: linear-gradient(to bottom, #1b1f34, rgba(27, 31, 52, 0.2)); */
    background-color: var(--bg1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.nav-item > a{
    color: white;
}

.navbar .navbar-nav .nav-link.active{
    color: var(--brand);
}

.navbar-brand{
    font-family: "Dela Gothic One", sans-serif;
    font-size: 32px;
}


section{
    padding: 180px 0;
}

.intro{
    margin-bottom: 60px;
}

.intro h6{
    font-family: "Dela Gothic One", sans-serif;
    color: var(--brand);
}

.intro h1{
    margin-top: 16px;
    margin-bottom: 16px;
    color: white;
    font-family: "Dela Gothic One", sans-serif;
}

.intro p{
    max-width: 500px;
    margin: auto;
}

/* HEROSECTION */
#hero .container .row h1{
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: white;
}

img{
    width: 100%;
}

#hero{
    background: linear-gradient(to right, #1c1d20, rgb(28, 29, 32, 0.55)), url(../images/pexels-fauxels-3183197.jpg);
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-position: center;
}

.display-3{
    font-size: 50px;
}

#hero p{
    margin: 24px 0;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: white;
}

#hero h1{
    font-size: 37px;
}

.auto-type{
    color: var(--brand);
}


.btn{
    padding: 16px 32px;
    font-family: "Montserrat", sans-serif;
    transition: all 0.4s ease;
    border-radius: 8px;
    font-weight: bolder;
}

.btn-brand{
    background-color: var(--brand);
}

.btn-brand:hover{
    background-color: transparent;
    color: var(--brand);
    border-color: var(--brand);
}

.btn-outline-brand{
    background-color: transparent;
    color: var(--brand);
    border-color: var(--brand);
}

.btn-outline-brand:hover{
    background-color: var(--brand);
    color: var(--bg1);
}


/* ABOUT SECTION */
#about{
    position: relative;
}

/* #about::after{
    content: "";
    width: 25%;
    height: 100%;
    background-color: var(--brand);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
} */

#about h1{
    font-family: "Dela Gothic One", sans-serif;
    margin-top: 16px;
    margin-bottom: 24px;
}

#about h6{
    font-family: "Dela Gothic One", sans-serif;
    color: var(--brand);
}

#about p{
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 17px;
}

#about .col-lg-4 .signature{
    font-family: "Merienda", cursive;
    font-size: 40px;
}

.h5{
    color: white;
}

#services{
    background: var(--bg2);
}

#services .service .content{
    padding: 32px;
}

#services .service p{
    margin-top: 18px;
    margin-bottom: 18px;
}

#services p{
    color: var(--body);
}

#services h1{
    color: white;
}

.cta-btns{
    margin-top: 60px;
}

#team{
    background-color: var(--bg2);
}

.feature{
    display: flex;
}

.feature .icon-feature{
    font-size: 36px;
    color: var(--brand);
    line-height: 1;
    margin-right: 16px;
}

.feature p{
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.feature .h5{
    font-family: "Dela Gothic One", sans-serif;
}

.social-links a{
    width: 48px;
    height: 48px;
    background-color: var(--bg1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links a:hover{
    background-color: var(--brand);
    color: var(--bg1);
    transition: all 0.6s ease;
}

.team-member{
    position: relative;
}

.team-member .social-links{
    position: absolute;
    top: 5px;
    right: 20px;
    transition: all 0.4s ease;
    opacity: 0;
}

.team-member:hover .social-links{
    opacity: 1;
    top: 20px;
}

.team-member h5{
    font-family: "Dela Gothic One", sans-serif;
    color: white;
}

.review{
    padding: 32px;
    background-color: var(--bg2);
    border-radius: 10px;
    position: relative;
}

.review h5{
    font-size: 14px;
    color: var(--brand);
}

.review p{
    color: white;
}

.ms-3 small a{
    color: var(--brand);
}

.ms-3 small a:hover{
    color: white;
    transition: .5s;
}

.review .icon{
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--brand);
    color: var(--bg1);
    border-radius: 100px;
    position: absolute;
    right: 25px;
}

#reviews .row .text-center > p{
    font-size: 15px;
    color: var(--body);
}

#reviews h1{
    color: white;
}

.review .icon a{
    color: var(--bg1);
}

.review img{
    width: 65px;
}


#blog{
    background-color: var(--bg2);
}

.blog-post{
    position: relative;
}

.blog-post .date{
    width: 100px;
    height: 100px;
    background-color: var(--brand);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30px;
    left: 30px;
}

.blog-post .day{
    font-size: 32px;
    font-family: "Dela Gothic One", sans-serif;
    line-height: 1;
    color: var(--bg1);
}

.blog-post .year{
    color: var(--bg1);
}

.blog-post h4{
    font-family: "Dela Gothic One", sans-serif;
    color: white;
}

#booking{
    background: linear-gradient(to right,rgba(27, 31, 52, 0.8), rgba(27, 31, 52, 0.8)), url(../images/igor-miske-Px3iBXV-4TU-unsplash.jpg);
    background-size: cover;
    background-position: center;
}

#booking h1{
    color: var(--brand);
}

#booking p{
    color: white;
}

#booking form{
    background-color: var(--bg1);
    padding: 32px;
}

#booking form .form-control{
    background-color: var(--bg2);
    border-radius: 0;
    margin-top: 16px;
    border-color: var(--bg2);
    color: white;
    border: 2px solid var(--bg2);
}

#booking form input{
    height: 58px;
    color: white;
}

#booking form input::placeholder{
    color: white;
    opacity: 1;
}

#booking form textarea::placeholder{
    color: white;
    opacity: 1;
}

#booking form select{
    color: white;
}

#booking form .form-control:focus{
    box-shadow: none;
    border-left-color: var(--brand);
}

footer{
    padding-top: 100px;
}

footer .social-links{
    display: flex;
}

footer .social-link{
    color: white;
}

footer .social-links a{
    margin-right: 5px;
}

footer h3, h4{
    color: var(--brand);
    font-family: "Dela Gothic One", sans-serif;
}

footer p, h6, span{
    color: white;
}

footer .contact a{
    color: white;
}

footer .contact a:hover{
    color: var(--brand);
    transition: all 0.5s ease;
}

footer .contact span:hover{
    color: var(--brand);
    transition: all 0.5s ease;
}

.footer-top{
    padding-bottom: 30px;
}

.footer-bottom{
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid var(--bg2);
}

.footer-bottom a{
    color: var(--brand);
}
