* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img,
video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@font-face {
    font-family: "Berthold";
    src: url(../fonts/Berthold\ Akzidenz\ Grotesk\ Extended.otf);
}

@font-face {
    font-family: "Akzidenz";
    font-weight: 400;
    src: url(../fonts/Berthold\ Akzidenz\ Grotesk\ Light\ Extended.otf);
}

body::-webkit-scrollbar {
    width: 0.5em;
    background-color: #fff;
    border-left: none;
}

body::-webkit-scrollbar-thumb {
    background-color: #000;
    outline: 1px solid #fff;
    border-radius: 15px;
}

body {
    background-color: #fff;
    color: #000;
    font-family: "Akzidenz";
    font-weight: 400;
}

/* Preloader */

/* Preloader end */

.fix_head {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
}

.navbar-brand img {
    width: 110px;
}

.navbar-nav .nav-item a {
    font-family: "Berthold";
    font-size: 20px;
    color: #000 !important;
    margin-right: 15px;
}

.navbar-nav .nav-item {
    text-align: center;
}

.logo_img img {
    width: 80%;
}

.sticky .navbar {
    background-color: #fffffff7;
    box-shadow: 2px 2px 5px #414141;
    transition: 0.3s ease-in-out;
}

.enq_btn {
    width: fit-content;
    padding: 10px 35px;
    border: 1px solid #ffffff;
    cursor: pointer;
}

.enq_btn span {
    font-family: "DIN-Regular";
    font-weight: 500;
    font-size: 1rem;
    color: #fff;
    text-align: center;
}

/***************** Banner *******************************/

.section__banner {
    width: 100%;
    position: relative;
}

.carousel-inner {
    margin-top: 3%;
}

.section__mobform {
    width: 100%;
    padding: 70px 0 50px;
}

.mob_title h2 {
    font-family: "Berthold";
    font-size: 25px;
    color: #000;
    text-align: center;
    margin-bottom: 1.8rem;
}
.mob_title .form-control {
    border: 1px solid #000 !important;
    color: #000 !important;
}
.mob_title .form-select {
    border: 1px solid #000;
}

/**************************** Overview *******************************/

.section__projects {
    width: 100%;
    position: relative;
    background-color: #000;
}

.prj_div {
    /* display: flex;
    justify-content: center;
    flex-direction: column; */
    height: 100%;
    padding-left: 80px;
}

.prj_div h3 {
    font-family: "Berthold";
    font-size: 3rem;
    color: #FFF;
}

.prj_div h2 {
    font-family: "Akzidenz";
    font-size: 2rem;
    color: #FFF;
    padding-top: 2.5rem;
}

.prj_div p {
    width: 70%;
    font-family: "Akzidenz";
    font-size: 1rem;
    color: #FFF;
    padding-top: 20px;
}

.prj_icon {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7px;
}

.prj_icon img {
    width: 25px;
}

.prj_icon p {
    width: 100%;
    font-size: 1.25rem;
}

.know_btn {
    width: fit-content;
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    outline: 1px solid #fff;
    outline-offset: 4px;
    cursor: pointer;
    margin-top: 20px;
}

.know_btn span {
    font-family: "Akzidenz";
    font-size: 1rem;
    color: #000;
    text-align: center;
}

.section__projects1 {
    width: 100%;
    position: relative;
    background-color: #fff;
}


.prj_div1 {
    /* display: flex;
    justify-content: center;
    flex-direction: column; */
    height: 100%;
    padding-left: 80px;
}

.prj_div1 h3 {
    font-family: "Berthold";
    font-size: 3rem;
    color: #000;
}

.prj_div1 h2 {
    font-family: "Akzidenz";
    font-size: 2rem;
    color: #000;
}

.prj_div1 p {
    width: 70%;
    font-family: "Akzidenz";
    font-size: 1rem;
    color: #000;
    padding-top: 20px;
}

.prj_icon1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7px;
}

.prj_icon1 img {
    width: 25px;
    filter: invert(1);
}

.prj_icon1 p {
    width: 100%;
    font-size: 1.25rem;
}

.know_btn1 {
    width: fit-content;
    background-color: #000;
    padding: 10px 20px;
    border: 1px solid #000;
    outline: 1px solid #000;
    outline-offset: 4px;
    cursor: pointer;
    margin-top: 20px;
}

.know_btn1 span {
    font-family: "Akzidenz";
    font-size: 1rem;
    color: #fff;
    text-align: center;
}

/**************************** About **********************************/

.abt__section {
    width: 100%;
    position: relative;
    background: url(../images/about.webp) center no-repeat;
    background-size: cover;
    padding-top: 100px;
    height: 190vh;
}

.abt_div h2 {
    font-family: "Berthold";
    font-size: 4rem;
    color: #FFF;
    text-align: center;
    line-height: 7.625rem;
    text-transform: uppercase;
}

.abt_div h3 {
    font-family: "Akzidenz";
    font-size: 3rem;
    color: #000;
    text-align: center;
    padding-top: 50px;
}

.abt_div p {
    font-family: "Akzidenz";
    font-size: 14px;
    color: #000;
    text-align: center;
    padding-top: 20px;
}

.abt_btn {
    width: fit-content;
    background-color: #000;
    padding: 10px 20px;
    border: 1px solid #000;
    outline: 1px solid #000;
    outline-offset: 4px;
    cursor: pointer;
    margin: 50px auto 0;
}

.abt_btn span {
    font-family: "Akzidenz";
    font-size: 1rem;
    color: #fff;
    text-align: center;
}

/**************************** gallery **********************************/

.section__gal {
    width: 100%;
    position: relative;
    padding: 70px 0;
}

.gal_title h2 {
    font-family: "Berthold";
    font-size: 3rem;
    color: #000;
}

.owl-nav button img {
    width: 70%;
}

/* tabs ccs */

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    font-family: "Akzidenz";
    font-size: 1rem;
    color: #000;
    text-align: center;
    border: 1px solid #000;
    border-radius: 0;
    margin-right: 5px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    border-color: transparent;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

/* tabs css end */

/**************************** Gallery **********************************/


/*********************** Connectivity *********************************/

.accordion-item {
    border: none;
    background-color: transparent;
}

.accordion-button {
    background-color: transparent !important;
    border-bottom: 1px solid #333333;
}

.accordion-button p {
    font-family: "DIN-Regular";
    font-weight: 500;
    font-size: 1.25rem;
    color: #312C2B;
}

.accordion-body p {
    font-family: "DIN-Regular";
    font-size: 1rem;
    color: #000;
}

.accordion-body p img {
    width: 18px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0 !important;
}

.accordion-button:focus {
    border-bottom: 1px solid #333333 !important;
    box-shadow: none !important;
}

/************************* Contact Us ***************************/

/************************* Footer ***************************/

.foot__sec {
    width: 100%;
    background-color: #000;
    padding: 50px 0;
}

.footer_img img {
    width: 80%;
}

.footer_div h2 {
    font-family: "Berthold";
    font-size: 1.5rem;
    color: #FFF;
}

.footer_div p {
    font-family: "Akzidenz";
    font-size: 1rem;
    color: #FFF;
}

/*********************Modal *******************************/

.modal-content {
    background: transparent;
    border: none;
}

.modal-body {
    background-color: #000;
}

.modal-body h2 {
    font-family: "Berthold";
    font-size: 25px;
    color: #fff;
}

.modal-body p {
    font-size: 16px;
    color: #fff;
}

.modal-body .sub_btn {
    font-family: "Berthold";
    font-size: 15px;
    color: #fff;
    background-color: transparent !important;
    border: 1px solid #fff;
    width: fit-content;
    padding: 10px 40px;
}

.modal-body .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    filter: invert(1);
}

.modal-body .input-group-addon i {
    margin-top: 5px;
}

.form-group {
    height: 65px;
}

.input-group-addon p {
    color: #FFF;
    font-size: 15px;
}

.form-control {
    border: 1px solid #fff !important;
    background-color: transparent !important;
    color: #fff !important;
    border-radius: 0;
}

.form-select {
    background-color: transparent;
    color: gray;
}

.input-group>.form-control:focus {
    box-shadow: none !important;
    background: transparent !important;
}

.error {
    color: red;
}

/**************Thank You  **************************/

.thank__sec {
    width: 100%;
    position: relative;
}

.thank_wrap {
    background-color: #000;
    backdrop-filter: blur(10px);
    padding: 20px;
    margin: 10% 0;
    border: 1px solid #000;
}

.check_sign {
    background: #333;
    padding: 20px;
    height: 100px;
    width: 100px;
    border: 3px solid #333;
    border-radius: 50%;
    margin: 0 auto;
}

.check_sign i {
    font-size: 55px;
    color: #fff;
}

.section-title h2 {
    font-family: "Berthold";
    font-size: 25px;
    color: #fff;
}

.section-title h2 span {
    font-family: "Berthold";
    color: #fff;
}

.oops-greet,
.oops-subtitle {
    font-family: "Akzidenz";
    font-size: 22px;
    color: #fff;
}

.go_txt {
    font-family: "Akzidenz";
    font-size: 15px;
    color: #fff;
    background-color: transparent !important;
    border-radius: 15px;
    border: 1px solid #fff;
    width: fit-content;
    padding: 10px 20px;
    margin: 15px auto 0;
}

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

.btn_dwnld {
    position: fixed;
    bottom: 20px;
    left: 15px;
    width: fit-content;
    padding: 10px 25px;
    background-color: #405A4F;
    color: #fff;
    font-family: "DIN-Regular";
    font-size: 18px;
    text-align: center;
    border: none;
    z-index: 1;
}

.btn_dwnld img {
    width: 20px;
}

.btn_enq {
    position: fixed;
    bottom: 5px;
    right: 15px;
    width: fit-content;
    padding: 10px 20px;
    background-color: #3e3e3e;
    color: #fff;
    font-family: "Corporate";
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    border: none;
    z-index: 1;
}

.whats_div {
    position: fixed;
    right: 0;
    top: 50%;
    background-color: #405A4F;
    width: fit-content;
    padding: 10px;
    text-align: center;
    z-index: 1;
}

.whats_div img {
    width: 85%;
    position: relative;
    top: -2px;
}

.phone_div {
    position: fixed;
    right: 0;
    top: 57%;
    background-color: #405A4F;
    width: fit-content;
    padding: 10px;
    text-align: center;
    z-index: 1;
}

.phone_div img {
    width: 85%;
    position: relative;
}

#pageloader {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

#pageloader img {
    left: 50%;
    width: 100px;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

/*  */

@-webkit-keyframes falling {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes falling1 {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(40deg);
    }

    100% {
        transform: rotate(0deg);
    }
}