
:root {
    --text-orange: #FF8819;
}
body {
    background-color: black;
    font-family: "Montserrat";
    font-weight: 400;
    letter-spacing: 0;
    
}
img{
    overflow:hidden;
}
p {
    line-height: 1.2em;
}
hr{
    appearance: none; 
    border: none; 
    height: 2px;
    background-color: #ffffff; 
    opacity: 1;
    box-shadow: none; 
}
ul{
    margin-bottom:0;
}
.cover{
    object-fit:cover;
}
.z-n1{
    z-index:-1;
}
.z-0 {
    z-index: 0;
}
.z-1 {
    z-index: 1;
}
.z-2 {
    z-index: 2;
}
.z-3 {
    z-index: 3;
}

.hr-120{
    width:120px;
}
.mt-40{
    margin-top:40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mt-100 {
    margin-top: 100px
}
.pt-80{
    padding-top:80px;
}
.width-85 {
    width: 85%;
}
.text-orange {
    color: var(--text-orange);
}


.main-container {
    background-color: black;
}

.sub-container {
    background-color: #121519;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 10px;
    border-color:transparent;
}

.header-orange {
    font-size: 24px;
    font-weight: 400;
    color: #FF8819;
}
.header-white {
    color:white;
    font-size: 32px;
    font-weight: 800;
}

.section-1-img {
    height: 600px;
    max-width: 500px;
}

.section-1-img-back {
    height: 600px;
    max-width: 540px;
}


.section-2-col1 {
    flex-direction:column;
}
    .section-2-col1 img {
        border-radius: 15px;
        width: 100%;
        height: 125px;
    }
    .section-2-col1 p
    {
        font-size:24px;
    }

.section-2-col2-img {
    border-radius: 15px;
    height: 100%;
}
.section-2-col3-text {
    font-size: 28px;
}
    .section-2-col3-text span {
        font-weight: 700;
    }


.section-3-img {
    object-fit: cover;
    filter: brightness(0.4);
    height: 204px;
    border-radius: 15px;
}
    .section-3-img + div {
        bottom: 0;
        left: 0;
    }
.section-3-text-white {
    color: white;
    font-size: 24px;
    font-weight: 700;
}
.section-3-text-orange {
    color: var(--text-orange);
    font-size: 36px;
    font-weight: 600;
}

.section-4-img {
    max-width: 660px;
    width: 95%;
    height: 540px;
}
.section-4-img-back {
    height: 540px;
    width: 100%;
    max-width: 700px;
}

.section-5-block {
    background-color: #1A1D22;
    border-radius: 15px;
    height: 100%;
}
.section-5-img-back {
    width: 98%;
    max-width: 750px;
}
.section-5-img {
    width: 100%;
    max-width: 750px;
}
.section-5-text-white {
    font-size: 16px;
    color:white;
}

.section-6-img {
    border-radius: 15px;
    filter: brightness(0.3);
    object-fit: cover;
    height: 200px;
}
.section-6-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    .section-6-text p {
        font-size: 20px;
        color:white;
        margin-bottom: 0;
    }

.section-7-img {
    height: 540px;
    width: 95%;
    max-width: 800px;
}
.section-7-img-back {
    height: 540px;
    width: 100%;
    max-width: 840px;
}
.section-7-text {
    color: white;
    font-size: 55px;
    font-weight: 800;
}

.section-8-img {
    border-radius: 15px;
    filter: brightness(0.3);
    height: 110px;
}
.section-8-text-orange{
    font-size:16px;
    color:var(--text-orange);
}
.section-8-ul {
    font-weight: 400;
    font-size: 13px;
    color: white;
    padding-left:1em;
}
    .section-8-ul li{
        margin-bottom:0.76em;
    }

    .section-8-ul li:last-child {
        margin-bottom: 0;
    }
.section-8-block {
    background-color: #1A1D22;
    border-radius: 15px;
}
.section-9-img {
    border-radius: 15px;
    filter: brightness(0.3);
    height: 160px;
}
.section-9-img-2 {
    border-radius: 15px;
    filter: brightness(0.3);
    height: 190px;
}
.section-9-text-orange {
    font-size: 20px;
}

.section-10-img{
    width:90%;
    height:90%;
    object-fit:contain;
}
.section-10-img-1{
    width:100%;
    height:95%;
}
.container-mdf {
    width: 100%;
    /* almost same as container
            (modified padding)*/
    padding: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}
.section-10-img-1{

}
.section-8-col2-text
{
    font-size:20px;
}

@media (min-width: 992px) {
    .container {
        max-width: 1080px;
    }
}
@media (max-width: 600px) {

    .header-white {
        font-size: 26px;
    }
    .header-orange {
        font-size: 20px;
    }
    .sub-container {
        /*padding: 0.5rem !important;*/
    }
   
    .section-2-col1 {
        flex-direction:row;
    }
        .section-2-col1 img {
            width: 50%;
            height: 100%;
        }
        .section-2-col1 p{
            width: 50%;
        }

    .section-2-col2-img{
        height:273px;
    }
    .section-2-col3-text {
        font-size: 24px;
    }

    .section-3-text-white {
        font-size: 32px;
    }
    .section-3-text-orange {
        font-size: 32px;
    }

    .section-5-text-white {
        font-size: 20px;
    }

    .section-6-text p {
        font-size: 32px;
    }

    .section-7-text {
        font-size: 40px;
    }

    .section-8-img, .section-9-img, .section-9-img-2 {
        height: 320px;
        object-fit: cover;
    }
    .section-8-ul {
        font-size: 20px;
    }
    .section-8-text-orange {
        font-size: 24px;
    }
    .section-8-col2-text {
        font-size: 24px;
    }
    .section-9-text-orange {
        font-size: 24px;
    }
    .section-10-img-2 {
        height:100%;
        width:100%;
    }
    .section-10-img-1 {
        height: auto;
        width: 100%;
    }
     .section-4-img-back,
    .section-4-img, .section-1-img-back,
    .section-1-img,
    .section-5-img, .section-5-img-back,
    .section-7-img-back, .section-7-img {
        width: auto;
        height: auto;
    }
}