@font-face {
    src: url(../fonts/Nitti-Normal.ttf);
    font-family: "Nitti-Normal";
}

* {
    /*    font-family: "Nitti-Normal";*/
    font-family: 'Poppins', sans-serif, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    /*    transition: all 0.5s linear; */
}

.bg-black {
    padding-top: 100px;
    background-color: #20252D;
}

.bg-white .navbar {
    background: #fff;
}

.bg-black .navbar {
    background: #20252D;
}

.bg-black .logo {
    color: #fff;
}

.bg-white {
    padding-top: 100px;
}

.bg-white .logo {
    color: #000;
}

.dib {
    display: inline-block;
}

.bg-black .nav-link {
    color: #fff !important;
}

.bg-white .nav-link {
    color: #000 !important;
}

.nav-link {
    margin: 0 10px;
}

.container {
    max-width: 1600px;
}

.pad {
    padding-top: clamp(80px, 10vw, 150px);
    text-align: center;
}

/*Text Code*/
h1 {
    font-size: clamp(45px, 7vw, 82px);
    font-weight: 500;
}

.color {
    color: #000 !important;
}

.con {
    /*    max-width: 1200px;*/
}

#type {
    padding: 0px 15px;
    border-right: 40px solid #4f555f;
    ;
    /*    position: absolute;*/
    display: inline-block;
    min-width: 1rem;
    display: inline-block;
    color: red;
    top: 0;
    left: 320px;
}

@media(max-width: 992px) {
    #type {
        left: 250px;
    }
}

@media(max-width: 768px) {
    #type {
        left: 0;
        padding: 0px;
        border-right: 10px solid #000;
        position: relative;
        display: table;
        min-width: 1rem;
        display: inline-block;
        color: red;
    }

    .logo {
        max-width: 230px;
    }
}

.cursor {
    background-color: #4f555f;
    display: inline-block;
    height: 0%;
    margin-left: 8px;
    position: absolute;
    font-weight: 700 !important;
    top: 3px;
    vertical-align: text-bottom;
    width: 0.525em;
    -webkit-animation: blinky .8s ease alternate infinite;
    animation: blinky .8s ease alternate infinite;
}

.btn-green:hover {
    background-color: #000;
}

.btn-green {
    background: transparent linear-gradient(180deg, #C99900 0%, #ED8100 100%) 0% 0% no-repeat padding-box;
    padding: 15px 40px;
    text-align: center;
    color: white;
    border-radius: 3px;
    font-size: 20px;
    border: 0;
    margin: 10px 0;
}

.btn-gray {
    
    background-color: #4F555F;
    padding: 15px 40px;
    text-align: center;
    color: white;
    border-radius: 3px;
    font-size: 20px;
    border: 0;
    margin: 10px 0;
}

.btn-gold-2 {
    background: transparent linear-gradient(180deg, #C99900 0%, #ED8100 100%) 0% 0% no-repeat padding-box;
    padding: 15px 40px;
    text-align: center;
    color: white;
    border-radius: 3px;
    font-size: 20px;
    border: 0;
    margin: 10px 0;
}

.btn-white-2 {
    background: transparent linear-gradient(180deg, #C99900 0%, #ED8100 100%) 0% 0% no-repeat padding-box;
    padding: 15px 40px;
    text-align: center;
    color: white;
    border-radius: 3px;
    font-size: 20px;
    border: 0;
    margin: 10px 0;
}

.btn-gold-footer {
    background: transparent linear-gradient(180deg, #C99900 0%, #ED8100 100%) 0% 0% no-repeat padding-box;
    color: white;
}

.btn-gray-menu {
    background-color: #4F555F;
    padding: 10px;
    text-align: center;
    color: white;
    border-radius: 3px;
    border: 0;
}

.btn-gold-menu {
    /* background-color: #4F555F; */
     padding: 10px;
     text-align: center;
     color: white;
     border-radius: 3px;
     border: 0;
 
     background: transparent linear-gradient(180deg, #C99900 0%, #ED8100 100%) 0% 0% no-repeat padding-box;
 }

@media(max-width: 768px) {
    .btn-gray {
        display: block;
        width: 100%;
    }

    .btn-green {
        display: block;
        width: 100%;
    }
}

.arrow-hower {
    margin-left: 10px;
    opacity: 0;
}

.icon {
    display: inline-block;
    height: 20px;
    width: 20px;
}

.mr2 {
    margin-right: 0.5rem;
}

.link:hover .arrow-hower {
    opacity: 1;
}

.link {
    color: #fff !important;
    text-decoration: none !important;
}

footer {
    padding-bottom: 40px;
}

.bg-black footer h6 {
    font-size: 18px;
    color: #fff;
}

.bg-black .links a img {
    max-width: 20px;
}

.bg-black .links {
    padding-top: 20px;
}

.bg-black .links a {
    font-size: 18px;
    color: #fff !important;
    display: block;
    padding: 5px 0
}

.line {
    background-color: #000;
    display: inline-block;
    width: 70px;
    height: 5px;
    margin-top: 25px;
}

h4 {
    font-size: clamp(30px, 6vw, 45px);
}

h5 {
    font-size: clamp(20px, 5vw, 25px);
    line-height: 40px;
}

.bg-gray {
    background-color: #FAFAFA;
}

.mw-1 {
    max-width: 500px;
}

.bg-g {
    background-color: #000;
    padding: 0 10px;
    color: #fff;
}

.br {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bt {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bb {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.link-aqua {
    color: #000 !important;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .1em;
    font-family: "Nitti-Normal";
}

.py {
    padding: clamp(60px, 8vw, 100px) 0;
}

p {
    font-size: clamp(16px, 4vw, 25px)
}

h6 {
    font-size: clamp(18px, 4vw, 24px);
    line-height: 35px;
}

h3 {
    font-size: clamp(28px, 6vw, 36px)
}

.icon--xl {
    height: 40px;
    width: 40px;
    color: #000;
    fill: #000;
}

.architecture svg .st0 {
    fill: #FAFAFA;
}

/*bg-white footer*/
.bg-white footer {
    background: #fafafa;
    padding-top: 60px;
}

.bg-white footer .icon {
    fill: #000;
    width: 20px;
    height: 20px;
    color: #000;
}

.bg-white footer h6 {
    font-size: 18px;
    color: #000;
    opacity: .6;
}

/* .bg-white footer h6 {
    font-size: 18px;
    color: #000;
    opacity: .6;
} */

.bg-white .links a img {
    max-width: 20px;
}

.bg-white .links {
    padding-top: 20px;
}

.bg-white .links a {
    font-size: 18px;
    color: #000 !important;
    display: block;
    padding: 5px 0;
    opacity: .6;
}

.bx:hover {
    transform: translate(0px, -15px);
}

.crd img {
    margin-bottom: 25px;
}

.bx {
    border-top: 0px solid #000;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 50px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 0 0 0 #fff;
    transition: all .2s ease;
    padding: 40px;
}

.bg-lightgray {
    background: #f8f8f8;
}

.btn-custom {
    padding: 12px 15px;
    background: white;
    border: 1px solid #e6e6e6;
    border-left: 2px solid #00d9c1;
    border-radius: 5px;
    min-width: 90%;
    text-align: left;
    position: relative;
}

.fa-chevron-down {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dropdown-menu a {
    padding: 10px 15px;
}

.dropdown-menu {
    width: 95%;
}

.side-links h5 {
    font-size: clamp(12px, 2.5vw, 16px);
    font-weight: 600;
    color: #20252d;
}

.side-links a {
    font-size: clamp(12px, 2.5vw, 15px);
    display: block;
    padding: 8px;
    color: #666666;
    padding-left: 25px;
}

.bg-w {
    background: #fff;
    padding-top: 80px;
}

.details {
    padding: 0 8%;
}

.details p {
    font-size: clamp(12px, 2.5vw, 16px);
}

.heading {
    border-bottom: 1px solid lightgray;
    margin-bottom: 10px;
}

.heading h1 {
    font-size: clamp(20px, 5vw, 30px);
    padding-bottom: 20px;
}

.footer a {
    text-decoration: none;
    color: #b4b2b4;
    margin: 5px 10px;
    font-size: 15px;
}

.footer img {
    max-width: 30px;
}

.footer p {
    color: #b4b2b4;
    font-size: 15px;
}

@media(max-width: 475px) {
    .side-links a {
        font-size: clamp(12px, 2.5vw, 15px);
        display: block;
        padding: 8px;
        color: #666666;
        padding-left: 10px;
    }

    .btn-custom {
        font-size: 12px;
    }
}

.bg-white .btn-gray-menu {
    color: #fff !important;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
    max-width: 700px;
    cursor: none;
}

.copyright {
    max-width: 750px; 
    font-size: 12px;
}

#img-fluid {
    
}

.space-btw {
    margin: 10
}