.testimonial-story {
    min-height: 375px;
    position: relative;
    background: url(https://atharvhostels.in/wp-content/uploads/2023/02/Copy-of-ATIXA-CTA.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}

.hero {
  height:450px;
  background: url("images/Home-header-2.jpeg") center center no-repeat;
  background-size: cover!important;
}

.heading-Story{
   color: #000000;
    font-size: 45px;
    font-weight: 900;
    line-height: 55px;
    margin-left: -3%;
    margin-top: -400%;
    position: relative;
  }

.heading-parastory{
   color: #000000;
    font-size: 15px;
    margin-left: -3%;
    margin-top: -54%;
}


.text-uppercase{
    color: #F6D172;
    font-size: 15px;
    font-weight:400;
    letter-spacing: 0.5px;
}

.book-button{
    background-color: #01aef0 !important;
    color: #fff!important;
    border-radius:5px;
    border:none;
    padding:5px;
}


.swiper-container {
  width: 300px!important;
  height: 480px;
  margin-left:40%;
}

.h3 {
    font-size: var(--heading--font-size-h3);
    letter-spacing: var(--heading--letter-spacing-h3);
    line-height: var(--heading--line-height-h3);
}
.service-section .icon-box {
    margin-bottom:-10px;
    padding: 10px;
    border-radius: 6px;
/*    background-color: #f8f9fa;*/
}
.service-section .icon-box:hover .service-title a {
    color: #41A1FD;
}
.service-section .icon-box .service-icon {
    float: left;
    color: #41A1FD;
    font-size: 40px;
}
.service-section .icon-box .service-title {
   margin-left: 90px;
    font-weight: 700;
    margin-bottom:20px;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    margin-top: -45px;
}

.service-section .service-main-heading {
    color: #556270;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 60px;
    font-weight: 600;
}
.twins-svg{
    width: 60px;
}


img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.btn {
  background-color: white;
  border: 1px solid #cccccc;
  color: #696969;
  padding: 0.5rem;
  text-transform: lowercase;
}
.btn--block {
  display: block;
  width: 100%;
  border:1px solid #000!important;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cards__item {
  display: flex;
  padding: 1rem;
}
@media (min-width: 40rem) {
  .cards__item {
    width: 50%;
  }
}
@media (min-width: 56rem) {
  .cards__item {
    width: 33.3333%;
  }
}
.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.card:hover .card__image {
  filter: contrast(100%);
}
.card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
}
.card__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  filter: contrast(70%);
  overflow: hidden;
  position: relative;
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}
.card__image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media (min-width: 40rem) {
  .card__image::before {
    padding-top: 66.6%;
  }
}
.card__image--flowers {
  background-image: url('images/header-2.png');
}
.card__image--river {
  background-image: url('images/header-2.png');
}
.card__image--record {
  background-image: url('images/header-2.png');
}
.card__image--fence {
  background-image: url('images/header-2.png');
}
.card__title {
  color: #696969;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 24px;
}
.card__text {
  flex: 1 1 auto;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.studio-left{
    color: #F6D172;
    font-size: 15px;
    line-height: 1px;

}
.studio-right{
    font-size: 25px;
    line-height: 0px;
    margin-bottom:30px;
    margin-top:30px;
    font-weight: 600;
    letter-spacing: 1px;
}

.back-maps{
    background-color: #015228;
}

.locat-top{
  display: flex;
  color:#fff;
  font-size:20px;
  font-family:auto;
  letter-spacing:1px;
  font-weight: 500;
  margin-left:20px;
}

.locat-down{
   margin-left:25px;
   color: #ffc30a;
   font-size:16px;
   font-family:auto;
  letter-spacing: 0.5px;
}

.twin-yellow{
    background-color:#ED1C24;
    height:30vh;
    margin-top:5%;
}
.footer-link a{
    line-height:28px;
}
.elementor-heading-title {
   font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    padding: 60px;
    width:100%;
    text-align: center;
    letter-spacing: 1px;
    margin-left:-15%;
}


.sec-pad {
    padding: 65px 10px;
    margin:60px;
    margin-top: -4%;
    height:330px;
}

.contact-sec {
  align-item: center;
  background-color:#A2DBED;
}


form.contFrm {
  max-width: 396px;
  margin: auto;
}

.inptFld {
    width: 100%;
    height: 40px;
    border: 0;
    margin: 0 0 10px;
    /* border-radius: 8px; */
    padding: 0 10px;
    font-size: 10px;
    color: #000;
    border: 1px solid #999999;
    background: #dddddd;
    margin-bottom:10px;
}

.inptFld:focus {
  outline-offset: -4px;
  outline: 1px solid #999999;
}

.contFrm textarea {
  height: 75px;
  padding-top: 5px;
}
.inptBtn {
    height: 35px;
    border: 0;
    background: #e51c23 !important;
    font-size: 14px;
    color: #fff;
    margin: auto;
    letter-spacing: 1px;
    cursor: pointer;
    width: 96%;
    max-width: 100px;
}

/* Responcive css Start */

@media (max-width: 991px) {
  .sec-pad {
    padding: 20px 0 0px;
  }

  .contact-sec .contact-ul li,
  .contact-ul b {
    font-size: 18px;
  }

  .contact-sec .contact-ul i {
    font-size: 14px;
    padding: 6px;
    margin-right: 6px;
  }

  .inptFld {
    height: 40px;
    margin: 0 0 10px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .contact-detail span {
    width: auto;
  }
  .contact-detail span a {
    font-size: 18px;
    padding: 5px 10px;
    color: #000;
    border-radius: 50%;
    margin: 0px 5px 20px;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 26px;
    font-weight: 500;
  }
  .contact-sec {
    border-radius: 10% 10% 0% 0% / 5% 5% 0% 0%;
  }

  .contact-sec .contact-ul i {
    border: none;
  }
  .inptFld {
    height: 36px;
    margin: 0 0 8px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .contact-sec .contact-ul li,
  .contact-ul b {
    font-size: 16px;
  }
}


.form-left{
    color: #F6D172;
    font-size: 15px;
    line-height: 1px;
    margin-left: 30%;
}

.form-right{
    font-size: 25px;
    line-height: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-left: 30%;
}