@font-face {
    font-family: "Italianno";
   src: url(../font/Italianno-Regular.ttf);
}

.how-we-value-heading {
text-align: center;
margin-bottom: var(--m30);
}


section.video-banner {
    padding: 0px;
    width: 100%;
    height: 100vh;
    position: relative;
    display: none;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-sec {
    width: 100%;
    height: 100%;
}
#play, #pause{
    display:none;
}
.head-sec {
    text-align: center;
    margin-bottom: var(--m40);
}
.head-sec h2{
    margin-bottom: 0px;
}
.head-sec p {
    font-size: var(--f16);
    font-weight: 600;
    /* color: var(--secondary-color); */
    margin-bottom: var(--m5);
    /* letter-spacing: 3px; */
    /* text-transform: uppercase; */
    line-height: 1.7;
}
.search-bar form{
       position: relative;
       margin: auto;
       justify-content: center;
       width: 95%;
       left: 0;
       right: 0;
       bottom: 30px;
    background: rgb(0 0 0 / 40%);
       padding: 0 0;
       border-radius: 0px;
       z-index: 2;
       box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
       margin-top: var(--m30);
}

.search-bar select{
    font-size: var(--f14);
    color: var(--white-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0 var(--p15) 0 var(--p10);
    background: transparent;
    text-indent: 0px;
    border: 0px solid #e0e0e0;
    height: 32px;
    width: 100%;
}
.search-bar .check-out::before{
    display: none !important;
}
.search-bar input{
    font-size: var(--f14);
    color: var(--white-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0;
    padding-left:var(--p10);
    background: transparent;
    border: 0px solid #e0e0e0;
}
.search-bar input ::placeholder{
    color: var(--white-color);
}
.search-bar input#end_date {
    padding-left: 20px;
}

.search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--white-color);
    opacity: 1; /* Firefox */
  }

  .search-bar i{
    color: var(--white-color);
    position: absolute;
    top: 1.5rem;
    font-size: var(--f16);
    right: 20px;
  }

  .search-bar .col-3{
   position: relative;
   width: 25%;
   padding-left: var(--p10);
   padding-right: 0;
   padding-top: var(--p17);
   padding-bottom: var(--p17);
   background: transparent;
   border: 1px solid var(--secondary-color);
  }
.search-bar .col-3:before{
    position: absolute;
    content: '';
    top: 24px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
    display: none;
}
.search-bar .check:before {
     position: absolute;
    content: '';
    top: 9px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
}
.search-bar .check i{
    top: 0.5rem;
}
.search-bar .col-3.guest:before, .search-bar .col-3.srch-btn:before{
    display:none;
}
.search-bar .col-3.srch-btn{
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
}
  .search-bar button.main-btn {
    width: 100%;
    height: 66px;
    letter-spacing: 2px;
    background: transparent;
    border: none;
    font-weight: 400;
}
.search-bar button.main-btn:hover{
    box-shadow: inset 0 66px 0 0 var(--secondary-color);
}
.search-bar button.main-btn.close111 {
    height: 43px;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
    background: var(--heading-color);
}
.search-bar .datepicker-common-2 {
    padding: 0;
    width: 50%;
}
.search-bar .main-check{
    padding-left: var(--p10);
    padding-right: 0;
    padding-top: var(--p17);
    padding-bottom: var(--p17);
    background: transparent;
    border: 1px solid var(--secondary-color);
}
.search-bar .main-check .row{
    position:relative;
}
div#guestsss {
    width: 100%;
    min-width: 250px;
    background: var(--white-color);
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 3px 0px #888888;
}

#guestsss .close1 {
    position: absolute;
    right: 10px;
    left: auto;
    top: 0.3rem;
    font-size: var(--f18);
    color: var(--secondary-color);
    cursor: pointer;
}

#guestsss .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--m20);
}

#guestsss .adult-box p{
    letter-spacing: 0px;
    color: var(--black-color);
    text-shadow: 0px 0px 0px #000;
    font-size: var(--f14);
    text-align: left;
    margin: 0px;
}

#guestsss button.button1 {
   background: transparent;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f19);
    line-height: 30px;
    margin-left: 0;
    border: 1px solid var(--black-color);
    color: var(--black-color);
    transition: all .3s;
    cursor: pointer;
}
#guestsss button.button11.button1 {
    margin-left: var(--m14);
}
.datepicker-section{
                            position: relative;
                        }
                        .datepicker-common-2{
                            padding:0;
                        }
                        input#demo17 {
                            position: absolute;
                            left: 0px;
                            top: 0px !important;
                            width: 100% !important;
                            opacity: 0;
                            height: 32px !important;
                            z-index: 9;
                        }

                        .search-bar input#demo17::placeholder{
    color: var(--white-color);
}


.scroll .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.scroll .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.scroll .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.scroll .chevron:before,
.scroll .chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: var(--white-color);
}

.scroll .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.scroll .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.scroll .text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: var(--primary-font);
  font-size: var(--f12);
  color: var(--white-color);
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
.video-cont .form-control:focus {
    background-color: transparent !important;
    border-color: var(--white-color) !important;
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
.video-cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    bottom: 0px;
    background: rgba(0,0,0,0.2);
    padding-top: 0;
    flex-direction: column;
}
.video-cont .container{
    margin-bottom: 50px;
}
.video-cont .scroll{
    position: absolute;
    bottom: 10px;
    display: none;
}
.video-cont h1 {
      max-width: 100%;
      margin: auto;
      margin-bottom: 0;
      color: #ffffff;
      text-shadow: 0px 0px 2px #000;
      text-transform: capitalize;
      font-size: var(--f60);
      letter-spacing: 2px;
      font-family: var(--secondary-font);
      font-weight: 600;
      text-align: center;
      position:relative;
}
.video-cont h1:before {
    position: absolute;
    content: '';
    top: -90px;
    left: 50%;
    width: 1px;
    height: 60px;
    background-color: #be9a78;
    transform: translateX(-50%);
    display: none;
}
.video-cont p{
    max-width: 1266px;
    margin: auto;
    margin-bottom: var(--m20);
    color: var(--white-color);
    text-shadow: 1px 1px 4px #000;
    text-transform: capitalize;
    font-size: var(--f16);
    text-align: center;
    color: var(--secondary-color);
    margin-top: var(--m50);
}
.video-cont .features-video{
    display: flex;
    gap: 60px;
    display: none;
}
.video-cont .features-video li{
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}
.video-cont .features-video i{
    font-size: var(--f25);
    color: var(--white-color);
}
.video-cont .features-video span{
    color: var(--white-color);
    font-size: var(--f15);
}
.video-cont .features-video li .active-hotel{
    background: #297cbb;
    padding: var(--p13);
    border-radius: 50%;
}





/*About company css*/
section.about-us-home .abt-co-img-left {
    border-radius: 0;
    position: relative;
    left: 0px;
    top: 0;
    text-align: left;
}

section.about-us-home .abt-co-img-left img, section.about-us-home .abt-co-img-right img{
    border-radius: 10px;
}
section.about-us-home .abt-co-img-left img{
    width: 70%;
    height: 550px;
    object-fit: cover;
}
section.about-us-home .btn_4.learn-more .button-text{
    color: var(--secondary-color);
}
section.about-us-home .btn_4.learn-more .circle{
    background: var(--secondary-color);
}
section.about-us-home  .abt-co-img-right {
    text-align: right;
    z-index: 1;
    transform: translateY(135px) translateX(35px);
}
section.about-us-home .abt-co-img {
    position: relative;
    padding-right: var(--p40);
}
section.about-us-home .abt-co-img-center {
    position: absolute;
    top: 205px;
    left: 65px;
    z-index: -1;
}
section.about-us-home .head-sec {
    text-align: left;
    margin-bottom: var(--m15);
}
section.about-us-home ul.key-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.about-us-home li{
    width: 50%;
    margin-bottom: var(--m10);
    font-weight: 600;
    color: var(--heading-color);
    display: flex;
    align-items: center;
}

section.about-us-home i{
    font-size: var(--f18);
    margin-right: var(--m10);
    font-weight: 900;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--heading-color);
}
section.about-us-home .head-sec p {
    color: var(--secondary-color);
}
section.about-us-home p {
    max-height: 390px;
    overflow: hidden;
    color: var(--black-color);

}
section.about-us-home h2{
    color: var(--white-color);
    font-size: var(--f48);
    margin-bottom: var(--m20);
}
section.about-us-home span{
    color: var(--secondary-color);
    font-weight: 500;
    letter-spacing: 1px;
    font-size: var(--f13);
    margin-bottom: var(--m20);
}
section.about-us-home .abt-co-img-right img{
   height: 400px;
   object-fit: cover;
    border: 4px solid #fff;
    width: 304px;
    box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.21);
}
section.about-us-home .abt-co-img-right{
    text-align: right;
    z-index: 1;
    transform: translateY(-10%) translateX(100%);
    position: absolute;
    top: 52%;
}
section.about-us-home a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin-top: var(--m10);
}
section.about-us-home .col-5.abt-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.about-us-home {
    background: var(--white-color);
    padding-bottom: 180px;
    
}
section.about-us-home .btn_4.learn-more:hover .button-text{
    color: var(--white-color);
}
section.about-us-home .abt-cont {
    max-height: 470px;
    overflow:hidden;
}

.about-area .info ul li {
  display: inline-block;
  padding: 0 15px;
}

.about-area .info ul {
  margin: 0 -15px;
  margin-top: 25px;
}

.about-area .info ul li h5 {
  margin-bottom: 8px;
  font-weight: 800;
}

.about-area .info > h5 {
  color: #3bcf93;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 25px;
}

.hibiscus .about-area .info > h5 {
    color: #bf3654;
}

.about-area .info h2 {
  font-weight: 700;
  margin-bottom: 25px;
}

.about-area .info a {
  margin-top: 25px;
}

.about-area .thumb {
  margin-right: 35px;
  position: relative;
}

.about-area .thumb .overlay {
  position: absolute;
  right: 30px;
  bottom: 30px;
  max-width: 250px;
  background: #3bcf93;
  text-align: center;
  padding: 50px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
  outline-offset: -15px;
}

.hibiscus .about-area .thumb .overlay {
    background: #bf3654;
}

.about-area .thumb .overlay h4 {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
}

/*About cta css*/
section.abt-cta {
  height: 500px;
    background: url(../images/abt-cta.jpg);
    /* position: fixed; */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.abt-cta .video-play-btn{
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    display: none;
}
section.abt-cta .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
}
section.abt-cta .container{
    position:relative;
}
section.abt-cta .head-sec p{
    color: var(--white-color);
    text-shadow: 0px 0px 5px #000000b5;
    margin-top: var(--m30);
    letter-spacing: 1px;
    font-weight: 500;
    font-size: var(--f16);
}
section.abt-cta .head-sec {
    text-align: center;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
section.abt-cta .head-sec h2 {
    margin-bottom: 0;
    font-size: var(--f55);
    color: var(--white-color);
    text-shadow: 0px 0px 3px #000;
    text-transform: capitalize;
}


/* about priticia css */
/*About owner css*/
section.about-owner {
    background: var(--white-color);
}
section.about-owner .col-6.col-md-6.col-sm-12.cont {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
section.about-owner .rhea_mask {
    fill: var(--white-color);
}
section.about-owner .svg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}
section.about-owner .col-6.col-md-6.col-sm-12.img{
   position: relative;
    height:500px;
}
section.about-owner .abt-owner {
    position: relative;
    height: 100%;
}
section.about-owner .abt-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    border-radius: 50px;
}

section.about-owner .cont-secs {
    max-height: 336px;
    overflow: hidden;
    margin-bottom: 20px;
}

section.about-owner img{
   width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 50px;
    transition: 0.5s all;
    border-radius: 50px;
}
section.about-owner img:hover{
    transform: scale(1.14);
}
section.about-owner svg {
    height: 588px;
    width: 100%;
}
section.about-owner .head-sec{
   text-align:left;
   margin-bottom: var(--m15);
}
section.about-owner h4{
    font-size: var(--f21);
    font-weight: 500;
}
section.about-owner .icon-area {
    border-radius: 100%;
    border: 1px solid #b3b3b3;
    text-align: center;
    min-width: 50px;
    width: 50px;
    height: 50px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center;
}
section.about-owner .call-us, section.about-owner .email-us {
    display: flex;
    align-items: center;
    gap: 10px;
}
section.about-owner .call-area {
    display: block;
}
section.about-owner .call-area a{
    display: block;
}
section.about-owner .call-area a:hover{
  color: var(--other-color);
}
section.about-owner .abt-detail {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: var(--m30);
}
section.about-owner a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}
/*properties section css*/


section.home-list{
    padding: var(--p60) var(--p12);
    background: var(--lt-bg-color);
}
section.home-list .row{
    gap: 30px 2%;
}
section.home-list .how-we-value-heading span{
    font-size: var(--f14);
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--white-color);
    border-radius: 50px;
    padding: 4px 18px;
}
section.home-list .view {
    position: absolute;
    bottom: 20px;
    right: 8%;
    
}
section.home-list .view a{
    background: var(--white-color);
    padding: var(--p10);
    box-shadow: 2.5px 4.33px 18px 0px rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    text-align: center;
}
section.home-list .view i{
    margin-right: 0;
}


section.home-list .col-4{
    width: 32%;
}
section.home-list .pro{
    display:flex;
    justify-content:center;
    margin-top: var(--m30);
}
section.home-list img.img-fluid {
    width: 100%;
    height: 300px;
    object-fit: cover;border-radius: 10px 10px 0 0;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 25px;
}
section.home-list .pro-img:hover img{
    transform: scale(1.14);
}
section.home-list .pro-img a::before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 15px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    width: calc(100% - 66px);
    left: 33px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
section.home-list .pro-img a::after{
    content: "";
    position: absolute;
    top: 8px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: calc(100% - 16px);
    left: 8px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


section.home-list .pro-img a{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 10px 10px 0 0;
    display: block;
    border-radius: 25px;
}
section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p60) var(--p25) var(--p25) var(--p25);
    background: var(--white-color);
    border-radius: 0 0 25px 25px;
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
    margin-top: -20px;
}

section.home-list .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.home-list .rating i.checked {
    color: #FCAF3D;
}
section.home-list .rating{
    margin-bottom:var(--m15);
    display: none;
}
section.home-list h3.title {
    font-size: var(--f20);
    line-height: 30px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height:30px;
    overflow:hidden;
}
section.home-list h3.title a{
    color: var(--heading-color);
}
section.home-list p.adr {
    font-size: var(--f14);
    font-weight: 400;
    color: var(--para-color);
    margin-bottom: var(--m15);
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
}
section.home-list .amn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.home-list ul {
    margin: 0 0 0;
    padding: 0;
    /* background-color: #f2f2f2; */
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
section.home-list i {
    margin-right: var(--m8);
    color: var(--heading-color);
}
section.home-list ul li{
    font-size: var(--f14);
    color: var(--secondary-color);
    font-weight: 500;
}
section.home-list ul.last li{
    color: var(--other-color);
}
section.home-list h5{
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    border-radius: 30px;
    left: 20px;
    z-index: 1;
    text-shadow: 0px 0px 3px #000;
    background-color: rgba(0, 0, 0, 0.3);
    padding: var(--p6) var(--p15);
}
section.home-list .pro-img {
    position: relative;
}
section.home-list h5 span{
    font-weight: 600;
    font-size: var(--f22);
    color: var(--white-color);
}

section.home-list .featured span {
  font-weight: 500;
    font-size: var(--f13);
    color: var(--white-color);
    background-color: var(--heading-color);
    padding: 4px 12px;
    display: inline-block;
    border-radius: 30px;
}
section.home-list .featured{
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 1;
}
section.home-list .how-we-value-heading p{
    font-size: 14px;
    color: white;
    background-color: #ef3f3e;
    text-transform: uppercase;
    padding: 4px 18px;
    line-height: 1.7;
    border-radius: 3px;
    font-family: Work Sans;
    font-weight: 600;
}
section.home-list .how-we-value-heading  h2 {
   padding-top: 15px;
    padding-bottom: 15px;
    color: var(--black-color);
    font-weight: 600;
    margin-bottom: 0px;
}
section.home-list .how-we-value-heading h6{
line-height: 1.3;
    color: var(--secondary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}


/*Location css start*/
section.location-list {
    background: var(--white-color);
}

section.location-list .how-we-value-heading{
text-align: center;
padding-bottom: var(--p40);
}

section.location-list h2{
    padding-bottom: 15px;
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 0px;
}
section.location-list h6{
    line-height: 1.3;
    color: var(--secondary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}
section.location-list .row {
    gap: 30px 2%;
}
section.location-list .col-4 {
    width: 32%;
}
section.location-list img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 25px;
    webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.location-list .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(231, 56, 39, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(231, 56, 39, 0) 100%);
}
section.location-list .image-sec {
    position: relative;
    overflow: hidden;
     border-radius: 25px;
}
section.location-list .content-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: var(--p20) var(--p30);
    position: absolute;
   bottom: 20px;
    padding-bottom: 0px;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
section.location-list a:hover .content-area{
    bottom: 34px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
section.location-list a{
    position: relative;
}
section.location-list h4 {
    margin-bottom: 0px;
    color: var(--white-color);
    font-weight: 500;
    text-shadow: 0px 0px 3px #000;
}
section.location-list .btn{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: var(--white-color);
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: var(--btn-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}
section.location-list  i.fa-solid.fa-arrow-right {
    font-size: var(--f20);
}
section.location-list a:hover img {
    transform: scale(1.14);
}

/* events css */

section.events img{
    width: 50px;
    height: 50px;
}
section.events .col-3{
    width: 20%;
    padding: var(--p20);
    border-bottom: 1px solid #c2c2c278;
}
section.events .row{
    justify-content: center;
}
.col-3.bottom{
    border-bottom: 0 !important;
}
section.events .col-3 a{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}

section.events h2{
    color: var(--secondary-color);
     text-align: center;
     margin-bottom: var(--m10);
}
section.events .col-3 h4{
    font-size: var(--f17);
    margin-bottom: 0;
    color: #4c4c4c;
    font-weight: 600;
    font-family: var(--primary-font);
    transition: .3s ease-in-out;
}
section.events .col-3 h4:hover{
    color: var(--secondary-color);
    padding-left: var(--p15);
}
section.events .shape{
    width: auto;
    height: auto;
}
section.events .head-sec{
    text-align: center;
}
/* weather widget */

.catch-f {
    background-image: url(../images/bg1.jpe);
    background-size: cover;
    background-position: center 45%;
    background-repeat: no-repeat;
    position: relative;
    padding: 0;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.catch-f .row{
	width: 100%;
	padding: 0;
  margin: 0;
}
.catch-f .row .col-lg-6{
	padding: 0;
}
.catch-f .row .pro-sec-right {
   padding: 50px;
    padding-top: 50px;
    background: #002f6c7a;
    width: 500px;
    margin-right: auto;
    height: 350px;
    margin-top: -25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.catch-f .row .pro-sec-right p {
    margin-bottom: 1rem;
    font-size: 15px;
}
.catch-f .row .pro-sec-right p {
    margin-bottom: 1rem;
    font-size: 15px;
}
.catch-f .row .pro-sec-right p:nth-child(2), .catch-f .row .pro-sec-right p.location {
    margin-bottom: 5px;
}
.pro-sec-right a{
margin-top: 15px;
    padding: 10px 18px;
    color: #fff;
    padding: 10px 10px;
    width: 100%;
    background-color: var(--secondary-color);
    border-radius: 5px;
    border: 1px solid var(--secondary-color);
    color: var(--text-white);
    width: 150px;
    text-align: center;
   box-shadow: 0 1px 2px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 5%);
}

.pro-sec-right a:hover{
	background-color: var(--heading-color);
	border-color: var(--heading-color);
}
p.subhead {
    font-weight: bold;
}

.catch-f .row .pro-sec-right p.subhead{
    font-size: 27px;
    font-family: var(--heading-font);
}

.catch-f h3{
   font-size: 40px;
    font-family: var(--heading-font);
    line-height: 1.1;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-align:center;
}




/*Counter css*/
section.counter {
   background: #1E1D85;
}
section.counter .counter-box {
    text-align: center;
    padding: var(--p40);
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 15px;
}
section.counter img.img-fluid {
    width: 80px;
    margin-bottom: var(--m20);
}
section.counter h3 {
    font-size: var(--f48);
    color: var(--white-color);
    margin-bottom: var(--m5);
    line-height: 1.2;
}
section.counter h5 {
    font-size: var(--f18);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
}
section.counter .counter-box:hover{
    background:var(--btn-color);
}
/*Testimonial css*/
/*Testimonial css*/
section.testimonial {
    position: relative;
    /* background: url('../images/testy.jpg'); */
    background-attachment: fixed;
    background-size: cover;
    background: #ffffff;
}
section.testimonial .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
section.testimonial .icon{
        width: 120px;
        height: 120px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 10%;
        z-index: 1;
        top: 75%;
}
section.testimonial .owl-carousel .owl-item img {
margin-top: var(--m20);
border-radius: 50%;
width: 120px;
height: 120px;
object-fit: cover;
}
section.testimonial .testy {
   width: 100%;
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    background: transparent;
}
section.testimonial .item {
    padding-left: var(--p15);
    padding-right: var(--p15);
    padding-bottom: var(--p15);
    background: transparent;
    height: auto;
    overflow: hidden;
}
section.testimonial .top-text {
    position: relative;
}
section.testimonial .test-pro {
    height: 100px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
section.testimonial .test-pro:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}
section.testimonial .test-pro img {
    position: absolute;
    /*top: -35%;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: none;
}
section.testimonial .user-icon {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 20%;
    -webkit-transform: translate3d(-50%, -10px, 0);
    -moz-transform: translate3d(-50%, -10px, 0);
    transform: translate3d(-50%, -10px, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}
section.testimonial .user-icon img{
    width: 140px;
    height: 140px;
    object-fit:cover;
    border-radius: 50%;
    border: 2px solid var(--white-color);
}
section.testimonial .container{
    z-index: 1;
    position: relative;
}
section.testimonial .head-sec{
    margin-bottom: 0px;
}
section.testimonial .head-sec h2 {
 color: var(--white-color);
 margin-bottom: var(--m10);
}
section.testimonial .head-sec p{
    color: var(--white-color);
    margin-bottom: var(--m15);
}
section.testimonial .test-card {
    text-align: left;
    background: transparent;
    border-radius: 0px;
    /* box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1); */
    padding-bottom: 0;
    /* max-width: 1100px;  */
    margin: auto;
    overflow: hidden;
    width: 100%;
}
section.testimonial .test-card p{
    color: var(--white-color);
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: var(--m10);
}

section.testimonial .test-card h4 {
    font-size: var(--f20);
    margin-bottom: var(--m7);
    font-weight: 600;
    color: var(--heading-color);
}
section.testimonial .cont-sec{
    padding: var(--p20);
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.testimonial i.fa-solid.fa-star {
    color: #FCAF3D;
    font-size: var(--f10);
    margin-right: var(--m3);
}
section.testimonial hr {
    width: 200px;
    opacity: 1;
    border-top: 3px solid;
    color: var(--white-color);
}
section.testimonial h3 {
  padding-left: 0;
    font-size: var(--f20);
    font-weight: 700;
    text-align: left;
    color: var(--white-color);
    margin-bottom: 20px;
    margin-top: 20px;
}
section.testimonial .para p{
   width: 60%;
   margin: auto;
   padding-left: 0;
   padding-right: 0;
   position: relative;
   color: var(--white-color);
   /* height: 128px; */
   max-height: 128px;
   margin-top: 0;
   font-size: var(--f16);
   overflow: hidden;
   margin-bottom: 0;
   text-align: center;
}
section.testimonial .owl-stage-outer {
    padding-left: 0;
    padding-right: 0;
}



section.testimonial .para i{
    font-size:var(--f30);
}
section.testimonial i.fa-solid.fa-quote-right {
    position: absolute;
    right: 20px;
    bottom: -10px;
}
section.testimonial i.fa-solid.fa-quote-left {
    position: absolute;
    left: 20px;
    top: -10px;
}
section.testimonial p.clt-name{
    color: var(--heading-color);
    font-weight: bold;
    text-transform: uppercase;
    margin-top: var(--m15);
    margin-bottom: 0px;
}

section.testimonial span {
    height: auto;
    overflow: hidden;
    display: block;
}
section.testimonial .test-card:hover .test-pro {
    height: 180px;
}
section.testimonial .test-card:hover .test-pro img {
    top: 0;
    height:100%;
}
section.testimonial .test-card:hover .user-icon {
    -webkit-transform: translate3d(-50%, -20px, 0);
    -moz-transform: translate3d(-50%, -20px, 0);
    transform: translate3d(-50%, -20px, 0);
}
/*About Owner*/
section.about-home .about-img{
  display:flex;
  justify-content:center;
  align-items:center;
  height:100%;
 
}
section.about-home .about-img .main-about-img{
     overflow:hidden;
     border-radius:10px;
}
section.about-home img{
   width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 460px;
    object-fit: cover;
    height:440px;
    transition: 0.5s all;
    border-radius:10px;
}
section.about-home img:hover{
    transform: scale(1.14);
}

section.about-home .col-7.md-12.sm-12 {
    /*background: var(--black-color);*/
    padding: 0 var(--p80);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.about-home .cont{
    margin-bottom: var(--m30);
    max-height: 240px;
    overflow: hidden;
}

section.about-home a.abt-btn.main-btn {
    width: 250px;
    text-align: center;
    padding: var(--p13) var(--p20);
}

section.about-home .head-sec p{
    text-align:left;
}
section.about-home .head-sec {
    text-align: left;
    margin-bottom: var(--m20);
}
section.about-home .col-7.md-12.sm-12 {
    padding: 0 var(--p80);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
section.about-home {
    background: var(--lt-bg-color);
}
/*Attraction css*/
section.attraction {
    background: var(--white-color);
    padding-left: 0px;
    padding-right: 0px;
   
}
.attr-btn.mob {
text-align: center;
}
section.attraction .container-fluid {
    padding: 0px;
}
section.attraction .head-sec h2 {
    margin-bottom: 0px;
    text-align: left;
}
section.attraction .head-sec p{
    padding-left: var(--p12);
    text-align: left;
}
section.attraction .col-6.right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
section.attraction .col-6.right .arrow{
    opacity: 1;
    visibility: visible;
}
section.attraction .col-6.left {
    display: flex;
    align-items: center;
}
section.attraction .col-md-4{
   padding: var(--p8);
    position:relative;
}
section.attraction .col-md-4 a{
    position:relative;
}
section.attraction img.img-fluid {
    border-radius: 0px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
section.attraction .row{
    gap: 0px 0;
}
section.attraction .img-card {
    border-radius: 0px;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
}
section.attraction .img-card:hover img{
    transform: scale(1.14);
    -webkit-transform: scale(1.14);
    -ms-transform: scale(1.14);
}
section.attraction .atr-cont{
   background: transparent;
    /* box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24); */
    margin: 0px;
    padding: var(--p30) var(--p30);
    border-radius: 0px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 0;
    width: 100%;
    transition: all 0.3s;
}
section.attraction .atr-cont h4 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: var(--f23);
    max-height: 34px;
    overflow: hidden;
     color: var(--white-color);
    text-shadow: 0px 0px 2px #000;
}

section.attraction .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
}
section.attraction .atr-cont .arrow{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: var(--white-color);
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: var(--btn-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid var(--btn-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
section.attraction .arrow:hover{
    background: var(--white-color);
    color: var(--btn-color);
}
section.attraction a.main-btn {
    display: block;
    width: 180px;
    text-align: center;
    margin: auto;
}
section.attraction .pro-btn{
    text-align: center;
    margin-top: var(--m30);
}
section.attraction .col-md-4:hover .atr-cont{
    background: var(--white-color);
    box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}
section.attraction .col-md-4:hover .atr-cont h4{
    color: var(--heading-color);
    text-shadow: 0px 0px 0px #000;
}
section.attraction .col-md-4:hover .arrow{
    opacity: 1;
    visibility: visible;
}
/*Agent css*/
section.agent {
    background-color: #1E1D85;
    background-image: url(../images/agent.png), url(../images/agent-bg-01.png);
    background-repeat: no-repeat;
    background-position: right bottom, left bottom;
    background-size: contain;
    position: relative;
}
section.agent h2{
    color: var(--white-color);
}
section.agent p {
    color: #f2f2f2;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 0px;
}
section.agent .col-4.col-md-4.col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.agent a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}
/*faq css*/
section.faq{
    background:var(--white-color);
}
section.faq .how-we-value-heading h6{
    line-height: 1.3;
    color: var(--secondary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: var(--m10);
}
section.faq .accordion-flush .accordion-item{
    border: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    background: var(--white-color);
    margin-bottom: var(--m20);
    border-radius: 10px;
    border-left: 10px solid #122a42;
    border-right: 10px solid #122a42;
}
section.faq .accordion-flush .accordion-item .accordion-button, section.faq .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    padding: var(--p20);
    font-size: var(--f18);
    font-weight: 500;
    color: var(--heading-color);
}
section.faq .accordion-button:not(.collapsed){
    background: var(--white-color);
}
section.faq p {
    color: var(--primary-color);
    font-size: var(--f14);
    font-weight: 500;
}

.sec-line {
    position: relative;
    margin-bottom: var(--m15);
    line-height: 0;
}
section.faq img{
    border-radius: 10px;
}
section.faq .accordion-body {
    color: var(--primary-color);
    font-size: var(--f14);
}
section.faq a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin-top: var(--m10);
}
/*Newsletter css*/
section.news-letter {
    background: var(--lt-bg-color);
}

section.news-letter h2 {
    margin-bottom: var(--m20);
}
section.news-letter p {
    font-size: 18px;
    font-weight: 500;
    max-width: 480px;
    color: var(--primary-color);
    line-height: 1.5;
}
section.news-letter  input.form-control {
    padding: var(--p5) var(--p5);
    background: transparent;
    border: none;
    min-height: 41px;
    color: var(--primary-color);
    font-size: var(--f14);
}

section.news-letter form {
    background: var(--white-color);
    padding: var(--p15);
    border-radius: 10px;
    display: flex;
}

#model-form .modal-content {
    background-color: var(--secondary-color);
    border: 0px;
    border-radius: 0px;
}

#model-form .modal-header {
    flex-direction: column;
    padding-bottom: 0px;
    border-bottom: 0px;
}
#model-form img.logo {
    width: 220px;
    margin-bottom: var(--m10);
}
#model-form .modal-body {
    padding-top: 0px;
}
#model-form .captcha img{
    width: 150px;
    height: 39px;
}
#model-form .modal-header i{
    color: var(--white-color);
    font-size: var(--f19);
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 10px;
}
#model-form p.call-us, p.call-us a{
    color: var(--white-color);
    font-size: var(--f14);
    margin-bottom: var(--m10);
}
#model-form .modal-dialog{
    max-width:370px;
}
#model-form p.or {
    color: var(--white-color);
    margin-bottom: var(--m10);
}

#model-form .modal-header p{
    color: var(--white-color);
    line-height: 1.5;
    text-align: center;
    font-size: var(--f12);
}
#model-form .form-group {
    padding: 0px;
}
#model-form .form-control {
    border-radius: 0px;
    font-size: var(--f14);
    margin-bottom: var(--m15);
    padding: 8px 10px;
}
#model-form button.main-btn {
    padding: var(--p10) var(--p15);
    font-size: var(--f14);
    width: 100%;
}
#model-form  .form-control:focus {
    background-color: var(--white-color) !important;
}
#model-form .captcha-main {
    padding: 0px;
    display: flex;
    gap: 10px;
}
#model-form button#reload {
    height: 39px;
    border-radius: 0px;
}
#model-form .captcha {
    display: flex;
}

.mob-btn{
    display:none;
}


/* attractions */


.attractions .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 5px;
}

.attractions .image-box img{
	position: relative;
	display: block;
	width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.attractions .image-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 120%;
	left: -10%;
	height: 50px;
	background: #ffffff;
	border-top: 7px solid transparent;
	-ms-transform: rotate(-17deg);
	-webkit-transform: rotate(-17deg);
	transform: rotate(-17deg);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index: 1;
}

.attractions .inner-box:hover .image-box:before{
	border-top-color: #d5ae82;
}

.attractions .lower-box{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin-left: 40px;
	background: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 2px;
	border-radius: 0px 0px 3px 3px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index: 3;
}

.attractions .inner-box:hover .lower-box{
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
}

.attractions .lower-content{
	position: relative;
	display: block;
	background: #ffffff;
	padding: var(--p20);
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0px 0px 3px 3px;
	z-index: 1;
}

.attractions .lower-content .icon-box{
	position: absolute;
	right: 30px;
	top: -45px;
	width: 90px;
	height: 90px;
	background: #061138;
	color: #d5ae82;
	text-align: center;
	font-size: 42px;
	line-height: 90px;
	border-radius: 50%;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
    display: none;
}

.attractions .inner-box:hover .lower-content .icon-box{
	background: #d5ae82;
	color: #ffffff;
}

.attractions .lower-content .cat{
	position: relative;
	display: block;
	color: #7b8594;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.attractions .lower-content h4{
	position: relative;
	color: var(--heading-color);
	margin-bottom: 20px;
    height: 40px;
    overflow: hidden;
}

.attractions .lower-content h4 a{
	color: var(--other-color);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.attractions .lower-content h4 a:hover{
	color: var(--secondary-color);
}

.attractions .inner-box:hover .link-box a{
	color: var(--secondary-color);
}
.attractions .col-4{
    position: relative;
    padding-right: 0;
    width: 32%;
margin-bottom: var(--m20);
}
.attractions .row{
    justify-content: space-between;
    position: relative;
    bottom: 50px;
}


.attractions .head{
    background: url(../images/attr-cta.jpg);
    padding: var(--p60);
    position: relative;
}
.attractions .head::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #122a42;
    opacity: 0.70;
}
.attractions{
    padding: 0;
    /* padding-top: 30px; */
    padding-bottom: 40px;
}
.attractions .how-we-value-heading{
    position: relative;
}
.attractions .how-we-value-heading h2,h6{
    /* color: var(--white-color); */
}

section.happened_sec .head-sec{
    margin-bottom:20px;
}

.happened_para{
      text-align: center;
    width: 80%;
    display: block;
    margin: auto;
}

.donation-area{
    background:url('https://validthemes.net/site-template/poora/assets/img/banner/12.jpg');
    position: relative;
}

.default-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.donation-area .info{
    z-index:1;
}

.default-padding p{/* color:white; */}
.default-padding-top {
  padding-top: 100px;
}

.default-padding-bottom {
  padding-bottom: 100px;
}

.default-padding.bottom-less {
  padding-top: 100px;
  padding-bottom: 70px;
}

.default-padding.bottom-30 {
  padding-top: 100px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 100px;
  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 120px;
  padding-bottom: 120px;
}

.btn {
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-weight: 700;
  letter-spacing: 1px;
  overflow: hidden;
}

.btn.cirlce {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}



.btn-sm {
  padding: 8px 35px;
  font-size: 12px;
}

.btn-x-sm {
  font-size: 10px;
  padding: 4px 20px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}
 .mission-card{
  padding:20px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  width: 95%;
  text-align: center;
  border: 0;
}
.card_icon{
  background: var(--secondary-color);
  border-radius: 100%;
  /* height: 100px; */
  width: 100px;
  display: block;
  margin: auto;
  padding: 25px 20px;
  margin-bottom: 20px;
}
.card_icon i{
      font-size: 40px;
    color: white;
}
.our-mission.head-sec p {
    /* font-size: var(--f12); */
    /* font-weight: 600; */
    color: var(--black-color);
    margin-bottom: var(--m5);
    /* letter-spacing: 3px; */
    /* text-transform: uppercase; */
    line-height: 1.7;
}

 section.faq {
    padding: 0px;
    padding-bottom: 40px;
    padding-top: 40px;
}
 section.faq .container{
    max-width: 750px;
}
section.faq .head-sec h6{
    letter-spacing: 2.4px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 37px;
    font-size: var(--f24);
}
section.faq .head-sec h2{
    font-size: 35px;
    line-height: 1;
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-weight: 600;
}
section.faq .head-sec img{
margin-bottom: 80px;
}
section.faq .accordion-item{
    margin-bottom: 20px;
    border: 0px solid #fff;
}
section.faq button.accordion-button {
   font-size: var(--f20);
   color: var(--black-color);
   padding: 0px;
   border-bottom: 1px solid #DBDEE3;
   padding-bottom: 30px;
   margin-bottom: 0px;
   padding-left: 49px;
}
section.faq .accordion-button::after {
  background-image: url("../images/plus.png");
  transition: all 0.5s;
  width: 31px;
    height: 31px;
    background-color: var(--secondary-color);
    border-radius: 5px;
    background-size: 13px;
    background-position: center;
}
section.faq .accordion-button:hover::after{
    background-color: var(--other-color);
}
section.faq .accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.png");
  background-position: center 75%;
  background-color: var(--other-color);
}
section.faq .accordion-button::after {
  transition: all 0.5s;
  /* margin-left: 0; */
  /* margin-right: auto; */
  position: absolute;
  left: 0;
}
section.faq .accordion-body {
    padding: 15px 18px;
    background: #EFF2F5;
    margin-top: -15px;
    margin-bottom: 10px;
}
section.faq .accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: inset 0 0px 0 rgba(0, 0, 0, .125);
    margin-bottom: 0px;
    border-bottom: 0px solid;
}

.testimonials-card{
      width: 95%;
      /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; */
      padding: 20px;
      margin: 20px 0;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.testimonials_sec .tes-card_icon img{
  width: 10%;
  background: var(--btn-color);
  padding: 16px 12px;
  border-radius: 0 0 30px 30px;
  width: 10% !important;!i;!;
}

.tes-card_icon {
  margin-bottom:20px;
}
.donation-area .fixed-bg {
    background-size: cover;
    background-position: center;
}

.fixed-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.donation-area .fixed-bg::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #000000 none repeat scroll 0 0;
    z-index: -2;
    opacity: 0.5;
}
.donation-area .info > h5 {
    color: var(--white-color);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 18px;
}
.donation-area .info h2 {
    font-weight: 700;
    margin-bottom: 25px;
    color: white;
}
.donation-area .info .question {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.donation-area .info .question .icon i {
    display: inline-block;
    background: var(--secondary-color);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-right: 35px;
    position: relative;
    z-index: 1;
    margin-left: 15px;
}

.donation-area .info .question .icon i::after {
    position: absolute;
    left: -15px;
    top: -15px;
    content: "";
    height: 80px;
    width: 80px;
    background: var(--secondary-color);
    z-index: -1;
    border-radius: 50%;
    opacity: 0.4;
}
.fixed-bg{
  background:url('https://validthemes.net/site-template/poora/assets/img/banner/12.jpg')
}


.contact-page-section {
    position: relative;
    padding: 100px 0 70px
}

.contact-info-box {
    position: relative;
    margin-bottom: 30px;
    border-right: 1px solid #cdcdcd
}

a.sticky.main-btn {
    display: none
}

.box-inner {
    position: relative;
    padding: 40px 0;
    border-radius: 5px;
    background-color: transparent;
    box-shadow: 0 0 0 rgb(0 0 0 / 12%)
}

.contact-info-box .box-inner {
    position: relative;
    padding: 0 9px
}

.contact-info-box .box-inner a {
    color: var(--text-black)
}

.contact-info-box .box-inner h5 {
    position: relative;
    font-family: var(--secondary-font);
    color: var(--text-black);
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600
}

.contact-info-box .box-inner p {
    position: relative;
    color: var(--text-black);
    opacity: .8;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.7em
}

.contact-info-box:last-child {
    border-right: 0px solid #cdcdcd
}

.contact-page-section .inner-container {
    position: relative;
    padding: 40px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%)
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 12px
}

.contact-form {
    position: relative;
    margin-top: 20px;
}

.contact-form .form-group {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px
}

.contact-form .form-group label {
    position: relative;
    color: #2b2b2b;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    display: block
}

.contact-form .form-group input,.contact-form .form-group select,.contact-form .form-group textarea,.contact-form .ui-selectmenu-button.ui-button {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    font-size: 13px;
    color: #060606;
    line-height: 34px;
    font-weight: 400;
    border-radius: 0;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
    resize: none
}

.contact-map {
    overflow: hidden;
    height: 100%;
    box-shadow: 0 0 5px #ccc
}

.contact-map iframe {
    position: relative;
    top: 0;
    height: 100%
}

.contact-page-section .sec-title h3 {
    margin-bottom: 2rem
}

.donation-form {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: white;
    z-index: 1;
}

.donation-area p{
  color:white;
}
/* Basic styles */


/* Animation for the text */
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%) translateY(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%) translateY(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
}

/* Apply animation to the text */
.hero_text {
  animation: slideInLeft 1s ease-out forwards;
  padding-top: 120px;
}

/* Adjust animation based on slide position */
#banner_slider .item:nth-child(odd) .hero_text {
  animation: slideInLeft 1s ease-out forwards;
  width: 50%;
  margin-left: 50px;
}

#banner_slider .item:nth-child(even) .hero_text {
  animation: slideInRight 1s ease-out forwards;
}

/* Optional: Set carousel container properties */
.owl-carousel .item {
  /* position: relative; */
  /* overflow: hidden; */
}



.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
  height: 100%;
  background: #000;
}

.carousel-caption{padding-bottom:80px;}

h2{/* font-size: 60px; */}
p{padding:10px}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:0.6;
}




/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.hero_text h2{
  color:white;
  font-size: 60px;
  line-height: 1;
  font-weight: 200;
  margin-bottom: 0;
}

.hero_text p{
  color:white;
  font-size: 18px;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000006b;
    z-index: 0;
}


  section.hero_section .item {
  height: 100vh;
  position: relative;
}
section.hero_section .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.hero_section .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
section.hero_section .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
section.hero_section .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
section.hero_section .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
section.hero_section .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
section.hero_section .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
section.hero_section .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
section.hero_section .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
section.hero_section .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
section.hero_section .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
section.hero_section .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
section.hero_section .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
section.hero_section .owl-nav .owl-prev:focus {
  outline: 0;
}
section.hero_section .owl-nav .owl-prev:hover {
  background: #000 !important;
}
section.hero_section .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
section.hero_section .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
section.hero_section .owl-nav .owl-next:focus {
  outline: 0;
}
section.hero_section .owl-nav .owl-next:hover {
  background: #000 !important;
}
section.hero_section:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
section.hero_section:hover .owl-next {
  right: 0px;
  opacity: 1;
}

section.about_section {
  /* padding-top:0; */
}

section.about_section .about-area default-padding{
  padding-top:0;
}

section.happened_sec{
  /* padding-top:0; */
  padding-bottom: 0;
}

/* hero section */


.hero_section {
    background-image: url('https://validthemes.net/site-template/poora/assets/img/banner/10.jpg');
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero_text h1{
      display: block;
      font-size: 80px;
      margin-bottom: 0;
}

.hero_btn{
    margin-top: 20px;
}

.hero_btn a{ 
    background: white;
    padding: 15px 40px;
    color: black;
    border-radius: 40px;

}

.card_icon img{
  height:50px;
  width:50px;
