/*
    
    font-family: "Poppins", sans-serif;
 font-family: "Montserrat", sans-serif;
 font-family: "Playfair Display", serif;



*/
a img {
  border: 0px;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
}
select::-ms-expand {
  display: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
input[type=number] {
  -moz-appearance: textfield;
}
::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.hiddenHeader {
  display: none;
}
ul {
  list-style: none;
}
* {
  padding: 0px;
  margin: 0px;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  scrollbar-gutter: stable;
}
html,
body {
  height: 100%;
  min-height: 100%;
  position: relative;
  width: 100%;
  font-family: "Poppins", sans-serif;
}
body {
  width: 100%;
  -webkit-text-size-adjust: none;
}
#wrapper {
  height: auto;
  min-height: 100%;
  position: relative;
  width: 100%;
}
.noBottAppearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.absoluteDivCreate {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.centerBgImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.centeredObjFit {
  object-fit: cover;
  object-position: center center;
}
.centerflex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.onlydevices {
  display: none;
}
@media (max-device-width: 1024px) and (min-device-width: 320px) {
  .onlydevices {
    display: block;
  }
}
.ipaddevice {
  display: none;
}
@media (max-device-width: 1224px) and (min-device-width: 767.1px) {
  .ipaddevice {
    display: block;
  }
}
.mobdevice {
  display: none;
}
@media (max-device-width: 767px) and (min-device-width: 320.1px) {
  .mobdevice {
    display: block;
  }
}
.bp_sevensixtyseven {
  display: none;
}
@media (max-width: 767px) {
  .bp_sevensixtyseven {
    display: block;
  }
}
.bp_1024 {
  display: none;
}
@media (max-width: 1024px) {
  .bp_1024 {
    display: block;
  }
}
.bp_768 {
  display: none;
}
@media (max-width: 768px) {
  .bp_768 {
    display: block;
  }
}
.custbtn {
  font-family: "Inter", sans-serif;
  font-size: calc(var(--ratio) * 16px);
  line-height: 105%;
  padding-left: calc(var(--ratio) * 40px);
  padding-right: calc(var(--ratio) * 40px);
  font-weight: 600;
  height: calc(var(--ratio) * 53px);
  background: #222222;
  font-family: "Montserrat", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 0px;
  position: relative;
  transition: all 0.35s;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custbtn .zmdi {
  font-size: calc(var(--ratio) * 18px);
  margin-left: calc(var(--ratio) * 13px);
  color: #fff;
}
.desktop .custbtn:hover {
  background: var(--lightblue);
}
.desktop .custbtn.grey:hover {
  background: var(--green);
}
.desktop .custbtn.yellow:hover {
  background: var(--darkblue);
  color: #fff;
}
.desktop .custbtn.yellow:hover:before {
  filter: brightness(0) invert(1);
}
.hiddenheader {
  display: none;
}
.ourEvents {
  padding-bottom: 84px;
}
.ourEvents .bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 38vh;
  position: relative;
}
.ourEvents .bg:before {
  display: block;
  content: '';
  position: absolute;
  left: 0px;
  width: 100%;
  top: -20px;
  pointer-events: none;
  background: url(../images/cut2.png) repeat-x left top;
  height: 44px;
}
.ourEvents .bg:after {
  display: block;
  content: '';
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: -20px;
  pointer-events: none;
  background: url(../images/cut1.png) repeat-x left top;
  height: 64px;
}
.ourEvents .wrap {
  padding: calc(var(--ratio) * 68px) 25px calc(var(--ratio) * 55px);
  text-align: center;
  position: relative;
  z-index: 1;
  background: #fff;
  max-width: 83%;
  margin: 0px auto 0px;
  box-shadow: 0px 0px 10px #eee;
}
.ourEvents .title {
  font-size: calc(var(--ratio) * 46px);
  line-height: 115%;
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.ourEvents .caption {
  font-size: calc(var(--ratio) * 16px);
  line-height: 125%;
  color: #222222;
  margin-top: calc(var(--ratio) *23px);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.ourEvents .more {
  margin-top: calc(var(--ratio) * 35px);
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .ourEvents {
    padding-bottom: 44px;
  }
  .ourEvents .wrap {
    max-width: 100%;
  }
  .ourEvents .title {
    font-size: calc(var(--ratio) * 43px);
  }
}
.itemListing {
  padding: calc(var(--ratio) * 35px) 0px calc(var(--ratio) * 35px);
  position: relative;
  z-index: 1;
}
.itemListing .container {
  overflow: hidden;
}
.itemListing.theme_stone {
  background: url(../images/stone.png);
}
.itemListing.theme_stone .title {
  color: #939389;
}
.itemListing.theme_green {
  background: #B9B7A8;
  z-index: 1;
}
.itemListing.theme_green .title {
  color: #fff;
}
.itemListing.theme_green .shape img {
  filter: brightness(0) invert(1);
}
.itemListing.theme_green:before {
  display: block;
  content: '';
  position: absolute;
  left: 0px;
  top: calc(var(--ratio) * -22px);
  height: calc(var(--ratio) * 50px);
  background: url(../images/corner2.png) no-repeat left top;
  background-size: cover;
  width: 100%;
}
.itemListing.theme_green:after {
  display: block;
  content: '';
  position: absolute;
  left: 0px;
  bottom: calc(var(--ratio) * -55px);
  height: calc(var(--ratio) * 66px);
  background: url(../images/corner3.png) no-repeat left bottom;
  background-size: cover;
  width: 100%;
}
.itemListing.theme_white {
  background: #fff;
  padding-top: calc(var(--ratio) * 95px);
}
.itemListing.theme_white .title {
  color: #FBB8A3;
}
.itemListing .top {
  text-align: center;
  margin-bottom: calc(var(--ratio) * 50px);
}
.itemListing .title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: calc(var(--ratio) * 46px);
  text-transform: uppercase;
  margin-bottom: calc(var(--ratio) * 8px);
}
.itemListing .shape {
  max-width: calc(var(--ratio) * 210px);
  position: relative;
  margin: auto;
}
.itemListing .shape img {
  width: 100%;
  display: block;
  object-fit: contain;
}
.itemListing .list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + var(--ratio) * 55px);
}
.itemListing .list > li {
  width: calc(25% - var(--ratio) * 55px);
  margin-right: calc(var(--ratio) * 55px);
  margin-bottom: calc(var(--ratio) * 42px);
}
.itemListing .item {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
.itemListing .item.color2 .info {
  background: #B9B7A8;
}
.itemListing .item.color3 .info {
  background: rgba(220, 206, 185, 0.77);
}
.itemListing .item.color4 .info {
  background: rgba(251, 184, 163, 0.7);
}
.itemListing .pic {
  margin-bottom: calc(var(--ratio) * 10px);
  position: relative;
  overflow: hidden;
  width: 100%;
}
.itemListing .pic img {
  display: block;
  object-fit: cover;
  object-position: center center;
  transition: 0.43s ease-in-out;
  aspect-ratio: 0.99411765;
}
.itemListing .info {
  padding: calc(var(--ratio) * 8px) 10px calc(var(--ratio) * 8px);
  aspect-ratio: 4.225;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(165, 164, 155, 0.83);
  width: 100%;
}
.itemListing .caption {
  font-weight: 400;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: calc(var(--ratio) * 17px);
}
.itemListing .more {
  margin-top: calc(var(--ratio) * 5px);
  display: flex;
  justify-content: center;
}
.itemListing .link {
  font-weight: 400;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: calc(var(--ratio) * 13px);
  position: relative;
  left: calc(var(--ratio) * -11px);
}
.itemListing .link:after {
  display: block;
  content: '';
  background: url(../images/go.svg) no-repeat;
  background-size: contain;
  width: calc(var(--ratio) * 17px);
  height: calc(var(--ratio) * 17px);
  position: absolute;
  right: calc(var(--ratio) * -23px);
  top: calc(var(--ratio) * 1px);
}
@media (max-width: 1334px) {
  .itemListing .list > li {
    width: calc(33.33% - var(--ratio) * 55px);
  }
}
@media (max-width: 804px) {
  .itemListing .list > li {
    width: calc(50% - var(--ratio) * 55px);
  }
}
@media (max-width: 768px) {
  .itemListing .info {
    --ratio: 0.85;
  }
}
@media (max-width: 484px) {
  .itemListing .list > li {
    width: calc(100% - var(--ratio) * 55px);
  }
}
@media (max-width: 1024px) {
  #content:before {
    height: calc(var(--ratio) * 86px);
    display: block;
    content: '';
  }
}
header {
  position: absolute;
  z-index: 4;
  right: 0px;
  width: 70%;
  background: linear-gradient(0deg, #e2d8c6 0%, #ffffff 30%, #ffffff 100%);
}
header .container {
  padding-left: 0px;
}
header .wrap {
  position: relative;
  height: calc(var(--ratio) * 123px);
}
header .info {
  padding-top: calc(var(--ratio) * 14px);
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: calc(var(--ratio) * 13px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
header .info > li {
  margin: 0px calc(var(--ratio) * 15px) calc(var(--ratio) * 12px);
}
header .info img {
  height: calc(var(--ratio) * 14px);
  max-width: calc(var(--ratio) * 15px);
  object-fit: contain;
  position: relative;
  top: calc(var(--ratio) * 3px);
  margin-right: calc(var(--ratio) * 5px);
}
header .list {
  position: absolute;
  right: 5%;
  bottom: calc(var(--ratio) * 18px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
header .list > li {
  margin: 0px calc(var(--ratio) * 22px) 0px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
header .link {
  display: block;
  cursor: pointer;
  transition: all 0.35s;
  font-size: calc(var(--ratio) * 15px);
  color: #000;
  font-family: "Montserrat", sans-serif;
}
header .link.selected,
header .link.active {
  color: #e1a994;
}
header .link.active:after {
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  top: 8px;
  height: 27px;
  left: 0px;
}
header .link.active + .dropmenu {
  opacity: 1;
  pointer-events: visible;
  transform: none;
}
header .dropmenu {
  position: absolute;
  left: 0px;
  top: calc(var(--ratio) * 25px);
  width: calc(var(--ratio) * 188px);
  background: #e1a994;
  box-shadow: 0px 0px 10px #ccc;
  padding: calc(var(--ratio) *15px) calc(var(--ratio) *15px) calc(var(--ratio) *15px);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-11px);
  transition: all 0.35s;
}
header .sublist > li {
  display: flex;
  margin-bottom: calc(var(--ratio) * 8px);
}
header .sublist > li:last-child {
  margin: 0px;
}
header .inlink {
  display: block;
  cursor: pointer;
  transition: all 0.35s;
  font-size: calc(var(--ratio) * 15px);
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
header .logo {
  display: none;
}
header .openmenu,
header .closemenu,
header .media {
  display: none;
}
@media (max-width: 1174px) {
  header .list > li {
    margin: 0px calc(var(--ratio) * 15px) 0px;
  }
}
@media (max-width: 1024px) {
  header {
    background: #e1a994;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0px;
  }
  header .menu {
    position: fixed;
    z-index: 1;
    top: 0px;
    right: 0px;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #e1a994;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s;
  }
  header .wrap {
    height: calc(var(--ratio) * 86px);
  }
  header .logo {
    display: block;
    height: calc(var(--ratio) * 58px);
    position: absolute;
    left: 20px;
    bottom: 0px;
    top: 3px;
    margin: auto;
  }
  header .logo img {
    height: 100%;
    object-fit: contain;
    display: block;
  }
  header .openmenu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    transition: all 0.35s;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 20px;
    height: calc(var(--ratio) * 48px);
    font-size: calc(var(--ratio) * 36px);
    color: #fff;
  }
  header .closemenu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    transition: all 0.35s;
    top: 10px;
    right: 20px;
    height: calc(var(--ratio) * 48px);
    font-size: calc(var(--ratio) * 38px);
    color: #fff;
  }
  header .info {
    color: #fff;
    font-size: calc(var(--ratio) * 18px);
    padding: 0px;
  }
  header .info > li {
    width: 100%;
    margin: 0px!important;
    display: flex;
    justify-content: center;
  }
  header .info > li + li {
    margin-top: calc(var(--ratio) * 9px) !important;
  }
  header .info img {
    filter: brightness(0) invert(1);
    height: calc(var(--ratio) * 18px);
    max-width: calc(var(--ratio) * 18px);
    top: calc(var(--ratio) * 4px);
    margin-right: calc(var(--ratio) * 7px);
  }
  header .list {
    margin-top: calc(var(--ratio) * 17dvh);
    position: relative;
    bottom: unset;
    right: unset;
  }
  header .list > li {
    width: 100%;
    margin: 0px!important;
    display: flex;
    justify-content: center;
  }
  header .list > li + li {
    margin-top: calc(var(--ratio) * 24px) !important;
  }
  header .link {
    color: #fff!important;
    font-size: calc(var(--ratio) * 27px);
  }
  header .link:after {
    display: none;
  }
  header .inner {
    min-height: 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
  }
  header .sub {
    width: 100%;
    padding: 33px 20px 33px;
  }
  header .media {
    position: relative;
    display: flex;
    margin-top: calc(var(--ratio) * 17dvh);
    flex-wrap: wrap;
    justify-content: center;
  }
  header .media > li {
    margin: 0px calc(var(--ratio) * 9px) 0px;
    display: flex;
  }
  header .itemedia {
    height: calc(var(--ratio) * 24px);
    transition: all 0.35s;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  header .itemedia img {
    height: 100%;
    display: block;
    object-fit: contain;
  }
  header .dropmenu {
    left: unset;
    top: unset;
    width: 100%;
    opacity: 1!important;
    transform: none!important;
    padding: 7px 0px 0px;
    position: relative;
    pointer-events: visible;
    box-shadow: none;
  }
  header .sublist > li {
    justify-content: center;
  }
  header .inlink {
    font-size: calc(var(--ratio) * 18px);
  }
}
@media (max-width: 1024px) {
  .open_menu {
    overflow: hidden;
  }
  .open_menu header .menu {
    opacity: 1;
    pointer-events: visible;
  }
}
.desktop header .closemenu:hover {
  opacity: 0.69;
}
.desktop header .openmenu:hover {
  opacity: 0.69;
}
.desktop header .itemedia:hover {
  opacity: 0.69;
}
.desktop header .inlink:hover {
  opacity: 0.69;
}
@media (max-width: 1024px) {
  .desktop header .link:hover {
    opacity: 0.69;
  }
}
.topsection {
  min-height: 100vh;
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.topsection .left {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 30%;
  pointer-events: visible;
  background: url(../images/orangetexture.png) no-repeat right 11%;
}
.topsection .left:after {
  background: url(../images/orangetexture2.png);
  left: 63%;
  transform: translateX(-100%);
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0px;
  display: block;
  content: '';
  pointer-events: none;
}
.topsection .logo {
  position: absolute;
  left: 20%;
  width: calc(var(--ratio) * 210px);
  z-index: 1;
  top: calc(var(--ratio) * 42px);
  max-width: 65%;
}
@media (max-width: 1950px) {
  .topsection .logo {
    left: 70px;
  }
}
@media (max-width: 1124px) {
  .topsection .logo {
    left: 50px;
  }
}
@media (max-width: 768px) {
  .topsection .logo {
    left: 25px;
  }
}
.topsection .logo img {
  width: 100%;
  display: block;
  object-fit: contain;
}
.topsection .media {
  position: absolute;
  left: 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  bottom: calc(var(--ratio) * 33px);
  z-index: 1;
}
.topsection .media > li {
  margin: 0px calc(var(--ratio) * 13px) 0px;
  display: flex;
}
.topsection .itemedia {
  height: calc(var(--ratio) * 19px);
  transition: all 0.35s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.topsection .itemedia img {
  height: 100%;
  display: block;
  object-fit: contain;
}
@media (max-width: 1324px) {
  .topsection .logo {
    width: calc(var(--ratio) * 180px);
    left: 5%;
  }
  .topsection .media {
    left: 0%;
    width: 100%;
    padding-right: 32%;
  }
}
@media (max-width: 1024px) {
  .topsection {
    z-index: 1;
    min-height: 0px;
  }
  .topsection .left {
    display: none;
  }
}
.Slider {
  position: absolute;
  background: #FEF3EF;
  pointer-events: visible;
  top: calc(var(--ratio) * 170px);
  left: 0px;
  width: 100%;
  height: calc(100% - 300px);
}
.Slider:before {
  display: block;
  content: '';
  position: absolute;
  left: 0px;
  top: calc(var(--ratio) * -22px);
  height: calc(var(--ratio) * 50px);
  background: url(../images/co3.png) no-repeat left top;
  background-size: cover;
  width: 100%;
}
.Slider:after {
  display: block;
  content: '';
  position: absolute;
  left: 0px;
  bottom: calc(var(--ratio) * -55px);
  height: calc(var(--ratio) * 66px);
  background: url(../images/co3.png) no-repeat left bottom;
  background-size: cover;
  width: 100%;
  transform: scaleY(-1);
}
.Slider .container {
  z-index: 1;
  height: 100%;
}
.Slider .grp {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.Slider .grp > li:nth-child(1) {
  width: 30%;
  margin-right: 2%;
  display: flex;
  align-items: center;
}
.Slider .grp > li:nth-child(2) {
  width: 68%;
  display: flex;
  align-items: center;
}
.Slider .titre {
  margin-bottom: calc(var(--ratio) * 44px);
  font-family: "Playfair Display", serif;
  color: #FBB8A3;
  font-weight: 800;
  max-width: calc(var(--ratio) * 355px);
  font-style: italic;
  font-size: calc(var(--ratio) * 73px);
  line-height: 110%;
}
.Slider .titre .span1 {
  color: #939389;
  font-size: calc(var(--ratio) * 50px);
  line-height: 100%;
  display: block;
  font-style: normal;
  font-weight: normal;
}
.Slider .titre .span2 {
  font-size: calc(var(--ratio) * 51px);
  line-height: 100%;
  display: block;
  font-style: normal;
  font-weight: normal;
}
.Slider .text {
  max-width: calc(var(--ratio) * 315px);
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: calc(var(--ratio) * 15px);
  line-height: 120%;
}
.Slider .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.Slider .list > li {
  width: 33.33%;
  position: relative;
}
.Slider .list > li:nth-child(1) {
  width: 30%;
}
.Slider .list > li:nth-child(1) .item {
  transform: scale(0.98) rotate(-2deg);
  transform-origin: right center;
  left: calc(var(--ratio) * 20px);
}
.Slider .list > li:nth-child(1) .data {
  font-size: calc(var(--ratio) * 13px);
  padding-left: 3%;
  display: none;
}
.Slider .list > li:nth-child(2) {
  z-index: 1;
  width: 40%;
}
.Slider .list > li:nth-child(2) .item {
  transform: scale(1) rotate(2deg);
}
.Slider .list > li:nth-child(3) {
  width: 30%;
}
.Slider .list > li:nth-child(3) .item {
  transform: scale(0.98) rotate(2deg);
  transform-origin: left center;
  right: calc(var(--ratio) * 20px);
}
.Slider .list > li:nth-child(3) .data {
  font-size: calc(var(--ratio) * 13px);
  padding-right: 3%;
  display: none;
}
.Slider .item {
  display: block;
  position: relative;
  background: #fff;
  padding: 9px;
  box-shadow: 0px 0px 10px #ccc;
}
.Slider .pic img {
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.Slider .data {
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  bottom: calc(var(--ratio) * 21px);
  color: #000;
  text-shadow: 0px 0px 10px #eee;
  font-size: calc(var(--ratio) * 17px);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .Slider {
    padding: calc(var(--ratio) * 57px) 0px calc(var(--ratio) * 57px);
    position: relative;
    height: auto;
    top: unset;
    left: unset;
  }
  .Slider .grp > li:nth-child(1) {
    width: 100%;
    margin-right: 0%;
  }
  .Slider .grp > li:nth-child(2) {
    width: 100%;
    margin-right: 0%;
    margin-top: calc(var(--ratio) * 67px);
  }
  .Slider .item {
    padding: 5px;
  }
  .Slider .list {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
.Newsletter {
  position: absolute;
  width: calc(70% - 54px);
  bottom: calc(var(--ratio) * 17px);
  left: 30%;
  pointer-events: visible;
}
.Newsletter .wrap {
  background: #EBE4D8;
  position: relative;
  width: 100%;
  height: calc(var(--ratio) * 44px);
  display: flex;
  align-items: center;
}
.Newsletter .box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
  padding-right: 11%;
}
.Newsletter .box > li + li {
  margin-left: calc(var(--ratio) * 24px);
}
.Newsletter .field {
  position: relative;
  height: calc(var(--ratio) * 27px);
  background: #fff;
  box-shadow: 0px 0px 10px #eee;
  width: calc(var(--ratio) * 187px);
}
.Newsletter .custinput {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  height: 100%;
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #333333;
  padding: calc(var(--ratio) * 0px) calc(var(--ratio) * 17px) calc(var(--ratio) * 0px) calc(var(--ratio) * 17px);
}
.Newsletter .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0px;
  border-radius: 0px;
  text-align: center;
  transition: all 0.35s;
  background: #333333;
  color: #fff;
  font-size: calc(var(--ratio) * 10px);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  height: calc(var(--ratio) * 27px);
  padding: calc(var(--ratio) * 0px) calc(var(--ratio) * 27px) calc(var(--ratio) * 0px);
}
@media (max-width: 1024px) {
  .Newsletter {
    position: relative;
    width: 100%;
    bottom: unset;
    left: unset;
  }
  .Newsletter .box {
    padding: 0px 20px;
  }
  .Newsletter .box > li:nth-child(1) {
    width: calc(100% - 130px);
    margin: 0px;
  }
  .Newsletter .box > li:nth-child(2) {
    width: 110px;
    margin-left: 20px;
  }
  .Newsletter .field {
    width: 100%;
    height: calc(var(--ratio) * 38px);
  }
  .Newsletter .btn {
    width: 100%;
    height: calc(var(--ratio) * 38px);
    font-size: calc(var(--ratio) * 11px);
    padding-left: 0px;
    padding-right: 0px;
  }
  .Newsletter .wrap {
    height: calc(var(--ratio) * 70px);
  }
}
@media (min-width: 1024.1px) and (max-height: 650px) {
  .topsection {
    min-height: 700px;
  }
}
.desktop .custbtn:hover {
  background: #e1a994;
}
.desktop .itemListing .item:hover .pic img {
  transform: scale(1.05);
}
.desktop .topsection .itemedia:hover {
  opacity: 0.73;
}
.desktop header .link:hover {
  color: #e1a994;
}
.desktop .Newsletter .btn:hover {
  opacity: 0.76;
}
:root {
  --ratio: 1;
  --blue: #002855;
  --red: #742935;
}
@media (max-width: 1024px) {
  :root {
    --ratio: 0.8;
  }
}
@media (max-width: 768px) {
  :root {
    --ratio: 0.75;
  }
}
@media (max-width: 468px) {
  :root {
    --ratio: 0.70;
  }
}
.container {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1700px;
}
@media (max-width: 1950px) {
  .container {
    padding: 0px 70px;
    max-width: 100%;
  }
}
@media (max-width: 1124px) {
  .container {
    padding: 0px 50px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0px 25px;
  }
}
.Newsletter ::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  opacity: 1 !important;
  color: #C1C1C1!important;
}
.Newsletter :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1 !important;
  color: #C1C1C1!important;
}
.Newsletter ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1 !important;
  color: #C1C1C1!important;
}
.Newsletter :-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1 !important;
  color: #C1C1C1!important;
}
.Newsletter ::-ms-input-placeholder {
  /* Edge */
  opacity: 1 !important;
  color: #C1C1C1!important;
}
