@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

:root{
    --primary-color : #f79b1f;
    --font-primary: 'Bai Jamjuree', serif;
    --font-body:'Space Grotesk', sans-serif;
}

.color-primary{
    color: var(--primary-color);
}

body {
    font-family: var(--font-primary);
}

p {
    font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
}

.navbar .navbar-nav .nav-link:hover ,.header .caption h1,.main-footer .fothead h6 ,.section-title ,.nav-scroll .navbar-collapse .active , .navbar .navbar-nav .active{
    color: var(--primary-color);
}

.home__discover_more{
    color: var(--primary-color);
    display: flex;
    justify-content: end;
}

.home__discover_more span{
    margin-left: 10px;
}

.navbar{
    border-bottom: 1px solid white;
}

.butn-light a{
    padding: 7px 20px;
    border-radius: 15px;
    border: 1px solid white;
}

.main-footer .abot .social-icon{
    display: flex;
    align-items: center;
}

.main-footer .abot .social-icon a{
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.main-footer .abot .social-icon a{
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.footer-img{
    height: 40vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../img/footer_img.jpg');
    margin-bottom: 50px;
}

.free-consultation-wrapper{
    border-radius: 20px;
    display: flex;
    align-items: center;
    height: 20px;
    padding: 15px;
    background-color: var(--primary-color);
    font-size: 12px;
}

.owl-prev i , .owl-next i{
    font-size: 20px;
}

.social-icon{
    display: flex;
    align-items: center;
}

.cover-img img {
    aspect-ratio: 4/3;
    object-fit: cover;
}

@media only screen and (min-width: 375px) {
}

@media only screen and (min-width: 425px) {

}

@media only screen and (min-width: 768px) {
    .v-middle{
        top: 70%;
    }
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1024px) {

}

@media only screen and (min-width: 1440px) {

}

@media only screen and (min-width: 2560px) {

}
