
/****** PLACE YOUR CUSTOM STYLES HERE ******/


html body{
    font-family: "Montserrat", sans-serif;
}


.header-row {
    min-height: 132px;
    background: white;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease;
    z-index: 9;
}

.header-row.row-sticky {
    position: sticky;
    top: 0px;
    box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
}

.header-row .main-logo{
    height: 52px;
    width: 100%;
    display: block;
}

.header-row .main-logo img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.image-bg img{
    height: 100%;
    width: 100%;
    object-fit:cover;
}

.main-inner-section {
    padding: 70px 80px;
    background: white;
}


.main-inner-section .our-concept{
    display: flex;
    align-items: flex-start;
    margin-bottom: 80px;
}


.main-inner-section .our-concept .our-concept-img{
    height: 567px;
    width: 635px;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 30px;
}

.main-inner-section .our-concept .our-concept-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.main-inner-section .our-concept .our-concept-content{
    width: calc(100% - 665px);
}

.main-inner-section .our-concept .our-concept-content .our-concept-content-title{
    font-size: 48px;
    margin-bottom: 32px;
    color: #aaa476;
    font-weight: bold;
}

.main-inner-section .our-concept .our-concept-content>ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.main-inner-section .our-concept .our-concept-content>ul li{
    font-size: 16px;
    margin-bottom: 30px;
    color: #110229;
    font-weight: 600;
}


.main-inner-section .specifications .specifications-title{
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: #aaa476;
    margin-bottom: 30px;
}

.main-inner-section .specifications .specifications-card{
    display: flex;
    flex-wrap: wrap;
}

.main-inner-section .specifications .specifications-card .specifications-card-item{
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 40px;
    height: 100%;
    margin-left: 15px;
    flex: 40%;
    margin-right: 0.8%;
    margin-bottom: 30px;
    align-items: stretch;
    min-height: 180px;
}


.main-inner-section .specifications .specifications-card .specifications-card-item .card-inner{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.main-inner-section .specifications .specifications-card .specifications-card-item .card-inner .card-inner-title{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #110229;
    line-height: normal;
}


.main-inner-section .specifications .specifications-card .specifications-card-item .card-inner .card-inner-sub {
    font-size: 16px;
    color: #8f90a6;
    line-height: normal;
}

.section-plan {
    display: flex;
    width: 100%;
    background: #f7f7f2;
    padding: 48px 70px;
    margin-bottom: 80px;
}

.section-plan .section-plan-item{    
    width: 50%;
    margin-right: 30px;
    margin-bottom: 24px;
}

.section-plan .section-plan-item .section-plan-item-img{    
    height: 394px;
    width: 635px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
}


.section-plan .section-plan-item .section-plan-item-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section-plan .section-plan-item .section-plan-item-title{
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: #aaa476;
}

.section-plan .section-plan-item:last-child{
    margin-right: 0px;
}

.section-contact {
    padding: 70px 80px;
    margin-bottom: 80px;
}

.section-contact .section-contact-title{
    color: #aaa476;
    font-size: 48px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 48px;
}

.section-contact .address-section {
    display: block;
    height: 482px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    border-radius: 35px;
}

.section-contact .address-section img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.section-contact .address-section .address-section-inner{
    position: absolute;
    top: auto;
    right: 70px;
    height: 250px;
    width: 300px;
    background: #aaa476;
    border-radius: 8px;
    color: white;
    padding: 24px;
    text-align: left;
    bottom: 50px;
}

.section-contact .address-section .address-section-inner .address-title{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

.section-contact .address-section .address-section-inner .address-sub {
    font-size: 14px;
    color: white;
    line-height: normal;
    margin-bottom: 20px;
}

.section-contact .address-section .address-section-inner .address-btn {
    height: 33px;
    width: 70%;
    border-radius: 5px;
    background: white;
    padding: 6px;
    display: block;
    color: #aaa476;
    cursor: pointer;
    font-weight: 600;
}

.section-contact .address-section .address-section-inner .address-btn i{
    font-size: 14px;
    margin-left: 10px;
}

.section-contact-main {
    padding: 70px 80px;   
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.section-contact-main .section-contact-main-left  {
    width: 70%;
    margin-right: 30px;
}

.section-contact-main .section-contact-main-left .sec-logo{
    height: 30px;
    width: 350px;
    display: block;
    margin-bottom: 30px;
}

.section-contact-main .section-contact-main-left .sec-logo img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section-contact-main .section-contact-main-left .sec-sub{
    font-size: 20px;
    color: #110229;
    font-weight: bold;
    margin-bottom: 20px;
}

.section-contact-main .section-contact-main-left .sec-sub-main{
    font-size: 16px;
    color: #8f90a6;
    line-height: 20px;
}

.section-contact-main .section-contact-main-right  {
    width: 30%;
}

.section-contact-main .section-contact-main-right .sec-title {
    font-size: 20px;
    font-weight: bold;
    color: #110229;
    margin-bottom: 30px;
    text-align: center;
}

.section-contact-main .section-contact-main-right .sec-contact {
    height: 76px;
    width: 442px;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #ddd;
    color: #110229;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.section-contact-main .section-contact-main-right .sec-contact:last-child {
    margin-bottom: 0px;
}

.our-concept-terms ul{
    padding: 0px;;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

.our-concept-terms ul li{
    width: 33.33%;
    font-size: 18px;
    font-weight: bold;
    color:#aaa476;
    margin-bottom: 30px;
    text-decoration: underline;
} 

::-webkit-scrollbar {
    width: 0.31em;
    height: 5px;
}
    

::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.1);
}
    
::-webkit-scrollbar-thumb {
    background: #aaa476 ;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
    
::-webkit-scrollbar-thumb:hover {
    background: #aaa479;
}

@media (max-width: 480px) {

    .header-row {
        min-height: 66px;
    }

    .header-row .main-logo {
        height: 26px;
    }

    .image-bg {
        height: 280px;
    }

    .main-inner-section {
        padding: 20px;
    }

    .main-inner-section .our-concept {
        display: block;
        margin-bottom: 40px;
    }

    .main-inner-section .our-concept .our-concept-img {
        height: 300px;
        width: 100%;
        margin-bottom: 30px;
    }

    .main-inner-section .our-concept .our-concept-content {
        width: 100%;
    }

    .main-inner-section .our-concept .our-concept-content .our-concept-content-title {
        font-size: 30px;
        text-align: center;
        line-height: normal;
        text-transform: uppercase;
    }

    .main-inner-section .our-concept .our-concept-content>ul li {
        font-size: 13px;
        margin-bottom: 20px;
        text-align: center;
    }

    .main-inner-section .specifications .specifications-title {
        font-size: 30px;
        text-align: center;
        line-height: normal;
        text-transform: uppercase;   
    }

    .main-inner-section .specifications .specifications-card .specifications-card-item {
        padding: 20px;
        min-height: 100px;
    }

    .section-plan {
        display: block;
        padding: 20px;
        margin-bottom: 20px;
    }

    .section-plan .section-plan-item {
        width: 100%;
    }

    .section-plan .section-plan-item .section-plan-item-img {
        height: 200px;
        width: 100%;
    }

    .section-plan .section-plan-item .section-plan-item-title {
        font-size: 24px;
        text-transform: uppercase;
    }

    .section-contact {
        padding: 20px;
        margin-bottom: 30px;
    }

    .section-contact .section-contact-title {
        font-size: 30px;
        text-align: center;
        line-height: normal;
        text-transform: uppercase;
    }

    .section-contact .address-section img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .section-contact .address-section .address-section-inner {
        top: 50%;
        right: 50%;
        transform: translate(50%,-50%);
    }

    .section-contact-main {
        padding: 20px;
        display: block;
    }

    .section-contact-main .section-contact-main-left {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .section-contact-main .section-contact-main-right {
        width: 100%;
    }

    .section-contact-main .section-contact-main-left .sec-sub {
        font-size: 16px;
        text-align: center;
        text-transform: uppercase;
    }

    .section-contact-main .section-contact-main-left .sec-sub-main {
        text-align: justify;
        line-height: 2;
    }

    .section-contact-main .section-contact-main-left .sec-logo {
        width: 300px;
        margin: 20px auto;
    }

    .section-contact-main .section-contact-main-left .sec-logo img{ 
        object-fit: contain;
    }


    .section-contact-main .section-contact-main-right .sec-contact {
        display: block;
        width: 100%;
    }

    .main-inner-section .specifications .specifications-card {
        display: block;
    }


    .our-concept-terms ul {
        justify-content: center;

    }
    
    .our-concept-terms ul li {
        width: 100%;
        text-align: center;
    }

    

} 