:root{
    --badge-medium: #edd5b0;
    --badge-dark: #d6b887;
}

body{
    font-family: 'Montserrat', sans-serif;
    background-color: #e7dcc7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background-image: url("../images/main-bg.jpg");
    background-repeat: repeat;
    background-size: auto;
}

::-moz-selection {
    background-color: #005bab;
    color: #ffffff;
}

::selection {
    background-color: #005bab;
    color: #ffffff;
}

a {
    color: #005bab;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

a:hover {
    color: #878787;
    text-decoration: none;
}

section, .section {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Reset Styles */
.container-fluid{
    width: 90%;
}

.navbar .container-fluid{
    width: 100%;
}
textarea {
    resize: none;
}


/*-------------------------
   Typography
--------------------------*/
h1,h2,h3,h4,h5,h6{
    font-family: 'Arvo', serif;
    margin-bottom: 20px;
    font-weight: 700;
    color: #040707;
}
p{
    margin-bottom: 16px;
}

h1 {
    font-size: 3.25rem;
}

h2 {
    font-size: 2.75rem;
}

h3 {
    font-size: 2.25rem;
}

h4 {
    font-size: 1.75rem;
}

h5 {
    font-size: 1.5rem;
}

h6 {
    font-size: 1.25rem;
}

.heading-xl {
    font-size: 3.25rem;
}

.heading-lg {
    font-size: 2rem;
}

.sub-heading-font{

}


.heading-title {
    font-size: 34px;
    margin-bottom: 20px;
}

/*-------------------------
   Helper Classes
--------------------------*/
.bg-badge-medium{
    background-color: var(--badge-medium);
}

.bg-badge-dark{
    background-color: var(--badge-dark);
}



/* Medium Devices */
@media (min-width: 768px) and (max-width: 991px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* Mobile Phones and tablets */
@media (max-width: 992px) {
    .heading-title {
        font-size: 30px;
    }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}


/* Header & Navbar */
.navbar{
    height: 110px;
}

.main-nav ul{
    width: 40%;
    flex-wrap: wrap;
}

.main-nav .navbar-brand{
    width: 20%;
    display: flex;
    justify-content: space-around;
    margin-right: 0;
}

.main-nav .social-nav{
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

.main-nav .social-nav .social-nav-item{
    margin-right: 20px;
}





.navbar-brand img {
    width: 110px;
}
.navbar-nav {
    /*align-items: center;*/
}
.navbar .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    /*color: #fff;*/
    /*font-size: 1.1em;*/
    /*padding: 0.5em 1em;*/
}
@media screen and (min-width: 768px) {
    .navbar-brand img {
        /*width: 100px;*/
    }
    .navbar-brand {
        /*margin-right: 0;*/
        /*padding: 0 1em;*/
    }
}

/*video{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}*/

header video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


.heading-font{

}

.main-button{
    margin-top: 20px;
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    background-color: #4299e1;
    padding: 8px 16px;
    font-size: 16px;
    border-bottom: 4px solid #2b6cb0;
    font-weight: 700;
    color: white;
    line-height: 26px;

}

.button2{
    margin-top: 40px;
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    transition: box-shadow 0.15s ease,transform 0.15s ease;
    will-change: box-shadow,transform;
    background: #FCFCFD;
    box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #d6d6e7;
    height: 48px;
    padding: 0 32px;
    font-size: 18px;
    border-radius: 6px;
    color: #36395a;
}

.button2:hover {
    box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #d6d6e7;
    transform: translateY(-2px);
}
.button2:active{
    box-shadow: inset 0px 3px 7px #d6d6e7;
    transform: translateY(2px);
}


/* Home Page*/
.decade-section{
    position: relative;
    background-color: var(--badge-medium);
}

.decade-section::before{
    background-color: var(--badge-dark);
    position: absolute;
    content: "";
    width: 50px;
    top: 0;
    left: 0;
    bottom: 0;
}

.decade-section img{
    background-color: #f6ead5;
}

.decade-section .carousel-control-prev, .decade-section .carousel-control-next{
    width: auto;
}
.decade-section .carousel-control-prev{
    left: -54px;
}

.decade-section .carousel-control-next {
    right: -54px;
}

.decade-section .carousel-control-next-icon, .decade-section .carousel-control-prev-icon{
    border-radius: 50%;
    background-color: #050708;
    padding: 5px;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 50% 50% !important;
}

.decade-section .carousel-indicators{
    bottom: -3.75rem;
}

.decade-section .carousel-indicators [data-bs-target]{
    background-color: #050708;
}

.news-thumb-img{
    background-color: #f6ead5;
    margin-bottom: 20px;
}

.news-thumb-img img{
    background-color: #d7b989;
}

.product-item{
    position: relative;
    background-color: #edd7b1;
    margin-bottom: 20px;
}

.product-item::before{
    display: block;
    width: 10%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
    background-color: #d3b584;
}
.product-item img, .product-item .product-caption{
    position: relative;
    z-index: 1;
}
.product-item img{
    background-color: #f6ead5;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 250px;
}
.product-caption h4{
    font-size: 24px;
}

/* the slides */
.slick-slide {
    margin-left:27px;
}

/* the parent */
.slick-list {
    margin-left:-27px;
}

.social-nav{
    list-style: none;
    padding-left: 0;
}

.social-nav .social-nav-item{
    display: inline-block;
}

.social-nav .social-nav-item .social-nav-link i{
    border: 1px solid;
    font-size: 24px;
    padding: 8px;
    border-radius: 50%;
    text-align: center;
    background: #f6ead5;
    color: #222;
    transition: .4s;
}

.social-nav .social-nav-item .social-nav-link:hover i{
    background: #222;
    color: #f6ead5;
}

@media (max-width: 991px){
    header video {
        height: auto;
    }

    .navbar{
        height: auto;
    }
    .navbar-brand {
        /* margin-right: 0; */
        /* padding: 0 1em; */
        margin-top: -12px;
    }
}

@media (min-width: 1200px) {
    .heading-xl {
        font-size: 4.25rem;
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

    .heading-lg {
        font-size: 3rem;
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
}


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

}
