.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.red {
  width: 80px;
  height: 80px;
  background-color: #ad2542;
}

.navbar {
  margin-right: 80px;
  background-color: transparent;
}

.navlink {
  padding: 30px 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.navlink:hover {
  background-color: #ad2542;
  color: #fff;
}

.slidi {
  height: 83vh;
  margin-right: 80px;
  margin-left: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .5);
}

.slider {
  height: 83vh;
}

.slide1 {
  padding-top: 550px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2)), url('../images/start2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2)), url('../images/start2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-nav {
  left: 101%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 40px;
  margin: 80px 0px 0px;
  color: #ad2542;
  font-size: 18px;
  text-align: right;
}

.body {
  background-color: #474343;
}

.divlogo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 296px;
  height: 366px;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .5);
  background-color: rgba(71, 67, 67, .7);
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, .5);
}

.redy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #aa1938;
}

.slide2 {
  padding-top: 550px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2)), url('../images/start8.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2)), url('../images/start8.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide3 {
  padding-top: 550px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2)), url('../images/start4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2)), url('../images/start4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide4 {
  padding-top: 550px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2)), url('../images/start5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2)), url('../images/start5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide5 {
  padding-top: 550px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2)), url('../images/start6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2)), url('../images/start6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide6 {
  padding-top: 550px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2)), url('../images/start7.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2)), url('../images/start7.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.txtslid {
  font-family: 'Playfair Display', sans-serif;
  color: hsla(0, 0%, 100%, .5);
  font-size: 80px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.divico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Icofont, sans-serif;
}

.text-block {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #b98e3c;
  font-size: 80px;
  text-shadow: 3px 3px 0 #424242;
}

.txtic {
  font-family: 'Playfair Display', sans-serif;
  color: hsla(0, 0%, 100%, .5);
  font-size: 35px;
  letter-spacing: -2px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #b98e3c;
}

.news {
  padding: 50px 100px;
}

.paragraph {
  padding: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
}

.heading {
  margin-bottom: 30px;
  font-family: 'Playfair Display', sans-serif;
  color: #ad2542;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 hsla(0, 0%, 100%, .5);
}

.mapi {
  height: 400px;
   background-image: -webkit-linear-gradient(270deg, rgba(2, 9, 22, .5), rgba(2, 9, 22, .5));
  background-image: linear-gradient(180deg, rgba(2, 9, 22, .5), rgba(2, 9, 22, .5));
    background-color: #a39e96;
}

.map {
    -webkit-filter: grayscale(30%);
       -moz-filter: grayscale(30%);
        -ms-filter: grayscale(30%);
         -o-filter: grayscale(30%);
            filter: grayscale(30%);
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 100px;
}


.impda {
    color: #fff;
    text-decoration: none;
}

.address {
  width: 0%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-2 {
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
}

.text-span {
  color: #f1b646;
}

.div-block-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-3 {
    text-align: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.divlogo2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 206px;
  height: 256px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .5);
  background-color: rgba(71, 67, 67, .7);
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, .5);
}

.slidicont {
  height: 300px;
  margin-right: 80px;
  margin-bottom: 80px;
  margin-left: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .5);
  background-image: url('../images/start5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.cont {
  padding: 30px 80px;
  background-color: #f5daa9;
  border-bottom: 1px solid #474343;
}

.contin {
  padding: 30px 80px;
  background-color: #f5daa9;
}

.heading-2 {
  font-family: 'Playfair Display', sans-serif;
  color: #aa1938;
  font-weight: 400;
  text-transform: uppercase;
}

.paragraph-2 {
  font-family: 'Playfair Display', sans-serif;
  color: #474343;
  font-size: 19px;
  line-height: 25px;
}

.linkmid {
   color: #b98e3c; 
}
.anf {
  font-family: 'Playfair Display', sans-serif;
  color: #AA1938;
  font-size: 19px;
  line-height: 25px;
}

.anf1 {
  font-family: 'Playfair Display', sans-serif;
  color: #474343;
  font-size: 19px;
  line-height: 25px;
}

html.w-mod-js *[data-ix="slidin"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="comein"] {
  opacity: 0;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

html.w-mod-js *[data-ix="comein-2"] {
  opacity: 0;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

html.w-mod-js *[data-ix="comein-3"] {
  opacity: 0;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

html.w-mod-js *[data-ix="scrollup"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

@media (max-width: 991px) {
  .navlink {
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: solid;
    border-width: 0px 0px 1px;
    border-color: hsla(0, 0%, 100%, .5);
    background-color: rgba(0, 0, 0, .8);
  }
  .txtslid {
    font-size: 40px;
  }
  .txtic {
    font-size: 25px;
  }
  .news {
    padding-right: 50px;
    padding-left: 50px;
  }
  .footer {
    padding-right: 50px;
    padding-left: 50px;
  }
  .menu-button {
    margin-right: 60px;
    color: #fff;
  }
  .menu-button.w--open {
    margin-right: 60px;
    margin-left: 0px;
    background-color: #ad2542;
  }
  .navmenu {
    background-color: transparent;
  }
  .slidicont {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .header {
    height: 60px;
  }
  .red {
    width: 60px;
    height: 60px;
  }
  .divlogo {
    width: 220px;
    height: 270px;
  }
  .txtic {
    font-size: 21px;
  }
  .news {
    padding: 30px 20px;
  }
  .paragraph {
    font-size: 17px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image {
    width: 200px;
  }
  .divlogo2 {
    width: 220px;
    height: 270px;
    margin-top: 75px;
  }
  .slidicont {
    margin-right: 60px;
    margin-bottom: 30px;
    margin-left: 60px;
  }
   .cont {
    padding-right: 30px;
    padding-left: 30px;
  }
  .contin {
    padding-right: 30px;
    padding-left: 30px;
  }
  .paragraph-2 {
    font-size: 17px;
    line-height: 23px;
  }
}

@media (max-width: 479px) {
  .header {
    height: 60px;
  }
  .red {
    width: 40px;
    height: 40px;
  }
  .navbar {
    z-index: 5000;
  }
  .slidi {
    position: relative;
    z-index: 100;
    height: 50vh;
    margin-right: 60px;
    margin-left: 60px;
  }
  .slider {
    height: 50vh;
  }
  .slide1 {
    padding-top: 0px;
  }
  .divlogo {
    width: 170px;
    height: 200px;
    margin-top: 80px;
  }
  .redy {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slide2 {
    padding-top: 0px;
  }
  .slide3 {
    padding-top: 0px;
  }
  .slide4 {
    padding-top: 0px;
  }
  .slide5 {
    padding-top: 0px;
  }
  .slide6 {
    padding-top: 0px;
  }
  .divico {
    padding-bottom: 20px;
  }
  .txtic {
    font-size: 30px;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .address {
    width: 100%;
    margin-bottom: 30px;
  }
  .text-block-2 {
    width: auto;
    margin-bottom: 0px;
  }
  .div-block-2 {
    margin-bottom: 30px;
  }
  .menu-button {
    z-index: 2000;
  }
  .menu-button.w--open {
    z-index: 5000;
  }
  .navmenu {
    z-index: 5000;
  }
  .image {
    width: 150px;
  }
  .divlogo2 {
    width: 170px;
    height: 200px;
    margin-top: 80px;
  }
  .slidicont {
    position: relative;
    z-index: 100;
    height: 240px;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
  }
  .cont {
    padding: 20px;
  }
  .contin {
    padding: 20px;
  }
  .paragraph-2 {
    font-size: 17px;
    line-height: 23px;
  }
}

@font-face {
  font-family: 'Icofont';
  src: url('../fonts/icofont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}