

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&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=Forum&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=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color:   #dcecf416;
  
    color: rgb(0, 0, 0);
  
  }
  h6{
    font-family: 'Barlow', sans-serif;
    line-height: 30px;
    font-size: 18px;

  }
  a{
    text-decoration: none;
    color: #ffffff;
  }
  ::selection {
    color: #ffffff;
    background: #74685E;
  }
  
  .background-container {
  
    animation: zoom 10s ease-in-out forwards;
  }
  
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(1.1);
    }
  }
  .navbar-nav{
     
      display: flex;
      justify-content: center !important;
      align-items: center !important;
      text-align: center !important;
      padding-left: 0px !important;
    }
  
    a{
        text-decoration: none;
    }
    nav.navbar {
      background-color: #ffffff;
    
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      font-family: 'Gilda Display', serif;
      text-transform: uppercase;

      z-index: 1000;
      width: 100%;
letter-spacing: 1px;
      position: relative;
    
    
    }
    
    li.nav-item a.nav-link {
      color: #000000 !important;
      font-size: 15px !important;
    
    
    
    }
    
    .nav-item {
      margin-top: 25px;
      margin-bottom: 20px;
      text-align: center;
    
    }
    
    a.nav-link:hover {
      transform: scale(1.07);
    
    }
    
    .navbar li a.active {
      color:#000000 !important;
      transform: scale(1.05);
      border-bottom: 1px #000000 solid !important;
      background-color: transparent;
    
    }
    
    
    .dropdown-menu {
      background-color: #ffffff !important;
      color: #000000;
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      border: 1px solid #000000;
      font-family: "Forum", serif;
      font-weight: 400;
      z-index: 100;
      width: 100%;
      text-align: center;
      padding: 10px;
    }
    
    .dropdown-menu .dropdown-item {
      color: rgb(0, 0, 0);
      text-align: left;
    }
    
    .dropdown-menu .dropdown-item:hover {
      background-color: #ffffff;
      border: 1px solid #252525;
      transform: scale(1.02);
      color: rgb(0, 0, 0);
    }

  
 
  #bottone5 {
    align-items: center;
    background-color:#024436;
    border: 1px solid #ffffff;
   margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-flex;
    font-family: "Forum", serif;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.25;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
   }
   
   #bottone5:hover,
   #bottone5:focus {
    border-color: #000000;
    box-shadow: #ffffff 0 1px 2px;
    color: #000000;
    background-color: #ffffff;
   }
   
   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #F0F0F1;
    border-color: #ffffff;
   
    color: #ffffff;
    transform: translateY(0);
   }
  

.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;
  }


  .img-fluid1 {
    height: auto;
      box-shadow: 8px 8px 4px #1C2025;
      max-width: 100%;
    }

    
  /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  
  .contact section a {
    text-decoration: none;
    color: inherit;
    transition: .1s;
    border-bottom: 1px solid transparent;
  }
  
  .contact section a:hover {
    border-color: var(--bs-secondary);
  }
  
  
  @media only screen and (min-width: 992px) {
  
    header .navbar .link-btn {
      margin: 0;
      margin-left: auto;
    }
  
    .im-img {
      width: 28%;
    }

  }
  .footer_wrapper {
    background: linear-gradient(0deg, hsla(0, 0%, 0%, 0.808), #000000d2), url('image/118922980 - Copy.jpg') center / cover no-repeat , #000000;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: rgb(255, 255, 255);
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding-left: 1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  .footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  
  }
  
  .footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color: hsl(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {

    padding: 1.10rem 0 .3125rem;
    text-align: center;
  }
  
  .footer_wrapper .copyright-section a {
    color: white;
  }
  
  @media (max-width: 767px) {
    .footer_wrapper>div {
      padding: 0 1.875rem;
    }
  }

  .footer_wrapper .social-network a {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: .5rem;
    line-height: 2rem;
    font-size: .975rem;
    display: inline-block;
    border: .125rem solid #ffffff;
    color: var(--text-gray);
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .footer_wrapper .social-network a:hover {
    background-color: rgba(0, 0, 0, 0.233);
    border-color: var(--secondary-color);
    color: var(--text-white);
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
    border: .125rem solid #ffffff;
  }
  
/* ---------------------------------------------- */
hr {
    margin: 1rem 0;
    color: white;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}

.t1{
    font-family: "Forum", serif;
    font-size: 18px ;
    letter-spacing: 0.2px;
}
/* ---------------------------- */

  #home-1 .single-slide-item {
    background-image: url("image/446968866.jpg") ;
    background-size: cover;
    background-position: center;
    background-color: #0f0f0f;
    color: #000000;
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
   
  }
  #home-1 .single-slide-item1 {
    background-image: url(image/446968900.jpg);
    background-size: cover;
    background-position: center;
    background-color: #000000;
    color: #fff;
    width:100%;
    height: 500px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
 
  }
   #home-1 .single-slide-item,
   #home-1 .single-slide-item1 {
       background-size: cover;
       background-position: center;
       background-color: #0f0f0f;
       color: #000000;
       width: 100%;
       height: 750px;
       position: relative;
       z-index: 1;
       display: flex;
       align-items: center;
       justify-content: center;
       overflow: hidden; /* Ensures the overlay doesn't overflow the slide */
   }
   
   #home-1 .single-slide-item::before,
   #home-1 .single-slide-item1::before {
       content: "";
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background-color: rgba(0, 0, 0, 0.5); /* Adjust this value for darkness */
       z-index: 1;
   }
   
   #home-1 .hero-area-content {
       position: relative;
       z-index: 2; /* Ensures content is above the overlay */
       padding-left: 80px;
   }
   
   @media (max-width: 767px) {
       #home-1 .single-slide-item,
       #home-1 .single-slide-item1 {
           height: 550px;
       }
       #home-1 .hero-area-content {
           padding-left: 0;
       }
   }
   
   .homepage-slides .owl-nav button.owl-prev,
   .homepage-slides .owl-nav button.owl-next {
       width: 50px;
       height: 50px;
       border: 2px solid;
       font-size: 20px;
       font-weight: 100;
       line-height: 16px;
       position: absolute;
       left: 15px;
       top: 50%;
       margin-top: -25px;
       color: #fff;
       border-radius: 50%;
       -webkit-transition: all 0.3s ease-out 0s;
       transition: all 0.3s ease-out 0s;
   }
   
   @media (max-width: 767px) {
       .homepage-slides .owl-nav button.owl-prev,
       .homepage-slides .owl-nav button.owl-next {
           display: none;
       }
   }
   
   .homepage-slides .owl-nav button.owl-next {
       left: auto;
       right: 15px;
   }
   
   .homepage-slides .owl-nav button.owl-prev:hover,
   .homepage-slides .owl-nav button.owl-next:hover {
       background: #024436;
       color: #fff;
       border-color: #024436;
       opacity: 1;
   }
   
   @media only screen and (min-width: 992px) and (max-width: 1200px) {
       .booking-form-wrapper .container {
           max-width: 1100px;
       }
   }
   
   @media only screen and (min-width: 768px) and (max-width: 991px) {
       .booking-form-wrapper .container {
           max-width: 800px;
       }
   }
   

.homepage-slides h1{
    font-family: "Marcellus", serif;
    font-size: 65px;
    font-weight: 300;
}
   


   
   /**About Two**/
   .about-two {
    padding: 70px 0px;
    position: relative;
  
    z-index: 1;
  }
  @media (max-width: 991px) {
    .about-two {
      padding: 100px 0px;
    }
  }
  @media (max-width: 767px) {
    .about-two {
      padding: 80px 0px;
    }
  }
  .about-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    mix-blend-mode: overlay;
    z-index: -1;
  }
  .about-two__thumb {
    position: relative;
    z-index: 1;
  }
  .about-two__thumb__item {
    position: relative;
    z-index: 1;
    margin-right: 100px;
    margin-left: 30px;
  }
  @media (max-width: 1199px) {
    .about-two__thumb__item {
      margin-right: 30px;
      margin-left: 30px;
    }
  }
  .about-two__thumb__item img {
    object-fit: cover;
    width: 100%;
  }
  .about-two__thumb__item::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: transparent;
    border: 1px solid var(--solinom-base, #CBA36B);
  }
  .about-two__thumb__item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--solinom-base, #024436);
    transform: rotate(-10.21deg);
    z-index: -1;
    transition: all 0.5s ease-in-out;
  }
  .about-two__thumb__item:hover::before {
    transform: rotate(0deg);
  }
  .about-two__thumb__small {
    position: absolute;
    bottom: 0;
    left: -100px;
    z-index: 1;
    animation: top-bottom-two 4s ease-in-out infinite;
  }
  .about-two__thumb__small img {
    width: 243px;
    height: 243px;
    border-radius: 50%;
    border: 8px solid var(--solinom-gray2, #024436);
  }
  .about-two .sec-title {
    padding-bottom: 15px;
    font-family: "Marcellus", serif;
    font-weight: 700;
  }
  .about-two .sec-title .sec-title__title {
    font-weight: 500;
    line-height: 120%;
  }
  .about-two__top__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 166%;
    max-width: 490px;
    width: 100%;
    margin-bottom: 30px;
    text-align: justify;
    font-family: "Forum", serif;
  }
  .about-two__feature {
    margin-bottom: 40px;
  }
  .about-two__feature__item {
    position: relative;
    padding: 40px 30px;
    z-index: 1;
    overflow: hidden;
  }
  .about-two__feature__item::after {
    content: "";
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #24242494;
    z-index: -1;
  }
  .about-two__feature__item:hover .about-two__feature__icon {
    animation: shake 0.3s linear 2;
    background-color: var(--solinom-base, #ccb487);
    color: var(--solinom-white, #fff);
  }
  .about-two__feature__item:hover .about-two__feature__bg {
    transform: scale(1.1);
  }
  .about-two__feature__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -2;
    transform: scale(1);
    transition: all 0.4s ease-in-out;
  }
  .about-two__feature__icon {
    margin-top: 25px;
    width: 60px;
    border-radius: 50%;
    background-color: var(--solinom-text, #024436);
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--solinom-base, #024436);
    font-size: 30px;
    transition: all 0.4s ease-in-out;
  }
  .about-two__feature__title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 350%;
    color: var(--solinom-white, #fff);
    text-transform: capitalize;
    margin-top: -6px;
    margin-bottom: -15px;
    padding-bottom: 0;
  }
  .about-two__feature__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
  }
  .about-two__feature__title a:hover {
    background-size: 100% 1px;
  }
  .about-two__feature__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 188%;
    margin-bottom: -10px;
    padding-bottom: 0;
    color: white;
  }
  .about-two .solinom-btn {
    padding: 11px 40px;
    border: 1px solid transparent;
  }
  .about-two .solinom-btn:hover {
    border-color: rgba(var(--solinom-white-rgb, 255, 255, 255), 0.4);
  }

  .cover-bg{
    background: url('../image/446968787.jpg') rgba(0, 0, 0, 0.503);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
    background-blend-mode: multiply;
    padding-top: 70px;
    padding-bottom: 70px;
    color: rgb(0, 0, 0);
    text-align: center;

  }
  .facility-box{
    padding: 30px;
    text-align: center;
    justify-content: center;
  background: #e9f7f4;
    -webkit-box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
  }
  .facility-box h3{
    font-family: "forum", serif;
  }
  .facilities h1{
    font-family: "Marcellus", serif;
    font-size: 45px;
  }








  /* Room 2 */
  .rx-rooms-box-2 {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }
  .rx-rooms-box-2:hover .inner-back-side {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rx-rooms-box-2:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .rx-rooms-box-2 img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    border-radius: 20px;
  }
  .rx-rooms-box-2 .inner-back-side {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(-100% + 68px);
    height: 100%;
    width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #024436ab;
  }
  .rx-rooms-box-2 .inner-back-side .sub-title {
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rx-rooms-box-2 .inner-back-side .sub-title h5 {
    font-family: "Forum", serif;

    font-size: 23px;
    font-weight: 500;
    color: #fff;
  }
  .rx-rooms-box-2 .inner-back-side .sub-title .rx-price {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
  }
  .rx-rooms-box-2 .inner-back-side .inner-info {
    margin-bottom: 30px;
  }
  .rx-rooms-box-2 .inner-back-side .inner-info ul li {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #ffffff;
  }
  .rx-rooms-box-2 .inner-back-side .rx-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rx-rooms-box-2 .inner-back-side .rx-button a {
    padding: 4px 12px;
    font-size: 14px;
  }
  
  /* Responsive */
  @media screen and (max-width: 1199px) {
    .rx-rooms-box-2 .inner-back-side .sub-title {
      margin-bottom: 15px;
    }
    .rx-rooms-box-2 .inner-back-side .sub-title h5 {
        font-family: "Forum", serif;
            
    }
    .rx-rooms-box-2 .inner-back-side .sub-title .rx-price {
      font-size: 14px;
    }
    .rx-rooms-box-2 .inner-back-side .inner-info {
      margin-bottom: 15px;
    }
    .rx-rooms-box-2 .inner-back-side .inner-info ul li {
      font-size: 14px;
    }
  }
/* ------------------------------------------- */


/* customers */
.golden2{
    font-family: "Forum", serif;
}
     .customers{
       
        padding-top: 60px;
        padding-bottom: 70px;
    margin-bottom: 70px;
        background: linear-gradient(rgba(0, 0, 0, 0.685), rgba(0, 0, 0, 0.671)), url("image/f6.jpg") center/cover no-repeat fixed;
      }
      .customer{
        background: #00000070;
        padding: 5px;
        text-align: center;
        margin: 24px 0;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
        border: 1px solid #024436;
        cursor: pointer;
        transition: var(--transition);
        color:white;
      }
      .rating{
        margin: 10px 0;
        color: yellow;
      }
      
      .customer p{
        opacity: 0.7;
        line-height: 1.8;
        width: 60%;
        margin: 0 auto;
        color: white;
      }
      .customer img{
        width: 170px;
        height: 170px;
        border-radius: 50%;
        margin: 25px auto;
      }
      .customer span{
        font-weight: 700;
        opacity: 0.7;
      }
      .customer:hover{
        transform: translateY(-18px);
      }
      @media(min-width: 992px){
        
        .customers-container{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 30px;
        }
      
      }
      @media(min-width: 1370px){
        .customers-container{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
        }
        
      }
      @media(max-width: 500px){
        .customer p{
            width: 100%;
        }
        .customer img{
            width: 100px;
            height: 100px;
        }
      }
.facci{
    font-family: "marcellus", serif;
    font-size: 45px ;
}

@media screen and (max-width: 991px) {
    .homepage-slides h1{
        font-size: 30px !important;
    }

    .homepage-slides h6{
        font-size: 18px !important;
    }
    .about-two__thumb__small img{
        display:none !important;
    }
    .about-two__content{
        margin-top: 30px !important;
    }
    .cover-bg{
        margin-top: -50px !important;
    }
    .cover-bg h1{
        font-size: 30px !important
    }
    .section-room h4{
        font-size: 35px !important;
    }
    .star1{
        width: 50% !important;
    }
    .facci{
        font-size: 35px !important;
    }
    .room2{
        width: 100% !important;
    }
 .about{
    margin-bottom: 50px !important
    ;
 }
}
.room2 h1{
    font-family: "marcellus", serif;
}
.room2 h5{
    font-family: "forum", serif;
}

.about-bg1{
    background: url('image/f4.jpg') rgba(0, 0, 0, 0.568);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  
  }
  .gallery-bg1{
    background: url('image/f7.jpg') rgba(0, 0, 0, 0.568);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  
   
  }

  .contact-bg1{
    background: url('image/g3.jpg') rgba(0, 0, 0, 0.589);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  
   
  }

  .rooms-bg1{
    background: url('image/f3.jpg') rgba(0, 0, 0, 0.637);
    background-attachment: fixed;
    background-position:bottom ;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  
  
  }
  .bg01{
    text-align: center;
    font-family: "marcellus", serif;
    font-weight: 400;
     font-size: 45px;
    
     padding-top: 100px;
  
    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 35px !important;
           padding-top: 130px !important;
        }
       
     
   }

.aboout{
    font-family: "marcellus" ,serif;
}

 /*CONTACT*/


 #contact1-head h1{
    letter-spacing: 3px;
    font-weight: bold;
    color: lightgoldenrodyellow;
    font-family: 'marcellus', serif;


}
#contact1-head h3,#contact-head p{
    font-weight: bold;
        font-family: 'marcellus', serif;
        letter-spacing: 2px;
    color: whitesmoke;
    
    }

    
.contacts1 .col-lg-12 h3{
    color: #000000;
    font-family: 'Marcellus', serif;
    

}

.contacts1 .col-lg-12 p{
    color:#000000;
    font-family: 'Outfit', sans-serif;

}

.contacts1 .col-lg-12 h2{
    font-family: 'marcellus', serif;
  
    border-bottom: 3px solid  #000000;
    border-radius: 5px;
    display: inline-block;
}

.contacts1 .col-lg-4 p{
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    color: #024436;
}

.contacts1 .col-lg-4 h2{
    font-family: 'marcellus', serif;
    font-weight: bold;
    color:#024436;

}

.contact1-info{
    border-bottom: 1px solid 1C2025;
    background-image: linear-gradient(180deg, #ffffff 45%,  #024436 92%, #024436 100%);

}

.contacts1 .col-lg-12 .map{
    border:1px solid #024436;
    box-shadow: 0 0 3px 3px  #024436;
}