/* -------------------Download css----------------------- */
.slide-show-images {
    padding-bottom: 190px;
}

.mySlides {
    display: none
}

.mySlides img {
    vertical-align: middle;
    height: 700px;
}

/* Slideshow container */
.slideshow-container {
    /* max-width: 1000px; */
    width: 100%;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    /* color: black; */
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    /* opacity: 0.5; */
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dotes {
    padding: 10px 0;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    /* background-color: #bbb; */
    border: 1px solid #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: 0.9
    }

    to {
        opacity: 1
    }
}

.bottom-text {
    bottom: -240px;
    padding: 30px 0;
}

.bottom-text h2 {
    font-weight: 400;
    word-spacing: 3px;
    line-height: 1.8;
}

.button-call {
    padding: 30px 0px;
}

.btn-call {
    margin: 20px 0px;
    padding: 16px 30px;
    text-decoration: none;
    color: rgba(226, 113, 1, 255);
    border: 2px solid rgba(226, 113, 1, 255);
    letter-spacing: 2px;
    border-radius: 2px;
}

.btn-call:hover {
    color: black;
    border-color: rgba(226, 113, 1, 255);
    background-color: rgba(226, 113, 1, 255);
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

@media only screen and (max-width: 1020px) {
    .mySlides img {
        vertical-align: middle;
        height: auto;
    }

    .btn-call {
        margin: 20px 0px;
        padding: 16px 30px;
    }

    .bottom-text h2 {
        font-size: 28px;
    }

    .bottom-text {
        bottom: -220px;
    }
}

/* --------------Second paragraph------------------------- */
.second-para {
    padding: 60px;
    background-color: white;
}

.second-para-m {
    width: 1100px;
    margin: auto;
}

.detail {
    width: 700px;
}

.detail h1 {
    font-size: 64px;
    color: rgba(226, 113, 1, 255);
    margin: 10px 0px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}

.detail p {
    font-size: 24px;
    font-family: Quicksand, sans-serif;
    font-weight: 100;
    color: rgb(94, 94, 94);
    overflow-wrap: break-word;
    line-height: 1.5;
}

@media screen and (max-width: 1100px) {
    .second-para-m {
        width: 95%;
    }

    .detail {
        width: 100%;
    }

    .detail h1 {
        font-size: 54px;
    }

    .detail p {
        font-size: 22px;
    }
}

@media screen and (max-width: 800px) {
    .detail h1 {
        font-size: 48px;
    }

    .detail p {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .second-para {
        padding: 60px 15px;
    }

    .detail h1 {
        font-size: 42px;
    }

    .detail p {
        font-size: 18px;
    }
}

/* -------------------Packages css----------------------- */

.packages {
    padding: 60px 30px;
}

.packages .row {
    width: 1200px;
    margin: auto;
    padding: 20px 0px;
}

/* Clear floats after the columns */
.packages .row:after {
    content: "";
    display: table;
    clear: both;
}

.packages .column {
    float: left;
    width: 360px;
    padding: 30px 19px;
    text-align: center;
}

.packages h3 {
    font-size: 36px;
    font-weight: 300;
    padding: 10px 0px;
}

.packages p {
    font-size: 20px;
    font-weight: 300;
}

.border1 {
    border-right: 0.8px solid;
    border-color: rgb(78, 70, 70);
}

.border2 {
    border-right: 0.8px solid;
    border-color: rgb(78, 70, 70);
}


@media screen and (max-width: 1260px) {
    .packages {
        padding: 20px;
    }

    .packages h3 {
        font-size: 32px;
    }
    .packages .row {
        width: 90%;
    }

    .border1 {
        border-bottom: 0.8px solid;
        border-right: none;
    }

    .border2 {
        border-bottom: 0.8px solid;
        border-right: none;
    }

    .packages .column {
        width: 45%;
        height: 200px;
        padding: 40px 20px;
        text-align: center;
    }


}

@media screen and (max-width: 906px) {
    .packages {
        padding: 8px;
    }

    .packages .row {
        width: 90%;
        margin: auto;
    }

    .packages .column {
        width: 100%;
        padding: 40px 0;
        height: auto;
        margin: auto;
    }
}

@media screen and (max-width: 402px) {
    .packages .column {
        width: 100%;

    }
    .packages h3 {
        font-size: 28px;
    }
}



/* ---------------------------------------- image Gallary------------------------------------------- */
.image-gallary {
    padding: 50px;
}

.slideshow-container1 .mySlides1 {
    display: block;
}

.slideshow-container1 .mySlides1 img {
    height: 600px;
}

/* Slideshow container */
.slideshow-container1 {
    max-width: 1100px;
    position: relative;
    margin: auto;
}

.image-gallary h1 {
    margin: 30px 0px;
    text-align: center;
    font-size: 36px;
    font-weight: 300;
}

/* Next & previous buttons */
.slideshow-container1 .prev,
.slideshow-container1 .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    height: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.slideshow-container1 .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-container1 .prev:hover,
.slideshow-container1 .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.slideshow-container1 .text {
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    font-size: 15px;
    padding: 10px 10px;
    position: absolute;
    bottom: 0;
    width: 98%;
    text-align: left;
    /* font-family: Quicksand, sans-serif; */
}

/* Number text (1/3 etc) */
.slideshow-container1 .numbertext {
    font-family: Quicksand, sans-serif;
    color: #f2f2f2;
    font-size: 15px;
    padding: 10px 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.slideshow-container1 .active,
.slideshow-container1 .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.slideshow-container1 .fade1 {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}


@media only screen and (max-width: 1080px) {
    .slideshow-container1 .mySlides1 img {
        height: auto;
        width: 100%;
    }
    .image-gallary {
        padding: 20px;
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .slideshow-container1 .prev,
    .next,
    .text {
        font-size: 11px
    }
}






























/* -------------------Download css----------------------- */


.downloads {
    padding: 50px 0;
}
.downloads h2{
    font-weight: 400;
    text-align: center;
}

.button-dwld {
    padding: 18px 0px;
}

.btn-dwld {
    margin: 15px 0px;
    padding: 6px 20px;
    text-decoration: none;
    color: rgba(226, 113, 1, 255);
    border: 1.5px solid rgba(226, 113, 1, 255);
    letter-spacing: 2px;
    border-radius: 2px;
}

.btn-dwld:hover {
    color: black;
    border-color: rgba(226, 113, 1, 255);
    background-color: rgba(226, 113, 1, 255);
}



/* Remove extra left and right margins, due to padding */
.downloads .row {
    width: 1000px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin: auto;
    padding: 20px 0px;
}

/* Clear floats after the columns */
.downloads .row:after {
    content: "";
    display: table;
    clear: both;
}

.downloads .column {
    width: 100%;
}
/* Responsive columns */
@media screen and (max-width: 1060px) {
    .downloads .row {
        width: 90%;
    }
}

@media screen and (max-width: 760px) {
    .downloads .row {
        width: 90%;
        display: block;
        padding: 12px 0px;
    }
    .downloads .column {
        width: 100%;
        /* display: block; */
        margin-bottom: 20px;
    }
}

/* Style the counter cards */
.downloads .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: rgb(255, 248, 243);
    border: 1px solid;
    border-color: rgb(218, 218, 218);
    border-radius: 5px;
}



/* -------------------contact us last css----------------------- */



.contact-home {
    width: 70%;
    margin: auto;
    text-align: center;
    padding: 20px 0;
}

.contact-home h1 {
    padding: 20px;
    font-weight: 400;
}

.contact-home .first {
    line-height: inherit;
    font-weight: 700;
    color: inherit;
    padding: 20px;
    color: rgb(189, 183, 183);
}

.btn-whatsapp {
    padding: 16px;
    background-color: white;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
}

.btn-whatsapp i {
    border-radius: 15px;
    font-size: 28px;
}

.btn-whatsapp span {
    font-weight: 700;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fa-custom {
    color: green;
}

.name {
    color: white;
}

.address {
    color: rgb(189, 183, 183);
}

.discuss {
    color: rgb(189, 183, 183);
    padding: 8px;
}

.call {
    color: rgb(189, 183, 183);
}

.call a {
    color: rgba(226, 113, 1, 255);
    text-decoration: none;
}

@media screen and (max-width: 850px) {
    .contact-home {
        width: 90%;
    }

    .first {
        font-size: 15px;
    }

    .btn-whatsapp {
        font-size: 16px;
    }

    .btn-whatsapp i {
        font-size: 20px;
    }


    
}
@media screen and (max-width: 450px) {
    .btn-whatsapp i {
        font-size: 20px;
    }
    .btn-whatsapp {
        font-size: 16px;
    }


}


















/* -------------------POPUP BOx--------------------- */

.popup-box {
    background-color: #ffffff;
    width: 550px;
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    border-radius: 30px;
    display: none;
    text-align: center;
    overflow:auto;
    opacity: 1;
    z-index: 1050;
}
.popup-box img{
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.popup {
    background-color: #ffffff;
    padding: 30px 40px;
    text-align: center;
    border-radius: 30px;
    text-align: center;
}

.popup p {
    text-align: center;
    line-height: 25px;
}
.popup-box button {
    position: absolute;
    background-color: transparent;
    font-size: 36px;
    color: black;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 36px;
    letter-spacing: 1px;
    top: 15px;
    right: 20px;
}
.popup-box h2{
    font-size: 32px;
    padding-bottom: 20px;
}

.popup-box a {
    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: #0f72e5;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 0;
}
@media screen and (max-width: 620px) {
    .popup-box {
        width: 80%;
    }
}