/* @font-face {
    font-family: 'Gotham Book';
    src: 
        url('assets/fonts/Gotham-Book.eot'),
        url('assets/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Gotham-Book.woff2') format('woff2'),
        url('assets/fonts/Gotham-Book.woff') format('woff'),
        url('assets/fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */
body {
    font-family: 'Roboto';
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.sidebar-button {
    background-color: #dac069;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 10px 12px;
    border-radius: 10px;
    margin-right: 30px;
    cursor: pointer;
    display: none;
    visibility: hidden;
}

.sidebar {
    position: fixed;
    z-index: 20;
    margin-left: -250px;
    height: 100%;
    width: 250px;
    background-color: white;
    transition: all 0.5s linear;
    background-color: black;

}

.side-icon {
    width: 25px;
    margin-right: 15px;
}

.side-content li {
    color: white;
    list-style: none;
    line-height: 3.5rem;
}

.side-content a {
    text-decoration: none;
    color: white;
}

.logo-side {
    display: grid;
    justify-content: center;
    margin-top: 20px;
}

.side-img {
    width: 150px;
    height: auto;

}

.close-butt {
    top: 0px;
    margin-top: 10px;
    margin-left: 80%;
    margin-right: 20px;
    padding-left: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    font-size: 20px;
    background-color: #dac069;
    cursor: pointer;
}

header {
    position: relative;
    padding-bottom: 50px;

}

#myVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-bar {
    position: relative;
    font-weight: bold;
    display: flex;
    flex-flow: row;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px;
}

.content1 {
    display: flex;
    flex-flow: row;
}

.top-content {
    color: white;
}

.top-icon {
    color: #d7c27e;
}

.social-button {
    display: flex;
    flex-flow: row;
    column-gap: 5px;
    margin-left: auto;
}

.butt1 {
    background-color: #d7c27e;
    border-radius: 50px;
    padding: 4px 8px 3px 8px;
    font-size: 17px;
}

.butt2 {
    background-color: #d7c27e;
    border-radius: 50px;
    padding: 4px 6px 4px 7px;
    font-size: 17px;
}

.socio-icon {
    color: black;
}

.nav {
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    flex-flow: row;
    position: relative;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 50px;
}

.logo-img {
    width: 180px;
    height: auto;
}

.nav-bar {
    margin-left: auto;
}

.nav-bar ul li {
    color: white;
    display: inline;
    padding-left: 15px;
    font-size: 20px;
    cursor: pointer;
    padding-bottom: 80px;
}

.desc {
    position: relative;
    z-index: 10;
    display: flex;
    flex-flow: column;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 60px;
}

.desc-heading {
    font-size: 50px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.desc-content {
    font-size: 20px;
    color: white;
    width: 50%;
    word-spacing: 5px;
    line-height: 2rem;
}

.desc-button {
    display: flex;
    flex-flow: row;
    margin-top: 30px;
    position: relative;
    width: 125px;
}

.header-butt {
    background-color: #dac069;
    padding: 5px 16px 5px 16px;
    font-size: 20px;
    border-radius: 8px;
    z-index: 5;
    padding-top: 4px;
    transition: all 0.8s linear;
    position: absolute;
    top: 4px;
}

.button-content {
    border: 2px solid white;
    margin-left: -10px;
    padding: 8px 15px 10px 20px;
    color: white;
    border-radius: 10px;
    left: 38px;
    position: relative;
}

.mega1 {
    background-color: rgba(50, 50, 50, 0.882);
    ;
    position: absolute;
    z-index: 15;
    width: 70%;
    display: flex;
    flex-flow: row;
    padding-left: 10%;
    padding-right: 60px;
    /* display: none; */
    visibility: hidden;
    margin-left: 120px;
    top: 155px;
    color: snow;
}

.mega2 {
    background-color: rgba(50, 50, 50, 0.882);
    position: absolute;
    z-index: 15;
    width: 70%;
    display: flex;
    flex-flow: row;
    padding-left: 10%;
    padding-right: 60px;
    /* display: none; */
    visibility: hidden;
    margin-left: 120px;
    top: 155px;
    color: snow;
}

.mega3 {
    background-color: rgba(50, 50, 50, 0.882);
    ;
    position: absolute;
    z-index: 15;
    width: 70%;
    display: flex;
    flex-flow: row;
    padding-left: 10%;
    padding-right: 60px;
    /* display: none; */
    visibility: hidden;
    margin-left: 120px;
    top: 155px;
    color: snow;
}

.cat-desc {
    border-right: 1px solid black;
    margin-bottom: 20px;
    padding-right: 50px;
    margin-top: 20px;
    line-height: 1.8rem;
    width: 30%;
    color: snow;

}

.cat-title {
    font-size: 20px;
    font-weight: bold;
    color: snow;

}

.cat-title a {
    text-decoration: none;
    color: snow;

    cursor: pointer;
}

.cat-sub {
    font-size: 18px;
    color: snow;

}

.cat-sub ul {
    list-style: none;
    line-height: 2rem;
    color: snow;


}

.cat-sub-list a {
    text-decoration: none;
    color: snow;

    cursor: pointer;
}

.map {
    /* margin-top:30px; */
    border-top: 2px solid #dac069;
    border-bottom: 4px solid #dac069;
    /* height: 500px; */
    background-color: black;
}

.map-img {
    width: 100%;
    height: 80vh;
}

@media only screen and (max-width:800px) {
    .map-img {
        height: auto;
    }
}

.form-section {
    background-image: url('../images/form-back.png');
    width: 100%;
    height: 500px;
    /* margin-left: -50px; */
    /*margin-top: 159px;*/
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    overflow: hidden;
}

.main-box {
    display: flex;
    flex-flow: row;
    background-color: #d7c27e;
    border-radius: 10px;
    width: 70%;
    margin-left: 15%;
    padding-top: 50px;
    padding-bottom: 50px;

    padding-left: 50px;
    padding-right: 50px;
}

.form {
    width: 60%;

}

.input1 {
    line-height: 2.2rem;
    width: 43%;
    border: none;
    border-radius: 5px;
    padding-left: 15px;
    margin-bottom: 18px;
}

.input2 {
    line-height: 2.2rem;
    width: 90%;
    border: none;
    border-radius: 5px;
    padding-left: 15px;
    margin-bottom: 18px;
}

.input3 {
    height: 5rem;
    width: 90%;
    border: none;
    border-radius: 5px;
    padding-left: 15px;
    margin-bottom: 18px;
}

.form-right {
    position: absolute;
    right: -180px;
    top: 0;
    height: 582px;
    width: auto;

}

.form-content {
    width: 40%;
    margin-right: 50px;
}

.form-content-header {
    font-size: 25px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;

}

.form-content-content {
    font-size: 15px;
    color: black;
    word-spacing: 5px;
    line-height: 1.5rem;
}

.form-button {
    display: grid;
    width: 90%;
    justify-content: center;
}

.form-butt {
    border: none;
    border-radius: 8px;
    color: #d7c27e;
    background-color: black;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    font-weight: bold;
}

.services {
    display: flex;
    flex-flow: row;
    cursor: pointer;
    padding: 5% 0;
    background-color: #000;
    
}

.services1 {
    width: 25%;
    height: 300px;
}

.services2 {
    width: 25%;
    height: 300px;
}

.services3 {
    width: 25%;
    height: 300px;
}

.services4 {
    width: 25%;
    height: 300px;
}

.services-tab {
    display: none;
    visibility: hidden;

}

.hover {
    display: flex;
    flex-flow: row;
    margin-top: 0px;
    position: absolute;
    width: 100%;
    padding: 5% 0;
}

.hover1 {
    background-color: rgba(0, 0, 0, 0.637);
    width: 25%;
    height: 300px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

.hover2 {
    background-color: rgba(0, 0, 0, 0.637);
    width: 25%;
    height: 300px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

.hover3 {
    background-color: rgba(0, 0, 0, 0.637);
    width: 25%;
    height: 300px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

.hover4 {
    background-color: rgba(0, 0, 0, 0.637);
    width: 25%;
    height: 300px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

.services11 {
    width: 150px;
    height: auto;
}

.hover-content {
    color: white;
    font-size: 20px;
    margin-top: 15px;
}

.category1 {
    display: flex;
    flex-flow: row;
    background: #000;
}

.category2 {
    display: flex;
    flex-flow: row;
    background: #000;
}

.cat-content {
    padding-right: 5%;
    padding-left: 10%;
    padding-top: 50px;
    background-color: black;
    width: 35%;
    align-self: center;
}

.cat-header {
    color: #d7c27e;
    font-size: 35px;
    font-weight: bold;
}

.cat-content-inner {
    color: white;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 2rem;
}

.cat-companies {
    display: flex;
    flex-flow: row wrap;

}

.cat-company {
    width: 50%;
    margin-bottom: 30px;
    display: flex;
    flex-flow: row;
    column-gap: 15px;
}

.cat-company-name {
    color: white;
    /* margin-top: 10px; */
}

.cat-logo-img {
    width: 50px;
    height: auto;
    background-color: #d7c27e;
    padding: 8px 8px 10px 8px;
    border-radius: 10px;
}

.cat-img {
    width: 50%;
    display: grid;
    justify-content: center;
    align-items: center;
    background-color: black;
}

.cat-image {
    width: 100%;
    height: auto;
}

.member-header {
    display: flex;
    flex-flow: row;
    justify-content: center;
    /* color:#d7c27e; */
    color: white;
    font-weight: bold;
}

.members {
    padding: 3%;
    background-color: #000;
}

.member1 {
    font-size: 50px;
    /*text-shadow: 5px 5px 3px rgb(250, 175, 187);*/
}

.member2 {
    font-size: 50px;
    /*text-shadow: 5px 5px 3px rgb(253, 178, 191);*/
}

.member-marquee {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: rgb(0, 0, 0);
    margin-left: 20px;
    margin-right: 20px;
    border-top: 5px solid black;
    border-bottom: 5px solid black;
    border-left: 5px solid black;
    border-right: 5px solid black;
    padding-top: 20px;
    padding-bottom: 20px;
}

.marquee-img {
    width: 200px;
    height: 120px;
    margin-right: 20px;
}

.footer {
    background-image: url('../images/footer.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 20%;
    padding-right: 20%;
    height: 400px;

}

.top {
    display: flex;
    flex-flow: row;
    column-gap: 5%;
    padding-top: 80px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgb(157, 155, 155);
}

.left {
    width: 30%;
    display: grid;
    justify-content: center;
}

.footer-img {
    width: 150px;
    height: auto;
}

.footer-language {
    display: flex;
    flex-flow: row;
}

.footer-header {
    color: rgba(255, 255, 255, 0.636);
}

.footer-content {
    color: rgb(255, 255, 255);
}

.center {
    width: 30%;
    display: grid;
    justify-content: center;
    margin-top: 30px;
}

.footer-services-header {
    font-size: 25px;
    color: white;
}

.footer-services-content {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.636);
}

.footer-services-content a {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.footer-services-content ul {
    list-style: none;
}

.right {
    width: 30%;
    display: grid;
    justify-content: center;
    margin-top: 30px;
}

.footer-links-header {
    font-size: 25px;
    color: white;
}

.footer-links-content {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.636);
}

.footer-links-content ul {
    list-style: none;
}

.footer-links-content a {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.bottom {
    padding-top: 20px;
    display: flex;
    flex-flow: row;
    column-gap: 30px;
}

.bottom-left {
    display: flex;
    flex-flow: column;
    row-gap: 10px;
    width: 260px;
}

.copyright {
    color: white;
}

.privacy-policy {
    color: rgba(255, 255, 255, 0.636);
}

.bottom-right {
    margin-left: auto;
    display: flex;
    flex-flow: column;
    row-gap: 15px;
}

.contact-us-header {
    color: rgb(197, 194, 194);
}

.marquee-wrapper {
    background: #000;
    text-align: center;
}

.marquee-wrapper .container {
    overflow: hidden;
}

.marquee-inner span {
    float: left;
    width: 50%;
}

.marquee-wrapper .marquee-block {
    --total-marquee-items: 7;
    height: 230px;
    width: calc(250px * (var(--total-marquee-items)));
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    margin: 20px auto;
    background: #000;
    padding: 30px 0;
}

.marquee-inner {
    display: block;
    width: 200%;
    position: absolute;
}

.marquee-inner p {
    font-weight: 800;
    font-size: 30px;
    font-family: cursive;
}

.marquee-inner.to-left {
    animation: marqueeLeft 25s linear infinite;
}

.marquee-inner.to-right {
    animation: marqueeRight 25s linear infinite;
}

.marquee-item {
    width: 230px;
    height: auto;
    display: inline-block;
    margin: 0 10px;
    float: left;
    transition: all .2s ease-out;
    /* background:#ffffff; */
}

@keyframes marqueeLeft {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

@keyframes marqueeRight {
    0% {
        left: -100%;
    }

    100% {
        left: 0;
    }
}

@media only screen and (max-height:594px) {
    .header {
        padding-bottom: 100px;
    }

    #myVideo {
        height: 100%;
    }

}

@media only screen and (max-width:1250px) {
    .footer {
        padding-left: 10%;
        padding-right: 10%;
    }

}

@media only screen and (max-width:1100px) {
    .form {
        margin-left: 20%;
        width: 60%;
    }

    .form-content {
        display: none;
        visibility: hidden;
    }

    .desc-button {
        display: flex;
        flex-flow: row;
        margin-top: 30px;
        position: unset;
        width: auto;
    }

    .header-butt {
        background-color: #dac069;
        padding: 5px 18px 5px 18px;
        font-size: 20px;
        border-radius: 8px;
        z-index: 5;
        padding-top: 7px;
        position: unset;
    }

    .button-content {
        border: 2px solid white;
        margin-left: -10px;
        padding: 8px 15px 10px 20px;
        color: white;
        border-radius: 10px;
        position: unset;
    }
}

@media only screen and (max-width:1050px) {
    .sidebar-button {
        display: unset;
        visibility: visible;
    }

    .nav-bar {
        display: none;
        visibility: hidden;
    }

    .logo {
        /* display: grid;
        justify-items: center;
        width: 100%; */
    }
}

@media only screen and (max-width:950px) {
    .cat-content {
        padding-left: 5%;
        width: 40%;
    }

    .services {
        flex-flow: wrap;
    }

    .services-tab {
        display: flex;
        visibility: visible;
        flex-flow: column;
        background-color: aliceblue;
    }

    .top-services {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .bottom-services {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .services1 {
        width: 50%;
    }

    .services2 {
        width: 50%;
    }

    .services3 {
        width: 50%;
    }

    .services4 {
        width: 50%;
    }


    .hover {
        position: absolute;
        width: 100%;
        flex-flow: wrap !important;
        margin-top: 0 !important ;
    }

    .hover1{width: 50%;}
    .hover2{width: 50%;}
    .hover3{width: 50%;}
    .hover4{width: 50%;}
}

@media only screen and (max-width:920px) {
    .footer {
        padding-left: 5%;
        padding-right: 5%;
    }

    .footer-header {
        color: #d8b74b;
        text-shadow: 1px 1px 2px black, 0 0 1em blue;
    }
}

@media only screen and (max-width:904px) {
    .category1 {
        flex-flow: column-reverse;
        background: black;
        border-bottom: 2px solid #dac069;
    }

    .category2 {
        flex-flow: column;
        background: black;
        border-bottom: 2px solid #dac069;
    }

    .cat-content {
        width: 90%;
        padding: 5%;
        z-index: 1;
        background-color: transparent;
    }

    .cat-img {
        width: 100%;
        z-index: 0;
        opacity: 0.4;
    }

    .cat-content-inner {
        margin: 0%;
    }

    .cat-content-right {
        text-align: end;

    }
}

@media only screen and (max-width:900px) {
    .form {
        margin-left: 5%;
        width: 60%;
    }
}

@media only screen and (max-width:715px) {
    .desc-heading {
        display: grid;
        justify-content: center;
    }

    .desc-content {
        display: grid;
        justify-content: center;
        width: 100%;
    }

    .desc-button {

        justify-content: center;
    }
}

@media only screen and (max-width:680px) {
    .footer-services-header {
        font-size: 22px;
        color: white;
    }

    .footer-services-content {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.636);
    }

    .footer-links-header {
        font-size: 22px;
        color: white;
    }

    .footer-links-content {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.636);
    }

    .center {
        visibility: hidden;
        display: none;
    }

    .top {
        column-gap: 0;
    }

    .left {
        width: 50%;
    }

    .right {
        width: 50%;
    }
}

@media only screen and (max-width:650px) {
    .desc-heading {
        font-size: 35px;
    }

    .desc-content {
        font-size: 18px;
    }

    .form-right {
        right: -177px;
        height: 500px;
    }

    .main-box {
        width: 100%;
        margin-left: 5%;
        padding-left: 0;
    }

    .form-section {
        height: 450px;
    }
}

@media only screen and (max-width:550px) {
    .butt1, .butt2 {
        display: none;
        visibility: hidden;
    }

 
}

@media only screen and (max-width:520px) {
    .top {
        flex-flow: column;
    }

    .top {
        padding-top: 20px;
        text-align: center;
        padding-bottom: 20px;
    }

    .left {
        width: 100%;
    }

    .right {
        width: 100%;
        margin-top: 15px;
    }

    .right ul {
        padding-left: 0;
    }

    .footer {
        height: 440px;
    }

    .bottom {
        flex-flow: column;
        row-gap: 10px;
    }

    .bottom-left {
        row-gap: 5px;
    }

    .bottom-right {
        margin-left: 0;
    }

    .contact-us-header {
        color: white;
    }
}

@media only screen and (max-width:485px) {
    .desc-heading {
        font-size: 30px;
    }

    .desc-content {
        font-size: 15px;
        text-align: justify;
    }

    .cat-header {
        font-size: 30px;
    }

    .cat-content-inner {
        font-size: 15px;
    }

    .cat-logo-img {
        width: 45px;
    }

    .cat-company-name {
        width: 15px;
    }

    #myVideo {}

    .top-bar {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav {
        padding-left: 20px;
        padding-right: 20px;
    }

    .desc {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width:452px) {
    .main-box {
        margin-left: 0;
    }

    .input1 {
        width: 40%;
    }

    .top-bar {
        flex-flow: column;
    }
}