@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background: #000;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
a.navbar-brand img {
    width: 75%;
    padding-top: 22px;
    margin-left: -16px;
}
nav.navbar.navbar-expand-lg {
    z-index: 10;
}
.carousel-inner {
    /* position: relative; */
    width: 100%;
    overflow: hidden;
    height: auto;
}

/* carousel css start */
/*.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {*/
/*    --bs-gutter-x: 1.3rem;*/
/*    --bs-gutter-y: 0;*/
/*    width: 100%;*/
/*    padding-right: calc(var(--bs-gutter-x) * .5);*/
/*    padding-left: calc(var(--bs-gutter-x) * .5);*/
/*    margin-right: auto;*/
/*    margin-left: auto;*/
/*}*/
div#carouselExampleSlidesOnly {
    z-index: -1;
}
section.carousel-full {
    margin-top: -65px;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0.06) 94%);
    padding: 0px;
    margin-left: -2px;
}
.section-under h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0%;
}
section.under-c {
    /* position: relative; */
}
.all-contact {
    background: #000000;
    position: relative;
    width: 100%;
    padding: 32px 0px 27px 20px;
    align-items: center;
    align-content: center;
    z-index: 2;
    height: 100%;
    border-left: 1px solid #fff;
    right: 10px;
}
.all-contact p a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.all-contact p {
    font-size: 18px;
    font-weight: 300;
}
.section-under {
    padding: 32px 16px 25px 0px;
}
.section-under p {
    font-size: 20px;
    font-weight: 200;
    padding-bottom: 24px;
    line-height: 26px;
    letter-spacing: 4%;
}
.section-under span {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0%;
    position:relative;
}
.section-under span::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 70vw;
    height: 1px;
    top: -17px;
    left: 1px;
}
.responsive-contact p a {
    color: #fff;
    font-weight: 600;
}
/* carousel css end */
 @media only screen and (max-width: 768px) {
.section-under h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0%;
}
.section-under p {
    font-size: 15px;
    font-weight: 200;
    padding-bottom: 7px;
    line-height: 21px;
    letter-spacing: 2%;
    padding-right: 4px;
}
a.navbar-brand img {
    width: 60%;
    padding-top: 22px;
    margin-left: 12px;
}
    .all-contact {
    background: #000000;
    /* position: absolute; */
    width: 97%;
    padding: 32px 30px 28px 40px;
    align-items: center;
    align-content: center;
    height: 100%;
}
.section-under {
    padding: 32px 16px 24px 24px;
}
.section-under span::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 62vw;
    height: 1px;
    top: -17px;
}
button.navbar-toggler {
    display: none;
}
.responsive-contact p a {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
}
.responsive-contact p {
    padding: 0;
    /* margin: 0; */
}
.responsive-contact {
    padding-bottom: 14px;
}
.carousel-item img {
    height: 100%;
    object-fit: cover;
}
.carousel-inner {
    /* position: relative; */
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.section-under span {
    font-size: 13px;
    font-weight: 300;
    line-height: 0px;
    letter-spacing: 0%;
}
 }