/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
    /* CSS */
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* CSS */
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .header-section {
        padding: 20px;
    }
    img.logo-img.img-fluid {
        height: 30px;
    }
    button.navbar-toggler.ms-auto {
        position: relative;
        top: -30px;
    }

    button.navbar-toggler {
        padding: 0;
    }
    .navigation-links ul {
        border-radius: 25px;
    }
    .menu-colmn {
        padding-left: 0px;
    }
    .navigation-links {
        padding: 0;
    }
    .hero-section {
        height: 65vh;
        padding-left: 20px;
        padding-right: 20px;
    }
    .hero-left-content {
        width: 80%;
        margin-top: 150px;
    }
    .hero-title h1 {
        font-size: 22px;
        line-height: 25px;
    }
    .hero-left-content .hero-desc p {
        font-size: 14px;
        margin-top: 20px;
    }
    .button-wrapper.hero-btn button {
        font-size: 12px;
        padding: 10px 20px;
        margin-top: 15px;
    }
    .mobile-hero-btn {
        display: block;
    }
    .circle-animate {
        width: 100px;
        height: 100px;
    }
    .about-section.section .left-txt-content .before-title p {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .about-section.section .left-txt-content .title h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .about-section.section .left-txt-content {
        padding: 0 20px;
    }
    .about-section.section .left-txt-content .desc p {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        padding-left: 0;
        padding-top: 20px;
        padding-right: 0px;
    }
    .about-section.section .left-txt-content .cta-wrapper {
        margin-left: 0;
        margin-top: 45px;
    }
    .about-img {
        position: relative;
        top: 0;
        padding: 0 20px;
        margin-top: -120px;
    }
    h1.featured-title {
        font-size: 26px;
        padding: 0 20px;
        line-height: 30px;
    }
    .content-wrapper {
        padding: 0 20px 30px 20px;
    }
    .featured-one .content-wrapper .content h1,
    .featured-two .content-wrapper .content h1,
    .featured-three .content-wrapper .content h1 {
        font-size: 26px;
    }
    .featured-one .content-wrapper .content p,
    .featured-two .content-wrapper .content p,
    .featured-three .content-wrapper .content p {
        color: #fff;
        font-size: 16px;
        width: 100%;
        line-height: 20px;
    }

    .featured-cta-btn {
        float: left;
        text-align: right;
        margin-top: 30px;
    }
    .content-wrapper {
        padding: 0 20px 30px 20px;
    }
    .new-laucnhes-section.section .title h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .featured-content {
        padding: 0 0 50px 0;
    }
    .about-section.section {
        padding: 50px 0 30px 0;
    }
    .featured-cta-btn button {
        color: #000;
        font-size: 14px;
    }
    .featured-cta-btn button img {
        width: 12%;
        padding-left: 5px;
    }
    .row.align-items-center.new-projects {
        padding: 0 20px 50px 20px;
    }
    .lauches-project.first-launch .pro-content .txt-content,
    .lauches-project.third-launch .pro-content .txt-content {
        right: 0%;
        width: 80%;
    }
    .lauches-project.second-launch .pro-content .txt-content {
        left: 0%;
        width: 80%;
    }
    .lauches-project.first-launch .pro-content .txt-content h2,
    .lauches-project.third-launch .pro-content .txt-content h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .lauches-project.first-launch .pro-content .txt-content h2,
    .lauches-project.second-launch .pro-content .txt-content h2,
    .lauches-project.third-launch .pro-content .txt-content h2 {
        background: rgba(255, 255, 255, 0.5);
        margin-bottom: 0;
        padding: 20px;
    }
    .lauches-project.first-launch .pro-content .txt-content a img,
    .lauches-project.third-launch .pro-content .txt-content a img {
        padding-left: 10px;
        width: 15%;
    }
    .details-about-project {
        padding: 0px;
        margin-top: 20px;
    }
    .details-about-project ul li img {
        width: 25%;
        margin-bottom: 10px;
    }
    .change-order-2 {
        order: 2;
    }
    .change-order-1 {
        order: 1;
    }
    ul.features-list li {
        font-size: 10px;
        padding: 6px 10px;
        margin-bottom: 5px;
    }
    .lauches-project.second-launch .pro-content .txt-content h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .lauches-project.second-launch .pro-content .txt-content .launch-btn-cta {
        text-align: left;
        padding: 10px 20px;
        background: #fff;
    }
    .lauches-project.second-launch .pro-content .txt-content a img {
        padding-left: 10px;
        width: 15%;
    }
    .lauches-project.second-launch .pro-content .txt-content p {
        font-size: 14px;
        background: #fff;
        padding: 20px 20px 20px 20px;
        margin-bottom: 0;
        text-align: left;
    }
    .lauches-project.third-launch {
        padding-bottom: 20px;
    }
    .new-projects .col-md-6 {
        padding: 0;
    }
    .details-about-project ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    .details-about-project ul li {
        font-size: 10px;
        padding: 10px;
    }
    .features-stats-section.section {
        height: auto;
        padding: 50px 20px;
        background: url(../images/stats-bg.jpg) no-repeat;
        background-position: 25% 50%;
        background-size: cover;
    }
    .mobile-stats-cta {
        display: block;
    }
    .desktop-stats-cta {
        display: none;
    }

    .right-stats hr:first-child {
        display: block;
    }
    .right-stats .txt-content p.desc {
        color: #fff;
        font-size: 20px;
    }
    .mobile-stats-cta button {
        margin-top: 20px !important;
    }
    .marquee span {
        font-size: 42px;
    }
    .bin-logo {
        margin-bottom: 20px;
    }
    .left-stats .txt-content p.title {
        color: #fff;
        font-size: 16px;
    }
    .left-stats .txt-content p.desc {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
    }
    .property-type-content.penthouse-content {
        background: url(../images/penthouse.png) no-repeat;
        background-position: center right;
        background-size: 50%;
        padding: 50px 0 50px 0;
    }
    .property-type-content.penthouse-content .content h1 {
        color: #fff;
        font-size: 22px;
    }
    .property-type-content.penthouse-content .content {
        width: 100%;
        padding-left: 20px;
    }
    .property-type-content.penthouse-content .content p {
        font-size: 14px;
        width: 55%;
    }
    .property-type-content.penthouse-content .content .img-gallery {
        flex-direction: column;
        display: none;
    }
    .img-gallery img {
        width: 90%;
    }
    .property-type-content.penthouse-content .content button.btn,
    .property-type-content.apartment-content .content button.btn,
    .property-type-content.skyvilla-content .content button.btn {
        padding: 6px 15px;
        font-size: 14px;
        margin-top: 10px;
    }
    .property-type-content.apartment-content {
        background: url(../images/apartment-img.png) no-repeat;
        background-position: center left;
        background-size: 45%;
        padding: 50px 0 50px 0;
    }
    .property-type-content.skyvilla-content {
        padding: 0px 0 100px 0;
    }
    .property-type-content.apartment-content .content {
        width: 60%;
        padding-left: 20px;
        float: right;
    }
    .new-laucnhes-section.section .title {
        width: 80%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .bin-logo img {
        width: 40%;
    }
    .mob-order-change-1 {
        order: 1;
    }
    .mob-order-change-2 {
        order: 2;
    }
    .mob-order-change-3 {
        order: 3;
    }
    .property-type-content.apartment-content .content h1 {
        font-size: 22px;
    }
    .property-type-content.apartment-content .content p {
        font-size: 14px;
        width: 90%;
    }
    .property-type-content.apartment-content .content .img-gallery {
        flex-direction: column;
        display: none;
    }
    .property-type-content.skyvilla-content {
        background: url(../images/skyvilla-img.png) no-repeat;
        background-position: bottom right;
        background-size: 65%;
    }
    .property-type-content.skyvilla-content .content h1 {
        font-size: 22px;
    }
    .property-type-content.skyvilla-content .content p {
        font-size: 14px;
        width: 90%;
    }
    .property-type-content.skyvilla-content .content {
        padding-left: 20px;
    }
    .property-type-content.skyvilla-content .content .img-gallery {
        flex-direction: column;
        display: none;
    }

    .location-section.section {
        background: #fff;
        padding: 50px 20px 0px 20px;
    }
    .location-section.section .title h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .location-section.section .desc p {
        font-size: 14px;
        line-height: normal;
        margin-top: 20px;
    }
    .location-section.section .desc {
        padding-left: 0;
    }
    .location-section.section .desc a {
        text-decoration: none;
        font-size: 14px;
    }
    .map-img hr {
        opacity: 1;
        margin: 25px 0;
    }

    .footer-section.section .left-content h1 {
        font-size: 24px;
        line-height: 30px;
        padding-right: 0;
    }
    .footer-section.section .main-row {
        padding: 25px 15px;
    }
    .footer-form-col h3 {
        font-size: 16px;
    }
    .footer-form-col form.footer-form input {
        min-height: 45px;
        height: 45px;
        font-size: 12px;
    }
    .footer-form-col form.footer-form label {
        color: #000;
        font-size: 12px;
    }
    form.footer-form .row.form-btn button {
        font-size: 14px;
        padding: 10px 15px;
        width: 100%;
    }
    .footer-bottom p {
        color: #fff;
        text-align: center;
        font-size: 10px;
    }
    .footer-bottom .footer-logo {
        width: 50%;
        margin: 0 auto 20px auto;
    }
    #btn-back-to-top {
        height: 50px;
        width: 50px;
    }
    ul.footer-links {
        list-style: none;
        text-align: center;
        padding: 0;
        margin-bottom: 20px;
    }
    .footer-v2-section form.footer-form .row.form-btn button {
        width: 100%;
    }
        .footer-v2-section .footer-form-col h3{
        font-size: 26px;
    }
    .footer-v2-section .footer-form-col form.footer-form input{
        text-align: right;
    }
        .new-laucnhes-section.section{
        padding-bottom: 50px;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .header-section {
        padding: 20px;
    }
    img.logo-img.img-fluid {
        height: 30px;
    }
    button.navbar-toggler.ms-auto {
        position: relative;
        top: -30px;
    }

    button.navbar-toggler {
        padding: 0;
    }
    .navigation-links ul {
        border-radius: 25px;
    }
    .menu-colmn {
        padding-left: 0px;
    }
    .navigation-links {
        padding: 0;
    }
    .hero-section {
        height: 65vh;
        padding-left: 20px;
        padding-right: 20px;
    }
    .hero-left-content {
        width: 80%;
        margin-top: 150px;
    }
    .hero-title h1 {
        font-size: 22px;
        line-height: 25px;
    }
    .hero-left-content .hero-desc p {
        font-size: 14px;
        margin-top: 20px;
    }
    .mobile-hero-btn {
        display: block;
    }
    .button-wrapper.hero-btn button {
        font-size: 12px;
        padding: 10px 20px;
        margin-top: 15px;
    }
    .circle-animate {
        width: 100px;
        height: 100px;
    }
    .about-section.section .left-txt-content .before-title p {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .about-section.section .left-txt-content .title h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .about-section.section .left-txt-content {
        padding: 0 20px;
    }
    .about-section.section .left-txt-content .desc p {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        padding-left: 0;
        padding-top: 20px;
        padding-right: 0px;
    }
    .about-section.section .left-txt-content .cta-wrapper {
        margin-left: 0;
        margin-top: 45px;
    }
    .about-img {
        position: relative;
        top: 0;
        padding: 0 20px;
        margin-top: -120px;
    }
    h1.featured-title {
        font-size: 26px;
        padding: 0 20px;
        line-height: 30px;
    }
    .content-wrapper {
        padding: 0 20px 20px 20px;
    }
    .featured-one .content-wrapper .content h1,
    .featured-two .content-wrapper .content h1,
    .featured-three .content-wrapper .content h1 {
        font-size: 26px;
    }
    .featured-one .content-wrapper .content p,
    .featured-two .content-wrapper .content p,
    .featured-three .content-wrapper .content p {
        color: #fff;
        font-size: 16px;
        width: 100%;
        line-height: 20px;
    }

    .featured-cta-btn {
        margin-top: 10px;
        width: 100%;
    }

    .new-laucnhes-section.section .title h1 {
        font-size: 26px;
        line-height: 30px;
        width: 100%;
    }
    ul.features-list {
        margin-bottom: 20px;
    }

    .about-section.section {
        padding: 50px 0 30px 0;
    }
    .featured-content {
        padding: 20px 0 20px 0;
    }
    .milestones {
        width: 85%;
        margin: 0 auto;
    }
    .milestones ul li a {
        text-align: left;
    }
    .milestones ul li a img {
        padding-left: 5px;
        width: 25%;
    }
    .milestones ul li p {
        margin-bottom: 0;
    }
    .milestones ul li {
        padding: 10px 12px;
    }
    .f-comn-order-2 {
        order: 2;
    }
    .f-comn-order-1 {
        order: 1;
    }
    .featured-cta-btn button {
        color: #000;
        font-size: 14px;
        width: 50%;
        padding: 8px 0;
    }
    .featured-cta-btn button img {
        width: 12%;
        padding-left: 5px;
    }
    .row.align-items-center.new-projects {
        padding: 0 20px 50px 20px;
    }
    .featured-one .featured-colm-image,
    .featured-two .featured-colm-image,
    .featured-three .featured-colm-image,
    .featured-four .featured-colm-image  {
        height: 45vh;
    }
    .lauches-project.first-launch .pro-content .txt-content,
    .lauches-project.third-launch .pro-content .txt-content {
        right: 0%;
        width: 80%;
    }
    .lauches-project.second-launch .pro-content .txt-content {
        left: 0%;
        width: 80%;
    }
    .lauches-project.first-launch .pro-content .txt-content h2,
    .lauches-project.third-launch .pro-content .txt-content h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .lauches-project.first-launch .pro-content .txt-content h2,
    .lauches-project.second-launch .pro-content .txt-content h2,
    .lauches-project.third-launch .pro-content .txt-content h2 {
        background: rgba(255, 255, 255, 0.5);
        margin-bottom: 0;
        padding: 20px;
    }
    .lauches-project.first-launch .pro-content .txt-content a img,
    .lauches-project.third-launch .pro-content .txt-content a img {
        padding-left: 10px;
        width: 15%;
    }
    .details-about-project {
        padding: 0px;
        margin-top: 20px;
    }
    .details-about-project ul li img {
        width: 25%;
        margin-bottom: 10px;
    }
    .change-order-2 {
        order: 2;
    }
    .change-order-1 {
        order: 1;
    }
    ul.features-list li {
        font-size: 10px;
        padding: 6px 10px;
        margin-bottom: 5px;
    }
    .lauches-project.second-launch .pro-content .txt-content h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .lauches-project.second-launch .pro-content .txt-content .launch-btn-cta {
        text-align: left;
        padding: 10px 20px;
        background: #fff;
    }
    .lauches-project.second-launch .pro-content .txt-content a img {
        padding-left: 10px;
        width: 15%;
    }
    .lauches-project.second-launch .pro-content .txt-content p {
        font-size: 14px;
        background: #fff;
        padding: 20px 20px 20px 20px;
        margin-bottom: 0;
        text-align: left;
    }
    .lauches-project.third-launch {
        padding-bottom: 20px;
    }
    .new-laucnhes-section.section{
        padding-bottom: 50px;
    }
    .new-projects .col-md-6 {
        padding: 0;
    }
    .details-about-project ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    .details-about-project ul li {
        font-size: 10px;
        padding: 10px;
    }
    .features-stats-section.section {
        height: auto;
        padding: 50px 20px;
        background: url(../images/stats-bg.jpg) no-repeat;
        background-position: 25% 50%;
        background-size: cover;
    }
    .mobile-stats-cta {
        display: block;
    }
    .desktop-stats-cta {
        display: none;
    }

    .right-stats hr:first-child {
        display: block;
    }
    .right-stats .txt-content p.desc {
        color: #fff;
        font-size: 20px;
    }
    .mobile-stats-cta button {
        margin-top: 20px !important;
    }
    .marquee span {
        font-size: 42px;
    }
    .bin-logo {
        margin-bottom: 20px;
    }
    .left-stats .txt-content p.title {
        color: #fff;
        font-size: 16px;
    }
    .left-stats .txt-content p.desc {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
    }
    .property-type-content.penthouse-content {
        background: url(../images/penthouse.png) no-repeat;
        background-position: center right;
        background-size: 50%;
        padding: 50px 0 50px 0;
    }
    .property-type-content.penthouse-content .content h1 {
        color: #fff;
        font-size: 22px;
    }
    .property-type-content.penthouse-content .content {
        width: 100%;
        padding-left: 20px;
    }
    .property-type-content.penthouse-content .content p {
        font-size: 14px;
        width: 55%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 10em;
        line-height: 1.5em;
    }
    .property-type-content.penthouse-content .content .img-gallery {
        flex-direction: column;
        display: none;
    }
    .img-gallery img {
        width: 90%;
    }
    .lauches-project.first-launch .pro-content .img, .pro-content .img img, 
    .lauches-project.second-launch .pro-content .img, .pro-content .img img{
        min-height: 500px;
    }
    .property-type-content.penthouse-content .content button.btn,
    .property-type-content.apartment-content .content button.btn,
    .property-type-content.skyvilla-content .content button.btn {
        padding: 6px 15px;
        font-size: 14px;
        margin-top: 10px;
    }
    .property-type-content.apartment-content {
        background: url(../images/apartment-img.png) no-repeat;
        background-position: center left;
        background-size: 45%;
        padding: 50px 0 50px 0;
    }
    .property-type-content.skyvilla-content {
        padding: 0px 0 100px 0;
    }
    .property-type-content.apartment-content .content {
        width: 60%;
        padding-left: 20px;
        float: right;
    }
    .new-laucnhes-section.section .title {
        width: 80%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .bin-logo img {
        width: 40%;
    }
    .mob-order-change-1 {
        order: 1;
    }
    .mob-order-change-2 {
        order: 2;
    }
    .mob-order-change-3 {
        order: 3;
    }
    .property-type-content.apartment-content .content h1 {
        font-size: 22px;
    }
    .property-type-content.apartment-content .content p {
        font-size: 14px;
        width: 90%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 10em;
        line-height: 1.5em;
    }
    .property-type-content.apartment-content .content .img-gallery {
        flex-direction: column;
        display: none;
    }
    .property-type-content.skyvilla-content {
        background: url(../images/skyvilla-img.png) no-repeat;
        background-position: bottom right;
        background-size: 50%;
    }
    .property-type-content.skyvilla-content .content h1 {
        font-size: 22px;
    }
    .property-type-content.skyvilla-content .content p {
        font-size: 14px;
        width: 90%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 10em;
        line-height: 1.5em;
    }
    .property-type-content.skyvilla-content .content {
        padding-left: 20px;
    }
    .property-type-content.skyvilla-content .content .img-gallery {
        flex-direction: column;
        display: none;
    }
        .parallax-slide .content-wrapper .content h1{
            font-size: 26px;
        }
    .location-section.section {
        background: #fff;
        padding: 50px 20px 0px 20px;
    }
    .location-section.section .title h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .location-section.section .desc p {
        font-size: 14px;
        line-height: normal;
        margin-top: 20px;
    }
    .location-section.section .desc {
        padding-left: 0;
    }
    .location-section.section .desc a {
        text-decoration: none;
        font-size: 14px;
    }
    .map-img hr {
        opacity: 1;
        margin: 25px 0;
    }
.before-footer p {
    width: 80%;
    font-size: 12px;
}
    .footer-section.section .left-content h1 {
        font-size: 24px;
        line-height: 30px;
        padding-right: 0;
    }
    .footer-section.section .main-row {
        padding: 25px 15px;
    }
    .footer-form-col h3 {
        font-size: 16px;
    }
    .footer-form-col form.footer-form input {
        min-height: 45px;
        height: 45px;
        font-size: 12px;
    }
    .footer-form-col form.footer-form label {
        color: #000;
        font-size: 12px;
    }
    form.footer-form .row.form-btn button {
        font-size: 14px;
        padding: 10px 15px;
        width: 100%;
    }
    .footer-bottom p {
        color: #fff;
        text-align: center;
        font-size: 10px;
    }
    .footer-bottom .footer-logo {
        width: 50%;
        margin: 0 auto 20px auto;
    }
    #btn-back-to-top {
        height: 50px;
        width: 50px;
    }
    ul.footer-links {
        list-style: none;
        text-align: center;
        padding: 0;
        margin-bottom: 20px;
    }
    .footer-v2-section form.footer-form .row.form-btn button {
        width: 100%;
    }
        .footer-v2-section .footer-form-col h3{
        font-size: 26px;
    }
        .footer-v2-section .footer-form-col form.footer-form input{
        text-align: right;
    }
}
