

* {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body{
    width: 100%;
    font-size: 19px;
    color: #1e1e1e;
    font-family: "sofia-pro", sans-serif;
    background: #fff;
}
img {
    border: 0px;
    outline: none;
    display: block;
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px 0;
    margin-bottom: 0px;
    color: #000;
    font-family: "Cormorant Garamond", serif;
    font-weight: normal;
}
ul, ol, li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
p{
    margin: 0px;
    padding: 0px;
}
a { 
  transition: all 350ms; 
  -webkit-transition: all 350ms; 
  -ms-transition: all 350ms; 
  text-decoration: none; 
  outline: none; 
}

#cookie-law-info-bar { color: #212529!important;  width: 240px!important; font-size: 12px!important; line-height: 15px!important; padding: 15px 12px 7px !important; border-radius: 2px!important; }
.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited { border-radius: 3px!important; }
.cli-plugin-button, .cli-plugin-button:visited {padding: 7px 14px!important; font-size: 12px!important;}
.pvcookie { color: #002d56!important;}

.topheader{
    position: absolute;
    padding-top: 45px;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
}
.topheader a.logo{
    padding-right: 10px;
    max-width: 421px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 10;
}
.topheader a.logo img {
    margin: 0 auto;
    max-width: 403px;
    height: auto;
}

.banner-box.innerpage {
    height: 85vh;
    /* background-position-y: -180px; */
}
.banner-box{
    position: relative;
    height: 85vh;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.info-content-box{
    padding: 72px 0px;
    text-align: center;
}
.info-content-box .container{
    max-width: 1179px;
}
.info-main h1{
    font-size: 54px;
    line-height: 50px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    color: #16406d;
    margin: 0px;
    padding-bottom: 30px;
}
.info-main p{
    max-width: 979px;
    margin: 0 auto;
    line-height: 1.600;
}
.attractions-posts{
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    margin-bottom: -1px;
}
.attractions-posts .postbg-post{
    position: relative;
    height: 716px;
    float: left;
    width: 25%;
    perspective: 1000px;
    -webkit-perspective: 1000;
    overflow: hidden;
}
.attractions-posts .postbg-post .postbginner{
    position: relative;
    width: 101%;
    height: 100.5%;
    transition: transform 0.6s;
    -webkit-transition: 0.6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
.attractions-posts .postbg-post .bg{
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.attractions-posts .postbg-post .bg::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.20;
    background: #000;
}
.attractions-posts .postbg-post .bg h2{
    padding: 0 20px;
    margin: 0px;
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 10.92px rgba(0, 0, 0, 0.8);
    width: 100%;
    max-width: 460px;
    position: relative;
    z-index: 10;
}
.attractions-posts .postbg-post .bg h2 span{
    padding-top: 10px;
    display: block;
    font-size: 18px;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    letter-spacing: 0.125em;
    text-shadow: 0px 0px 10.92px rgba(0, 0, 0, 0.8);
}
.attractions-posts .postbg-post .text{
    padding: 20px 54px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    background: #000;
    z-index: 15;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.attractions-posts .postbg-post .text h3{
    padding-bottom: 18px;
    margin-bottom: 25px;
    position: relative;
    color: #fff;
    font-size: 38px;
    text-transform: uppercase;
    font-family: "Cormorant Garamond", serif;
}
.attractions-posts .postbg-post .text h3::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-bottom: -3px;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 2px;
    background: #ff9600;
}
.attractions-posts .postbg-post .text h3 span{
    padding-top: 10px;
    display: block;
    font-size: 18px;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    letter-spacing: 0.125em;
}
.attractions-posts .postbg-post .text p{
    padding-bottom: 30px;
    color: #fff;
    font-size: 15px;
    line-height: 1.605;
}
.attractions-posts .postbg-post .text .button{
    padding: 12px 32px;
    line-height: 23px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    letter-spacing: 0.125em;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    background: transparent;
    border: 2px solid #ff9600;   
    text-decoration: none;
    border-radius: 38px;
    transition: all 0.3s ease-in-out;
}
.attractions-posts .postbg-post .text .button:hover{
    background: #ea8b04;;
}

.attractions-posts .postbg-post:hover .postbginner {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.attractions-posts .postbg-post .text .innertext{
    max-width: 375px;
    margin: 0 auto;
    width: 100%;
}

.footer-main{
    padding: 60px 0px ;
}
.footer-inner{
    text-align: center;
}
.footer-logo{
    display: inline-block;
    margin: 0 auto;;
}
.footer-logo img{
    max-width: 143px;
    width: 143px;
    max-width: 100%;
    height: auto;
}
.footer-email{
    padding: 28px 0px;
}
.footer-email a{
    font-size: 27px;
    color: #16406d;
    font-family: "Cormorant Garamond", serif;
    text-decoration: none;
    font-variant-ligatures: common-ligatures;
    letter-spacing: 0.05em;
}
.footer-email a:hover{
    color: #000;
}
.footer-nav ul li{
    display: inline-block;
    font-size: 15px;
    line-height: 2.133;
    padding: 0px 17px;
}
.footer-nav ul li a{
    font-size: 15px;
    line-height: 2.133;
    text-decoration: none;
    color: #1e1e1e;
}
.footer-nav ul li a:hover{
    color: #16406d;
}


.banner-box.innerpagenew{
    height: 85vh;
    position: relative;
}

.inner-commen h1{
    font-size: 48px;
    color: #16406d;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    margin-bottom: 30px;
}

.commen-main{
    padding: 70px 0px;
    border-bottom: 1px solid #1e1e1e;
}
.inner-commen{
    max-width: 946px; 
    max-width: 970px;
    margin: 0 auto;
    width: 100%;
}
.inner-commen p{
    line-height: 30px;
    font-size: 19px;
    padding-bottom: 25px;
    margin: 0 auto;
}
.inner-commen p a{
    color: #16406d;
    text-decoration: underline;
}
.inner-commen h2 {
    letter-spacing: 0.1em;
    text-transform: none;
    padding-bottom: 22px;
    margin-bottom: 25px;
    color: #3abac3;
    font-size: 40px;
    line-height: 50px;
    position: relative;
    color: black;
    -webkit-text-fill-color: #000;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #000;
}
.inner-commen h2:after {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0px;
    margin-left: 0px;
    width: 125px;
    height: 2px;
    background: #ea8b04;
}
.inner-commen ul {
    padding: 0px 0px 25px 15px;
    margin-left: 15px;
    list-style: disc;
}
.inner-commen li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    position: relative;
}
.inner-commen li::before {
    content: "";
    background: #000;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    left: -18px;
    top: 12px;
}
.inner-commen li a{
    color: #16406d;
    text-decoration: underline;
}

strong.bgfn {
    font-weight: normal;
    font-size: 65px;
}




.page-hero {
  padding: 0px;
  height: 85vh;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-bar {
  padding: 63px 0px 20px;
  width: 100%;
}
.wrapper-blog{
    padding: 0 30px;
    margin: 0px auto;
    width: 100%;
    max-width: 1340px;
    position: relative;
}
.blog-bar .wrapper-blog {
  max-width: 1247px;
}
.blog-bar h1 {
  padding-bottom: 25px;
  font-size: 42px;
  letter-spacing: 6px;
  line-height: 51px;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
  color: #16406d;
  text-align: center;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.blog_search {
  padding: 0px 0px 54px;
  margin: 0px auto;
  max-width: 900px;
}
.blog_search .widget {
  padding: 0px 20px;
  width: 33.33333%;
}
.blog_search .searchform {
  position: relative;
}
.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.blog_search input[type="text"] {
  padding: 0px 50px 0px 0px;
  margin: 0px;
  height: 50px;
  font-family: "sofia-pro", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: inherit;
  color: #16406d;
  font-weight: 500;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #cccccc;
  display: block;
  appearance: none;
  -webkit-appearance: none;
}
.blog_search input[type="text"]:focus{
    box-shadow: none;
    outline: none;
}
.blog_search select:focus{
    box-shadow: none;
    outline: none;
}

.blog_search input[type="text"]::-webkit-input-placeholder { color: #16406d; }
.blog_search input[type="text"]::-moz-placeholder { color: #16406d; }
.blog_search input[type="text"]:-ms-input-placeholder { color: #16406d; }
.blog_search input[type="text"]:-moz-placeholder { color: #16406d; }


.blog_search #searchsubmit {
  padding: 0px;
  margin: 0px;
  width: 40px;
  height: 40px;
  font-size: 0px;
  line-height: 0px;
  border: 0px;
  min-width: inherit;
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 0px;
  background: url('../images/search-icon.png') center center no-repeat;
  background: transparent;
  color: #16406d;
  font-size: 19px;
}
.blog_search select {
  cursor: pointer;
      font-family: "sofia-pro", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #16406d;
  font-weight: 500;
  width: 100%;
  height: 50px;
  border: 0px;
  border-bottom: 1px solid #cccccc;
  display: block;
  appearance: none;
  -webkit-appearance: none;
  background: url('../images/select-arrow.svg') right center no-repeat;
    background-size: auto;
  background-size: 16px auto;
}
.blog-bar .item {
  padding: 0 39px;
  margin-bottom: 55px;
  width: 33.33%;
}
.blog-bar .image {
  margin-bottom: 20px;
  position: relative;
  webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.blog-bar .date {
  padding-bottom: 11px;
  display: block;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 18px;
  color: #000000;
  font-weight: 600;
  font-family: "sofia-pro", sans-serif;
}
.blog-bar h3 {
  padding-bottom: 16px;
  margin: 0px;
  font-size: 20px;
  letter-spacing: 0.9px;
  line-height: 26px;
  color: #16406d;
  font-weight: 400;
}
.blog-bar .image::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #16406d;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.blog-bar .image::before {
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.blog-bar .image .attachment-postthumbnail {
  aspect-ratio: 1 / 0.7;
  object-fit: cover;
}
.blog-bar .image img {
  width: 100%;
}
.blog-bar .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-delay: .2s;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  z-index: 2;
}
.blog-bar .share {
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.blog-bar .share {
  padding: 0;
}
.blog-bar .share li {
  margin: 0px 20px;
}
.blog-bar .share li a {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "sofia-pro", sans-serif;
  text-align: center;
  text-decoration: none;
}
.blog-bar .share a {
  text-align: center;
}
.blog-bar .share li .icon {
  margin: 0 auto;
  margin-bottom: 11px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
}
.blog-bar .share li:nth-child(2) img {
  left: -2px;
  position: relative;
}
.blog-bar .share li .icon img {
  width: 25px;
  min-height: inherit;
}
.blog-bar h3 a {
    color: #16406d;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-bar .share a:hover { text-decoration: none; }
.blog-bar .image:hover:before { opacity: 1; visibility: visible; }
.blog-bar .image:hover .overlay { opacity: 1; }


.pagination-bar {
  border-bottom: 1px solid #eeeeee;
  background: #ffffff;;
}
.pagination-bar .wp-pagenavi { padding: 51px 0px; margin: 0px; width: 100%; text-align: center; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; font-size: 16px;letter-spacing: 2px; line-height: 28px; text-transform: uppercase; color: #16406d; font-weight: normal; font-family: "sofia-pro", sans-serif; }
.pagination-bar .wp-pagenavi a, .pagination-bar .wp-pagenavi span { margin: 0px 40px; padding: 0px; border: 0px; color: #16406d; }
.pagination-bar .wp-pagenavi .pages, .pagination-bar .wp-pagenavi .page { display: none; }
.pagination-bar .wp-pagenavi .previouspostslink { padding-left: 53px; display: inline-block; color: #16406d; background: url('../images/read-more-left.svg') no-repeat center left; background-size: 40px auto; }
.pagination-bar .wp-pagenavi .nextpostslink { padding-right: 53px; display: inline-block; background: url('../images/read-more.svg') no-repeat center right; background-size: 40px auto; }
.pagination-bar .wp-pagenavi span.current { display: none; }
.pagination-bar .wp-pagenavi .previouspostslink[rel="prev disabled"]{ pointer-events: none; color: #666666; background-image: url('../images/read-more-left-disabled.svg'); } 
.pagination-bar .wp-pagenavi .nextpostslink[rel="next disabled"]{ pointer-events: none; color: #666666; background-image: url('../images/read-more-disabled.svg'); } 
.pagination-bar.single-page .wp-pagenavi { padding: 68px 0px; justify-content: flex-start; }


.v-end {
  align-items: flex-end;
}
.page-hero .text {
  padding: 0px 0px 46px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.page-hero::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  background: #000000;
}
.page-hero .wrapper-blog {
  max-width: 1170px;
}
.page-hero h1 {
  padding-bottom: 16px;
  font-size: 45px;
  letter-spacing: 2px;
  line-height: 58px;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  text-transform: none;
}
.page-hero .date {
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
}
.common-bar {
  padding: 33px 0px 46px;
}

.common-bar .more-br {
  padding-bottom: 39px;
}
.common-bar .more-br a {
  padding: 15px 0px;
  margin: 0px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 28px;
  text-transform: uppercase;
  color: #16406d;
  font-weight: normal;
  text-decoration: none;
  font-family: "sofia-pro", sans-serif;
}
.common-bar .more-br a:hover {
    color: #000000;
}
.common-bar .more-br .go-back {
  padding-left: 53px;
  background: url('../images/read-more-left.svg') no-repeat center left;
  background-size: 40px auto;
}

.common-bar .more-br .addthis_button_more {
  padding-right: 62px;
  margin-right: 10px;
  margin-left: auto;
  background: url('../images/share-icon.png') no-repeat center right;
  background-size: 45px auto;
}

.common-bar h2 {
  padding-bottom: 7px;
  font-size: 22px;
  line-height: 30px;
  color: #072036;
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0px;
}
.common-bar p {
  padding-bottom: 23px;
}
.common-bar ul, .common-bar ol {
  padding-bottom: 15px;
  letter-spacing: 0.5px;
}
.common-bar li {
  padding-bottom: 10px;
}

.common-bar .wrapper-blog {
  max-width: 1060px;
}
.blog-bar .share li a.read .icon img {
  width: 17px;
}

.common-bar ul{
  padding: 0px 0px 25px 15px;
  margin-left: 15px;
  list-style: disc;
}
.common-bar ul li{
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 0px;
}
.common-bar ul li::before {
  content: "";
  background: #000;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  left: -18px;
  top: 12px;
}

.navnew-top-bar::before{
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  width: 100%;
  height: 320px;
  top: 0px;
  left: 0px;
}
.navnew-top-bar .container{
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.top-header-inner{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  min-height: 88px;
}
.top-header-inner .logo{
  max-width: 400px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mobile-icon{
  width: 38px;
  height: 25px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  border: none;
}
.navbar-toggler-line {
  width: 100%;
  height: 3px;
  background: #ffffff;
}
.left-menu-link{
  display: flex;
  gap: 12px;
}
.left-menu-link span{
  text-transform: uppercase;
  font-size: 20px;
  line-height: 17px;
  color: #ffffff;
  font-family:"futura-pt";
}
.left-menu-link span.navbar-toggler-line:last-child{
  width: 18px;
}
.btn-menu{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: transparent;
  border: none;
  gap: 11px;
  padding: 10px 0px;
}
.right-button-link a{
  background: #ffffff;
  color: #000000; 
  font-size: 20px;
  display: inline-block;
  border-radius: 45px;
  font-family:"futura-pt";
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  padding: 16px 54px;
}
.right-button-link a:hover{
  background: #d1a646;
  color: #ffffff;
}
.all-page-combanner{
  position: relative;
  overflow: hidden;
  height: 90vh;
}
.all-page-combanner img{
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.intro-main{
  padding: 75px 0px;
}
.intro-inner{
  max-width: 1030px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.intro-inner h1{
    font-size: 54px;
    color: #16406d;
    line-height: 1.074;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 22px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
}
.intro-inner p{
    line-height: 1.684;
    margin-bottom: 32px;
}
.intro-inner a{
    border: 2px solid #d1a646;
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    font-family:"futura-pt";
    font-weight: 500;
    text-transform: uppercase;
    padding: 16px 54px;
    letter-spacing: 2.2px;
    display: inline-block;
    border-radius: 40px;
}
.intro-inner a:hover{
  background: #d1a646;
  border-color: #d1a646;
  color: #ffffff;
}
.what-sets-slider{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.what-sets-image-slider, .what-sets-text-slider{
  width: 50%;
}
.what-sets-image-slider .sets-repeat img{
    width: 100%;
    height: 816px;
    object-fit: cover;
    border: 0px;
    display: block;
    outline: none;
}
.sets-repeat-inner{
    min-height: 816px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.what-sets-text-slider .sets-repeat{
    position: relative;
    border: none;
}
.sets-inner{
    max-width: 595px;
    width: 100%;
    margin-left: auto;
    padding-right: 122px;
}
.what-sets-text-slider .sets-repeat:nth-of-type(1){
    background: #373b46;
}
.what-sets-text-slider .sets-repeat:nth-of-type(2){
    background: #123d6b;
}
.what-sets-text-slider .sets-repeat:nth-of-type(3){
    background: #373b46;
}
.what-sets-text-slider .sets-repeat:nth-of-type(4){
    background: #123d6b;
}
.sets-inner h2 span{
    font-size: 22px;
    font-family:"futura-pt";
    font-weight: 400;
    letter-spacing: 2.5px;
}
.sets-inner h2{
    font-size: 54px;
    color: #ffffff;
    line-height: 1.2;
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 40px;
    letter-spacing: 4.5px;
}
.sets-inner h2::after{
    content: "";
    background: #ad7106;
    width: 96px;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.sets-inner p{
    color: #ffffff;
}
.what-sets-image-slider .sets-repeat{
    border: none;
}
.what-sets-text-slider .sets-repeat:nth-of-type(1) .sets-inner h2 span{
    color: #656c7e;
}
.what-sets-text-slider .sets-repeat:nth-of-type(2) .sets-inner h2 span{
    color: #add5f0;
}
.what-sets-text-slider .sets-repeat:nth-of-type(3) .sets-inner h2 span{
    color: #656c7e;
}
.what-sets-text-slider .sets-repeat:nth-of-type(4) .sets-inner h2 span{
    color: #add5f0;
}
.what-sets-text-slider .slick-dots{
    position: absolute;
    right: 0%;
    bottom: 94px;
    width: 62%;
    display: flex;
    align-items: center;
    gap: 30px;
}
.what-sets-text-slider .slick-dots li button{
    font-size: 0px;
    width: 23px;
    height: 23px;
    display: block;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 100%;
    position: relative;
}
.what-sets-text-slider .slick-dots li.slick-active button{
    border-color: rgba(255, 255, 255, 0.20);
}
.what-sets-text-slider .slick-dots li.slick-active button::after{
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    width: 33px;
    height: 33px;
    border: 2px solid #d1a646;
    border-radius: 50%;
    opacity: 1;
    transition: transform 0.3s, opacity 0.3s;
}
.what-sets-text-slider .slick-dots::after{
    content: "";
    background: rgba(255, 255, 255, 0.20);
    height: 2px;
    width: 380px;
    position: absolute;
    right: 0px;
    top: 11px;
}


.hoffmann-transportation-tagline{
    padding: 55px 0px;
}
.tagline-inner{
    position: relative;
    text-align: center;
    padding: 3px 0px;
}
.tagline-inner::before{
    content: "";
    background: url('../images/hf-icon.png') no-repeat center;
    width: 44px;
    height: 34px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0%, -50%);
    display: block;
    background-size: cover;
}
.tagline-inner::after{
    content: "";
    background: url('../images/hf-icon.png') no-repeat center;
    width: 44px;
    height: 34px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0%, -50%);
    display: block;
    background-size: cover;
}
.our-trusted-main{
    padding: 125px 0px;
}
.our-trusted-inner-img{
    max-width: 533px;
    width: 100%;
    height: 802px;
    position: relative;
}
.our-trusted-inner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our-trusted-inner-img::after{
    content: "";
    background: #cccccc;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -10px;
}
.our-trusted-left{
    padding-left: 48px;
}
.our-trusted-right{
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 64px;
}
.our-trusted-desc{
    max-width: 536px;
    width: 100%;
    margin-left: auto;
}
.our-trusted-desc h3{
    font-size: 54px;
    color: #123d6b;
    line-height: 1.2;
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 4.5px;
}
.our-trusted-desc p{
    margin-bottom: 26px;
    line-height: 1.684;
}
.our-trusted-desc ul{
    margin-bottom: 26px;
}
.our-trusted-desc ul li{
    font-size: 19px;
    line-height: 1.684;
    position: relative;
    padding-left: 22px;
}
.our-trusted-desc ul li::before{
    content: "";
    border: 1px solid #000000;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0px;
    top: 12px;
    border-radius: 100%;
}
.our-trusted-desc ul li strong{
    font-weight: bold;
    position: relative;
}
.our-trusted-desc ul li strong::before{
    content: "";
    width: 107px;
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    left: -128px;
    top: 14px;
}
.our-trusted-desc ul li strong::after{
    content: "";
    background: #000000;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -22px;
    top: 10px;
    border-radius: 100%;
}
.why-it-matters-inner{
    display: flex;
}
.why-it-matters-left{
    background: #ad7106;
    padding: 90px 0px;
    width: 40%;
}
.why-it-matters-right{
    background: #373b46;
    padding: 90px 0px;
    width: 80%;
}
.why-it-in{
    max-width: 336px;
    width: 100%;
    margin-left: auto;
}
.why-it-in h4{
    font-size: 54px;
    color: #ffffff;
    line-height: 1.074;
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 22px;
}
.why-it-in a{
    border: 2px solid #ffffff;
    text-decoration: none;
    color: #ffffff;
    font-family: "futura-pt";
    font-weight: 500;
    text-transform: uppercase;
    padding: 16px 54px;
    letter-spacing: 2.2px;
    display: inline-block;
    border-radius: 40px;
}
.why-it-in a:hover{
    border-color: #ffffff;
    background: #ffffff;
    color: #000000;
}
.featured-media img{
    max-width: 77px;
    width: 100%;
    height: auto;
}
.why-it-list{
    display: flex;
    flex-wrap: wrap;
    max-width: 885px;
    width: 100%;
    margin-left: 60px;
    justify-content: space-between;
    gap: 28px;
}
.why-it-list .it-item{
    max-width: 400px;
    width: 50%;    
    display: flex;
    gap: 20px;
    align-items: center;
}
.featured-media{
    width: 77px;
    min-width: 77px;
}
.featured-content p{
    font-size: 16px;
    color: #ffffff;
}
.ready-to-experience-main{
    position: relative;
    max-height: 753px;
    overflow: hidden;
}
.ready-to-experience-main::before{
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.ready-to-experience-main img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: 100%;
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
    object-position: center;
}
.ready-to-experience-main{
    padding: 230px 0px;
    background-size: cover;
}
.experience-inner{
    max-width: 840px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: relative;
}
.experience-inner h2{
    font-size: 54px;
    color: rgba(255, 255, 255, 0.71);
    line-height: 1.074;
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 16px;
}
.experience-inner p{
    color: rgba(255, 255, 255, 0.71);
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 0.6px;
}
.experience-inner a{
    border: 2px solid #d1a646;
    text-decoration: none;
    color: #ffffff;
    font-family: "futura-pt";
    font-weight: 500;
    text-transform: uppercase;
    padding: 16px 54px;
    letter-spacing: 2.2px;
    display: inline-block;
    border-radius: 40px;
}
.experience-inner a:hover{
    background: #d1a646;
    border-color: #d1a646;
    color: #ffffff;
}
.planning-main{
    padding: 72px 0px;
}
.planning-inner{
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.plan-card{
    width: 224px;
    height: 224px;
}
.planning-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.plan-icon{
    margin-bottom: 20px;
}
.plan-icon img{
    max-width: 75px;
    width: 100%;
    margin: 0 auto;
}
.planning-inner h1{
    font-size: 54px;
    color: #16406d;
    line-height: 1.074;
    margin: 0 auto;
    margin-bottom: 22px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
}
.planning-inner p{
    margin-bottom: 42px;
}
.plan-card{
    border: 1px solid #d1a646;
    border-radius: 100%;
    padding: 8px;
}
.plan-in{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    border: 1px solid #d1a646;
    border-radius: 100%;
}
.plan-in span{
    font-size: 20px;
    font-family: "futura-pt";
    font-weight: 500;
    color: #000000;
    line-height: 1;
    text-transform: uppercase;
    max-width: 125px;
    margin: 0 auto;
    letter-spacing: 1.5px;
}
.plan-card .plan-in:hover{
    background: #d1a646;
}
.plan-card .plan-in:hover span{
    color: #ffffff;
}
.plan-card .plan-in:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(6415%) hue-rotate(232deg) brightness(120%) contrast(93%);
}
.cta-main{
    overflow: hidden;
    min-height: 519px;
    position: relative;
}
.cta-main::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    z-index: 1;
}
.cta-main img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    object-position: center;
}
.experience-inner.partners-become{
    max-width: 665px;
    margin: 0 auto;
    width: 100%;
}
.experience-inner.partners-become p{
    color: #ffffff;
}
.premium-service-main{
    padding: 75px 0px;
}
.premium-service-inner{
    max-width: 945px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.premium-service-inner h1{
    font-size: 54px;
    color: #16406d;
    line-height: 1.074;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 22px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
}
.premium-service-inner p{
    line-height: 1.684;
}
.shared-standards-inner{
    display: flex;
    position: relative;
}
.shared-left{
    width: 50%;
    display: flex;
    align-items: center;
    background: #373b46;
}
.shared-right{
    position: relative;
    min-height: 816px;
    width: 50%;
}
.shared-right img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
}
.shared-inner-left{
    max-width: 596px;
    width: 100%;
    margin-left: auto;
}
.inner-shared{
    max-width: 380px;
    width: 100%;
}
.inner-shared h2 span{
    font-size: 22px;
    font-family: "futura-pt";
    font-weight: 400;
    letter-spacing: 2.5px;
    color: #656c7e;
}
.inner-shared h2{
    font-size: 54px;
    color: #ffffff;
    line-height: 1.2;
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 40px;
    letter-spacing: 4.5px;
}
.inner-shared h2::after{
    content: "";
    background: #ad7106;
    width: 96px;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.inner-shared p{
    margin-bottom: 28px;
    color: #ffffff;
}
.inner-shared a{
    border: 2px solid #ffffff;
    text-decoration: none;
    color: #ffffff;
    font-family: "futura-pt";
    font-weight: 500;
    text-transform: uppercase;
    padding: 16px 54px;
    letter-spacing: 2.2px;
    display: inline-block;
    border-radius: 40px;
}
.inner-shared a:hover{
    background: #d1a646;
    border-color: #d1a646;
    color: #ffffff;
}
.play-shared{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.icon-ply{
    width: 146px;
    height: 146px;
    border: 6px solid #ad7106;
    display: block;
    border-radius: 100%;
    padding: 4px;    
}
.plround img{
    max-width: 36px;
    width: 100%;
}
.plround{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #ad7106;
}
.featured-partners-main{
    padding: 80px 0px;
}
.partners-top-title{
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.partners-top-title h3{
    font-size: 54px;
    color: #123d6b;
    line-height: 1.2;
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 4.5px;
}
.partners-top-title p{
    line-height: 1.684;
    margin-bottom: 40px;
}
.partners-list ul{
    display: flex;
    flex-wrap: wrap;
    row-gap: 35px;
}
.partners-list ul li{
    width: 25%;
    text-align: center;
}
.partners-list ul li a{
    display: block;
}
.partners-list ul li a img{
    max-width: 283px;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 350ms;
    -webkit-transition: all 350ms;
}
.partners-list ul li a:hover img{
    filter: grayscale(0);
    opacity: 1;
}
.why-partner-main{
    max-width: 1225px;
    margin: 0 auto;
    margin-top: 105px;
}
.why-partner-left{
    max-width: 551px;
    width: 100%;
    min-height: 768px;
    position: relative;
}
.why-partner-left img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
}
.why-partner-main .row{
    align-items: center;
}
.why-partner-right{
    max-width: 525px;
    width: 100%;
    margin-left: auto;
    margin-right: 24px;
}
.why-partner-right h4{
    font-size: 54px;
    color: #123d6b;
    line-height: 1.074;
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 4.5px;
}
.why-partner-right p{
    line-height: 1.684;
    margin-bottom: 30px;
}
.why-partner-right ul{
    margin-bottom: 40px;
}
.why-partner-right ul li{
    padding-left: 24px;
    line-height: 1.684;
    position: relative;
}
.why-partner-right ul li::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0px;
    top: 13px;
    background: #ad7106;
    border-radius: 100%;
}
.why-partner-right a{
    border: 2px solid #d1a646;
    text-decoration: none;
    color: #000000;
    font-family: "futura-pt";
    font-weight: 500;
    text-transform: uppercase;
    padding: 16px 54px;
    letter-spacing: 2.2px;
    display: inline-block;
    border-radius: 40px;
}
.why-partner-right a:hover{
    background: #d1a646;
    border-color: #d1a646;
    color: #ffffff;
}

/* -- Menu CSS -- */

.full-menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    background: #373b46;
    z-index: 99999;
}
.menu-container {
    display: flex;
    height: 100%;
    margin-inline: auto;
    width: 100%;
}
.menu-button-close {
    position: absolute;
    top: 38px;
    right: 38px;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 3;
}
.content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.images-wrapper{
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #06377b;
    background-position: center;
    background-size: cover;
}
.right-content{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.right-content::after{
    content: "";
    background: url('../images/hf-menu-icon.png') no-repeat center;
    background-size: cover;
    width: 80%;
    height: 580px;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
}
.image-container{
    width: 100%;
    height: 100%;
    position: relative;
}
.image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-content-box{
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
}
.menu-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.book-btn-menufull{
    position: relative;
    text-align: center;
}
.book-btn-menufull a{
    font-size: 32px;
    color: #d1a646;
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    background: #373b46;
    padding: 0px 14px;
    position: relative;
    z-index: 1;
}
.book-btn-menufull::before{
    content: "";
    background: #d1a646;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 23px;
    left: 0px;
}
.menu-links ul{
    text-align: center;
}
.menu-links ul li{
    line-height: 2;
}
.menu-links ul li a{
    color: #ffffff;
    font-size: 32px;
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
}
.menu-links ul li a:hover{
    color: #d1a646;
}
.menu-links ul li a.active{
    color: #d1a646;
}
.menu-button-close{
    display: flex;
    align-items: center;
    gap: 17px;
}
.menu-button-close img{
    max-width: 23px;
    width: 100%;
}
.menu-button-close span{
    display: block;
    font-size: 20px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.40);
    text-transform: uppercase;
    font-family: "futura-pt";
}
.email-link{
    text-align: center;
}
.email-link a{
    font-size: 27px;
    color: #ffffff;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 2.9px;
}
.email-link a:hover{
    color: #d1a646;
}
.email-link{
    margin-top: 90px;
}
.menu-image.active {
  opacity: 1;
}