:root {
  --color-primary: #A46A2A;
  --color-secondary: #161F47;
  --color-gradient-start: #A46A2A;
  --color-gradient-stop: #A46A2A;
  --color-link: #A46A2A;
  --color-link-hover: var(--color-primary), #A46A2A;
}

body {
  font-family: 'interface', sans-serif;
  font-weight: 400;
  line-height: 1.3;
  font-size: 20px;
  color: #424242;
}

.font-cursive {
  font-family: 'Philosopher', sans-serif;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: 'Philosopher', sans-serif;
  font-weight: 700;
  color: #0c3e72;
}

.h1,
h1 {
  line-height: 1.4em;
  font-size: 48px;
}

.h2,
h2 {
  font-size: 38px;
  line-height: 1.4em;
}

.h3,
h3 {
  font-size: 26px;
  line-height: 1.6em;
}

.h4,
h4 {
  font-size: 23px;
  line-height: 1.7em;
}

.h5,
h5 {
  font-size: 19px;
  line-height: 1.8em;
}

.h6,
h6 {
  font-size: 16px;
  line-height: 1.8em;
}

.text-small{
  line-height: 1.5;
  font-size: 16px;
}

.text-large{
  font-size: 18px;
}

.text-extra-large{
  font-size: 22px;
}

.main-nav > li > a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #0b2a4a;
}
.main-nav > li > a .link-ext {
  background-color: #A46A2A;
}
.main-nav > li.is-active > a, .main-nav > li:hover > a,
.main-nav > li > a:hover {
  color: #A46A2A;
}

.secondarybar-wrap {
  padding-right: 2%;
  padding-left: 2%;
  background: #be9010;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.secondarybar-wrap .header-module {
  padding-top: 12px;
  padding-bottom: 12px;
}

.header-module .ld-v-sep-inner {
  background-color: #e5e5e5;
}

#travel-testimonials-title .flickity-button {
  color: #fff;
  background: #181b31;
}
#travel-testimonials-title .flickity-button svg {
  stroke: currentColor;
}
#travel-testimonials-title .flickity-button:hover {
  background-color: var(--color-secondary);
}

.main-footer {
  color: #a7a9b8;
}
.main-footer a:not(.btn) {
  color: #a7a9b8;
}
.main-footer a:not(.btn):hover {
  color: var(--color-primary);
}
.main-footer .social-icon a, .main-footer .social-icon a:hover {
  color: #fff;
}
.main-footer .widget-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.btn-svai { background: #fff; color: var(--color-secondary); }
.btn-svai:hover { background: var(--color-primary); color: #fff; }



.typing-text::after {
  content: "|";
  animation: blink ease 1s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 0;
  } 50% {
    opacity: 1;
  }
}


.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
