a {
  transition: all 0.5s ease;
  text-decoration: none !important;
}
.my-btn {
  font-family: "Open Sans", sans-serif;
  padding: 8px 20px;
  background: #c0d4e5;
  border-radius: 0px;
  color: #4d4d4d;
  font-size: 14px;
  transition: all 0.5s ease-out;
  text-transform: uppercase;
}
.my-btn:hover {
  background-color: #ad0019;
  color: #fff;
}
.img-hover {
  overflow: hidden;
  width: 100%;
  display: block;
}
.img-hover img {
  transition: all 0.5s ease;
  width: 100%;
}
.img-hover:hover img {
  transform: scale(1.1);
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "MTBaskervilleETW08-Roman", sans-serif;
}
h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 26px;
}
p {
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
  font-size: 14px;
}
ol {
  padding-inline-start: 25px;
}
li{
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
  font-size: 14px;
}
section {
  padding: 60px 0;
}
.sec-header{
  color: #424141;
  margin-bottom: 20px;
}
.parallax{
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 450px;
}
.parallax::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(48, 48, 48, 0.75);
}
.parallax > div{
  position: relative;
  z-index: 1;
}
.parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6, .parallax p, .parallax li, .parallax a {
  color: #fff;
}
.carousel-item {
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.social-icons a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  transition: all 0.1s ease;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
}
.social-icons a[data-bs-original-title="Facebook"] {
  background-color: #3b5998;
}
.social-icons a[data-bs-original-title="Twitter"] {
  background-color: #00acee;
}
.social-icons a[data-bs-original-title="Yelp"] {
  background-color: #c41200;
}
.social-icons a[data-bs-original-title="Instagram"] {
  background-color: #e90070;
}
.social-icons a[data-bs-original-title="Linkedin"] {
  background-color: #0077b4;
}
.social-icons a[data-bs-original-title="Youtube"] {
  background-color: #c4302b;
}
.social-icons a[data-bs-original-title="Pinterest"] {
  background-color: #e60023;
}
.social-icons a[data-bs-original-title="Google"] {
  background-color: #3982f3;
}

.social-icons a:hover {
  background: #000;
  color: #fff;
}
/*
.tooltip-inner {
  background: #003f87;
}
.tooltip.bs-tooltip-top .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before {
  border-top-color: #003f87;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-bottom-color: #003f87;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #003f87;
}
*/

/* .animate {
  visibility:hidden;
} */
.scrollAnm {
  animation-name: scroll;
  -webkit-animation-name: scroll;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  visibility: visible;
}
@keyframes scroll {
  0% {
      opacity: 0;
      transform: translateY(50%);
  }
  100% {
      opacity: 1;
      transform: translateY(0%);
  }
}
@-webkit-keyframes scroll {
  0% {
      opacity: 0;
      -webkit-transform: translateY(-50%);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
  }
}



/* START: menu section */
header{
  position: relative;
  z-index: 100;
}
.menu-sec {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 0;
}
.menu-sec .navbar .navbar-toggler{
  border-radius: 0;
  box-shadow: none !important;
  padding: 3px 5px;
}
.menu-sec .navbar .navbar-nav .nav-link {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  padding: 8px 15px;
  /* font-family: 'Lato', sans-serif; */
}
.menu-sec .navbar .navbar-nav .nav-link:hover,
.menu-sec .navbar .navbar-nav .nav-link.active {
  color: #fff;
}
.menu-sec .navbar .dropdown-menu{
  background-color: transparent;
  padding: 0;
  margin-top: 0;
  border: 0;
  border-radius: 0;
}
.menu-sec .navbar .dropdown-menu li{
  margin-top: 1px;
}
.menu-sec .navbar .dropdown-menu .dropdown-item {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 15px;
  font-size: 15px;
  text-transform: uppercase;
}
.menu-sec .social-icons a{
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 12px;
}
.top-phone{
  color: #fff;
  /* font-family: "Avenir Next LT Pro", sans-serif; */
  /* font-family: 'Nunito Sans', sans-serif; */
  /* font-family: 'Muli', sans-serif; */
  font-family: 'Lato', sans-serif;
}
.top-phone:hover{
  color: #fff;
}
/* END: menu section */

/* START: banner section */
.banner-sec{
  position: relative;
}
.banner-sec .carousel-item {
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.banner-sec .carousel-item::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(101, 100, 100, 0.75);
}
.banner-content{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.banner-content h1{
  font-family: 'MTBaskervilleETW08-Roman', sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
}
/* END: banner section */

/* START: welcome section */
  .service-box{
    display: flex;
    align-items: end;
    position: relative;
    overflow: hidden;
    height: 350px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
  }
  .service-box img{
    width: 100%;
    /* height: 100%; */
  }
  .service-box h3{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(101, 100, 100, 0.75);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
  }
/* END: welcome section */


/* START: Wedding Stories section */
  .story-box{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 30px;
    text-align: center;
    height: 350px;
    background-attachment: initial;
  }
  .story-box h4{
    color: #fff;
    position: relative;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
  }
  .story-box.parallax::before{
    background: rgba(0,0,0,0.25);
    transition: all 0.5s ease-in-out;
  }
  .story-box.parallax:hover::before{
    background: rgba(0,0,0,0.5);
  }
/* END: Wedding Stories section */

/* START: Exceptional Celebrations section  */
  .ec-image{
    border-radius: 50%;
    overflow: hidden;
    min-height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ec-image img{
    width: 100%;
  }
/* START: Exceptional Celebrations section  */

/* START: footer section  */
footer {
  background-color: #e1e1e1;
  padding: 45px 0;
}
.ft-info{
  padding-left: 30px;
  border-left: 2px solid #fff;
}

.ft-info h3 {
  color: #595a5a;
  margin: 0;
}
.ft-info h6 {
  /* font-size: 18px; */
  color: #595a5a;
  /* margin: 0; */
  font-family: "Avenir Next LT Pro", sans-serif;
  /* font-family: "Montserrat", sans-serif; */
}
.ft-info p {
  color: #595a5a;
  margin: 0;
}
.ft-info p a {
  color: #595a5a;
}

/* END: footer section  */

#toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  z-index: 9999;
  text-align: center;
  padding: 0;
}


/* START: Page header section */
  .page-header .carousel-item {
    height: 400px;
  }
  .page-header-sec h1{
    color: #fff;
    background-color: rgba(7, 94, 137, 0.6);
    padding: 8px 20px;
  }
  .page-header-sec nav .breadcrumb-item a,
  .page-header-sec nav .breadcrumb-item,
  .page-header-sec nav .breadcrumb-item::before{
    text-transform: uppercase;
    color: #fff;
  }
/* END: Page header section */

/* START: Page body section  */
  .page-body-sec{
  }

  .my-list{
    list-style: none;
    padding-left: 0;
  }
  .my-list li{
    position: relative;
    padding-left: 25px;
  }
  .my-list li::before{
    content: '\25FC';
    color: #075e89;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .contact-page .form-control{
    border-radius: 0;
  }
  .amenities-box{
    padding: 15px;
    border-bottom: 1px solid #c0d4e5;
    transition: all 0.5s ease;
    height: 100%;
  }
  .amenities-box:hover{
    background-color: #c0d4e5;
  }
  .amenity-img{
      height:300px;
      overflow: hidden;
      margin-bottom: 15px;
  }
  
/* END: Page body section  */