*
*::before
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    overflow-x: hidden;
}

body{
    width: 100%;
    height: 100vh;
    background-color: grey;
    display: flex;
}

nav{
    position: fixed;
    top: 10;
    width: 100%;
    height: 10vh;
    padding: 0 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: 0.5s;
    background-color: #ffffff65;
    transition: all 650ms ease-in-out;
}

.nav-links{ 
    margin-left: auto;
    padding: 0;
    /* display: inline-block; */
    display: flex;
    font-size: 15px;
    animation: movedown 1s linear 1;
    animation-delay: 2s;
    visibility: hidden;
    animation-fill-mode: forwards;
    
}

ul li{
    list-style: none;
}

ul li a{
    color: black;
    padding: 0 20px;
    font-size: 1.1em;
    text-decoration: none;
    font-weight: bold;
}

ul li a:hover{
    background-color: #7ee8fa;
    background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
}
.logo{
    font-size: 2.0em;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.loogo{
    width: 50px;
    margin: auto;
    margin-left: -10%;
    font-size: 1px;
    color: black;
    cursor: pointer;
    animation: movedown 1s linear 1;
    animation-delay: 1s;
    visibility: hidden;
    animation-fill-mode: forwards;
}

@keyframes movedown{
    0%{
        transform: translateY(-100px);
        visibility: visible;
    }
    100%{
        transform: translateY(0);
        visibility: visible;
    }
}

/* .burger div{
    width: 25px;
    height: 5px;
    background-color: red;
    margin: 5px;
    display: none;

} */

.menu-icons ion-icon{
    font-size: 3.5rem;
    color: black;
    cursor: pointer;
}

.row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0;
}

.row h1{
    top: 50%;
}

.row2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0;
}

.row3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0;
}

.row32{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0;
}

.row4{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0;
}

.col-1{
    flex-basis: 40%;
    position: relative;
    margin-left: 150px;
    top: -50px;
}


.col-1::before{
    content: '';
    width: 10px;
    height: 87%;
    background-color: #7ee8fa;
    background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
    position: absolute;
    left: -40px;
    top: 15px;

}

.col-7{
    flex-basis: 40%;
    position: relative;
    margin-left: 150px;
    top: -50px;
}


.col-7::before{
    content: '';
    width: 10px;
    height: 87%;
    background-color: #7ee8fa;
    background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
    position: absolute;
    left: -40px;
    top: 15px;

}
.col-7 p{
    font-size: 16px;
    color: black;
    font-weight: 400;
}


.col-7 h2{
    font-style: italic;
    font-size: 20px;
}


.col-1 p{
    font-size: 16px;
    color: black;
    font-weight: 4  00;
}


.col-1 h2{
    font-style: italic;
    font-size: 20px;
}

.col-12 h2{
    font-style: italic;
    font-size: 20px;
    margin-left: 230px;
}

.col-120 h2{
    font-style: italic;
    font-size: 20px;
    margin-left: 230px;
}

.col-15 h2{
    font-style: italic;
    font-size: 20px;
    margin-left: 230px;
}

.col-2{
    position: relative;
    flex-basis: 60%;
    display: flex;
    align-items: center;
    left: 100px;
    top: -50px;
}

.col-2 .apartment{
    width: 60%;
    border-radius: 20px;
}

.col-8{
    position: relative;
    flex-basis: 60%;
    display: flex;
    align-items: center;
    left: 290px;
    top: -50px;
}

.col-8 .apartment{
    width: 40%;
    border-radius: 20px;
}

.col-3{
    position: relative;
    flex-basis: 60%;
    display: flex;
    align-items: center;
    right: 31%;
    width: 50%;
}

.col-3 .apartment2{
    width: 30%;
    border-radius: 20px;
}

.col-4{
    position: relative;
    flex-basis: 60%;
    display: flex;
    align-items: center;
    right: -71%;
}

.col-4 .apartment2{
    width: 30%;
    border-radius: 20px;
}

.col-42{
    position: relative;
    flex-basis: 60%;
    display: flex;
    align-items: center;
    right: -9%;
    width: 50%;
}

.col-42 .apartment2{
    width: 30%;
    border-radius: 20px;
}


button{
    position: absolute;
    width: 140px;
    border: 0;
    padding: 12px 10px;
    outline: none;
    color: #fff;
    font-size: bold;
    background-color: #7ee8fa;
    background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
    border-radius: 6px;
    cursor: pointer;
    right: 45%;
    
}
button a{
    text-decoration: none;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

.color-box2{
    position: absolute;
    right: 0;
    top: 10;
    background-color: #7ee8fa;
    background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
    border-radius: 0 20px 20px 0;
    height: 110%;
    width: 90%;
    z-index: -1;
    transform: translate(-650px);
    
}

.but{
    position: absolute;
    width: 140px;
    border: 0;
    padding: 12px 10px;
    outline: none;
    color: #fff;
    font-size: bold;
    background-color: #7ee8fa;
    background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
    border-radius: 6px;
    cursor: pointer;
    left: -25%;
}

.color-box3{
    position: absolute;
    right: 0;
    top: 10;
    background-color: #7ee8fa;
    background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
    border-radius: 20px 0 0 20px;
    height: 110%;
    width: 90%;
    z-index: -1;
    transform: translate(35px);
    
}

.color-box32{
    position: absolute;
    right: 0;
    top: 10;
    background-color: #7ee8fa;
    background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
    border-radius: 0 20px 20px 0;
    height: 110%;
    width: 90%;
    z-index: -1;
    transform: translate(-650px);
    
}


/* 
#apartments{
    background-color:rgb(0, 0, 0)
} */

h1{
    color: #fff;
    font-size: 20px;
    align-items: center;
    display: block;
    position: relative;
    color: black;
    right: 50%;
    left: 50%;
    opacity: 0;
    margin-top: -25%;
}

#slideImg{
    animation: zoom 4s linear infinite;
}
@keyframes zoom{
    0%{
        transform: scale(1);
    }
    15%{
        transform: scale(1.05);
    }
    85%{
        transform: scale(1.05);
    }
    100%{
        transform: scale(1);
    }
}

.content-1{
    display: flex;
    width: 100%;
    background-color: #000000;
    /* max-width: 100%; */
    align-items: center;
    justify-content: center;
    
}

.nav-list.active{
    right: 0;
}

.close{
    position: absolute;
    top: 1rem;
    left: 1.5rem;
}

.custom-shape-divider-top-1631031516 {
    position: absolute;
    top: 0;
    left:10;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1631031516 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-top-1631031516 .shape-fill {
    fill: #0A0A0A;
}

/** For mobile devices **/
@media (max-width: 767px) {
    .custom-shape-divider-top-1631031516 svg {
        width: calc(100% + 1.3px);
        height: 78px;
    }
    .container{
        width: calc(100% + 1.3px);
        height: 78px;
    }
}

.container{
    position: relative;
    width: 100%;
    margin: auto;
    padding: 0 1.5rem;
    justify-content: center;
    align-items: center;
}

.card{
    position: relative;
    display: flex;
    width: 100%;
    margin: auto;
    padding: 0 1.5rem;
    justify-content: center;
    align-items: center;
    
   
}
.card2{
    position: relative;
    display: flex;
    width: 100%;
    margin: auto;
    padding: 0 1.5rem;
    justify-content: center;
    align-items: center;

   
}

/* #container{
    position: relative;
    display: flex;
    width: 100%;
    margin: auto;
    padding: 0 1.5rem;
    justify-content: center;
    align-items: center;
} */

.container .card{
    /* justify-content: center;
    align-items: center; */
    position: relative;
    width: 280px;
    height: 400px;
    margin: 30px; 
    left: 50px;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
}

.container .card2{
    /* justify-content: center;
    align-items: center; */
    position: relative;
    width: 280px;
    height: 400px;
    margin: 30px; 
    left: 50px;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
}
.container .card3{
    /* justify-content: center;
    align-items: center; */
    position: relative;
    width: 280px;
    height: 400px;
    margin: 30px; 
    left: 50px;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
}

.container .card .content{
    padding: 20px;
    text-align: centre;
    transition: 0.5s;
}

/* .container2{
    position: relative;
    width: 100%;
    /* max-width: 120rem; */
    /* margin: auto;
    padding: 0 1.5rem;
} */ 

.image-gallery{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 1.5rem;
    grid-template-areas: 
            'img-2 img-5 img-1 img-1'
            'img-2 img-7 img-4 img-3'
            'img-6 img-6 img-8 img-3'
            'img-9 img-10 img-11 img-11'
            'img-9 img-12 img-13 img-14'
            'img-15 img-15 img-16 img-14'
            'img-17 img-18 img-19 img-19'
            'img-17 img-20 img-21 img-22'
            'img-23 img-23 img-25 img-22'
            'img-24 img-26 img-27 img-27'
            'img-24 img-28 img-29 img-30'
            'img-31 img-31 img-32 img-30'
            'img-33 img-34 img-35 img-36';
}

.image-gallery2{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 1.5rem;
    grid-template-areas: 
            'img-37 img-38 img-39 img-39'
            'img-37 img-40 img-41 img-42'
            'img-43 img-43 img-44 img-42'
            'img-45 img-46 img-47 img-47';
}

.image-gallery3{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 1.5rem;
    grid-template-areas: 
            'img-48 img-49 img-50 img-50'
            'img-48 img-51 img-52 img-53'
            'img-54 img-54 img-55 img-53';
}

.image-gallery a{
    width: 100%;
    height: 25rem;
    border-radius: 20px;
    box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.1);
    /* min-height: 25rem; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.image-gallery2 a{
    width: 100%;
    height: 25rem;
    border-radius: 20px;
    box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.1);
    /* min-height: 25rem; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.image-gallery3 a{
    width: 100%;
    height: 25rem;
    border-radius: 20px;
    box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.1);
    /* min-height: 25rem; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.image-gallery a ion-icon{
    color: rgba(255,255,255, .6);
    font-size: 3rem;
    position: relative;
    z-index: 100;
    padding: 1rem 3rem;
    border: 2px solid rgba(255,255,255, .6);
    border-radius: 20px;
    opacity: 0;
    transition: opacity .5s;
}

.image-gallery2 a ion-icon{
    color: rgba(255,255,255, .6);
    font-size: 3rem;
    position: relative;
    z-index: 100;
    padding: 1rem 3rem;
    border: 2px solid rgba(255,255,255, .6);
    border-radius: 20px;
    opacity: 0;
    transition: opacity .5s;
}

.image-gallery3 a ion-icon{
    color: rgba(255,255,255, .6);
    font-size: 3rem;
    position: relative;
    z-index: 100;
    padding: 1rem 3rem;
    border: 2px solid rgba(255,255,255, .6);
    border-radius: 20px;
    opacity: 0;
    transition: opacity .5s;
}


.image-gallery a::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    opacity: 0;
    border-radius: 20px;
    transition: opacity .5s;
}

.image-gallery2 a::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    border-radius: 20px;
    opacity: 0;
    transition: opacity .5s;
}

.image-gallery3 a::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    border-radius: 20px;
    opacity: 0;
    transition: opacity .5s;
}

.image-gallery a:hover ion-icon,
.image-gallery a:hover::before{
    opacity: 1;
}

.image-gallery2 a:hover ion-icon,
.image-gallery2 a:hover::before{
    opacity: 1;
}

.image-gallery3 a:hover ion-icon,
.image-gallery3 a:hover::before{
    opacity: 1;
}

.img-1{
    grid-area: img-1;
    background-image: url("pics/IMG-20210902-WA007.jpg");
}

.img-2{
    grid-area: img-2;
    min-height: 51.5rem;
    background-image: url("pics/IMG-20210902-WA0008.jpg");
}


.img-3{
    grid-area: img-3;
    min-height: 51.5rem;
    background-image: url("pics/IMG-20210902-WA0009.jpg");
}


.img-4{
    grid-area: img-4;
    background-image: url("pics/IMG-20210902-WA0010.jpg");
}


.img-5{
    grid-area: img-5;
    background-image: url("pics/IMG-20210902-WA0011.jpg");
}


.img-6{
    grid-area: img-6;
    background-image: url("pics/IMG-20210902-WA0012.jpg");
}


.img-7{
    grid-area: img-7;
    background-image: url("pics/IMG-20210902-WA0013.jpg");
}


.img-8{
    grid-area: img-8;
    background-image: url("pics/IMG-20210902-WA0014.jpg");
}


.img-9{
    grid-area: img-9;
    min-height: 51.5rem;
    background-image: url("pics/IMG-20210902-WA0015.jpg");
}


.img-10{
    grid-area: img-10;
    background-image: url("pics/IMG-20210902-WA0016.jpg");
}


.img-11{
    grid-area: img-11;
    background-image: url("pics/IMG-20210902-WA0017.jpg");
}


.img-12{
    grid-area: img-12;
    background-image: url("pics/IMG-20210902-WA0018.jpg");
}


.img-13{
    grid-area: img-13;
    background-image: url("pics/IMG-20210902-WA0019.jpg");
}


.img-14{
    grid-area: img-14;
    min-height: 51.5rem;
    background-image: url("pics/IMG-20210902-WA0020.jpg");
}


.img-15{
    grid-area: img-15;
    background-image: url("pics/IMG-20210902-WA0021.jpg");
}


.img-16{
    grid-area: img-16;
    background-image: url("pics/IMG-20210902-WA0022.jpg");
}


.img-17{
    grid-area: img-17;
    min-height: 51.5rem;
    background-image: url("pics/IMG-20210902-WA0023.jpg");
}
.img-18{
    grid-area: img-18;
    background-image: url("pics/IMG_18.jpg");
}

.img-19{
    grid-area: img-19;
    background-image: url("pics/IMG_19.jpg");
}

.img-20{
    grid-area: img-20;
    background-image: url("pics/IMG_20.jpg");
}

.img-21{
    grid-area: img-21;
    background-image: url("pics/IMG_21.jpg");
}

.img-22{
    grid-area: img-22;
    min-height: 51.5rem;
    background-image: url("pics/IMG_22.jpg");
}

.img-23{
    grid-area: img-23;
    background-image: url("pics/IMG_23.jpg");
}

.img-24{
    grid-area: img-24;
    min-height: 51.5rem;
    background-image: url("pics/IMG_24.jpg");
}

.img-25{
    grid-area: img-25;
    background-image: url("pics/IMG_25.jpg");
}

.img-26{
    grid-area: img-26;
    background-image: url("pics/IMG_26.jpg");
}

.img-27{
    grid-area: img-27;
    background-image: url("pics/IMG_27.jpg");
}

.img-28{
    grid-area: img-28;
    background-image: url("pics/IMG_28.jpg");
}

.img-29{
    grid-area: img-29;
    background-image: url("pics/IMG_29.jpg");
}

.img-30{
    grid-area: img-30;
    min-height: 51.5rem;
    background-image: url("pics/IMG_30.jpg");
}

.img-31{
    grid-area: img-31;
    background-image: url("pics/IMG_31.jpg");
}

.img-32{
    grid-area: img-32;
    background-image: url("pics/IMG_32.jpg");
}

.img-33{
    grid-area: img-33;
    background-image: url("pics/IMG_33.jpg");
}

.img-34{
    grid-area: img-34;
    background-image: url("pics/IMG_34.jpg");
}

.img-37{
    grid-area: img-37;
    min-height: 51.5rem;
    background-image: url("pics/IMG_1.jpg");
}
.img-38{
    grid-area: img-38;
    background-image: url("pics/IMG_2.jpg");
}

.img-39{
    grid-area: img-39;
    background-image: url("pics/IMG_3.jpg");
}

.img-40{
    grid-area: img-40;
    background-image: url("pics/IMG_4.jpg");
}

.img-41{
    grid-area: img-41;
    background-image: url("pics/IMG_5.jpg");
}

.img-42{
    grid-area: img-42;
    min-height: 51.5rem;
    background-image: url("pics/IMG_6.jpg");
}

.img-43{
    grid-area: img-43;
    background-image: url("pics/IMG_7.jpg");
}

.img-44{
    grid-area: img-44;
    background-image: url("pics/IMG_8.jpg");
}

.img-45{
    grid-area: img-45;
    background-image: url("pics/IMG_9.jpg");
}

.img-46{
    grid-area: img-46;
    background-image: url("pics/IMG_10.jpg");
}

.img-47{
    grid-area: img-47;
    background-image: url("pics/IMG_11.jpg");
}

.img-48{
    grid-area: img-48;
    min-height: 51.5rem;
    background-image: url("pics/IMG_48.jpg");
}

.img-49{
    grid-area: img-49;
    background-image: url("pics/IMG_49.jpg");
}

.img-50{
    grid-area: img-50;
    background-image: url("pics/IMG_50.jpg");
}

.img-51{
    grid-area: img-51;
    background-image: url("pics/IMG_51.jpg");
}

.img-52{
    grid-area: img-52;
    background-image: url("pics/IMG_52.jpg");
}

.img-53{
    grid-area: img-53;
    min-height: 51.5rem;
    background-image: url("pics/IMG_53.jpg");
}

.img-54{
    grid-area: img-54;
    background-image: url("pics/IMG_54.jpg");
}

.img-55{
    grid-area: img-55;
    background-image: url("pics/IMG_55.jpg");
}

@media screen and (max-width: 900px){
    body{
        overflow-x: hidden;
        align-items: center;
        margin-left: 0%;
    }

    .loogo{
        position: absolute;
        cursor: pointer;
        left: 10%;
        z-index: 2;
        color: black;
        align-items: center;
        top: 8%;
        height: 40px;
    }
 
    

    .line{
        width: 30px;
        height: 3px;
        background: black;
        margin: 5px;
    }

    nav{
        position: fixed;
    }

    .hamburger{
        position: absolute;
        cursor: pointer;
        right: 5%;

        z-index: 2;
        animation: movedown 0.1s linear 1;
        animation-delay: 0.1s;
        visibility: hidden;
        animation-fill-mode: forwards;
    }

    .nav-links{
        margin-top: 360px;
        position:absolute;
        background: #ffffff;
        height: 50vh;
        width: 50%;
        font-size: 12px;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        clip-path: circle(320px at 90% -10%);
        -webkit-clip-path: circle(400px at 90% -10%);
        transition: all 2s ease-out;
        border-radius: 20px;
        display: none;

    } 

    .nav-links.open{
        clip-path: circle(350px at 90% -10%);
        -webkit-clip-path: circle(400px at 90% -10%);
        display: flex;
        align-items: center;
        position: absolute;
        background: #ffffff;

    }

    .image-gallery{
        margin-top: -230px;
        grid-template-areas: 
            'img-2 img-2 img-5 img-5'
            'img-2 img-2 img-1 img-1'
            'img-4 img-4 img-3 img-3'
            'img-9 img-9 img-6 img-6'
            'img-9 img-9 img-7 img-7'
            'img-8 img-8 img-10 img-10'
            'img-17 img-17 img-17 img-17'
            'img-11 img-11 img-12 img-12'       
            'img-13 img-13 img-14 img-14'
            'img-15 img-15 img-16 img-16'
            'img-15 img-15 img-18 img-18'
            'img-19 img-19 img-20 img-20'
            'img-21 img-21 img-22 img-22'
            'img-21 img-21 img-23 img-23'
            'img-24 img-24 img-23 img-23'
            'img-25 img-25 img-25 img-25'
            'img-26 img-26 img-27 img-27'
            'img-28 img-28 img-27 img-27'
            'img-29 img-29 img-30 img-30'
            'img-29 img-29 img-30 img-30'
            'img-31 img-31 img-32 img-32'
            'img-33 img-33 img-34 img-34';
    }


    .image-gallery2{
        margin-top: -230px;
        grid-template-areas: 
        'img-37 img-37 img-38 img-38'
        'img-37 img-37 img-39 img-39'
        'img-40 img-40 img-41 img-41'
        'img-42 img-42 img-42 img-42'
        'img-43 img-43 img-43 img-43'
        'img-44 img-44 img-45 img-45'
        'img-46 img-46 img-47 img-47';
    }

    .image-gallery3{
        margin-top: -230px;
        grid-template-areas: 
            'img-48 img-48 img-50 img-50'
            'img-49 img-49 img-51 img-51'
            'img-49 img-49 img-52 img-52'
            'img-53 img-53 img-53 img-53'
            'img-54 img-54 img-55 img-55';
    }


    .image-gallery a{
        height: 25rem;
    }

    .image-gallery2 a{
        height: 25rem;
    }

    .image-gallery3 a{
        height: 25rem;
    }

    .image-gallery a ion-icon{
        color: rgba(255,255,255, .6);
        height: 25rem;
        font-size: 3rem;
        position: inherit;
        z-index: 100;
        padding: 1rem 3rem;
        border: 2px solid rgba(255,255,255, .6);
        border-radius: 20px;
        opacity: 0;
        transition: opacity .5s;
    }

    .img-3{
        min-height: 41.5rem;
    }
    .img-17{
        min-height: 21.5rem;
    }

    .img-37{
        min-height: 51.5rem;
    }

    .img-41{
        min-height: 21.5rem;
    }

    .img-49{
        min-height: 51.5rem;
    }

    .img-48{
        min-height: 21.5rem;
    }

    .img-43{
        min-height: 21.5rem;
    }

    .img-53{
        min-height: 21.5rem;
    }


    .img-42{
        min-height: 21.5rem;
    }

    .img-25{
        min-height: 21.5rem;
    }

    .img-24{
        min-height: 41.5rem;
    }

    .img-29{
        min-height: 41.5rem;
    }

    .img-30{
        min-height: 41.5rem;
    }

    .img-27{
        min-height: 51.5rem;
    }

    .img-15{
        min-height: 51.5rem;
    }

    .img-21{
        min-height: 41.5rem;
    }
    .img-22{
        min-height: 41.5rem;
    }

    .img-23{
        min-height: 41.5rem;
    }
    /* .img-2{
        min-height: 41.5rem;
    } */
    .img-4{
        min-height: 41.5rem;
    }
    .img-14{
        min-height: 21.5rem;
    }


    .row{
        display: flex;
        position: relative;
        flex-direction: column-reverse;
        margin: 50px 0;
        /* bottom: 100px; */
        top: -310px;
    }

    .col-2{
        flex-basis: 100%;
        margin-bottom: 50px;
    }

    .col-2 .slider .apartment{
        display: flex;
        position: relative;
        width: 87%;
        right: 70px;
        left: -89px;

    }

    .col-8 .slider .apartment{
        display: flex;
        position: relative;
        width: 57%;
        right: 170px;
    }

    .col-21{
        flex-basis: 100%;
        margin-bottom: 50px;
    }
     
    .col-21 .slider .apartment{
        display: flex;
        position: relative;
        width: 57%;
        right: 70px;
        left: 33px;
        top: -200px;

    }

    /* .col-210{
        position: relative;
        flex-basis: 60%;
        display: flex;
        align-items: center;
        left: -80px;
    }  */

    /* .col-210 .apartment{
        display: flex;
        position: relative;
        width: 77%;
        margin-right: 170px;
        margin-left: 143px;
        top: -400px;
    } */

    .col-20 .slider .apartment{
        display: flex;
        position: relative;
        width: 57%;
        right: 70px;
        left: 33px;
        top: -130px;

    }
    .col-2 .color-box{
        display: flex;
        
        left: -60px;
    }

    .col-21 .color-box1{
        display: flex;
        transform: translateY(1px);
        left: -190px;
        top: -208px;
        
    }


    .col-20 .color-box1{
        display: flex;
        transform: translateY(1px);
        left: -190px;
        top: -138px;
        
    }


    .col-8 .color-box9{
        display: flex;
        transform: translateY(1px);
        left: -50px;
    }
    

    .col-1{
        display: relative;
        left: -110px;
    }

    .col-12{
        display: relative;
        right: 11px;
        top: 90px;  
    }

    .col-120{
        position: relative;
        display: flex;
        max-width: 100%;
        right: -210px;
        top: 185px;  
        align-items: center;
        text-align: left;
        justify-content: center;
        width: 100%;

        
    }


    .col-15{
        display: relative;
        right: 11px;
    }

    .col-1 p{
        display: flex;
        font-size: 1.6rem;
        text-align: row;
        justify-content: space-around;
        
        
    }

    .col-12 p{
        display: flex;
        font-size: 15px;
        text-align: center;
        justify-content: space-around;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        
        /* right: 200px;
        margin-left: 550px; */
    }

    .col-120 p{
        position: relative;
        display: flex;
        font-size: 16px;
        text-align: left;
        max-width: 100%;
        left: 400px;
        margin-right: -200px;
        width: 80%;
        top: 325px;

        
        /* right: 200px;
        margin-left: 550px; */
    }

    .col-120 h2{
        margin-left: -120px;
        left: -190px;
        bottom: -75px;
        position: relative;
        /* display: flex;
        align-items: center; */
        /* max-width: 1%;
        text-align: left; */
    }

    .col-15 p{
        position: relative;
        display: flex;
        font-size: 16px;
        text-align: center;
        justify-content: space-around;
        top: 170px;
    }
    .col-15 h2{
        position: relative;
        display: flex;
        top: 170px;
    }

    .col-1::before{
        content: '';
        width: 10px;
        height: 88%;
        background-color: #7ee8fa;
        background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
        position: absolute;
        display: flex;
        left: -40px;
        top: 19px;
    
    }
    .col-15::after{
        content: '';
        width: 10px;
        height: 87%;
        background-color: #7ee8fa;
        background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
        position: absolute;
        left:320px;
        top: 20px;
        display: none;
    } 

    .col-15::before{
        content: '';
        width: 10px;
        height: 87%;
        background-color: #7ee8fa;
        background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
        position: absolute;
        left:305px;
        top: 190px;
    } 

    .col-12::before{
        content: '';
        width: 10px;
        height: 87%;
        background-color: #7ee8fa;
        background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
        position: absolute;
        right: 60px;
        top: 20px;
        display: none;
    }

    .col-12::after{
        content: '';
        width: 10px;
        height: 87%;
        background-color: #7ee8fa;
        background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
        position: absolute;
        right: -20px;
        top: 20px;
    }

    .col-120::after{
        content: '';
        width: 10px;
        height: 104%;
        background-color: #7ee8fa;
        background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
        position: absolute;
        left: -170px;
        top: 275px;
        /* display: none; */
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        
    }

    .col-120::before{
        content: '';
        width: 10px;
        height: 107%;
        background-color: #7ee8fa;
        background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
        position: absolute;
        display: flex;
        margin-left: 170px;
        margin-right: 60px;
        top: 280px;
        display: none;
    }

    .col-7{
        flex-basis: 40%;
        position: relative;
        margin-left: 150px;
        top: -50px;
        display: relative;
        left: -110px;
    }

    .col-7 p{
        font-size: 1.6rem;
        color: black;
        font-weight: 400;
    }
    .swag{
        position: relative;
        flex-basis: 40%;
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: auto;
        padding: 0 1.5rem;
        justify-content: center;
        align-items: center;
        margin-right: 50px;
        top: -360px;
    }
    .swag .card .content .apartment2{
        display: flex;
        position: relative;
        flex-basis: 40%;
        margin-right: 50px;
        margin-left: 200px;
        left: -210px;
        display: none;
        max-width: 100%;
        
    }

    #about-us{
        top: -360px;
    }

    .contact-us{
        text-align: center;
        top: -60px;
    }

    .contact-us h2{
        font-size: 20px;
        position: relative;
        bottom: 50px;
        display: flex;
        right: -65px;
        left: 125px;
    }

    .contact-us .btn{
        align-items: center;
        left: -60px;
    }


    .footer{
        position: relative;
        font-size: 14px;
        text-align: center;
        margin-left: 69px;
        
        display: flex;
    }

}



@media screen and (min-width: 1200px){
    .container{
        height: 75vh;
    }
}

    
    


@media screen and (max-width: 460px){
    .col-210{
        position: relative;
        flex-basis: 60%;
        display: flex;
        align-items: left;
        justify-content: center;
        margin-left: -100px;
        bottom: -120px;
    }
    
}


@media screen and (min-width: 950px){
    .container::before{
        height: 12.4rem;
    }
}


@media screen and (min-width: 700px){
    .container{
        height: 60vh;
    }
}

@media screen and (max-width: 414px) {
    .col-12 p{
        display: flex;
        position: relative;
        font-size: 15px;
        text-align: left;
        /* justify-content: space-around; */
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        /* margin-left: 10px; */
        right: 0px;
        top: 10px;
    }

}

@media  screen and (max-width:414px ) {

    .color-box12{
        position: absolute;
        margin-right: 100px;
        margin-left: -30px;
        margin-top: 358px;
        bottom: -12px;
        background-color: #7ee8fa;
        background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
        border-radius: 20px 0 0 20px;
        height: 110%;
        width: 89%;
        z-index: -1;
        transform: translate(1px);
        
    }

    .color-box{
        position: absolute;
        display: flex;
        right: 0px;
        margin-left: 40px;
        top: 10;
        bottom: -12px;
        background-color: #7ee8fa;
        background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
        border-radius: 20px 0 0 20px;
        height: 110%;
        width: 89%;
        z-index: -1;
        transform: translate(100px);
    }

    .footer{
        display: flex;
        position: absolute;
        font-size: 14px;
        text-align: center;
        left: 1px;
        margin-top: 100px;
        
    }

    .contact-us{
        display: flex;
        position: absolute;
        top:100px;
    }

    .contact-us h2{
        font-size: 20px;
        position: relative;
        bottom: 50px;
        display: flex;
        right: -65px;
        left: 150px;
        
    }

    .col-2{
        position: relative;
        flex-basis: 60%;
        display: flex;
        align-items: center;
        left: 107px;
        top:  20px;
    }
    .col-1{
        flex-basis: 40%;
        position: relative;
        margin-left: 150px;
        top: 20px;
    }




    .col-210 .apartment2{
        width: 80%;
        border-radius: 20px;
    }

    .col-210{
        position: relative;
        flex-basis: 60%;
        display: flex;
        /* align-items: left; */
        /* margin-left: 1190px; */
        right: 00px;
        margin-left: -155px;
        /* right: 100px; */
        margin-bottom: -590px;
        top: 100px;;
        min-width: 700px;
    } 

    /* .col-120{
        position: relative;
        display: flex;
        max-width: 100%;
        right: -120px;
        top: 95px;  
        align-items: center;
        text-align: left;
        justify-content: center;
        width: 100%;

        
    } */

    .col-120{
        display: flex; 
        position: relative;
        right: 215px;
        margin-top: 360px;
    }

    .col-120 p{
        position: relative;
        display: flex;
        font-size: 16px;
        text-align: left;
        max-width: 100%;
        left: 400px;
        margin-right: -200px;
        width: 80%;
        top: 325px;

        
        /* right: 200px;
        margin-left: 550px; */
    }

    .col-120 h2{
        margin-left: -120px;
        left: -190px;
        bottom: -75px;
        position: relative;
        /* display: flex;
        align-items: center; */
        /* max-width: 1%;
        text-align: left; */
    }
}

@media screen and (max-width: 320px){

    .col-120 h2{
        /* margin-left: -120px; */
        margin-right: 14px;
        /* bottom: -75px; */
        /* position: relative; */
        /* display: flex; */
        align-items: center;
        text-align: left; 
        margin-top: -20px;
        bottom: 60px;
    }

}




@media screen and (max-width: 375px){
    .container::before{
        height: 12.4rem;
    }


    .col-210 .apartment2{
        width: 80%;
        position: relative;
        border-radius: 20px;
        display: flex;
        top: 400px;
        bottom: 50px;
    }

    .col-210{
        position: relative;
        flex-basis: 60%;
        display: flex;
        /* align-items: left; */
        /* margin-left: 1190px; */
        right: 00px;
        margin-left: -95px;
        /* right: 100px; */
        margin-bottom: -530px;
        margin-top: 40px;;
        min-width: 650px;
    } 


    .color-box12{
        position: absolute;
        margin-right: 100px;
        margin-left: -30px;
        top: -420px;
        bottom: -12px;
        background-color: #7ee8fa;
        background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
        border-radius: 20px 0 0 20px;
        min-height: 120%;
        width: 89%;
        z-index: -1;
        transform: translate(1px);
        
    }

    .col-120{
        display: flex; 
        position: relative;
        right: 215px;
        margin-top: 270px;
    }

    .color-box12{
        position: absolute;
        margin-right: 100px;
        margin-left: -140px;
        margin-top: 358px;
        bottom: -12px;
        background-color: #7ee8fa;
        background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
        border-radius: 20px 0 0 20px;
        height: 110%;
        width: 89%;
        z-index: -1;
        transform: translate(1px);
        
    }

    .col-210 .apartment2{
        display: flex;
        position: relative;
        width: 20%;
        margin-right: -50px;
        margin-left: 150px; 
        top: -40px;
        margin-left: -113px;
        right: 100px;
        display: block;
    } 

    .col-210{
        /* position: relative; */
        /* flex-basis: 60%; */
        /* display: flex; */
        /* align-items: left; */
        /* left: -1190px; */
        /* margin-right: 400px; */
        /* right: 100px; */
        /* bottom: 10px; */
        /* margin-top: -400px;; */
        /* max-width: 650px; */
    } 

    .contact-us h2{
        font-size: 20px;
        position: relative;
        bottom: 50px;
        display: flex;
        right: -65px;
        left: 125px;
        
    }

    .footer{
        position: relative;
        font-size: 14px;
        text-align: center;
        left: -34px;
        
    }


    .col-120 h2{
        /* margin-left: -120px; */
        margin-right: 14px;
        /* bottom: -75px; */
        /* position: relative; */
        /* display: flex; */
        align-items: center;
        text-align: left; 
        top: 70px;
    }

    .col-2{
        position: relative;
        flex-basis: 60%;
        display: flex;
        align-items: center;
        left: 100px;
        top: 50px;
    }

    .col-1{
        flex-basis: 40%;
        position: relative;
        margin-left: 150px;
        top: 20px;
    }


    .col-1::before{
        content: '';
        width: 10px;
        height: 91%;
        background-color: #7ee8fa;
        background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
        position: absolute;
        left: -40px;
        top: 15px;

    }

     .col-210{
        position: relative;
        flex-basis: 60%;
        display: flex;
        align-items: center;
        left: 0px;
     }

    .col-210 .apartment2{
        display: flex;
        position: relative;
        width: 77%;
        margin-right: -70px;
        margin-left: -43px; 
        margin-top: -10px;
        left: 113px;
        right: 0;
    } 

    .col-12{
        display: flex;
        right: 11px;
        top: 90px;  
    }

    .col-12 h2{
        position: relative;
        font-style: italic;
        font-size: 20px;
        left: 30px;
        top: -20px;
    }

    .col-12 p{
        display: flex;
        position: relative;
        font-size: 15px;
        text-align: left;
        /* justify-content: space-around; */
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        /* margin-left: 10px; */
        right: 90px;
        top: 40px;
        
        /* right: 200px;
        margin-left: 550px; */
    }
    .col-12::before{
        display: flex;
        content: '';
        width: 10px;
        min-height: 87%;
        background-color: #7ee8fa;
        background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
        position: relative;
        margin-left: 26px;
        right: -60px;
        top: 20px;
        /* display: none; */
    }

    .col-12::after{
        display: flex;
        content: '';
        width: 10px;
        height: 87%;
        background-color: #7ee8fa;
        background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
        position: relative;
        /* margin-right: 10px; */
        top: 20px;
    }

    .col-15 h2{
        position: relative;
        font-style: italic;
        font-size: 20px;
        left: 20px;
        top: 170px;
    }

    .col-15{
        display: flex;
        right: 11px;
        top: 90px;  
    }


    .col-15 p{
        display: flex;
        position: relative;
        font-size: 15px;
        text-align: left;
        /* justify-content: space-around; */
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        /* margin-left: 10px; */
        right: 110px;
        top: 240px;
    }

    .col-15::after{
        display: flex;
        content: '';
        width: 10px;
        min-height: 112%;
        background-color: #7ee8fa;
        background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
        position: relative;
        margin-left: 25px;
        margin-top: 170px;
        bottom: 40px;
        /* display: none; */
    } 

    .col-15::before{
        display: flex;
        content: '';
        width: 10px;
        height: 87%;
        background-color: #7ee8fa;
        background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
        position: relative;
        top: 40px;
    }
        
} 