* {
    padding: 0;
    margin: 0;
}


body::-webkit-scrollbar {
    display: none;
}



@media(min-width:280px) {
    .header {
        height: 40pc;
        background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(../../images/bg_1.jpg);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        padding-top: 10px;
        display: block;
        width: 100%;
    }
}

@media(min-width:680px) {
    .header {
        height: 50pc;
        background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(../../images/bg_1.jpg);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        padding-top: 10px;
        display: block;
        width: 100%;
    }
}

.header img {
    width: 250px;
    float: left;
}

.login-btn {
    width: 100px;
    padding: 8px 0;
    outline: none;
    border: 2px solid #fff;
    border-radius: 50px;
    background: transparent;
    color: #fff;
    float: right;
    margin-top: 3px;
    display: none;
}



@media(min-width:280px){
    .header h1 {
        padding-top: 150px;
        padding-bottom: 0;
        font-size: 55px;
        color: #fff;
        text-align: center;
    }
}

@media(min-width:680px) {
    .header h1 {
        padding-top: 200px;
        padding-bottom: 0;
        font-size: 55px;
        color: #fff;
        text-align: center;
    }
}

.header-sub-heading {
    margin: 18px 0;
    font-size: 20px;
    padding-bottom: 30px;
    color: #fff;
    text-align: center;
}

.input-group {
    width: 100%;
    max-width: 420px;
    border-radius: 30px;
    background: #fff;
    margin: auto;
    padding: 2px;
}


.form-control {
    border: 0;
    border-radius: 30px;
    margin: 3px;
    box-shadow: none;
    max-width: 270px;
    width: 250px;
}

.input-group-text {
    width: 140px;
    background-image: linear-gradient(#00ff7e, #1f3d90);
    border: 0;
    color: #fff;
    padding: 10px 5px;
    border-radius: 30px;
    box-shadow: none;
}

/* Services Section */

.services {
    padding: 0;
    height: 100%;
}

    .services h1 {
        text-align: center;
    }

@media(min-width:1280px) {
    .service-box {
        box-shadow: 0 0 10px 1px rgba(37,73,214,0.18);
        margin-bottom: 30px;
        margin-top: 30px;
        height: 32pc;
        cursor: pointer;
    }

    .service-img {
        width: 100%;
        max-height: 500px;
    }
}


.serviceImg {
    width: 100%;
    height: 250px;
    transition: 1s;
}

    .serviceImg:hover {
        transform: scale(1.1);
    }

.price {
    height: 70px;
    width: 70px;
    background-color: crimson;
    color: #fff;
    border-radius: 50%;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
    position: absolute;
    bottom: -35px;
    left: 20px;
    padding-left: 20px;
}

    .price p {
        color: white;
        font-weight: 600;
        text-align: center;
        font-size: 12px;
        text-size-adjust: auto;
        width: 50%;
    }

.service-img {
    position: relative
}

.service-details {
    padding: 30px;
    text-align: justify;
}

    .service-details h4 {
        font-weight: 600;
        margin-top: 20px;
    }


/* Realty Section */

.realty {
    padding: 50px 0;
    background: #efefef;
    text-align: center;
    width: 100%;
}

    .realty h1 {
        text-align: center;
    }

    .realty p {
        font-size: 16px;
        text-align: center;
        padding-top: 20px;
        font-style: oblique;
        font-weight: 500;
    }


/* Gallery Section */
.gallery {
    padding: 0px 0;
    background: white;
    text-align: center;
    width: 100%;
}

.gallery-box {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    margin: 0;
    transition: 1s;
    height: 200px;
}

@media(max-width:780px) {
    .gallery-box-img {
        position: relative;
        border-radius: 10px;
        cursor: pointer;
        width: 220px;
        height: 180px;
    }
}

@media(min-width:768px) {
    .gallery-box-img {
        position: relative;
        border-radius: 10px;
        cursor: pointer;
        width: 100%;
        height: 100%;
    }
}

@media(min-width:1080px) {
    .gallery-box-img {
        position: relative;
        border-radius: 10px;
        cursor: pointer;
        width: 100%;
        height: 100%;
    }
}

@media(min-width:1280px) {
    .gallery-box-img {
        position: relative;
        border-radius: 10px;
        cursor: pointer;
        width: 100%;
        height: 100%;
    }
}

.gallery-box:hover {
    transform: scale(1.1);
}

.gallery-box h4 {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    text-shadow: -2px 2px 2px #000;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: inherit;
}

.banner {
    height: 30pc;
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(../../images/image_4.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    color: #fff;
    display: block;
    padding-top:6%;
}

@media(max-width:570px) {
    .banner {
        height: 45pc;
        background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(../../images/image_4.jpg);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        padding-top: 10px;
        text-align: center;
        color: #fff;
        display: block;
        padding-top: 10%;
    }
}


.banner-highlights {
    background: rgba(0,0,0,0.7);
    text-align: center;
    color: #fff;
    padding: 30px 0;
}

.banner-highlights-para {
    text-align: justify;
    font-family: 'Arial Rounded MT';
}

.booking-btn {
    width: 120px;
    padding: 8px 0;
    outline: none;
    border: 2px solid #fff;
    border-radius: 50px;
    background: transparent;
    color: #fff;
    margin-top: 20px;
}

.packages-scroll {
    width: 100%;
    height: 200px;
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-top: 50px;
}

    .packages-scroll div {
        width: 24.5%;
        background-color: #eee;
        float: none;
        height: 90%;
        margin: 0 0.25%;
        display: inline-block;
        zoom: 1;
    }

.scroll-left {
    position: relative;
    margin-top: -130px;
    width: 20px;
}

    .scroll-left .btn-left-scroll {
        font-size: 20px;
    }

.footer {
    padding: 0px 20px;
    background-image: linear-gradient(#27006b,#290101);
    color: #fff;
}

.footer-logo {
    width: 250px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer h4 {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 25px;
}

.footer p {
    font-size: 16px;
    text-align: justify;
    padding-right: 35px;
}

.subscribe {
    padding-top: 50px;
}

.subscribe-btn {
    width: 250px;
    background-image: linear-gradient(#ff0a0a, #1f3d90);
    border: 0;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    box-shadow: none;
    margin-top: 10px;
}

.active1 {
    color: red;
}

.myGridStyle {
    border-collapse: collapse;
    width: 65%;
}

    .myGridStyle tr th {
        padding: 8px;
        color: white;
        border: 1px solid black;
    }



    .myGridStyle tr:nth-child(even) {
        background-color: blanchedalmond;
    }

    .myGridStyle tr:nth-child(odd) {
        background-color: burlywood;
    }

    .myGridStyle td {
        border: 1px solid black;
        padding: 8px;
    }

    .myGridStyle tr:last-child td {
    }

.modalsizeadjust {
    text-align: center;
    margin-top: 80px;
}

@media (max-width:680px) {
    .modalsizeadjust {
        width: 90%;
        margin-top: 80px;
    }

    .myGridStyle {
        border-collapse: collapse;
        width: 90%;
    }
}

@media (min-width:720px) {
    .modalsizeadjust {
        width: 90%;
        margin-top: 160px;
    }

    .myGridStyle {
        border-collapse: collapse;
        width: 90%;
    }
}

@media (min-width:1280px) {
    .modalsizeadjust {
        width: 65%;
        margin-top: 80px;
    }

    .myGridStyle {
        border-collapse: collapse;
        width: 65%;
    }
}

.home-page-h-font {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color:crimson
}
.forum-btn{
    margin-top:8px;
}



/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}


/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  width: 200px;
  display: block;
}

article.sample-col-para {
  margin-inline: auto;
  -moz-column-width: 350px;
       column-width: 350px;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  -moz-column-rule: 1px solid #5b5b5d;
       column-rule: 1px solid #5b5b5d;
}
article.sample-col-para h1 {
  font-size: 56px;
  margin-bottom: 1rem;
  line-height: 1.2em;
}
article.sample-col-para h3 {
  opacity: 0.7;
  margin-bottom: 1rem;
}
article.sample-col-para img {
  width: 200px;
  height: 200px;
  float: right;
  margin-left: 1.2rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  shape-outside: circle();
  border: 5px solid rgb(164, 67, 31);
}

.mb-5 {
  margin-bottom: 5rem;
}

.mt-5 {
  margin-top: 5rem;
}

.marquee-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  gap: 1rem;
  border-radius: 1rem;
  margin-bottom:10px;
}
.marquee-wrapper .marquee-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 1rem;
  cursor: pointer;
}
.marquee-wrapper .marquee-content .card-testimonial {
  max-width: 220px;
  height:230px;
  max-height:250px;
  background-color: #333;
  padding: 1rem;
  border-radius: 1rem;
  color: #f5f5f5;
}
.marquee-wrapper .marquee-content .card-testimonial article picture {
  position: relative;
  min-width: 200px;
}
.marquee-wrapper .marquee-content .card-testimonial article picture img {
  width: 100%;
  max-width:220px;
  height: 140px;
  max-height:200px;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 15%;
     object-position: 50% 15%;
}
.marquee-wrapper .marquee-content .card-testimonial article h4 {
  font-size: 1.1em;
  text-transform: capitalize;
  margin-block: 1rem;
  text-align:center;
}
.marquee-wrapper .marquee-content .card-testimonial article article.short-description p {
  font-family: var(--ff-heading);
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 1.2rem;
  text-align:center;
}
@media (max-width: 1024px) {
  .marquee-wrapper {
    overflow: auto;
  }
}

.scrollingX {
    animation: slide 20s linear infinite;
}

.marquee-wrapper:hover .scrollingX {
  animation-play-state: paused;
}


@keyframes slide {
    0% {
        transform: translate3d(300px, 0, 0);
    }

    100% {
        transform: translate3d(-1400px, 0, 0); /* The image width */
    }
}/*# sourceMappingURL=styles.css.map */

