html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

img {
  vertical-align: middle;
  border-style: none;
}

[tabindex='-1']:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h2 {
  font-size: 3em;
  font-family: 'Didot';
}

@media only screen and (max-width: 380px) {
  h2 {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 767px) and (min-width: 381px) {
  h2 {
    font-size: 1em;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  h2 {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  h2 {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 1600px) and (min-width: 1201px) {
  h2 {
    font-size: 2em;
  }
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1em;
}

@media only screen and (max-width: 991px) {
  ol,
  ul,
  dl {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 0.8em;
  }

  span {
    font-size: 0.8em;
  }

  p,
  a {
    font-size: 0.8em !important;
  }
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
  font-size: 1em;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
  -webkit-appearance: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

ul {
  list-style: none;
}

.no-padding {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .no-padd-mob {
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .menu-list-side {
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 1000;
    height: 100vh;
    width: 100vw;
    transition: all 0.3s ease-in;
    background-color: #c1b0a3;
  }

  .menu-list-side.toggled {
    transition: all 0.3s ease-in;
    left: 0;
    overflow: hidden;
    z-index: 100;
    height: 100vh;
    width: 100vw;
  }

  body.toggled .body-cont {
    display: none;
    width: 0;
    height: 0;
    z-index: -9999;
  }

  body.toggled {
    position: fixed;
  }

  html,
  body {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
  }

  html {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
}

@media only screen and (min-width: 630px) and (max-device-width: 1400px) {
  .img-banner-cont.img-8 {
    height: auto !important;
  }

  .villa-testimonials-cont > .testmonial-1,
  .villa-testimonials-cont > .testmonial-2,
  .villa-testimonials-cont > .testmonial-3 {
    position: relative !important;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .villa-testimonials-cont p {
    text-align: right;
    margin-right: 0px !important;
  }

  .container.villa-testimonials {
    padding: 45px 15px 15px;
  }

  .icon-quotes-right {
    bottom: 15px !important;
    right: 15px !important;
  }

  .icon-quotes-left {
    left: 15px !important;
    top: 15px !important;
  }
}

@media only screen and (max-device-width: 950px) and (orientation: landscape) {
  .menu-list-mob {
    margin-top: 10px;
  }

  .menu-list-mob > li {
    padding: 5px 10px;
  }

  .menu-list-side > span {
    position: absolute !important;
    right: 0 !important;
  }

  .menu-list-mob > li {
    font-size: 2.2em !important;
  }

  .menu-list-mob > li > a {
    font-size: 19px !important;
  }
}
