html, body {
    scroll-padding: 100px;
    scroll-behavior: smooth;
}
body {
    font-family: 'Jost' !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: black;
}

.h-font {
    font-family: 'Exo';
}

header a.nav-link {
    position: relative;
    padding: 0 !important;
}

header a.nav-link::before {
    content: " ";
    position: absolute;
    bottom: -6px;
    height: 1px;
    width: 0;
    background: white;
    transition: 0.5s all;
}

header a.nav-link:hover::before {
    width: 100%;
}


a,
a:hover {
    text-decoration: none;
}

button,
button:focus,
.form-control,
.form-control:focus {
    outline: 0 !important;
    box-shadow: unset !important;

}

img {
    max-width: 100%;
    height: auto;
}


video#myvideo {
    width: 100%;
    height: calc(0px + 100vh);
    object-fit: cover;
}

button#muteButton {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #0b302c;
    border: 0;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    outline: 1px solid white !important;
    outline-offset: 4px;
    z-index:999;
}

button#muteButton img {
    height: 20px;
}
.risging {
    background-image: url(../images/background.jpg);
    background-size: cover;
    background-position: bottom center;
    color: white;
    padding: 180px 0 100px 0px;
}

.risging figure {
    max-width: 280px;
}


.navbar-brand {
    max-width: 150px;
}

.about {
    padding: 120px 0;
    background: #0B302C;
    margin-top:-7px;
}

.about h1 {
    font-size: 50px;
    color: #D4B28D;
    font-weight: 600;
}

.about .line {
    width: 421px;
    height: 1px;
    background: #D4B28D;
    margin-bottom: 12px;
    display: inline-block;
}

.about h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 32px;
    color: white;
}

.about p {
    font-size: 20px;
    line-height: 28px;
    max-width: 534px;
    color: white;
}

.about figure::before {
    content: " ";
    position: absolute;
    left: 28px;
    top: 28px;
    width: 100%;
    height: 100%;
    border: 1px solid #D4B28D;
}

.about figure {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

.about figure img {
    position: relative;
    z-index: 1;
}

.counter {
    background-color: #0F3A34;
    padding: 60px 0;
    color: #D4B28D;
}

.counter .col-md-12 {
    gap: 140px;
    text-align: center;
}

.counter .col-md-12 p {
    margin: 0
}

.counter h5 {
    font-size: 78px;
    margin: 0;
}

.counter p {
    font-size: 20px;
    letter-spacing: 5px;
    color: white;
}

.risging h2 {
    font-size: 44px;
    font-weight: 400;
    letter-spacing: 1px;
}

.risging p {
    font-size: 18px;
    font-weight: 400;
}

.risging button {
    margin-top: 30px;

    font-size: 18px;
    padding: 8px 32px;
    border: 0
}

.risging button:hover {
    background: #D4B28D;
    color: black;
}

.our-projects {
    background: #0F3A34;
    padding: 80px 0;
}

.our-projects h3 {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    color: #BB805E;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 14px;
}

.our-projects h3 span {
    width: 50px;
    height: 1px;
    background: #BB805E;
}

.our-projects h4 {
    font-size: 42px;
    font-weight: 600;
    color: white;
}

.our-projects p {
    font-size: 16px;
    max-width: 600px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    color: white;
}

.abs-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    padding-bottom: 40px;
}

.abs-text h5 {
    color: white;
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 600;
    font-family: 'Exo';
}

.abs-text button {
    font-size: 18px;
    padding: 8px 32px;
    border: 0;
}

.abs-text button:hover {
    background: #D4B28D;
    color: black;
}

.news {
    background: #0B302C;
    padding: 80px 0;
}

.news h5 {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    color: #BB805E;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 14px;
}

.news h5 span {
    width: 50px;
    height: 1px;
    background: #BB805E;
}

.news h6 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 80px;
    color:white;
}
footer ul li a:hover {
    color: #BB805E;
}


.news figure img {
    width: 100%;
    height: auto;
}

.blog-card figure {
    margin-bottom: 0;
}

.blog-content {
    margin-top: -22px;
    padding: 28px 18px;
    background: white;
    border-top-left-radius: 14px;
    position: relative;
    z-index: 1;
    border-top-right-radius: 14px;
}

.blog-content .d-flex {
    font-size: 12px;
    margin-bottom: 12px;
}

.blog-content h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 70px;
    font-size: 20px;
    font-weight: 600;
    color: #BB805E;
    font-family: 'Exo';
    line-height: 32px;
}

.blog-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #666666;
}

.blog-card a {
    background: #BB805E;
    color: white;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 13px;
    border: 0;
    padding: 8px 20px;
    letter-spacing: 1px;
    margin-top: 10px;
    display: inline-flex;
    gap: 12px
}

.blog-card a img {
    width: 14px;
}

.blog-card a:hover {
    background: black;
}

footer {
    background: #BB805E;
    padding-top: 80px;
    color: white;
    padding-bottom: 40px;
}

footer {}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 42px;
}

footer ul li a {
    color: white;
    text-decoration: none;
}

footer .title {
    text-transform: uppercase;
    font-size: 28px;
    margin: 0;
    font-family: 'Exo';
    font-weight: 500;
}

footer ul li {
    margin-bottom: 16px;
}

a.fix-btn {
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 9;
    writing-mode: vertical-rl;
    text-decoration: none;
    color: white;
    background: #BB805E;
    padding: 15px 8px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    cursor:pointer;
}

modal .modal-dialog.modal-dialog-centered {}

.form-modal .modal-dialog {
    max-width: 550px;
}

.form-modal .modal-dialog .modal-content {
    padding: 40px 40px;
    background: #103a34;
}

.form-modal .modal-dialog .modal-content h1 {
    color: white;
    text-align: center;
    margin-bottom: 31px;
    font-size: 44px;
}

.form-modal .modal-dialog .modal-content button.btn-close {
    position: absolute;
    right: -10px;
    top: -20px;
    color: white;
    opacity: 9;
    background:none;
}

.form-modal .modal-dialog .modal-content form button {
    width: 100%;
    margin-top: 20px;
    height: 44px;
    font-size: 22px;
    font-weight: 500;
    background: #BB805E;
    color: white;
    border: 0;
}

.form-modal .modal-dialog .modal-content form input {
    height: 44px;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid white;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding-left: 0;
    color: white;
}

.form-modal .modal-dialog .modal-content form input::placeholder {
    color: white;
}

.form-modal .modal-dialog .modal-content form {
    gap: 22px;
}

footer figure {
    max-width: 150px;
}

footer .form-control {
    background: transparent;
    color: white;
    border-radius: 0;
    border: 1px solid white;
}

footer .form-control::placeholder {
    color: white;
}

footer .form-control:focus {
    background: transparent;
    border-color: white;
    color: white;
}

footer form button {
    background: white;
    border: 0;
    padding: 8px 20px;
}

footer form button:hover {
    background: black;
    color: white;
}

footer form {
    margin-top: 20px;
}

.fixed-footer {
    border-top: 1px solid black;
    background: #bb815d;
    padding: 8px 0;
}

.fixed-footer a {
    color: white;
    text-decoration: none;
}

.fixed-footer a:hover {
    color: black;
}

.fixed-footer p {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    margin: 0;
}

.banner .bannerabs {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    bottom: 25px;
    z-index:1;
}

header a.nav-link {
    color: white;
    font-size: 22px;
    font-weight: 400;
}

header .navbar-nav {
    gap: 44px;
}

header a.nav-link:hover {
    color: white;
}

header.fixed-top.sticky {
    background: #000000;

}

.navbar-brand img {
    transition: 0.5s all;
}

header.sticky .navbar-brand img {
    transform: scale(0.7);
}

header .navbar-nav {
    align-items: center;
}

header {
    transition: all 0.5s linear;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgb(255 255 255 / 0%) 100%);
}

.banner .bannerabs {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    bottom: 25px;
}

.blog-card {
    box-shadow: 0px 20px 20px 6px #0000000d;
}


.title-wraper {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/projectbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    object-fit: cover;
}

.title-wraper h1 {
    color: #FFF;
    text-align: center;
    -webkit-text-stroke-color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 4px;
    text-transform: uppercase;
}



.our-project h5 {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    color: white;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 14px;
}

.our-project h5 span {
    width: 50px;
    height: 1px;
    background: white;
}

.our-project h6 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 44px;
    color: white
}

.our-project {
    padding: 80px 0 150px 0px;
    background-color: #0B302C;
}


.project-content {
    border-left: 1px solid #D4B28D;
    padding-left: 20px;
    color: white;
    margin-top: 30px;
}

.project-content h4 {
    font-family: 'Exo';
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 4px;
}
.commingsoon {
    text-align: center;
    color: white;
    font-size: 60px;
    line-height: 80px;
    text-transform: uppercase;
}

.project-content button {
    background: white;
    border: 0;
    color: black;
    font-size: 18px;
    padding: 6px 16px;
    white-space:nowrap;
}

.project-content button:hover {
    background: #bb815d;
    color: white;
}

.project-box figure {
    position: relative;
}

.project-box figure::before {
    content: " ";
    position: absolute;
    left: -8px;
    top: -8px;
    width: 250px;
    height: 240px;
    background: #D4B28D;
    z-index: 0;
}

.project-box figure img {
    position: relative;
    z-index: 1;
}

.our-project .nav {
    gap: 32px;
}

.our-project .nav button {
    color: white;
    font-size: 24px;
    border: 0;
    background: transparent;
    border-radius: 0;
    padding: 8px 30px;
    letter-spacing: 1px;
}

.our-project .nav button.active {
    background: #BB805E;
    color: white;
}

.our-project div#myTabContent {
    margin-top: 90px;
}

.proejctabs {
    position: absolute;
    right: 0;
    top: 100px;
}



.our-project.position-relative {
    overflow: hidden;
}

.our-project .container {
    position: relative;
    z-index: 1;
}

.contact {
    background: #0B302C;
    padding: 80px 0;

}

.fromcard {
    background: white;
    padding: 40px 44px;
}

.fromcard .row {
    row-gap: 32px;
}

.fromcard .row .form-control {
    height: 44px;
    border-radius: 0;
}

.fromcard h2 {
    font-size: 44px;
    margin-bottom: 32px;
}

.fromcard button {
    width: 100%;
    border: 0;
    background: #BB805E;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    color: white;
}

.contact h3 {
    margin-top: 34px;
    color: white;
    font-size: 44px;
    margin-bottom: 22px;
}

.contact p {
    max-width: 410px;
    color: white;
    font-size: 20px;
    margin-bottom: 39px;
}

.contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: white;
    font-size: 17px;
}

.contact ul li {
    margin-bottom: 14px;
}

.contact ul li img {
    margin-right: 12px;
}

.map {
    background: #0B302C;
    padding-top: 40px;
    padding-bottom: 80px;
}

.newsblock {
    background: #0B302C;
    padding-top: 150px;
    padding-bottom: 90px;
}

.new-block {
    background: #0F3A34;
    margin-bottom: 34px;
}

.new-block .news_content {
    padding: 44px;
    color: white;
}

.new-block h2 {
    margin-top: 20px;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 15px;
}

.new-block h2+p {
    font-size: 18px;
    line-height: 24px;
}

.new-block button {
    border: 0;
    background: #D4B28D;
    color: white;
    padding: 8px 24px;
    font-size: 18px;
    font-weight: 500;
}

.new-block p {
    margin: 0;
}

.date_btn {
    align-items: center;
    margin-top: 30px;
}

.resentpost {
    background: #0F3A34;
    padding: 45px 34px;
}

.resentpost .resnt_card {
    background: white;
    margin-bottom: 32px;
}

.resent-content {
    padding: 18px 28px;
}

.resent-content h2 {
    font-size: 18px;
    font-weight: 400;
}

.resent-content p {
    font-size: 14px;
    font-weight: 400;
}

.resentpost h1 {
    color: white;
    font-size: 32px;
    margin-bottom: 34px;
}

.resentpost h1 span {
    display: block;
    width: 100px;
    height: 1px;
    background: white;
}

.career h5 {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    color: white;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 14px;
}

.career h5 span {
    width: 50px;
    height: 1px;
    background: white;
}

.career h6 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #D4B28D;
}

.jobs {
    background: #0B302C;
    color: white;
}

.jobs p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 8px;
}

.jobs h3 {
    color: #D4B28D;
    font-size: 32px;
    line-height: 33px;
    margin-bottom: 24px;
}

.jobs ul {
    padding-left: 20px;
    margin-bottom: 32px;
    font-size: 22px;
    font-weight: 400;
}

.jobs ul li {
    margin-top: 8px;
}

.jobs a {
    background: white;
    border: 0;
    padding: 6px 34px;
    font-size: 18px;
    color:black;
    font-weight:500;
    
}

.our-project .tab-pane> .row {
    row-gap: 80px;
}
.jobs a:hover {
    background: #bb815d;
    color: white;
    
}

.jobs .row {
    row-gap: 66px;
}

.jobs {
    padding-bottom: 90px;
}

.career p {
    color: white;
}

.career {
    padding: 80px 0 110px 0px;
    background-color: #0B302C;
}

.whychose {
    background: #0B302C;
    padding: 90px 0;
    color: white;
}

.whychose h1 span {
    color: #DDB798;
}

.whychose h1 {
    font-size: 42px;
    margin-bottom: 60px;
}

.whychose p {
    font-size: 20px;
    margin-bottom: 4px;
}

.whychose h6 {
    font-size: 26px;
    color: #DDB798;
    font-weight: 400;
    margin: 0;
}

.OurPresence {
    background: #0F3A34;
    color: white;
    padding: 90px 0;
}

.OurPresence h1 {
    font-size: 42px;
    color: #DDB798;
    margin-bottom: 40px;
}

.presensceabs {
    right: 0;
    bottom: 0;
}

.OurPresence .container {
    position: relative;
    z-index: 1;
}

.OurPresence p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-image: url(../images/bggrid.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 210px;
    margin: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 40px;
    font-size: 24px;
    padding-right: 100px;
    padding-left: 100px;
}

.our-corevalue {
    background: #0B302C;
    padding: 90px 0;
}

.our-corevalue h1 {
    font-size: 42px;
    color: #DDB798;
    margin-bottom: 90px;
}

.our-corevalue figure img {
    height: 80px;
}

.our-corevalue h5 {
    color: white;
    font-size: 26px;
}

.our-corevalue p {
    color: white;
    max-width: 220px;
    display: table;
    margin: auto;
    font-size: 16px;
}

.our-corevalue .row .col-md-4:nth-child(2) {
    border-left: 1px solid #DDB798;
    border-right: 1px solid #DDB798;
}

.about_page {
    background: #0F3A34;
    color: white;
    padding: 90px 0;
}

.about_page h3 {
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.about_page h3 span {
    display: block;
    width: 150px;
    height: 2px;
    background: #D4B28D;
    margin-top: 14px;
}

.about_page h1 {
    font-size: 42px;
    color: #DDB798;
    margin-bottom: 20px;
}

.about_page p {
    font-size: 20px;
    line-height: 32px;
    margin: 0;
}

.about_page figure {
    position: relative;
    margin: 0;
    display: table;
}

.about_page figure::before {
    content: " ";
    position: absolute;
    left: 20px;
    right: 0;
    top: 20px;
    width: 100%;
    height: 100%;
    border: 1px solid #D4B28D;
    z-index: 0;
}

.about_page figure img {
    position: relative;
}

.abouttangle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 510px;
}

.about_page .container {
    position: relative;
    z-index: 1;
}

.our-vision {
    background: #0F3A34;
    padding-bottom: 90px;
    padding-top: 40px;
    color: white;
}

.heading {
    width: 410px;
    height: 136px;
    background-image: url(../images/ribon.svg);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #D4B28D;
    font-size: 52px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 80px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.vlin {
    position: absolute;
    left: 60px;
    height: 100%;
    width: 1px;
    background: #D9D9D9;
    z-index: 0;
    opacity: 0.5;
    top: 0;
}

.our-vision .row .col-md-5:nth-child(4) {
    padding-bottom: 140px;
}

.col-md-5 {
    position: relative;
}

.our-vision .col-md-5 {
    position: relative;
    z-index: 2;
}

.our-vision p {
    position: relative;
    z-index: 1;
    max-width: 416px;
    font-size: 25px;
    line-height: 32px;
    margin-left: 80px;
    margin-top: 40px;
    margin-bottom: 0;
}

.our-vision .col-md-5 {
    padding-top: 100px;
}



.our-vision figure {
    margin: 0;
}
footer ul li img {
    height: 24px;
    margin-right: 9px;
}

.about-title {
    background-image: url(../images/abouttitle.jpg);
    background-size: cover;
}

.career-title {
    background-image: url(../images/careertitle.jpg);
}
.news-title {
    background-image: url(../images/newstitle.jpg);
}
.contact-title{
    background-image: url(../images/contacttitle.jpg);
}
.gallery-slider {
    background: #0b302c;
    padding-bottom: 90px;
}
.project-content p {
    min-height: 40px;
}

@media screen and (max-width: 600px) {
.commingsoon {
    font-size: 44px;
    line-height: 60px;

}



    .heading {
        font-size: 34px;
        width: 320px;
    }

    .vlin {
        display: none;
    }

    .our-vision .row .col-md-5:nth-child(4) {
        padding-top: 44px;
        padding-bottom: 0;
    }

    .our-vision p {
        margin-left: 33px;
        font-size: 20px;
        margin-top: 11px;
    }

    .our-vision .col-md-5 {
        padding-top: 0;
    }

    .our-vision .row .col-md-5:nth-child(3) {
        margin-top: 74px;
    }

    .about_page {
        padding: 44px 0;
    }

    .about_page .row {
        display: flex;
    }

    .about_page .row .col-md-5:nth-child(2) {
        order: 1;
    }

    .about_page .row .col-md-5:nth-child(1) {
        order: 2;
        margin-top: 50px;
    }

    .about_page h1 {
        font-size: 34px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .about_page p {
        font-size: 18px;
    }

    .about_page figure {
        margin-right: 30px;
    }

    .about .row .col-md-6:nth-child(2) {
        order: 1;
    }

    .about .row .col-md-6:nth-child(1) {
        order: 2;
        margin-top: 32px;
    }

    .about {
        padding: 60px 0;
    }

    .about figure::before {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        left: 15px;
        top: 15px;
        z-index: 2;
    }

    .counter .col-md-12 {
        gap: 40px;
    }

    .risging h2 {
        font-size: 32px;
        line-height: 44px;
    }

    .abs-text h5 {
        font-size: 44px;
    }

    .abs-text {
        padding-bottom: 16px;
    }

    .news .row {
        gap: 32px;
    }

    footer {
        padding: 40px 0;
    }

    footer figure {
        margin: auto;
    }

    footer .row {
        gap: 32px;
    }

    footer ul {
        margin-top: 18px;
    }

    .fixed-footer p {
        justify-content: center;
    }

    .about h1 {
        font-size: 44px;
    }

    .our-projects h4 {
        font-size: 32px;
    }

    .news h6 {
        font-size: 34px;
    }

    header.sticky .navbar-brand img {
        transform: unset;
    }

    .navbar-brand {
        max-width: unset;
    }

    .navbar-brand img {
        height: 90px;
    }

    .title-wraper h1 {
        font-size: 32px;
        line-height: 44px;
    }






    .our-project div#myTabContent> .row {
        gap: 62px;
    }

    .our-project .container {
        position: relative;
        z-index: 1;
    }

    .OurPresence p {
        position: relative;
        font-size: 17px;
        padding: 0;
        height: unset;
        padding: 0;
        background: no-repeat;
        margin-top: 20px;
    }

    .our-corevalue {
        padding: 44px 0;
    }

    .our-corevalue h1 {
        font-size: 34px;
        margin-bottom: 60px;
    }

    .our-corevalue .row {
        gap: 44px;
    }

    .our-corevalue p {
        max-width: 270px;
    }

    .OurPresence {
        padding: 44px 0;
    }

    .OurPresence h1 {
        font-size: 34px;
    }

    .whychose h1 {
        font-size: 34px;
    }

    .whychose h1 span {
        display: block;
    }

    .whychose {
        padding: 44px 0;
    }

    .whychose .row {
        gap: 44px;
    }

    .navbar-collapse {
        background: black;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    header .navbar-nav {
        gap: 12px;
    }
    .form-modal .modal-dialog .modal-content {
    padding: 30px 20px;
}

.form-modal .modal-dialog .modal-content h1 {
    font-size: 32px;
}

a.fix-btn {
    border-radius: 0;
    writing-mode: horizontal-tb;
    top: auto;
    bottom: 0;
    left: 0;
    text-align: center;
    right: 0;
    width: 100%;
}
iframe{
    height:320px;
}
.bannerabs {
    display: none !important;
}

button#muteButton {
    width: 30px;
    height: 30px;
    right: 12px;
    bottom: 20px;
}

button#muteButton img {
    height: 14px;
}
video#myvideo {
    height: 250px;
    max-width: 100%;
}
.banner.position-relative {
    margin-top: 88px;
}



a.navbar-brand.d-md-none img {
    height: 70px;
}

}


.thankyou {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    overflow: hidden;
    background: #0F3A34;
}

.thankyou h1 {
    font-size: 80px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 101px;
    margin-bottom: 18px;
    letter-spacing: 4px;
}

.thankyou p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400px;
}

.thankyou a {
    position: absolute;
    left: auto;
    right: auto;
    bottom: 60px;
    background: transparent;
    border: 1px solid white;
    color: white;
    padding: 11px 50px;
    border-radius: 20px;
    text-decoration: none;
}

