@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Outfit:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Outfit:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gupter:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jacques+Francois+Shadow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carattere&display=swap');

* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
::selection{
  background-color: #C2A789;
  color: white;
}
a{
    text-decoration: none;
}
.navbar{
  background-color: #53494E;
}
.navbar-nav a {
    margin-left: 30px;
    margin-right: 30px;
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Forum", serif;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px solid transparent;
}
.navbar-toggler{
    border: none;
  }
  .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 15px;
    font-weight: var(--bs-nav-link-font-weight);
    color: #000000;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 0;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background-image: url('../img/icons8-grip-lines-32.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #ffffff;
    border-bottom: 1px solid white;
    font-weight: 600;
  }
  .navbar-nav .nav-link:hover{
    color: white;
      transform: scale(1.01);
  }
.dropdown-menu{
  background-color: #53494E;
}
  .img-logoo{
    display: none;
  }
  .line-inff{
    border-bottom: 1px solid rgba(0, 0, 0, 0.068) !important;
}
.line-inff img{
width: 25px !important;
}
.dropdown-menu .dropdown-item{
  margin-left: 0 !important;
}
.img-logo22 img{
  width: 80px;
}
:root {
    /* Background Color */
    --primary-color: #212122b9;
    --secondary-color: #a3a190;
    --bg-color: #f4f4f4;
    --bg-white: #fff;
    --bg-black: #000;

    /* Text Style */
    --one: "Barlow Condensed", sans-serif;
    --primary-font: 'Poppins', sans-serif;
    --secondary-font: 'Oswald', sans-serif;
    --tertiary-font: 'Cinzel', serif;
    --fourth: 'Cormorant Garamond', serif;
    --five: 'Outfit', sans-serif;
    --six: 'Satisfy', cursive;
    --seven: "Playfair Display", serif;
    --eight:"Jost", sans-serif;
    --nine: "Forum", serif;
    --ten: 'Gupter', serif;
    --eleven: 'Marcellus', serif;
    --primary-text: #212122b9;
    --secondary-text: #201f1f;
    --text-white: #fff;
    --text-black: rgb(79, 79, 79);
    --text-gray: #e4e4e4;
}


.btn2 {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid transparent;
    background-color: #c2a789;
    color: #fffffffa;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
  }
  
  .btn2:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: skewX(-30deg);
    transition: left 0.4s ease-in-out;
    filter: blur(5px);
    pointer-events: none;
  }
  
  .btn2:hover {
    transform: scale(1);
  }
  
  .btn2:hover:before {
    left: 100%;
  }

  h1 {
    font-size: 2.75rem;
    font-weight: 400;
    color: var(--text-white);
    text-transform:capitalize;
    font-family: "Forum", serif;
}
h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: var( --primary-text);
    text-transform: capitalize;
    font-family:"Forum", serif;
    color: white;
}
h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-text);
    font-family: var(--secondary-font);
}

h3 span {
    color: var(--secondary-text);
}
h4{
    color: #625859;
    font-size: 20px;
}

h5 {
    font-size: 1.5rem;
    line-height: 1;
    color: var(--secondary-text);
    margin-bottom: .9375rem;
    margin-top: .9375rem;
    font-weight: 600;
    font-family: var(--secondary-font);

}

h6 {
    color: var(--text-white);
    font-weight: 500;
    font-family: var(--secondary-font);
}
p{
    
    font-size: 17px;
}
  section {
    padding: 120px 0;
    position: relative;
}


footer{
   background-color: #53494E;
   background: url('../img/room.jpg') #53494E;
    background-position: center 10%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding-top: 60px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  a.footer-link{
    color: white;
    font-weight: 300;
  }
  .footer-link:hover{
    color:  #C2A789;
  }
  .payment{
    display: flex;
  }
  .socials{
    display: flex;
    color: white;
  }
  .footer-links{
    display: flex;
  font-family: 'Courier New', Courier, monospace;
    font-size: 18px;
  }
  .footer-title{
      font-family: 'Courier New', Courier, monospace;
      color: white;
  }
  .socials a{
    text-decoration: none !important;
    color: white;
  }
  .socials a:hover h4 {
    color:  #C2A789;
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  .copyright{
    display: flex;
  justify-content: right;
  text-align: right ;
  align-items: end ;
  }

  @media(max-width:1000px){
    .footer-links {
      display: flex;
      font-family: Jost, sans-serif;
      font-size: 18px;
      padding: 0px 30px 0px 30px;
      flex-wrap: wrap;
      align-content: center;
      justify-content: space-evenly;
      align-items: baseline;
  }
    
    .socials a{
      text-decoration: none !important;
      color: white;
    }
    .socials a:hover h4 {
      color:  #C2A789;
    }
    hr {
      display: block;
      height: 1px;
      border: 0;
      border-top: 1px solid #ccc;
      margin: 1em 0;
      padding: 0;
    }
    .copyright{
      display: flex;
    justify-content: right;
    text-align: right ;
    align-items: end ;
    }
  }
  



  .banner_wrapper {
    height:80vh;
}

.banner_wrapper .swiper {
    width: 100%;
    height: 100%;
}

.banner_wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner_wrapper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0.5;
    z-index: 0;
}
.banner_wrapper .swiper-slide::before {
    background: #272535; 
}
.banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: .6375rem;
    height: .6375rem;
    margin-bottom: 20px;
    background-color: #c2a789;
    border: .0625rem solid #c2a789;
}

.banner_wrapper .swiper .slide-caption {
    height: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_wrapper .swiper-slide h6{
    font-size: 1.7rem;
    font-weight: 400;
    color: var( --primary-text);
    margin-bottom: 0.0rem;
    text-transform: capitalize;
    font-family:"Forum", serif;
    color: white;
}
.banner_wrapper .swiper-slide h1{
    font-size:80px;
    letter-spacing: 2px;
    text-shadow: #201f1f 3px 3px;
    line-height: 4.25rem;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    margin: 40px 0;
        
}
.swiper-pagination .swiper-pagination-bullet{
    color: #CDA45E !important;
    background-color: #CDA45E;
}

.sec-about img{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.sec-about h6{
  color: black;
}
.sec-about h1{
  color: black;
}




 /******* Middle section CSS Start ******/
  /* -------- Landing page ------- */
  .game-section {
    padding: 60px 50px;
  }
  .game-section .owl-stage {
    margin: 15px 0;
    display: flex;
    display: -webkit-flex;
  }
  .game-section .item {
    margin: 0 15px 60px;
    width: 320px;
    height: 400px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    background: #343434 no-repeat center center / cover;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    cursor: pointer;
  }
  .game-section .item.active {
    width: 500px;
    box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  }
  .game-section .item:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.788));
  }
  .game-section .item-desc {
    padding: 0 24px 12px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform: translateY(calc(100% - 54px));
    -webkit-transform: translateY(calc(100% - 54px));
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }
  .game-section .item.active .item-desc {
    transform: none;
    -webkit-transform: none;
  }

  .game-section .owl-theme.custom-carousel .owl-dots {
    margin-top: -20px;
    position: relative;
    z-index: 5;
  }
  .game-section h3{
    color: white !important;
  }
  /******** Middle section CSS End *******/
  
  /***** responsive css Start ******/
  
  @media (min-width: 992px) and (max-width: 1199px) {
   
  
  
    /* -------- Landing page ------- */
    .game-section {
      padding: 50px 30px;
    }
    .game-section .item {
      margin: 0 12px 60px;
      width: 260px;
      height: 360px;
    }
    .game-section .item.active {
      width: 400px;
    }
    .game-section .item-desc {
      transform: translateY(calc(100% - 46px));
      -webkit-transform: translateY(calc(100% - 46px));
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
   
    .line-title {
      width: 330px;
    }
  
    /* -------- Landing page ------- */
    .game-section {
      padding: 50px 30px 40px;
    }
    .game-section .item {
      margin: 0 12px 60px;
      width: 240px;
      height: 330px;
    }
    .game-section .item.active {
      width: 360px;
    }
    .game-section .item-desc {
      transform: translateY(calc(100% - 42px));
      -webkit-transform: translateY(calc(100% - 42px));
    }
  }
  
  @media (max-width: 767px) {
    body {
      font-size: 14px;
    }
    .line-title {
      width: 250px;
    }
  
    /* -------- Landing page ------- */
    .game-section {
      padding: 30px 15px 20px;
    }
    .game-section .item {
      margin: 0 10px 40px;
      width: 200px;
      height: 280px;
    }
    .game-section .item.active {
      width: 270px;
      box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
      -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    }
    .game-section .item-desc {
      padding: 0 14px 5px;
      transform: translateY(calc(100% - 42px));
      -webkit-transform: translateY(calc(100% - 42px));
    }
  }
 .game-section .owl-theme .owl-dots .owl-dot span{
      width: 13px;
      height: 13px;
    background-color: transparent;
    border: 2px solid;
    border-color: #C2A789;
}
  .game-section .item.active a{
    display: block;
  }
  .game-section .item a{
    display: none;
  }
  .game-section h5{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    }
    .game-section h2{
        font-size: 40px;
        font-weight: 400;
        color: #000;
    }



     /* Section Facilities */
     .facilitiess{
      background: url('../img/bg2.png');
      background-position: center 10%;
      background-repeat: no-repeat;
      background-size: cover;
      background-blend-mode: multiply;
     }
 .fc-iconss{
  position: relative;
  padding: 10px 20px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 1px solid rgba(0, 0, 0, 0.096);
}
.fc-iconss img{
width: 60px;
}
.fc-iconss h6{
color: #666666;
font-size: 20px;
font-family:"Jost", sans-serif;
margin: 10px 0;
font-weight: 500;
transition: 0.3s;
}
.fc-iconss:hover{
  transition: all .5s ;
  box-shadow: none;
}
.fc-iconss p{
  color: #666666;
  font-size: 16px;
  margin: 10px 0;
  font-family:"Jost", sans-serif;
  transition: 0.3s;
  }
.fc-iconss:hover{
  border: 1px solid rgba(0, 0, 0, 0.096);
}
.count-num{
  position: absolute;
  width: 10%;
  height: auto;
  top: 0;
  right: 0;
  text-align: end;
  color: #53494E;
  padding: 5px;
  border-bottom: #48545a38 1px solid;
  border-left: #48545a38 1px solid;
  background-color: #ffffff38;
}




/* Testimonials */
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #C3A06D;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
  text-align: center;
  padding: 10px;
      margin-bottom:40px;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 1000px;
  margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #C3A06D;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #C3A06D;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}


.title-head{
  padding: 100px 0px 10px 0px !important;
  margin: 0 !important;
  color: white;
  font-size:70px;
  font-style: italic;
  letter-spacing: 3px;
  font-weight: 300 !important;
  font-family: "Forum", serif;
}
.Rooms-head{
  background: url('../img/apartment2-1.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 130%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
}
.sec-room .info{
  padding: 20px 10px;
    border: #00000038 2px solid;
    background: url('../img/uQ4tqzk.jpg')rgba(0, 0, 0, 0);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
.info h1{
color: #1b1a1a;
font-size: 35px;
margin-bottom: 0 !important;
}
.info h6{
  color: #1b1a1a;
}
.info p{
  color: #1b1a1abd;
}
.info h6 img{
  width: 18px;
}


.Slogan{
  background: url('../img/apartment2-1.jpg') rgba(0, 0, 0, 0.521);
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
  transition: all 2s;
  padding: 150px 0 !important;
}
.About-head{
  background: url('../img/apartment1-3.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 130%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
}
.Gallery-head{
  background: url('../img/img6.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 130%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
}
.Contact-head{
  background: url('../img/superior2-2.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 130%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
}
.inff{
  transition: 0.7s;
  padding: 30px 10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.inff:hover{
  padding: 30px 10px;
  box-shadow:none;
  transition: 0.5s;
  background-color: #EEEEEE;
}
.inff h3{
  color: #000000d2;
  font-weight: 600;
}
.inff i{
  font-size: 40px;
  color: #53494E;
  margin-bottom: 15px;
}
.inff p{
  color: #272535;
  margin-bottom: 14px;
}



@media (max-width: 1399px){
  .navbar{
      top: -3px !important;
  }
  .navbar-nav a {
      margin-left: 18px;
      margin-right: 18px;
      text-decoration: none;
      padding: 10px;
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-family: "Forum", serif;
      font-weight: 600;
      color: #ffffff;
      border-bottom: 1px solid transparent;
  }
}
@media (max-width: 1199px){
  .navbar-nav a {
      margin-left: 10px;
      margin-right: 10px;
      text-decoration: none;
      padding: 10px;
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-family: "Forum", serif;
      font-weight: 600;
      color: #ffffff;
      border-bottom: 1px solid transparent;
  }  
}
@media (max-width: 1024px){
  .navbar-nav a {
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Forum", serif;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px solid transparent;
} 
}
@media (max-width: 991px){
  .img-logo22 {
      display: none;
  }
  .img-logoo{
      display: block;
     width: 70px !important;
  }
}
@media (max-width: 430px){
  .banner_wrapper .swiper-slide h6{
    font-size: 1.7rem;
    font-weight: 400;
    color: var( --primary-text);
    margin-bottom: 0.0rem;
    text-transform: capitalize;
    font-family:"Forum", serif;
    color: white;
}
.banner_wrapper .swiper-slide h1{
    font-size:50px;
    letter-spacing: 2px;
    text-shadow: #201f1f 3px 3px;
    line-height: 4.25rem;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    margin: 10px 0;
        
}
.Rooms-head{
  background: url('../img/apartment2-1.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 130%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: none;
}
.Slogan{
  background: url('../img/apartment2-1.jpg') rgba(0, 0, 0, 0.521);
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: none;
  transition: all 2s;
  padding: 150px 0 !important;
}
.About-head{
  background: url('../img/apartment1-3.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 130%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: none;
}
.Gallery-head{
  background: url('../img/img6.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 130%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: none;
}
.Contact-head{
  background: url('../img/superior2-2.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 130%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: none;
}
.container-fluid {
  width: 100% !important;
}
.title-head{
  padding: 30px 0px 10px 0px !important;
  margin: 0 !important;
  color: white;
  font-size:50px;
  font-style: italic;
  letter-spacing: 3px;
  font-weight: 300 !important;
  font-family: "Forum", serif;
}
}






/* animation */
.fadeinleft {
  opacity:0;
  transform: translateX(200px);
  transition: all 1.3s ease-out;
}
.fadeinright{
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.8s ease-out;
}
.fadeindown{
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}
.fadeinup{
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.2s ease-out;
}
.fade-in{
  opacity:0;
  transition: all 1.3s ease-in;
}
.active-left,.active,.active-right,.active-down,.active-up{
  opacity:1;
  transform: translateX(0);
  transform: translateY(0);
}
.fadein{
opacity: 0;
}