/* landing */
.landing {
    background-image: url('../images/Group 78.png');
    background-size: cover;
    height: 300px;
    margin-bottom: 40px;
}

.landing .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 100px;
}

.landing .container .callus {
    font-weight: bold;
    color: #2784A1;
    font-size: 28px;
}

.landing .container p {
    color: black;
    font-size: 16px;
}

/* landing */

/* details */
.details {
    /* margin-bottom: 330px; */
}

.details .container .content {
    display: flex;
    flex-direction: column;
}

.details .container .dialog {
    margin: -90px auto;
    background-color: white;
    width: 90%;
    box-shadow: 10px 10px 30px 0 #0000001A;
    padding: 20px 80px 20px 20px;
    border-radius: 12px;
    z-index: 2;
}

[dir="ltr"] .details .container .dialog {
    padding: 20px 20px 20px 80px;
}

.details .content .dialog .dialog-header {
    margin-bottom: 10px;
    gap: 10px;
}

.details .content .dialog h5 {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}

.details .container .dialog span {
    font-size: 16px;
    font-weight: normal;
}

.details .container .dialog .buttons {
    margin-top: -60px;
}

.details .container .dialog .buttons .callus {
    background-color: #F79321;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .details .container .dialog .buttons {
        margin-top: 0;
        justify-content: flex-start !important;
    }
}

.gallery {
    width: 100%;
    /* margin: 40px auto; */
    overflow: hidden;
    position: relative;
}

.gallery .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.gallery .swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery .mySwiper2 {
    height: 400px;
    width: 100%;
    border-radius: 16px;
}

.gallery .mySwiper {
    height: 100px;
    width: 40%;
    box-sizing: border-box;
    padding: 10px 0;
    position: absolute;
    bottom: 25%;
    left: 10%;
    transform: translateY(-25%);
}

[dir="ltr"] .gallery .mySwiper {
    left: auto;
    right: 10%;
}

.gallery .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    /* opacity: 0.8; */
    border: 2px solid transparent;
}

.gallery .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid white;
}

.gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery .swiper-arrows {
    position: relative;
}

.gallery .swiper-button-next,
.gallery .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -175px;
}

.gallery .swiper-button-prev {
    border: 2px solid #FCFCFC;
    background-color: #F79321;
    color: #FCFCFC;
    right: 515px;
}

[dir="ltr"] .gallery .swiper-button-prev {
    right: auto;
    left: 515px;
}

.gallery .swiper-button-next {
    left: 60px;
    color: #F79321;
    background-color: #FCFCFC;
}

[dir="ltr"] .gallery .swiper-button-next {
    left: auto;
    right: 60px;
}

.gallery .swiper-button-next:after,
.gallery .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 1400px) {
    .gallery .swiper-button-prev {
        right: 500px;
    }

    [dir="ltr"] .gallery .swiper-button-prev {
        right: auto;
        left: 500px;
    }
}

@media (max-width: 1200px) {
    .gallery .swiper-button-prev {
        right: 410px;
    }

    [dir="ltr"] .gallery .swiper-button-prev {
        right: auto;
        left: 410px;
    }

    .gallery .swiper-button-next {
        left: 40px;
    }

    [dir="ltr"] .gallery .swiper-button-next {
        left: auto;
        right: 40px;
    }
}

@media (max-width: 992px) {
    .gallery .swiper-button-prev {
        right: 295px;
    }

    [dir="ltr"] .gallery .swiper-button-prev {
        right: auto;
        left: 295px;
    }

    .gallery .swiper-button-next {
        left: 20px;
    }

    [dir="ltr"] .gallery .swiper-button-next {
        left: auto;
        right: 20px;
    }
}

@media (max-width: 768px) {
    .gallery .swiper-button-prev {
        right: 155px;
    }

    [dir="ltr"] .gallery .swiper-button-prev {
        right: auto;
        left: 155px;
    }

    .gallery .swiper-button-next {
        left: 5px;
    }

    [dir="ltr"] .gallery .swiper-button-next {
        left: auto;
        right: 5px;
    }

    .gallery .mySwiper {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .gallery .swiper-button-prev {
        right: 90px;
    }

    [dir="ltr"] .gallery .swiper-button-prev {
        right: auto;
        left: 90px;
    }

    .gallery .swiper-button-next {
        left: 1px;
    }

    [dir="ltr"] .gallery .swiper-button-next {
        left: auto;
        right: 1px;
    }

    .gallery .mySwiper {
        width: 60%;
    }

    .details .container .dialog {
        padding: 20px !important;
    }
}

@media (max-width: 431px) {
    .gallery .swiper-button-prev {
        right: 1px;
    }

    [dir="ltr"] .gallery .swiper-button-prev {
        right: auto;
        left: 1px;
    }

    .gallery .swiper-button-next {
        left: 1px;
    }

    [dir="ltr"] .gallery .swiper-button-next {
        left: auto;
        right: 1px;
    }

    .gallery .mySwiper {
        width: 75%;
        margin-left: 10px;
    }

    [dir="ltr"] .gallery .mySwiper {
        margin-right: 10px;
        margin-left: auto;
    }

    .details .container .dialog {
        padding: 20px !important;
    }
}

/* details */

/* explore-more */
.explore-more {
    margin-bottom: 40px;
    margin-top: 130px;
}

.explore-more .container {
    padding: 0 5%;
}

.explore-more .container .row {
    background-image: url(../images/subscribe.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50px;
    padding: 40px 30px;
}

.explore-more .container .row {}

.explore-more .container .row p {
    font-weight: bold;
    text-align: right;
    font-size: 20px;
    padding-bottom: 20px;
    color: #000000E8;
}

[dir="ltr"] .explore-more .container .row p {
    text-align: left;
}

.explore-more .container .row a {
    background-color: #F79321;
    color: white;
    border-radius: 5px;
    padding: 10px 30px;
    border: none;
    min-width: 250px;
    width: 250px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.explore-more .container .row img {
    width: 150px
}

@media (max-width: 768px) {
    .explore-more .container .row a {
        margin-right: 108px;
    }

    /* [dir="ltr"] .explore-more .container .row a {
        margin-left: 108px;
        margin-right: auto;
    } */

    .explore-more .container .row .col-md-9.col-sm-12 {
        order: 2;
        text-align: center;
        margin-top: 20px;
    }

    .explore-more .container .row .col-md-3.col-sm-12 {
        order: 1;
        text-align: center;
    }

    .explore-more .container .row p {
        text-align: center;
    }

    .explore-more .container .row a {
        margin: 0 auto;
    }

}

/* explore-more */

/* description */
.description {}

.description .container {}

.description .container .content {
    background-color: white;
    box-shadow: 10px 10px 30px 0 #0000001A;
    padding: 40px 30px;
    border-radius: 12px;
}

.description .container h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

@media (max-width: 576px) {
    .description .container h4 {
        text-align: center;
    }
}

.description .container p {
    color: #000000AB;
    padding-left: 150px;
    text-align: right;
    font-size: 18px;
}

[dir="ltr"] .description .container p {
    text-align: left;
    padding-right: 150px;
    padding-left: 0;
}

@media (max-width: 992px) {
    .description .container p {
        padding-left: 0;
    }

    [dir="ltr"] .description .container p {
        padding-right: 0;
    }
}

/* description */

/* have a look */
.panorama {
    margin-bottom: 40px;
    margin-top: 40px;
    background-color: #F4F4F4;
}

.panorama .container {
    padding: 20px;
}

.panorama .container h4 {
    margin: 20px 0;
    font-weight: bold;
}

.panorama .container span {
    color: #2793BA;
}

.panorama .swiper-arrows {
    display: flex;
    align-items: center;
    gap: 10px;
}

[dir="ltr"] .panorama .swiper-arrows {
    flex-direction: row-reverse;
}

.panorama .swiper-arrows>* {
    position: static;
}

.panorama .swiper-button-next,
.panorama .swiper-button-prev {
    width: 70px;
    height: 70px;
    color: #8B7952;
}

.panorama .swiper-button-prev {
    color: #9A9A9A;
}

.panorama .swiper-button-next:after,
.panorama .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

.panorama .company-brand img {
    border-radius: 32px;
}



.panorama img {
    width: 100%;
    height: 273px;
}


.popup-overley {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.7);
    z-index: 500;
}
.popup-box {
    position:fixed;
    top:0;
    left:0;
    right: 0;
    background-color:#FFF;
    border:1px solid #CCC;
    padding:12px 5px 5px 5px;
    z-index:501;
    display: flex;
    flex-direction: column-reverse;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;

}

.popup-close {
    display: inline-block;
    position: relative;
    top: -24px;
    left: 13px;
    background-color: #03A9F4;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    border-radius: 49px;
    cursor: pointer;

}
.popup-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


@media (max-width: 431px) {
    .popup-box img {
        height: 600px;
    }
}

@media (max-width: 431px) {
    .panorama img {
        width: 100%;
        height: 387px;
    }
}

.panorama .fifthSwiper {
    margin-bottom: 50px;
}

/* have a look */

/* map */
.map {
    margin-bottom: 40px;
}

.map .container iframe {
    border-radius: 12px;
}

/* map */

.fifthSwiper {
    direction: ltr !important;
}

.gallery .mySwiper2 {
    direction: ltr;
}


[dir="rtl"] .gallery .swiper-button-next,
[dir="rtl"] .gallery .swiper-button-prev {
    transform: rotate(180deg);
}


[dir="rtl"] .gallery .swiper-button-prev {
    right: 0;
    left: 575px;
}

@media (max-width: 992px) {
    [dir="rtl"] .gallery .swiper-button-prev {
        left: 345px;
        right: 0;
    }
}

@media (max-width: 768px) {
    [dir="rtl"] .gallery .swiper-button-prev {
        left: 305px;
        right: 0;
    }
}

@media (max-width: 576px) {
    [dir="rtl"] .gallery .swiper-button-prev {
        left: 310px;
        right: 0;
    }
}

@media (max-width: 431px) {
    [dir="rtl"] .gallery .swiper-button-prev {
        left: 350px;
        right: 0;
    }
}
