.md-custom-code {
    margin-bottom: 0px !important;
}

@media (min-width: 1200px) {
    .container{
        width: 1200px;
        position: relative;
        margin: 0 auto;
    }
  }

  .mg-container {
    width: auto !important;
}
*{
    margin: 0px;
    padding: 0px;
}
a{
  text-decoration: none;
}
.md-custom-code {
  margin-bottom: 0px !important;
}
.spacediv{min-height: 130px;}

h1,h2,h3,h4,h5{
  font-family: Montserrat-Bold;
}

@font-face {
  font-family: Arapey-Italic;
  src: url(assets/arapey/Arapey-Italic.ttf);
}
@font-face {
  font-family: Arapey-Regular;
  src: url(assets/arapey/Arapey-Regular.ttf);
}
@font-face {
  font-family: Montserrat-Bold;
  src: url(assets/Montserrat/static/Montserrat-Bold.ttf);
}
@font-face {
  font-family: Montserrat-ExtraBold;
  src: url(assets/Montserrat/static/Montserrat-ExtraBold.ttf);
}
@font-face {
  font-family: Montserrat-Regular;
  src: url(assets/Montserrat/static/Montserrat-Regular.ttf);
} 
@font-face {
  font-family: Montserrat-Light;
  src: url(assets/Montserrat/static/Montserrat-Light.ttf);
} 

/*section 1*/
.letsget_row {
  display: flex;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}

.col_setting {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  box-sizing: border-box;
}

.col_letsget1 {
  background: url('assets/images/image-min.png');
}

.col_letsget2 {
  background: url('assets/images/image4-min.png');
}

.col_setting h2 {
  color: #FFF;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 6px;
  text-transform: uppercase;
  max-width: 60%;
  margin-bottom: 40px;
}

.col_setting p {
  max-width: 350px;
  color: #FFF;
  text-align: center;
  font-family: Arapey-Italic;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 25.2px; 
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.col_setting a {
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-family: Montserrat-Light;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 12px; 
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 2px solid white;
  padding: 12px 25px;
  transition: all 0.3s ease;
  background-color: transparent;
}

.col_setting a:hover {
  background-color: #2f7fe2;
  border-color: #2f7fe2;
  color: #fff;
}

/* Section 2 */

.about_anita {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.anita_text {
  width: 42%;
}

.anita_text h2 {
  color: #0C2340;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 37.7px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.anita_text h3{
  color: #0C2340;
  margin-top: 30px;
  font-family: Montserrat-Regular;
  font-size: 16px;
  font-style: normal;
  line-height: 37.7px; 
  letter-spacing: 2px;
}

.anita_text p {
  color: #0C2340;
  font-family: Arapey-italic;
  font-size: 18px;
  margin-top: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: 1px;
}

.anita_text a{
  text-decoration: none;
  font-family: Montserrat-Light;
  margin-top: 65px;
  display: inline-block;
  border: 2px solid #0C2340;
  padding: 12px 40px;
  transition: all 0.3s ease;
  background-color: transparent;
  color: #0C2340;
  text-align: center;
  font-family: Montserrat-Light;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 12px; /* 100% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}


.anita_text a:hover {
  background-color: #2f7fe2;
  border-color: #2f7fe2;
  color: #fff;
}

.anita_img {
  width: 50%;
  text-align: right;
}
.anita_img img {
  width: 80%;
}

/*section 3*/
.homevalue_shifting{
  background: url('assets/images/image5-min.png');
  background-size: cover;
  padding: 140px 0px;
  background-position: center;
}

.get_value {
  background: rgba(12, 35, 64, 0.80);  background-repeat: no-repeat;
  border-radius: 5px;
  text-align: center;
  padding: 95px 0px;
}

.get_value h2{
  color: #FFF;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 50.5px; /* 120.238% */
}
.get_value p{
  color: #FFF;
  text-align: center;
  font-family: Arapey-Regular;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 50%;
  margin: 25px auto;
}


.get_value a{
  text-decoration: none;
  font-family: Montserrat-Light;
  margin-top: 25px;
  display: inline-block;
  border: 2px solid #FFF;
  background: #FFF;
  padding: 12px 40px;
  transition: all 0.3s ease;
  color: #000;
  text-align: center;
  font-family: Montserrat-Light;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.get_value a:hover {
  background-color: #2f7fe2;
  border-color: #2f7fe2;
  color: #fff;
}

/*section 4*/
.clint_say{
  text-align: center;
}
.clint_say h2{
  color: #0C2340;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 37.7px; /* 107.714% */
  letter-spacing: 6px;
  text-transform: uppercase;
}
.clint_say img{margin: 20px 0px; }
.quote-box p{
  color: #0C2340;
  text-align: center;
  font-family: Arapey-italic;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
}
.quote-box {margin-top:10px;}
.txt_ara h3{
  color: #0C2340;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: 37.7px;
}
.bu_tton {
  text-align: center;
  margin-top: 30px;
}
.bu_tton a{
  margin: 5px;
}
.bu_tton a:hover svg{
  fill: #2f7fe2;
  transition: fill 0.3s ease;
}
.bu_tton a:hover svg circle{
  stroke: #2f7fe2;
  transition: fill 0.3s ease;
}
.bu_tton a:hover svg rect{
  fill: #fff;
  transition: fill 0.3s ease;
}
.bu_tton a svg {
  transition: fill 0.3s ease;
  fill: none;
}


/* section 5*/
.locationgrind {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 2px;
  width: 100vw;
  height: 120vh;
}

@media (max-width: 1200px) {
  .locationgrind {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto repeat(4, 1fr); 
    height: 80vh;
    min-height: 600px; 
  }
  
  .grid-item-special {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  
  .grid-item-1 { grid-row: 2; grid-column: 1; }
  .grid-item-2 { grid-row: 2; grid-column: 2; }
  .grid-item-3 { grid-row: 3; grid-column: 1; }
  .grid-item-4 { grid-row: 3; grid-column: 2; }
  .grid-item-5 { grid-row: 4; grid-column: 1; }
  .grid-item-6 { grid-row: 4; grid-column: 2; }
  .grid-item-7 { grid-row: 5; grid-column: 1; }
  .grid-item-8 { grid-row: 5; grid-column: 2; }
}

.grid-item {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.5rem;
  text-align: center;
  transition: transform 0.5s ease;
}

.grid-item-regular {
  min-height: 0;
}

.grid-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0;
  transition: transform 0.5s ease;
}

.grid-item:hover img {
  transform: scale(1.1);
}

.grid-item span {
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  font-family: Montserrat-Light;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.93px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.grid-item-special {
  background-color: #0C2340;
  flex-direction: column;
  padding: 20px;
}

.grid-item-special h2 {
  color: #FFF;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: 27.93px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.grid-item-special a {
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 0px;
    font-family: Montserrat-Light;
    transition: background-color 0.3s;
    text-align: center;
    font-size: 12px;
    padding: 10px 70px;
    font-style: normal;
    font-weight: bold;
    line-height: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 20px;
    border-radius: 1px;
}

.grid-item-special a:hover {
  background-color: #2f7fe2;
  border-color:#2f7fe2;
  color: #fff;
}

@media (max-width: 768px) {
  .locationgrind {
    height: 100vh;
    min-height: 700px;
  }
  
  .grid-item span {
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 20px;
  }
  
  .grid-item-special h2 {
    font-size: 16px;
    line-height: 20px;
  }
  
  .grid-item-special a {
    padding: 6px 30px;
    font-size: 10px;
    margin-top: 15px;
  }
}

.grid-row-fix {
  min-height: 0; 
}

/*section 6*/

.lfstyl_bgimg{
    background-image: url(assets/images/image\ 14\ \(1\)-min.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .life_style span{
    color: #2f7fe2;
  }
  .life_style h1{
    margin-bottom: 20px;
    color: #001D47;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 53px; /* 110.417% */
    letter-spacing: 4.8px;
    text-transform: uppercase;
  }

  .life_style p{
    text-align: center;
  }
  .gallery{
    gap: 12px;
    display: flex;
    justify-content: center;
    padding: 25px 0 0 20px;
  }
  .glry_img{
    width: 50%;
  }
  
  .img_1glry {
    position: relative;
    overflow: hidden; 
    height: 334px;
  }
  
  .img_1glry img {
    transition: transform 0.6s ease;
  }
  
  .img_1glry:hover img {
    transform: scale(1.1);
  }


  .glry_img p{
    position: absolute;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    bottom:7%;
    left: 4%;
    font-family: 'Montserrat-Light';
  }
  p#Browse_p {
    text-align: center;
    font-family: 'Montserrat-Light';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
  }
  .gly_2img{
    display: flex;
    position: relative;
    gap: 13px;
    padding: 7px 0px;
  }
  .gr_2class{
    margin-top: 7px !important;
  }
  .pools,.with_views {
    position: relative;
    overflow: hidden; 
    height: 216px;
  }
  .postitonset{position: relative;}

  .pools img,.with_views img {
    transition: transform 0.6s ease;
  }
  
  .pools:hover img {
    transform: scale(1.1); 
  }
  .with_views:hover img {
    transform: scale(1.1);
  }
  
  .glry_3cls{
    margin-right: 20px !important;
  }
  .pools p{
    position: absolute;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    bottom: 10%;
    left: 4%;
    font-size: 16px;
    font-family: Montserrat-Light;
  }
  .with_views{
    position: relative;
  }
  .with_views p{
    position: absolute;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    bottom: 10%;
    left: 4%;
    font-family: Montserrat-Light;
  }
  

@media only screen and (max-width: 768px) {
  
  .banner-video, .md-hero.layout6 .bg-wrap {
    bottom: 0 !important;
  }

  .special h2 {
    font-size: 1.4rem;
  }

  .special .view-btn {
    padding: 8px 16px;
  }

  .grid-item span {
    font-size: 1.2rem;
  }

  .md-hero.layout6 .bg-wrap {
    width: auto !important;
    background: #000000ad;
  }
    .md-hero.layout6 .bg-wrap {
      min-height: 342px;
      border-radius: 0px;
    }
  .col_setting {width: 100%;}
  .letsget_row{     flex-direction: column;}
  .col_setting h2{max-width: 100%;}
  .about_anita {
    flex-direction: column-reverse;
  }
  .anita_img {
    width: 100%;
    text-align: center; 
  }
  .anita_text {
    width: 90%;
    margin: auto;
  }
  .get_value{
    max-width: 95%;
    margin: auto;
  }
  .get_value p{max-width: 90%;}
  .get_value h2 {
    font-size: 24px;
    line-height: 35px;
  }
  .anita_text h2{margin-top: 10px;}
  .homevalue_shifting{padding: 60px 0px;}
  .get_value{padding: 50px 0px;}

  /*browse by lifestyle media query*/
  .life_style p {
    text-align: left; 
    font-size: 12px;
  }
  .life_style h1 {
    font-size: 45px;
    line-height: 1.2;
    padding-bottom: 8px;
    text-align: left;
    max-width: 100%;
    text-align: center;
  }
  #Browse_p{
    padding-left: 25px;
  }
  .text_beat_area p{max-width: 100%;margin: auto;}
  .gallery{
    display: inherit;
    margin: 0px 25px;
    padding: 25px 0 0 0px;
  }
  .clint_say h1{margin: 20px 0px;}
  .glry_img{
    width: 100%;
  }
  .glry_img p {
    bottom: 14%;
    font-size: 13px;
  }
  .gr_2class {
    margin-left: 0px;
  }
  .img_1glry,.pools, .with_views{height: auto;}
  .img_1glry img{
    width: 100%;
  }
    .img_1glry, .pools, .with_views {
      height: auto;
    }
    .with_views {
    text-align: center;
    width: 50%;
    }
    .with_views img {
        width: 100%;
    }
  .gly_2img {
    display: flex;
    gap: 8px;
    padding: 2px 0px;
  }
  .pools {
    text-align: center;
    width: 50%;
  }
  .left_imgarea {
    width: 90%;
    margin: auto;
    text-align: center;
  }
  .fst_nm_lname {
    flex-wrap: wrap;
  }
  .man_imgtxt p,.man_imgtxt h3{text-align: left;}
  .pools p {
    left: 9%;
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
    bottom: 9%;
  }
  .pools img{
    width: 100%;
  }
}