﻿
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');




body {
    background-color: #161616;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat' !important;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    font-weight: 400;
    font-size: 16px;
}


    /*video container*/

.video-container {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

.video-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #1b1b1b;
    opacity: 0.8;
}

.header {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
}

    .header h1 {
        color: #d3ae87;
        font-size: 60px !important;
    }

@media(max-width: 900px) {
    .header {
        left: 50%;
    }

        .header h1 {
            font-size: 34px !important;
            text-align: center;
        }
}






    /* Navigation bar*/

    .nav {
        width: 100%;
        height: 80px;
        position: fixed;
        z-index: 2;
    }
    /* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
	top: 60px; /* the height of the main nav */
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative!important;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:170px;
}

	
/* Change this in order to change the Dropdown symbol */
li > a:after { content:  '  ▾'; }
li > a:only-child:after { content: ''; }
        .nav.scrolled {
            background-color: #161616 !important;
            transition: background-color 500ms linear;
        }

        .nav #brand {
            cursor: pointer !important;
            float: left;
            display: block;
            margin-left: 40px;
            line-height: 80px;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 18px;
        }

            .nav #brand a {
                text-decoration: none!important;
                color:#d3ae87;
                font-family: 'Montserrat' !important;
                font-style: normal;
                font-weight: 400;
                font-display: swap;
                transition: all 500ms ease-out;
            }

                .nav #brand a:hover {
                    text-decoration: none;
                }

        .nav #menu {
         

            float: left;
            right: 40px;
            position: fixed;
        }

            .nav #menu li {
          
                padding-left: 40px;
                display: inline-block;
                font-weight: lighter !important;
                text-transform: uppercase;
                font-size: 16px;
                line-height: 80px;
                position: relative;
                transition: all 500ms ease-out;
            }

                .nav #menu li a {
                    color:#fff!important;
                    text-decoration: none !important;
                    overflow: scroll;
                    font-family: 'Montserrat' !important;
                    font-style: normal;
                    font-weight: 400;
                    font-display: swap;
                    color: rgb(156, 156, 156);
                    transition: all 500ms ease-out;
                }

                    .nav #menu li a:hover {
                 
                        text-decoration: none;
                        color: #d3ae87 !important;
                        transition: all 500ms ease-out;
                    }

#toggle {

    cursor: pointer !important;
    position: absolute;
    right: 40px;
    top: 20px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 2;
    width: 30px;
    height: 30px;
    float: right;
    transition: all 0.3s ease-out;
    visibility: hidden;
}

.close-btn {
    cursor: pointer !important;
    position: absolute;
    right: 30px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 2;
    top: -2px;
    line-height: 80px;
}

#resize {
 overflow-y:auto!important;
    z-index: 2;
    top: 0px;
    position: fixed;
    background: #0f0f0f;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease-out;
}

    #resize #menu {
  
        
        height: 90px;
        position: absolute;
        left: 45%;
        transform: translateX(-40%);
        text-align: center;
        display: table-cell;
    }

        #resize #menu li {

            display: block;
            text-align: center;
            padding: 10px 0;
            font-size: 50px;
            text-transform: uppercase;
            min-height: 50px;
            font-weight: bold;
            transition: all 0.3s ease-out;
        }

        #resize li:nth-child(1) {
            margin-top: 140px;
        }

        #resize #menu li a {
            color: #fff;
        }

            #resize #menu li a:hover {
                text-decoration: none;
            }

        #resize.active {
            visibility: visible;
            opacity: 1;
        }

    @media(max-width: 900px) {
        #toggle {
            visibility: visible;
            opacity: 1;
            margin-top: 6px;
            margin-right: 4px;
        }

        nav #brand {
            margin-left: 10px;
        }

        #resize ul li a {
     
            font-size: 15px;
            font-family: 'Montserrat' !important;
            font-style: normal;
            font-weight: 400;
            font-display: swap;
            color: rgb(156, 156, 156) !important;
            transition: all 500ms ease-out;
        }

        nav #menu {

            display: none;
        }
    }

    @media(min-width: 900px) {
        #resize {
            visibility: hidden !important;
        }
    }



    /*--------------- about section starts  --------------- */

    .content {
        position: absolute;
        margin-top: 100vh;
        width: 100%;
    }

    section {
        padding: 140px 0;
    }

.section-index {
    color: #d3ae87;
    font-weight: bolder;
    font-size: 20px;
    font-family: 'Montserrat' !important;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

    .section-heading {
        color: grey;
        text-transform: uppercase;
        letter-spacing: 4px;
        font-size: 18px;
    }

    .section-subheading {
        color: grey;
        margin: 10px 0;
    }

    .section-info {
        font-size: 24px;
        color: grey;
    }

    .more {
        margin: 40px 0;
    }

    button {
        background: none;
        border: .3pt solid rgba(184, 140, 93, 0.7);
        text-transform: uppercase !important;
        font-size: 12px !important;
        letter-spacing: 2px;
        padding: 18px 36px;
    }

    /*--------------- about section starts  --------------- */

.content {
    position: absolute;
    margin-top: 100vh;
    width: 100%;
    background-color: #161616;
}

    section {
        padding: 140px 0;
    }


.statement {
    text-align: center;
    font-size: 45px;

    margin: 0 auto;
    color: #d3ae87;
}

    .statementresponse {
       
        text-align:center;
        font-size:25px;
        color: white;
     
    }
    /*--------------- footer section starts here --------------- */



.footer-section {
    background: #151414;
    position: relative;
    z-index:1;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {

    padding-left: 15px;
    display: inline-block;
}

    .cta-text h4 {
        color: #d3ae87 !important;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .cta-text span {
        color: #757575;
        font-size: 15px;
    }

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

    .footer-logo img {
        max-width: 350px;
    }

.footer-text p {
    color: #d3ae87 !important;
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #d3ae87 !important;
    display: block;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 30px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}



.footer-widget-heading h3 {
    color: #d3ae87 !important;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

    .footer-widget-heading h3::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -15px;
        height: 2px;
        width: 50px;
        background: #ff5e14;
    }

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

    .footer-widget ul li a:hover {
        color: #ff5e14;
    }

    .footer-widget ul li a {
        color: #878787;
        text-transform: capitalize;
    }

.subscribe-form {
    position: relative;
    overflow: hidden;
}

    .subscribe-form input {
        width: 100%;
        padding: 14px 28px;
        background: #2E2E2E;
        border: 1px solid #2E2E2E;
        color: #fff;
    }

    .subscribe-form button {
        position: absolute;
        right: 0;
        background: #ff5e14;
        padding: 13px 20px;
        border: 1px solid #ff5e14;
        top: 0;
    }

        .subscribe-form button i {
            color: #fff;
            font-size: 22px;
            transform: rotate(-6deg);
        }

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    color: #d3ae87 !important;
    margin: 0;
    font-size: 14px;
    color: #878787;
}

    .copyright-text p a {
        color: #ff5e14;
    }

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

    .footer-menu li:hover a {
        color: #ff5e14;
    }

    .footer-menu li a {
        font-size: 14px;
        color: #878787;
    }


:root {

    --animate-duration: 800ms;
    --animate-delay: 0.9s;
}




