.container {
    width: 100%;
    /* max-width: 1140px; */
    margin: auto;
    padding: 0;
}
.heading_sec{
    margin-bottom: 20px;
    text-align: center;
}
.heading_sec h2{
    color: var(--heading-color);
    font-size: var(--f50);
    line-height: 1;
    margin-bottom: 25px;
}
.divider {
    background-image: linear-gradient(84deg, #2488e5 30%, #c4c4c4 41%);
    height: 4px;
    width: 185px;
    display: flex;
    margin: auto;
}
.heading_sec h5{
    font-size: 22.4px;
    font-family: var(--primary-font);
    color: var(--secondary-color);
    line-height: 1;
    margin-bottom: 22px;
}
/*Banner css*/
section.banner-section {
    padding: 0px;
    height: 95vh;
    background: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0px 50px 0px;
    position: relative;
}
section.banner-section .banner-overlay {
    background-color: rgba(3, 10, 27, .61);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, rgb(0 0 0 / 50%), rgb(255 255 255 / 50%));
}
section.banner-section .video-sec {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.banner-section .video-sec video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.banner-section .container{
    position: relative;
}
section.banner-section .banner-content {
    width: 54.469%;
    padding: 10px;
}
section.banner-section .banner-data {
    padding-left: 30px;
    /* max-width: 500px; */
}
section.banner-section h1{
   font-size: 4.5em;
   font-weight: 500;
   text-transform: uppercase;
   line-height: 1.1em;
   letter-spacing: 1px;
   font-family: var(--other-font);
   margin-bottom: 0;
}
section.banner-section h1 span{
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: normal;
    font-style: italic;
    vertical-align: bottom;
    line-height: 1.5;
    font-size: 22px;
    font-family: var(--primary-font);
    display: block;
    text-align: center;
    margin-top: 20px;
    max-width: 400px;
}
section.banner-section hr{
    height: 2px;
    opacity: 1;
    background: #e2e2e2;
    width: 250px;
    margin-left: 13%;
    margin-right: auto;
    max-width: 400px !important;
}
section.banner-section p{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: var(--f22);
    color: var(--white-color);
    font-weight: 400;
    line-height: 26px;
}
section.banner-section a.main-btn{
    width: 176px;
    height: 50px;
    border-radius: 3px;
    margin-left: 100px;
    margin-top: 10px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 3px solid var(--white-color);
    text-transform: uppercase;
}
section.banner-section a.main-btn:hover{
    background: var(--white-color);
    color: var(--secondary-color);
}
section.banner-section .banner-img {
    width: 45.531%;
    padding: 0px;
}
section.banner-section .banner-img img{
    width: 400px;
    margin-top: 0px;
}
/* About css */
section.about_wrapper {
    padding: 0;
    margin-top: 0px;
    position: relative;
    z-index: 1;
    padding-top: 80px;
}
section.about_wrapper .col-lg-6{
    padding: 0;
}
section.about_wrapper .about-img1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.about_wrapper .about-img1{
    width: 100%;
    height: 475px;
    overflow: hidden;
    border-radius: 5px 0px 0px 5px;
}
section.about_wrapper .abt-content{
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 32px;
    padding: 60px;
    border-radius: 0px 5px 5px 0px;
    background: var(--white-color);
}
section.about_wrapper .abt-content h3{
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #303030;
    text-transform: uppercase;
}
section.about_wrapper .abt-content .heading-divider {
    border-color: #8f4646;
    border-width: 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 40px;
    height: 4px;
    background: #8f4646;
    margin-bottom: 30px;
}
section.about_wrapper .abt-content p{
    color: #6d6d6d;
    font-size: 16px;
    margin-bottom: 50px;
}
section.about_wrapper .sign-sec img{
    margin-bottom: 10px;
}
section.about_wrapper .sign-sec p{
    letter-spacing: 3px;
    font-size: 11px;
}
/*Welcome css*/
section.welcome-section {
    padding: 0px;
    padding-top: 110px;
}
section.welcome-section .container{
    /* max-width: 864px; */
}
section.welcome-section .welcome-img {
    /* width: 32%; */
    padding: 0px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
section.welcome-section .welcome-img img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
}
section.welcome-section .welcome-img .guest-inner {
    display: flex;
    justify-content: space-between;
}
section.welcome-section .welcome-img .guest-inner img {
    width: 48.5%;
}
section.welcome-section h2{
    font-size: 3.12rem;
    line-height: 1;
    margin-bottom: 25px;
}
section.welcome-section .welcome-content p{
    max-width: 100%;
}
section.welcome-section .welcome-content a{
    width: 250px;
    text-align: center;
    height: 50px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.welcome-section .welcome-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*Commitment css*/
section.commitment-section {
    padding: 180px 0;
}
section.commitment-section .heading_sec h2{
    margin-bottom: 40px;
}
section.commitment-section .heading_sec .divider{
    margin-bottom: 45px;
}
section.commitment-section .heading_sec{
    margin-bottom: 0px;
}
section.commitment-section .heading_sec a.main-btn {
    width: 174px;
    height: 48px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

/*Management Packages css*/
section.packages-section {
    background: #f4f6f9;
    padding: var(--p90) 0;
    padding-top: 120px;
}
section.packages-section .container{
    padding: var(--p10);
}
section.packages-section .col-6, section.packages-section .col-4{
    padding: 0px;
}
section.packages-section .packages-upper-content h5{
    font-size: 32px;
    color: var(--secondary-color);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
}
section.packages-section .packages-upper-content h2{
    font-size: 3em;
    line-height: 1;
    margin-bottom: 25px;
}
section.packages-section .packages-upper-content p{
    font-size: 21px;
    font-weight: 400;
}
section.packages-section .packages-upper-img {
    padding: 10px;
    text-align: right;
}
section.packages-section .packages-upper-img img{
    width: 440px;
}
section.packages-section .package-bottom-content {
    padding-top: var(--p60);
    padding-right: var(--p25);
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
section.packages-section .package-bottom-content img{
    width: 104px;
}
section.packages-section .package-bottom-content .package-detail h3{
font-size: 1.2em;
    font-weight: 500;
    line-height: 1.38;
    margin-bottom: 8px;
}
section.packages-section .package-bottom-content .package-detail p{
    margin-bottom: 0px;
}
/*Cta css*/
section.cta-section {
    background: url(../images/management-cta.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 145px 0;
    text-align: center;
}
section.cta-section .cta-info {
    max-width: 700px;
    margin: auto;
}
section.cta-section .cta-info h2{
    font-size: var(--f45);
    color: var(--white-color);
    line-height: 1;
    margin-bottom: var(--m35);
}
section.cta-section .cta-info p{
    color: var(--white-color);
    margin-bottom: 30px;
}

/*Cta form css*/
section.cta-form {
    background: var(--secondary-color);
    padding-left: 0px;
    padding-right: 0px;
}
section.cta-form h3{
    color: #fff;
    font-size: 1.9em;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
}
section.cta-form input{
    width: 100%;
    background: transparent;
    border: 1px solid #bbb;
    padding: 5px 14px;
    font-size: 16px;
    color: #bbb;
    min-height: 40px;
    border-radius: 10px;
    line-height: 35px;
}
section.cta-form input::placeholder{
    color: #bbb;
}
section.cta-form form{
    display: flex;
    gap: 0 60px;
}
section.cta-form .form-field, section.cta-form .form-btn{
    min-width: 21%;
}
section.cta-form .form-btn button{
    background: #fff;
    border: 0px solid;
    padding: 13px 15px;
    width: 100%;
    min-height: 40px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    color: var(--secondary-color);
}

/*checkout section css*/
section.checkout-sec {
    padding: var(--p60) 0;
}
section.checkout-sec h2{
    font-size: 40px;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
}
section.checkout-sec .checkout-content {
    padding: 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
section.checkout-sec .checkout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.checkout-sec .main-btn{
    width: 174px;
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

 /*Services css*/

  section.services {
      padding-bottom: var(--p60);
  }

section.services .row {
    justify-content: center;
    gap: 20px 0;
}

  section.services .heading_sec h2{
      font-size: 55px;
  }
  section.services h5{
      font-size: 22.4px;
      font-family: var(--primary-font);
      color: var(--black-color);
      line-height: 1;
      margin-bottom: 22px;
  }
  section.services .col-md-4{
  padding: 0px 7px;
  }
  section.services .col-md-4 img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      left: 0;
      top: 0
  }
  section.services .servics-cards{
  height: 300px;
      position: relative;
  }
  
  section.services .servics-cards .card-overlay{
     background-color: #000;
      opacity: .5;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      position: absolute;
  }
  section.services .servics-cards h2 {
      margin-top: 0px;
    color: white;
    font-size: 2em;
    position: relative;
    line-height: 1;
    padding-top: 100px;
    margin-bottom: 0;
    height: 100%;
    overflow: hidden;
  }
  section.services .servics-cards .crad-bottom-bg {
      background-color: var(--secondary-color);
      position: relative;
      margin-top: auto;
      margin-bottom: 10px;
      padding: 10px 30px;
  }
  section.services .servics-cards .crad-bottom-bg span.card-bottom-text {
      font-size: 19.2px;
      color: var(--white-color);
      line-height: 20px;
      font-style: italic;
      font-weight: 300;
  }


.overlay {
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    background-image: linear-gradient(180deg, #000 100%, rgba(0, 0, 0, 0) 100%);
    opacity: .2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


.ser-card-img{
  position: relative;
}


.ser-card-heading h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    font-size: 24px;
    color:#fff;
    font-weight: 300;
}

section.services_sec .ser_text{
     width: 80%;
    display: block;
    margin: auto;
}

section.ser_card_sec{
  padding-top:0;
}


section.text_sec{
  padding-top:30px;
}


  