header#brotara-main-page-header {
    position: sticky;
    top: 0px;
    background: #fff;

    .page-title {
        a{
            img{
                width: 15rem;
                object-fit: contain;
            }
        }
    }
h2{
    font-weight: 400 !important;
    letter-spacing: 0.1em !important;
}
    .page-navigation {
        ul {
            li {
                a {
                    color: #000;
                    font-family: "Open Sans", sans-serif;
 
                    font-weight:normal;
                    font-style: normal;
                }

                ul.submenu {
                    display: none;

                    &.show-submenu {
                        display: flex;
                        flex-direction: column;
                        position: absolute;
                        background: #fff;
                        top: 7rem;
                        width: fit-content;
                        padding: 1rem 2rem;
                        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
                    }
                }

                &:last-child {
                    a {
                        background-color: #0d6eff;
                        color: #fff;
                        padding: .5rem 1rem;
                        border-radius: 1rem;
                    }
                }

                &.has-submenu {

                    &::after {

                        content: '\f078';
                        font-family: "Font Awesome 6 free";
                        font-weight: 900;
                    }

                }
            }
        }
    }
}

.banner.main-page {
    height: 40rem;
    
    .content {
        h1 {
            font-family: "Anton" !important;
         
            font-size: 87px;
            font-weight: 500;
            width: 100%;
            margin: 0 auto;
            margin-bottom: 1rem;
            max-width: 90%;
            line-height: 1.1em;
            letter-spacing: 0.5rem;
            span {
                color: #ffb937;
            }
        }

        p {
          
                font-size: 16px;
            width: 100%;
            max-width: 60%;
            margin: 0 auto;
            margin-bottom: 3rem;
        }

        .cta-container {
            a {
                background-color: #0d6eff;
                color: #fff;
            }
        }
    }
}



section.owner-operator {
    .content {
        h2 {
            font-size: 50px;
            font-weight: 400;
            text-align: left;
            margin-bottom: 5rem;
        }

        .row {
            display: flex;
            gap: 10rem;

            .text {
                width: 50%;

                ul {
                    margin-left: 4rem;

                    li {
                        font-family: "Open Sans", sans-serif;
                        font-size: 1.3rem;
                        margin-bottom: 2.5rem;
                        font-weight: normal;

                        &:last-child {
                            margin-bottom: 5rem;
                        }
                    }

                }

                .cta-container {
                    display: flex;
                    justify-content: center;
                    background-color: rgba(0,0,0,0.8);
                    border-radius: 1rem;
                    position: relative;

                    a {
                        text-align: center;
                        font-weight: 800;
                        font-size: 25px;
                        padding: 2rem;
                        margin-bottom: 1rem;
                        color: #fff;
                    }

                    &::after {
                        position: absolute;
                        content: "";
                        top: 0px;
                        left: 0px;
          
                        margin-top: -25px;
                        margin-left: -30px;
                        height: 100%;
                        width: 100%;
                        border-radius: 1rem;
                    }
                }
            }

            .image {
                width: 40%;
                height: 50rem;
                position: relative;

                img {
                    height: 100%;
                    object-fit: cover;
                }

                p {
                    position: absolute;
                    bottom: 0px;
                    left: 0px;
                    background-color: rgb(62, 57, 57);
                    padding: 1.5rem;
                    width: -webkit-fill-available;
                    text-align: center;
                    color: #fff;
                    font-weight: 700;
                }
            }
        }
    }
}

.three-ways {
    .content {

        h2 {
            text-align: center;
            margin-bottom: 2rem;
            font-size: 60px;
            letter-spacing: 0.1em;
            font-weight: 400;
        }

        p {

            font-size: 32px;
            text-align: center;
            width: 70%;
            margin: 0 auto;
            margin-bottom: 5rem;
        }

        .card-container {
            display: flex;
            gap: 5rem 80px;

            .image {
                height: 150px;
                margin: 0 auto;
                margin-bottom: 2rem;
                width: 430px;
                /* border: 1rem solid rgb(62, 57, 57); */
                position: relative;
                object-fit: cover;

                img {
                    object-fit: cover;
                }

                i {
                    position: absolute;
                    bottom: -10px;
                    left: -10px;
                    font-size: 2rem;
                    color: #fff;
                    background-color: rgb(62, 57, 57);
                    padding: .5rem;
                    border-radius: 50%;

                }
            }

            h3 {
                font-size: 40px;
                font-weight: 400;
                margin-bottom: 2rem;
                text-align: center;
                letter-spacing: 0.1em;
            }

            p {
                font-size: 1.3rem;
                width: unset;
                margin-bottom: 0rem;
            }
        }

        .cta-container {
            display: flex;
            justify-content: center;
            margin-top: 5rem;

            a {
                font-size: 30px;
                font-weight: 500;
                border: 3px solid #0d6eff;
                color: #0d6eff;
            }
        }
    }
}

section.builders-growth {
    .content {

        width: 70%;
        margin: 0 auto;

        h2 {
            margin-bottom: 5rem;
            text-align: center;
            font-weight: 400 !important;
            letter-spacing: 0.1em !important;
        }

        .card-container {
            display: flex;
            justify-content: center;
            gap: 5rem;
            margin-bottom: 3rem;

            .card {
                border: 1px solid #000;
                border-radius: .5rem;
                box-shadow: 15px 15px 1px 1px #ffb937;
                padding: 2rem;

                .image {
                    height: 30rem;
                    margin-bottom: 2rem;

                    img {
                        object-fit: cover;
                    }
                }

                h3 {
                    font-weight: 400;
                    font-size: 30px;
             
       
            letter-spacing: .2rem;
    
                }

                p {
                    font-weight: 300;
                    font-size: 25px;


                    &.before {
                        color: #ff0000;
                        font-weight: 800;
                        margin-top: 2rem;
                    }

                    &.after {
                        margin-top: 2rem;
                        color: #078601;
                        font-weight: 800;
                    }
                }
            }
        }

        .rate {
            background-color: #ffb937;
            display: flex;
            justify-content: center;
            text-align: center;
            gap: 5rem;
            padding: 2rem;
            border-radius: 1rem;

            h4 {
                font-size: 35px;
             
                margin-bottom: .5rem;
                color: rgb(62, 57, 57);
               
    
            font-weight: 400;
            letter-spacing: .2rem;
           
            }

            p {
                font-size: 20px;
                font-weight: 300;
                color: rgb(62, 57, 57);
            }
        }
    }
}




section.constriction-people {
    .content {
        h2 {
            font-size: 40px;
            text-align: center;
            margin-bottom: 5rem;
            font-weight: 400 !important;
            letter-spacing: 0.1em !important;
            
        }

        p {
            text-align: center;
            font-size: 30px;
            width: 70%;
            margin: 0 auto;
            margin-bottom: 2rem;
        }

        strong {
            text-align: center;
            font-size: 30px;
            width: 70%;
            margin: 0 auto;
            margin-bottom: 2rem;
          font-weight: 700;
        }
        ul {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 2rem;
            width: 80%;
            margin: 0 auto;
            margin-top: 8rem;
            margin-bottom: 10rem;

            li {
                list-style: none;
                padding: 2rem;
                background-color: #e3e3e3;
                opacity: .5;
                color: #4b4b4b9f;
                text-align: center;
                border-radius: 1rem;
                font-weight: 400;
                letter-spacing: 0.1em;
            }
        }

        .statement {
            display: flex;
            align-items: center;
            gap: 4rem;
            width: 80%;
            margin: 0 auto;
            background-color: #68a2fa26;
            padding: 2rem;
            border-radius: 1rem;
            box-shadow: 15px 15px 1px 1px #0d6eff;

            .image {
                height: 15rem;
                width: 35rem;

                img {
                    border-radius: 50%;
                    object-fit: cover;
                }
            }

            p {
                width: unset;
                text-align: unset;
                font-size: 30px;
                font-weight: 500;
                font-style: italic;

                &:nth-child(2) {
                    font-weight: 900;
                }
            }
        }
    }
}



section.integrated-services {

    .content {
        h2 {
            font-size: 40px;
            text-align: center;
            margin-bottom: 3rem;
            font-weight: 400 !important;
            letter-spacing: 0.1em !important;
        }

        p {
            text-align: center;
            font-weight: 500;
            font-size: 30px;

            &:nth-of-type(1) {
                color: #ffb937;
                margin-bottom: 3rem;
            }

            &:nth-of-type(2) {
                width: 50%;
                margin: 0 auto;
            }
        }

        .card-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 3rem;

            width: 80%;
            margin: 0 auto;
            margin-top: 10rem;

            .card {
                text-align: center;

                .image{
                    height: unset;
                }

                i {
                    font-size: 30px;
                    margin-bottom: 2rem;
                    background-color: rgb(62, 57, 57);
                    color: #fff;
                    padding: 2rem 2rem;
                    border-radius: 50%;

                }

             h3 {
                    font-size: 30px;
                    font-weight: 700;

                    font-weight: 400 !important;
                    letter-spacing: 0.1em !important;
                    margin: 0 auto;
                    margin-bottom: 2rem;
                    height: 69px;
                }

                p {
                    color: unset;
                    font-size: 28px;
                    font-weight: 300;
                }
            }
        }
    }
}


section.explore.main-page {
    background: url(./images/16.jpg) center/cover no-repeat;
    position: relative;

    .content {
        background-color: unset;
        position: relative;
        z-index: 1;
    }

    .cta-container {
        a {
            background-color: #ffb937;
        
            color: black;
            font-weight: 600;
            letter-spacing: .2rem;
            font-size: 1.3rem;
        }
    }

    &::after {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        background-color: #00000075;
    }

}



@media(max-width: 1440px) {
    .banner.main-page {

        height: 33rem;
       
        .content {
            h1 {
                font-size: 50px;
               margin-bottom: 2rem;
               max-width: 51rem;
            }

            p {
               
                margin-bottom: 4rem;

            }
        }
    }


    section.owner-operator {
        .content {
            h2 {
                font-size: 35px;
                margin-bottom: 5rem !important;
            }

            .row {
                .text {
                    width: unset;
                    ul {
                        li {
                            font-size: 30px;

                        }
                    }

                    .cta-container{
                        a{
                            font-size: 20px;
                            padding: 1.5rem;
                        }

                        &::after{
                            margin-top: -20px;
                            margin-left: -20px;
                        }
                    }
                }

                .image {
                    width: 100%;

                    max-width: 30rem;
                }
            }

            
        }
    }


    section.builders-growth {
        .content {
            width: unset;

        }
    }


    section.constriction-people {
         .content {
            ul {

                grid-template-columns: repeat(4, 1fr);

            }

            .statement{
                .image{
                    width: 60rem;
                }
            }
        }
    }

}





@media(max-width: 991px) {
    section.owner-operator {
        .content {
            .row {
                flex-direction: column-reverse;
                @media(max-width: 767px){
                   gap: 3rem;
                }

                .text {
                    width: unset;
                }

                .image {
                    max-width: unset;
                    height: 50rem;

                    @media(max-width: 767px){
                        height: 20rem;
                    }

                    img {
                        object-fit: cover;
                    }
                }
            }
        }
    }



    .three-ways {
        .content {
            .card-container {
                flex-direction: column;

            }
        }
    }


    section.builders-growth {
        .content {
            .card-container {
                flex-direction: column;

            }
        }
    }



    section.integrated-services {
        .content {


            .card-container {

                grid-template-columns: repeat(1, 1fr);

            }
        }
    }


    section.explore.main-page {
        .content {
            padding: 5rem;
        }
    }



    section.constriction-people {
        .content {
            p {
                width: unset;
            }

            ul {
                grid-template-columns: repeat(2, 1fr);

                @media (max-width: 600px) {
                    grid-template-columns: repeat(1, 1fr);
                }

            }


            .statement {
                flex-direction: column;

                .image {
                    width: 15rem;
                }
            }
        }
    }

}


@media(max-width: 767px) {
    section.builders-growth {
        .content {
            .rate {
                flex-direction: column;
            }
        }
    }

    header#brotara-main-page-header {
        .burger-btn {
            
            span{
               background-color: #000;
            }
        }
    }

}