@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Grand+Hotel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bonheur+Royale&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');


:root {
  --primary: #B3913C;
  --white: #ffffff;
}

@font-face {
  font-family: myFirstFont;
  src: url(./fonts/PalaceScriptMT.ttf);
  size-adjust: 200%;
}

body
{
  font-family: "Open Sans", Arial, sans-serif;
  color: #333;
}

@media(max-width: 768px) {
    body {
        font-size: 18px;
    }
}

html, body {
    overflow-x: hidden !important;
}

.navbar
{
  /*pacity: 0.8;*/
}

.hotel-font
{
  font-family: "Great Vibes", Arial, sans-serif;
}

.barlow-font
{
  font-family: "Barlow Condensed", Arial, sans-serif;
}

.title-font
{
  font-family: "Gilda Display", Arial, sans-serif;
}

.josefin-font
{
  font-family: "Josefin Sans", Arial, sans-serif;
}


.tangerine-font
{
  font-family: "Tangerine", Arial, sans-serif;
}

.navbar-brand
{
  font-size: 32px !important;
  letter-spacing: 2.5px;
  /*color: var(--primary);*/
}

.bg-gray
{
  background-color: #F2F4FB;
}

.section-title
{
  color: var(--primary);
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.section-title-white
{
  color: white;
  font-size: 3.5rem;
  margin-bottom: 1rem;
}

/*.section-title:after {
  content:' ';
  position: absolute;
  display:block;
  width: 100px;

  margin-top: 1rem;
 
  border:2px solid var(--primary);
  border-radius:1px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
  -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
  -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
left: 50%;
transform: translateX(-50%);
}*/

/*
::selection {
  color: white;
  background: #c9aa5d;
}
*/

.section img
{
  /*border-radius: 2px;*/
  /*box-shadow: 10px 10px 5px #ddd;
      -moz-box-shadow: 10px 10px 5px #ddd;
      -webkit-box-shadow: 10px 10px 5px #ddd;
      -khtml-box-shadow: 10px 10px 5px #ddd;*/
}

.section-subtitle
{
  color: var(--primary);
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  padding-bottom: 2rem;
}

.section-subtitle:after
{
  content:' ';
  position: absolute;
  display:block;
  width: 60%;
  margin-top: 0.75rem;
 
  border:1px solid var(--primary);
  border-radius:1px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
  -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
  -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);

}

.section-text
{
  color: #555;
  padding: 0 15rem;
  margin: 3rem 0;
}

.section-small-text
{
  font-size: 14px;
  color: #555;
}

.swiper {
  width: 100%;
  height: 100%;


}

.swiper img
{
  width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.navbar .nav-link
{
  font-weight: 700;
  margin-right: 0.5rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.btn-primary, .btn-secondary
{
  color: white !important;
  /*font-weight: 700;*/
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0.5rem 2rem;
  letter-spacing: 1px;

  border-radius: 0px !important;
  
}

.btn-lg
{
  font-size: 1rem;
  padding: 1rem 3rem;
  letter-spacing: 1px;
}

.section-item
{
  overflow: hidden;
}

.section-item a img
{
  width: 400px;
  height: auto;
  object-fit: cover;
  transition: all .4s ease-in-out;
}

.section-item a img:hover
{
  opacity: 0.85;
}

@media(max-width: 768px)
{
    .image-rectangle:after {
        content: '';
        position: absolute;
        right: 1.3rem !important;
        bottom: -0rem !important;
        border: 2px solid var(--primary);
        width: 100%;
        height: 100%;
        z-index: 2;
        /*display: none;*/
    }

    .btn-reservation {
        font-size: 23px !important;
    }
}

.image-rectangle {
  position: relative;
  display: inline-block;

  padding-bottom: -17rem;
}

.image-rectangle img {
  vertical-align: bottom;
}

    .image-rectangle:after {
        content: '';
        position: absolute;
        right: 2rem;
        bottom: 2.5rem;
        border: 2px solid var(--primary);
        width: 90%;
        height: 95%;
        z-index: 1;
    }

.image-rectangle3 {
  position: relative;
  display: inline-block;

  padding-bottom: -17rem;
}

.image-rectangle3 img {
  vertical-align: bottom;
}

.image-rectangle3:after {
  content: '';
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  border: 2px solid var(--primary);
  width: 100%;
  height: 80%;
  z-index: 2;
}

.image-rectangle-white {
  position: relative;
  display: inline-block;

  padding-bottom: -17rem;
}

.image-rectangle-white img {
  vertical-align: bottom;
}

.image-rectangle-white:after {
  content: '';
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  border: 2px solid white;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* Section Break 1 */
.section-break-1 {
  background-color: transparent;
  border: 0;
  border-top: 3px double var(--primary);
  height: 3px;
  margin: 1rem auto;
  width: 20%;
}

.section-break-1:before {
    background-color: white;
    color: var(--primary);
    content: '\22A1';
    font-size: 20px;
    left: 50%;
    letter-spacing: 0;
    line-height: 1;
    position: absolute;
    text-indent: -2px;
    text-rendering: geometricPrecision;
    transform: translate(-50%, -65%);
    width: 10px;
  }

  .rectangle-shadow {
    
    
    filter: drop-shadow(20px 20px 0px var(--primary));
}

@media(max-width: 768px)
{
  .rectangle-shadow
  {
    filter: drop-shadow(10px 10px 0px var(--primary));
  }

}

.rectangle-shadow2 {
    
    
  filter: drop-shadow(10px 10px 0px rgba(100, 100, 100, .2));
}


.restaurant-padding
{
  padding: 0 8rem;
}

.bg-primary-light
{
  background-color: #f8f3e9;
}

.bg-darkgray-btn
{
  background-color: #7B7779 !important;
  padding: 0.5rem 1rem;
}

.cursor-pointer
{
  cursor: pointer;
}

.restaurant-heading {
  border-bottom: 2px solid white;
  padding-bottom: 6px;
}

.footer-section {
  background: #202020;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: var(--primary);
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 60px;
  border-radius: 3px;
  font-size: 20px;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: var(--primary);
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: var(--primary);
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: var(--primary);
    padding: 13px 20px;
    border: 1px solid var(--primary);
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #151414;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: var(--primary);
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: var(--primary);
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

ul {
  margin: 0px;
  padding: 0px;
}

.back-to-top-button {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: block;
  height: 48px;
  width: 48px;
  cursor: pointer;
  transform: translateY(100px);
  background-color: var(--primary);
  transition: transform 0.5s, opacity 0.3s;
  border-radius: 50%;
  z-index: 999;
  outline: 0 !important;
  border: none;
}

.back-to-top-button:hover
{
  background-color: #c29f48;
}

.back-to-top-button i
{
  font-size: 18px;
}

.showScrollBtn {
  transform: translateY(0);
  opacity: 1;
}

.padding-paragraph
{
  padding: 0 11rem;
  letter-spacing: 1px;
}

.letter-spacing
{
  letter-spacing: 1px;
}

.letter-spacing-2
{
  letter-spacing: 3px;
}

.letter-spacing-4
{
  letter-spacing: 6px;
}

.room-description-outside
{
  background-color: white;

  position: absolute;
  /*top: 4%; left: 57%;*/
  top: 1rem; right: 6rem;
  padding: 1rem;

  /*height: 300px; width: 300px;*/
  width: 32vw;
  height: 32vw;
  z-index: 20;

  max-width: 100%;
  max-height: 100%;
}

.room-description
{
  border: 1px solid var(--primary);
  padding: 1rem;
  height: 100%;
  padding-bottom: 0;

  width: 100%;
}

.relative
{
  position: relative;
  /*max-height: 100%;*/
}

.img-contain
{
  height: 8px; width: 64px;
  object-fit: contain;
}

.px-8
{
  padding: 0 7rem;
}

@media(max-width: 768px)
{
  .px-8
  {
    padding: 0 2rem;
  }
}

@media(min-width: 1500px)
{
 
}

.small-font
{
  font-size: 14px;
}

.line-height-p
{
  line-height: 1.5rem;
}

.py-6
{
  padding-top: 6rem; padding-bottom: 6rem !important;
}

.py-medium
{
  padding-top: 4rem; padding-bottom: 4rem !important;
}

.py-big {
    padding-top: 11rem;
    padding-bottom: 11rem !important;
}

.py-8
{
  padding-top: 8rem; padding-bottom: 8rem !important;
}

.mt-6
{
  margin-top: 6rem;
}

.btn-lg
{
  padding: 1rem 3rem;
  font-size: 14px;
}

.hover-pointer
{
  cursor: pointer;
  
}

.hover-pointer:hover
{
  color: var(--primary);
}

.image-zoom-hover
{
  transition: 0.4s ease-out;
  cursor: pointer;
}

.image-zoom-hover:hover
{
  transform: scale(1.1);
  filter: brightness(0.8);
}

.grid
{
  
  width: 400px;
  height: 400px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 200px 200px;
  grid-row: auto auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}


.grid-item {
  grid-row: 1 / span 3;
}

.box {
  background-color: #333;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-family: sans-serif;
}

.image-3
{
  grid-column-start: 1;
  grid-column-end:   3;
}

.grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-gap: 1em 1em;
}

.item-10 {
	grid-area: 1 / 1 / 2 / 3;
}

.item-11 {
	grid-area:  span 2 / span 2 / span 3 / span 3;;
}

.item-13 {
	grid-area: 1 / 1 / 2 / 2;
}

ul > li > a {
  color:#fff;
}
ul > li {
  line-height: 1.5em;
}
.footer {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 150px;
  padding-right: 25px;
  padding-bottom: 50px;
  padding-left: 25px;
  background: #8f7430;
}

.footer-start {
  display: flex;
  position: relative;
  width: 90%;
  max-width: 1280px;
  margin: auto;
  background: #562C00;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 70px 100px;

}
.start-learning {
  position: absolute;
  left: 0;
  right: 0;
  top: -150px;
}
.footer .inner {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  justify-content: space-between;
  align-items: start;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: #fff;
}
.main-logo {
  position: relative;
  display: flex;
  align-items: center;
}
.main-logo .logo {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.main-logo .logo > img {
  display: block;
  width: 100%;
  min-width: 40px;
}
.logo-info {
  text-align: left;
  line-height: 20px;
}
.text {
  font-size: 17px;
  line-height: 17px;
  color: #fff;
  letter-spacing: .18em;
  font-weight: 600;
}
.copyright {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}
.is-logo > a {
  text-decoration: unset;
}


.footer .column {
  width: 100%;
  font-size: 14px;
  text-align: left;
}
.footer .column .column-title {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 16px;
}
.footer .column .column-title:not(:first-child) {
  margin-top: 1.5em;
}

.illustration {
  position: absolute;
  top: -28px;
  left: 8%;
}
a
{
  text-decoration: none;
}

a.button {
  display: inline-flex;
  position: relative;
  height: 60px;
  margin-right: 20px;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  background: #fff;
  color: var(--primary);
  text-transform: uppercase;
  
  box-shadow: 0px 24px 74px rgb(60 0 189 / 20%);
  font-size: 16px;
  font-weight: 700;
  padding: 0 30px;
  text-decoration: unset;
}
.section-title-footer {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
}
h3.section-sub-title {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}
.section-sub-title span{
  opacity: 0.6;
}
h3.section-sub-title strong {
  font-weight: 600;
}


@media only screen and (max-width: 990px) and (min-width: 200px) {
 
  .footer .inner {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
  }
  .start-learning {
      position: unset;
  }
  .footer-start {
      width: 100%;
      display: block;
      padding: 30px 20px;
      margin: 30px auto;
  }
  .section-title {
      font-size: 30px;
  }
  h3.section-sub-title {
      font-size: 18px;
  }
  .footer {
      padding-top:0;
  }
  a.button {
      height: 50px;
      margin-top: 10px;
  }
  .column.is-logo {
      order: 4;
  }
  
} 

.feature
{
  border: 2px solid #eee;
  background-color: white;

  transition: 0.2s ease-out;
}

.feature:hover
{
  border: 2px solid var(--primary);
  cursor: pointer;
}

.room-div {
  position: relative;
  
  
  }

.room-div img
{
  transition: 0.4s ease-out;
  cursor: pointer;
  overflow: hidden;
  filter: brightness(0.35);
}


.room-div .button-room {
  
  /*transform: translate(-50%,-50%);*/
  margin: 0;
  padding: 0.5rem 1rem;
  background-color: transparent;
  
  color: var(--primary);
  font-size: 14px;
  text-transform: uppercase;
  
  border: 1px solid var(--primary);
  border-radius: 0;
  transition: 0.3s ease;
  /*backdrop-filter: invert();*/
  }

  .room-text-pos, .room-text-pos3
  {
    position: absolute;
    top: 5%;
    left: 0%;
    padding: 0 1.5rem;
    cursor: pointer;
  }

  
  .room-buttons-pos
  {
    position: absolute;
    top: 87%;
    left: 0%;
    padding: 0 1.5rem;
  }

  .room-buttons-pos2
  {
    position: absolute;
    top: 82%;
    left: 0%;
    padding: 0 1.5rem;
  }

  @media(max-width: 768px)
  {
    .room-text-pos
    {
      position: absolute;
      top: 5%;
      left: 0%;
      padding: 0 1.5rem;
      cursor: pointer;
    }
  
    .room-buttons-pos2
    {
      position: absolute;
      top: 70%;
      left: 0%;
      padding: 0 1.5rem;
    }

    .room-text-pos3
    {
      position: absolute;
      top: 10%;
      left: 0%;
      padding: 0 1.5rem;
    }
  }

  .room-div .socials {
   
    /*transform: translate(-50%,-50%);*/
    margin: 0;
    display: flex;
    gap: 0.5rem;
    
   
    color: var(--primary);
    font-size: 16px;
    
    cursor: pointer;
    border-radius: 0;
    transition: 0.3s ease;
    }
    .room-div .socials i
    {
      transition: 0.3s ease;
      height: 36px; width: 36px;
      border: 1px solid var(--primary);
      border-radius: 0;

      color: var(--primary) !important;
      display: flex; justify-content: center; align-items: center;
    }
   

    .room-div .socials i:hover
    {
      color: white !important;
      background-color: var(--primary);
    }

  .room-div .button-room:hover
  {
    background-color: var(--primary);
    color: white;
  }

.room-div img:hover
{
  transform: scale(1.1);
  filter: brightness(0.7);
}

.card img
{
  transition: 0.4s ease-out;
  cursor: pointer;
  
}



.room-title {
  position: relative;
  line-height: 1.2em;
}
.room-title:before {
  position: absolute;
  left: 0;
  top: 2.5rem;
  height: 0;
  width: 70px;
  content: '';
  border-top: 1px solid lightgray;

  transition: 0.8s ease;
}

.room-div:hover .room-title:before
{
  width: 100%;
}

.card-corps
{
  position: absolute;

  margin: 0 1.5rem;
  padding: 1.5rem;
  background-color: white;
  top: 80%;

  transition: 0.6s;
  height: 40%;
}

@media(max-width: 768px)
{
  .card-corps
  {
    height: 30%;
  }
}

.card:hover .card-corps
{
  top: 65%;
}

.card:hover img
{
  filter: brightness(0.7);
}

 .button-blog {
  position: absolute;
  /*transform: translate(-50%,-50%);*/
  top: 5%; left: 5%;
  margin: 0;
  padding: 0.3rem 0.7rem;
  background-color: transparent;
  
  color: var(--primary);
  font-size: 12px;
  text-transform: uppercase;
  
  border: 1px solid var(--primary);
  border-radius: 0;
  transition: 0.3s ease;
  /*backdrop-filter: invert();*/
  }

  .button-blog:hover
  {
    background-color: var(--primary);
    color: white;
  }

.section-circle
{
  border-radius: 50%;
  background: white;
  border: 3px solid var(--primary);

  height: 10rem; width: 10rem;

  color: #333;

  font-size: 16px;
  text-transform: uppercase;

  opacity: .9;
  transition: 0.2s;
}


.section-circle:hover
{
  transform: scale(1.1);
}

.scale-on-hover
{
  cursor: pointer;
  transition: 0.2s ease;
}

.scale-on-hover:hover
{
  transform: scale(1.1);
}

.height-div
{
  height: 12rem;
}

.padding-white
{
  /*padding: 1.25rem;
  background-color: blue;*/

  border: 20px solid #f9f9f9;
  border-left: none;
}

@media(max-width: 768px)
{
  .padding-white
  {
    border: 0;
    border-left: none;
  }

  .negative-margin
  {
    margin-right: 0 !important;
    z-index: 3;
  }

  .negative-margin-2
  {
    margin-right: 0 !important;
    z-index: 3;
  }

  .negative-margin-4
  {
    margin-left: 0 !important;
    z-index: 3;
  }
}

.negative-margin
{
  margin-right: -6rem;
  z-index: 3;
}

.negative-margin-2
{
  margin-right: -12rem;
  z-index: 3;
}

.negative-margin-3
{
  margin-left: -12rem;
  z-index: 3;
}

.negative-margin-4
{
  margin-left: -14rem;
  z-index: 3;
}

.card
{
  border: 2px solid var(--primary);
}

.border-gold
{
  border: 2px solid var(--primary);
  border-radius: 0;
}

.swiper-button-prev, .swiper-button-next
{
  color: var(--primary);
}

.text-14
{
  font-size: 14px;
}

.text-15
{
  font-size: 15px;
}

.color-666
{
  color: #666;
}

.color-999
{
  color: #999;
}

.font-barlow
{
  font-family: 'Barlow', sans-serif;
}

.gap-one
{
  gap: 8px;
}

.gap-two
{
  gap: 12px;
}

.gap-three
{
  gap: 16px;
}

.gap-four
{
  gap: 24px;
}

.gap-five {
    gap: 32px;
}

.icon-tourisme
{
  height: 48px; width: 48px;
}

@media(max-width: 768px)
{
    .gap-five {
        gap: 24px;
    }

  .icon-tourisme
  {
    height: 32px; width: 32px;
  }

  .icon-tourisme-size
  {
    font-size: 22px !important;
  }
}

.icon-tourisme-size
{
  font-size: 28px;
}

.bg-color-222
{
  background-color: #222;
}

.leading-text-1
{
  line-height: 1.8;
}

.border-dashed-primary
{
  border-bottom: 1px dashed var(--primary);
}

.gray-color
{
  color:#adadad !important;
}

.bg-whitedore
{
  background-color: #F8F5F0;
}

.feature-tourisme, .feature-tourisme-1n
{
  transition: 0.2s;
}

.feature-tourisme-1n:hover
{
  border: 1px solid var(--primary) !important;
  cursor: pointer;
}

.feature-tourisme:hover
{
  border: 1px solid var(--primary) !important;
  cursor: pointer;
}

.variable-height
{
  width: 100% !important;
}

@media(min-width: 1600px)
{
  .variable-height
  {
    padding: 2rem;
    width: 80% !important;
  }
}

.bg-eee
{
  background-color: #f9f9f9;
}

.gap-3rem
{
  gap: 3rem;
}

@media(max-width: 768px)
{
  .gap-3rem
  {
    gap: 0;
  }

  .gap-four
  {
    gap: 0;
  }

  .width-20
  {
    width: 20% !important;
  }

  .footer-start
  {
    max-width: 100%;
    margin: 0 !important;
    margin-bottom: 3rem !important;
  }

  .section-title-footer
  {
    font-size: 28px;
  }
}

.width-20
{
  width: 100%;
}

.bg-grayf9
{
  background-color: #f9f9F9;
}

.grid-masonry-item {
    width: 30%;
}

.grid-masonry-item--width2 {
    width: 40%;
}

@media(max-width: 768px) {
    .grid-masonry-item {
        width: 40%;
    }

    #modal, #modal2, #modal3, #modal4 {
        /* width: 95%; height: 100%;*/
        /*padding: 0 3rem;*/
    }

    .modal-padding {
        padding: 0 1rem !important;
    }

    .table-modal {
        width: 100% !important;
    }
}

.table-modal {
    width: 50%;
}

.blog-link {
    color: black;
}

    .blog-link:hover {
        color: var(--primary);
    }

.blog-title {
    font-size: 48px !important;
}

.blog-content {
    font-size: 18px;
    line-height: 2rem;
}

.social-button-size {
    height: 48px;
    width: 48px;
}

.social-button-size-small {
    height: 32px;
    width: 32px;
}

.font-size-14 {
    font-size: 14px;
}

.vid-container {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.video-main {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
    height: 100vh;
    width: 100%;
    object-fit: cover;
    position: absolute;
    opacity: 0.8;
}

.overlay {
    background-color: rgb(0, 0, 0);
    opacity: .4;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 15% 32px;
    line-height: 1.5;
    text-align: center;
}