/*==================== fonts ======================= */


/*------------ google fonts --------- */


/* Montserrat / Playfair Display barlow */

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');

/* external fonts ========== */


/* Muli  */

@font-face {
    font-family: 'Muli';
    src: url('../webfonts/muli/Muli-Light.eot');
    src: url('../webfonts/muli/Muli-Light.eot?#iefix') format('embedded-opentype'), url('../webfonts/muli/Muli-Light.svg') format('svg'), url('../webfonts/muli/Muli-Light.ttf') format('truetype'), url('../webfonts/muli/Muli-Light.woff') format('woff'), url('../webfonts/muli/Muli-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('../webfonts/muli/Muli.eot');
    src: url('../webfonts/muli/Muli.eot?#iefix') format('embedded-opentype'), url('../webfonts/muli/Muli.svg') format('svg'), url('../webfonts/muli/Muli.ttf') format('truetype'), url('../webfonts/muli/Muli.woff') format('woff'), url('../webfonts/muli/Muli.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('../webfonts/muli/Muli-SemiBold.eot');
    src: url('../webfonts/muli/Muli-SemiBold.eot?#iefix') format('embedded-opentype'), url('../webfonts/muli/Muli-SemiBold.svg') format('svg'), url('../webfonts/muli/Muli-SemiBold.ttf') format('truetype'), url('../webfonts/muli/Muli-SemiBold.woff') format('woff'), url('../webfonts/muli/Muli-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('../webfonts/muli/Muli-Bold.eot');
    src: url('../webfonts/muli/Muli-Bold.eot?#iefix') format('embedded-opentype'), url('../webfonts/muli/Muli-Bold.svg') format('svg'), url('../webfonts/muli/Muli-Bold.ttf') format('truetype'), url('../webfonts/muli/Muli-Bold.woff') format('woff'), url('../webfonts/muli/Muli-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}


/* global css  */

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #000000;
    font-family: 'Muli';
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}

*,
*:focus {
    outline: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

ul {
    list-style: none;
    padding-left: 0;
}

a {
    text-decoration: none !important;
    color: #3b9eee;
}

a:hover {
    color: #002b54;
}

p {
    margin-bottom: 10px;
}

img {
    max-width: 100%;
    height: auto;image-rendering: -webkit-optimize-contrast;

}


/*****************************/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-transform: uppercase;
}

h1,
.h1 {
    font-size: 80px;
    line-height: 80px;
}

h2,
.h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 60px;
}

h3,
.h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

h4,
.h4 {
    font-size: 22px;
    line-height: 28px;
}

h5,
.h5 {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

h1 span,
.h1 span {
    font-size: 40px;
}


/******* Helpers ********************************************************************/


/* space ------ */

.space-bottom {
    margin-bottom: 30px;
}


/* font families =------------------- */

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.font-playfair {
    font-family: 'Playfair Display', serif;
}

.font-muli {
    font-family: 'Muli';
}

.font-barlow {
    font-family: 'Barlow', sans-serif;
}


/* fons sizes ----------------- */

.fs-10 {
    font-size: 10px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-18 {
    font-size: 18px!important;
}

.fs-20 {
    font-size: 20px;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-80 {
    font-size: 80px !important;
}


/* text colors=== */

.text-muted {
    color: #a7a7a7 !important;
}

.text-grey {
    color: #737373 !important;
}

.text-warning {
    color: #677B35 !important;
}


/* backgrounds ==== */

.bg-warning {
    background-color: #d09f24 !important;
}

.bg-dark {
    background-color: #960f13 !important;
}

.bg-light {
    background-color: #d9d9d9 !important;
}


/*************Font Weight****************/

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-semi {
    font-weight: 600 !important;
}

.font-weight-bolder {
    font-weight: 800 !important;
}


/***************************/

.btn {
    moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-decoration: none !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 45px;
    border: 0;
    line-height: 25px;
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-dark {
    background-color: #000000;
    position: relative;
    z-index: 2;
}

.btn-dark:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: calc(100% + 5px);
    width: calc(100% + 5px);
    background: transparent;
    border: 1px solid #000000;
    z-index: -1;
    transform: translate(-50%, -50%);
    box-shadow: 8px 13px 15px 0px rgba(0, 0, 0, 0.1);
    transition: all 200ms ease-in;
}

.btn-dark:hover {
    background-color: #000000 !important;
}

.btn-dark:hover::before {
    height: calc(100% + 10px);
    width: calc(100% + 10px);
}

.input-group .btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.container {
    max-width: 1170px;
}

.container-lg {
    max-width: 1630px;
}


/*****************************/

.text-dark {
    color: #000 !important;
}

.text-shadow {
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.75);
}

.text-info {
    color: #677B35 !important;
}

/*******************************************************************/

.form-control,
input.form-control,
input.form-control:focus {
    font-family: 'Montserrat', sans-serif;
    height: calc(2.4em + 0.9rem);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d9d9d9;
    color: #6d6d6d;
    font-size: 15px;
    outline: none;
    font-weight: normal;
    box-shadow: none;
    background-color: #f9f9f9;
}

select.form-control {
    height: calc(2.4em + 0.9rem);
    border-color: #d9d9d9;
}

textarea.form-control {
    /* font-size: 14px; */
    resize: none;
}

textarea.form-control:not([rows]) {
    height: 110px;
}


/* placeholder color ======== */

.form-control::-webkit-input-placeholder,
::-webkit-input-placeholder {
    /* Edge */
    color: #6d6d6d;
}

.form-control:-ms-input-placeholder,
 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6d6d6d;
}

.form-control::placeholder,
 ::placeholder {
    color: #6d6d6d;
}

.form-control::-moz-placeholder {
    color: #6d6d6d;
    opacity: 1;
}


/********** Back To Top Button ***************************************************************************************************/

#scroll {
    background: #d09f24;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 99999;
    cursor: pointer;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    display: none;
    webkit-border-radius: 50px;
    border-radius: 50px;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #d09f24 !important;
    opacity: 0.8;
}


/* ==================== media queries ============= */


/************************************************************************/

@media (max-width:991.98px) {
    body {
        font-size: 16px;
        line-height: 24px;
    }
    h1,
    .h1 {
        font-size: 60px;
        line-height: 60px;
    }
    h2,
    .h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 40px;
    }
    .fs-80 {
        font-size: 60px !important;
    }
}


/*********************************************************************/

@media (max-width:767.98px) {
    h1,
    .h1 {
        font-size: 40px;
        line-height: 40px;
    }
    h1 span,
    .h1 span {
        font-size: 25px;
    }
    h2,
    .h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    h2.title img {
        max-width: 60px;
    }
    .fs-16 {
        font-size: 10px !important;
    }
    .fs-40 {
        font-size: 25px !important;
    }
    .fs-80 {
        font-size: 40px !important;
    }
    .btn{
        padding: 5px 20px;
    }
}

/* ****************************************** */

@media (max-width: 576.98px) {
    
    .fs-16{
        font-size: 9px !important;
    }
}