﻿

@font-face {
    font-family: timesroman;
    src: url("../fonts/times_new_roman.ttf");
}

@font-face {
    font-family: timesroman;
    src: url("../fonts/times_new_roman_bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: interfont;
    src: url("../fonts/inter/Inter_28pt-Regular.ttf");
}

/*color-profile variables*/

:root {
    --textcolor: #FFEFAD;
    --secondarycolor: #29261C;
    --white: #fff;
}

* {
    font-family: interfont;
}

.body-r {
    background-color: #000;
    /*background-image: url("../images/header-bg-image.png");
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;*/
}
h1, h2, h3, h4 {
    font-family: timesroman;
}
#navbarsCenter li.nav-item {
    padding: 0 40px;
}

.row-space {
    margin: 5rem 0;
}

.theme-color {
    color: var(--textcolor);
}

.title-heading h1 {
    font-weight: bold;
    font-size: 4rem;
    color: var(--textcolor); 
}

.title-heading h5 {
    letter-spacing: 2px
}
.title-heading {
    text-align: center;
}
.btn-outline-royal {
    color: var(--textcolor);
    border: 1px solid;
    border-radius: 20px;
    letter-spacing: 2px;
}

    .btn-outline-royal:hover {
        background: var(--textcolor);
        transition: 0.5s ease;
    }

.theme-bg {
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 59%, rgb(0 0 0 / 57%) 100%), url(../images/header-bg-image.png);
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.ourstory p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.07em;
    text-align: left;
}

.ourstory .img-fluid {
    width: 230px;
}

.section-heading {
    font-size: 55px;
}

.section-subtext {
    font-size: 18px;
    font-weight: 400;
    line-height: 43.2px;
    letter-spacing: 0.07em;
    text-align: center;

}

.ourmenu {
    background-color: var( --secondarycolor);
    border: 1px solid #ffefad6b;
}

    .ourmenu p,
    .ourmenu h4 {
        margin: 0;
    }

    .ourmenu .nav-pills {
        background: #615A42;
    }

        .ourmenu .nav-pills .nav-link {
            color: #fff;
            font-size: 18px;
            font-weight: 400;
            line-height: 33px;
            letter-spacing: 0.07em;
        }

            .ourmenu .nav-pills .nav-link.active,
            .ourmenu .nav-pills .nav-link:hover {
                background: var(--textcolor);
                color: #333;
            }

.gallery .img-fluid {
    width: calc((100% - 20px) / 4);
    object-fit: cover;
}
.features .img-fluid{
   height:325px;
   object-fit:cover;
}
.contactus p {
    font-weight: 400;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
}

footer {
    padding: 4rem 0 0;
    background-color: var( --secondarycolor);
    text-align:justify;
}

    footer li a {
        text-decoration: none;
    }

        footer li a:hover {
            color: var(--textcolor) !important;
        }
.text-behaviour{
    text-align:center;
}
 
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/*tabs css*/

.tabs-to-dropdown .dropdown-toggle,
.tabs-to-dropdown .dropdown-item {
    font-size: 1rem;
    border: none;
}

.tabs-to-dropdown .nav-wrapper {
    border-radius: 5px;
    background: #ffefad;
}
 
.tabs-to-dropdown .nav-pills li:not(:last-child) {
    margin-right: 30px;
}
.tabs-to-dropdown .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 16px;
}

.tabs-to-dropdown .tab-content .container-fluid {
    max-width: 1250px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.tabs-to-dropdown .dropdown-menu {
    border: none;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.08);
    width:100%;
}

.tabs-to-dropdown .dropdown-item {
    padding: 14px 28px;
}

    .tabs-to-dropdown .dropdown-item:active {
        color: var(--white);
    }
.lang-translater {
    z-index: 1;
    position: fixed;
    right: 0;
    background: #fff;
    padding: 5px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media (max-width: 576px) {
    .title-heading h1 {
        font-size: calc(3rem + 1.5vw);
    }
        .title-heading {
            text-align:left;
        }
        .section-heading {
            font-size: 30px;
        }
    .section-subtext {
        line-height: initial;
        text-align:left;
    }
    .ourstory .img-fluid {
        margin-top:5px;
        width: 140px;
    } 
    .text-behaviour {
        text-align: left;
    }
    .theme-bg {
        background-image: url(../images/header-bg-image-xs.png);
        height: 100vh;
        background-position: center;
    }
    .lang-translater{display:none}
    }
