@font-face {
  font-family: Modern;
  src: url("./.././fonts/Montserrat-VariableFont_wght.ttf");
  /* src: url("./.././fonts/Modern.ttf"); */
}

@font-face {
  font-family: "Montserrat";
  src: url("./.././fonts/Montserrat-VariableFont_wght.ttf");
}

@font-face {
  font-family: "Cinzel";
  src: url("./.././fonts/Montserrat-VariableFont_wght.ttf");
  /* src: url("./.././fonts/Cinzel-VariableFont_wght.ttf"); */
}


a {
  text-decoration: none;
}

a:hover {
  color: unset;
}

ul{
  padding:0
}

li {
  list-style-type: none;
}

* {
  font-family: "Montserrat", sans-serif;
}

body {
  margin: 0;
}

.header--text {
  font-family: "Modern";
  font-size: 64px;
  color: #1e1e1e;
  font-weight: 400;
  text-wrap: nowrap;
}

.sub--text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #3e3e3e;
}

.texts--wrapper {
  width: 66%;
}

/* header */

header {
  padding: 30px 0 10px;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.header-logo--image {
  width: 160px;
  height: 70px;
}

.header-right-side {
  display: flex;
  justify-content: end;
  gap: 70px;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 14px;
  align-items: center;
  color: white;
  transform: translateY(-10px);
}

.header-language-wrapper{
  height: 40px;
  margin-top: 20px;
}

.header-language{
  display:flex;
  align-items:center;
  margin:0;
  gap:6px;
}

.passive-languages{
  display:none;
}

.header-language-wrapper:hover .passive-languages{
  position: absolute;
  top: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: white;
  color: black;
  width: 100px;
  border-radius: 3px;
  padding: 10px;
}

.passive-languages li a{
  color:black;

}

.passive-languages li a:hover{
  color:#999;
}

.header-right-side a {
  color: white;
}

.header-menu {
  display: flex;
  align-items: center;
}

.header-menu-lines {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: center;
  align-items: end;
  margin-left: 12px;
}

.line {
  height: 2px;
  width: 41px;
  background-color: white;
}

.line-two {
  width: 28px;
}

.header-reservation {
  border: 1px solid white;
  border-radius: 5px;
  padding: 10px 14px;
  font-weight: 600;
}

.modal-menu {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: white;
  display: none;
  transition: all 0.2s ease-in-out;
}

.modal-menu .container {
  height: 100%;
}

.modal-menu-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 0 42px;
}

.modal-menu-active {
  display: block;
}

.modal-menu-top {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  height: 100px;
  justify-content: center;
}

.modal-menu-logo {
  height: 55px;
}

.modal-menu-right {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}

.modal-menu-reservation {
  color: black;
}

.modal-close-buttons {
  width: 30px;
  height: 40px;
  display: flex;
  align-items: center;
}

.close-line-1 {
  width: 30px;
  height: 2px;
  background-color: black;
  transform: rotate(135deg);
  position: absolute;
}

.close-line-2 {
  width: 30px;
  height: 2px;
  background-color: black;
  transform: rotate(-135deg);
  position: absolute;
}

.model-menu-center {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.modal-center-top ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  width: 80%;
  margin: auto;
}

.modal-center-top ul li a {
  font-family: "Modern";
  font-size: 36px;
  font-weight: 400;
  line-height: 31px;
  color: black;
  transition: font-size 0.2s ease-in-out;
  text-transform:uppercase;
}

.modal-center-top ul li a:hover {
  font-size: 42px;
}

.modal-center-bottom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
}

.modal-center-bottom ul li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  color: black;
  text-transform: uppercase;
}

.modal-menu-socials {
  display: flex;
  gap: 24px;
  justify-content: center;
  font-size: 20px;
}

/* header-end */

/* footer */

footer {
}

.footer-top {
  display: flex;
  position: relative;
  background-color: #888b7f;
}

.footer-center {
  height: 100%;
  display: flex;
  gap: 20px;
}

.footer-left {
  height: 100%;
}

.footer-center-left {
  align-self: center;
}

.footer-slogan-header {
  font-family: "Modern";
  font-size: 64px;
  color: #333743;
  font-weight: 400;
  margin: 0;
}

.footer-slogan-subheader {
  font-size: 20px;
  color: #333743;
  margin: 0;
  font-weight: 600;
}

.footer-center__right {
  align-self: center;
}

.footer-line {
  width: 60px;
  height: 2px;
  background-color: #333743;
  align-self: center;
  transform: translateY(-5px);
}

.footer-mail {
  transform: translateY(22px);
}

.footer-mail-content {
  width: 500px;
}

.footer-mail-header {
  width: 100%;
}

.footer-mail-wrapper {
  display: flex;
  gap: 20px;
}

.footer-mail-input {
  background-color: transparent;
  border: 1px solid #333743;
  width: 280px;
  height: 40px;
  border-radius: 5px;
}

.footer-mail-input::placeholder {
  padding: 0 10px;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 400;
}

.footer-mail-input:focus-visible {
  outline: 1px solid #333743;
}

.footer-mail-button {
  background-color: #333743;
  border: none;
  color: white;
  width: 170px;
  border-radius: 6px;
  font-weight: 100;
  font-size: 16px;
  font-family: "Montserrat";
  height: 41px;
}

.footer-socials-header {
  color: #c9c9c9;
  font-size: 20px;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.footer-socials {
  position: absolute;
  bottom: 30px;
}

.social-images {
  display: flex;
  gap: 16px;
}

.social-images a {
  color: #c9c9c9;
  font-size: 20px;
}

.footer-social i {
  font-size: 20px;
}

.footer-bottom {
  width: 75%;
  margin: auto;
}

.footer-bottom-row {
  align-items: flex-start;
  padding: 50px 0 40px;
}

.footer-logo-image {
  width: 230px;
  height: 101px;
  transform: translateY(-10px);
}

.footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-menu ul li a {
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  color: black;
}

.footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-menu ul li {
  font-weight: 300;
  font-size: 14px;
}

.footer-copyright {
  background-color: #888b7f;
}

.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright p {
  font-size: 12px;
  margin: 0;
  color: white;
}

.watermark {
  height: 36px;
  margin-top: 5px;
  width: 90px;
}

.watermark-wrapper:hover .st0 {
  fill: black;
}

/* footer-end */

/* index-header */

.index-header-section {
  height: 100vh;
}

.index-header-wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.header-video {
}

.video-content {
  position: absolute;
  bottom: 80px;
  width: 800px;
  color: white;
  left: 70px;
}

.video-content-text {
  font-family: "Modern", sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 72px;
  margin: 0 0 10px;
}

.video-content-subtext {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
  transform: translateX(10px);
  width: 85%;
}

/* index-about */

.sections {
  padding: 70px 0 40px;
}

.about-section {
  width: 83%;
  margin: auto;
}

.about-contents {
  align-items: center;
}

.about-texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 30px;
}

.about-header {
  font-size: 50px;
  font-weight: 700;
  font-family: cinzel;
  margin: 0;
  color: #333743;
  margin-bottom: 30px;
}

.about-subheader {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.about-content {
  font-size: 16px;
  font-weight: 400;
}

.about-subcontent {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.about-images-wrapper {
  position: relative;
  text-align: end;
}

.about-image-2 {
  position: absolute;
  bottom: 87px;
  left: 25px;
}

/* navigation */

.navigation--image{
	height: 500px;
    width: 100%;
    object-fit: cover;
}

.navigation-texts {
  transform: translateX(10px);
}

.navigation-header {
  margin: 0 0 30px;
}

.navigation-content {
  margin: 0 0 30px;
}

.navigation-wrapper {
  height: 95%;
  border-left: 1px solid #333743;
  padding-left: 40px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 2px;
}

.navigation ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding:0;
}

.navigation ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #333743;
  transition: all 0.2s ease;
}

.navigation-small-image {
  transform: translate(-10px, 15px);
  height:240px;
  width:100%;
  object-fit:cover;
}

.navigation ul li a:hover {
  margin-left: -49.3px;
  border-left: 18px dotted black;
  padding-left: 24px;
  animation: navigation-opacity 2s infinite;
}

@keyframes navigation-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* rooms */

.rooms-section {
  background-color: #2b2a30;
  color: white;
  position: relative;
}

.rooms-texts {
  text-align: center;
  width: 65%;
  margin: auto;
}

.rooms-header {
  margin: 0 0 5px;
  color: white;
}

.rooms-subheader {
  margin: 0 0 20px;
  color: white;
  font-weight: 500;
}

.rooms--slider {
  margin-top: 60px;
  padding-bottom: 30px;
  height: 700px;
}

.rooms--slider .owl-stage-outer {
  height: 100%;
}

.rooms--slider .col-md-7 {
  width: 63.333333%;
}

.rooms--slider .col-md-5 {
  width: 36.666777%;
}

.room-image-wrapper {
  padding-right: 25px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.room-properties img {
  width: 24px !important;
  height: 18px;
  object-fit: cover;
}

.room-properties-wrapper {
  display: flex;
  gap: 12px;
  margin-left: 0px;
}

.room-properties {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}

.properties--text {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.room-desc-wrapper {
  display: flex;
  flex-direction: column;
  gap: 36px;
  height: 600px;
  justify-content: center;
}

.room-name {
  font-family: "Modern";
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin: 0;
}

.room-slogan {
  font-size: 16px;
  font-weight: 500;
  transform: translateY(-8px);
}

.room-desc-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.room-desc-2 {
  font-size: 16px;
  font-weight: 100;
  line-height: 28px;
}

.room-reservation {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.03em;
  padding: 17px 66px;
  color: #2b2a30;
  background-color: white;
  width: max-content;
  border-radius: 3px;
}

.room-reservation:hover{
  color:#999
}

.room-view-more{
  color:white;
}

.room-view-more:hover{
  color:#999
}

.room-button {
  background-color: transparent;
  border: none;
  color: white;
}

.rooms--slider .owl-nav {
  position: absolute;
  bottom: -10px;
  right: 0;
}

.room-view {
  position: absolute;
  right: 180px;
  bottom: 37px;
  color: white;
  z-index: 1;
}

.room-view:hover {
  color: #dddddd;
}

.room-inner--slider {
  position: relative;
}

.room-inner--slider .owl-nav {
  position: unset;
}

.room-inner-prev {
  position: absolute;
  top: 48%;
  left: 10px;
}

.room-inner-next {
  position: absolute;
  top: 48%;
  right: 10px;
}

/* opportunities */

.opportunities-section {
  background-color: #f2f2f2;
}

.opportunities-texts {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.opportunities-wrapper {
  width: 60%;
}

.opportunities-header {
  font-family: "Modern";
  font-size: 96px;
  font-weight: 400;
  line-height: 72px;
}

.opportunities-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.opportunities-view-all {
  color: black;
  font-weight: 600;
}

.opportunities-slider {
  margin-top: 70px;
  position: relative;
}

.opportunities-slider .owl-nav{
  display:block !important;
}

.opportunities-slider-wrapper {
  width: 60%;
  margin-left:30%;
}

.opp-item-wrapper {
  position: relative;
}

.opp-image {
  height: 507px;
}

.opp-next {
  position: absolute;
  left: -200px;
  top: 42%;
}

.opp-prev {
  display: none;
}

.opp-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 60px 20px 20px;
  transition: all 0.5s ease;
}

.opp-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  margin: 0;
}

.opp-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 6px;
}

.opp-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  color: black;
}

.opp-content-wrapper:hover {
  background-color: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
}

.opp-link:hover {
  color: rgb(58, 58, 58);
}

/* facilities */

.facilities-slider .owl-item:nth-child(even) {
  margin-top: 60px;
}

.facilities-content {
  font-weight: 500;
}

.facilities-slider-wrapper {
  width: 85%;
  margin: auto;
}

.facilities-slider {
  margin-top: 40px;
}

.facilities-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.facilities-inner-wrapper {
  position: relative;
}

.facility-image {
  height: 300px;
  object-fit: cover;
}

.facility-content-wrapper {
  position: absolute;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
  align-items: center;
  color: white;
}

.facility-inner-wrapper {
  position: relative;
}

.facility-header {
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
}

.facility-content {
  font-family: "Modern";
  font-size: 14px;
  font-weight: 300;
  line-height: 12px;
}

.facility-line {
  display: none;
  height: 40px;
  width: 2px;
  background-color: white;
}

.facility-inner-wrapper:hover .facility-line {
  display: block;
}

.facility-inner-wrapper:hover .facility-image {
  filter: brightness(0.6);
}

.facility-inner-wrapper:hover .facility-content-wrapper {
  bottom: 130px;
  animation: facility-opacity 1s;
}

@keyframes facility-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.facility--button {
  background-color: #212529;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  color: white;
  border: none;
}

.facility-button-next {
  position: absolute;
  top: -10%;
  right: 10px;
}

.facility-button-prev {
  position: absolute;
  top: -10%;
  right: 60px;
}

/* more */

.more--slider {
  margin-top: 20px;
  position: relative;
}

.more--image{
	height:460px;
  	object-fit:cover;
}

.more-item-desc {
    padding: 10px;
    display: flex;
    background-color: #d9d9d9;
    align-items: center;
    margin-right: 1px;
    height: 132px;
    gap: 40px;
}

.desc-name {
  	width: 30% !important;
    font-family: "Modern";
    font-size: 40px;
    font-weight: 400;
    color: #333743;
    text-align: center;
  	text-wrap:nowrap;
}

.desc-text {
  width:70%;
  font-size: 16px;
  font-weight: 400;
  color: #333743;
  line-height: 21px;
  margin: 0;
}

.more--button {
  background-color: #d9d9d9;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border: none;
}

.more-button-next {
  position: absolute;
  top: 42%;
  right: 30px;
}

.more-button-prev {
  position: absolute;
  top: 42%;
  left: 30px;
}

/* services */

.services-contents {
  display: flex;
  width: 80%;
  margin: auto;
  margin-top: 80px;
  justify-content: space-between;
  margin-bottom: 60px;
}

.services-content-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.services-image {
  width: 70px;
  height: 50px;
  object-fit: contain;
}

.service-name {
  font-size: 20px;
  font-weight: 100;
  line-height: 15px;
}

/* INNER PAGES */

.inner-page {
  padding: 20px 0 ;
  color: #333743;
  position: relative;
}

.inner-page .header-right-side {
  color: #333743;
  transform: translateY(0px);
}

.inner-page .header-right-side a {
  color: #333743;
}

.inner-page .header-reservation {
  border: 1px solid #333743;
}

.inner-page .line {
  background-color: #333743;
}

.inner-texts-wrapper {
  width: 65%;
}

.inner-header-text {
  font-family: "Modern";
  font-size: 72px;
  font-weight: 400;
  line-height: 59px;
  width: 50%;
  margin-bottom: 22px;
}

.inner-content-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  color: #3e3e3e;
}

/* GALLERY PAGE */

.gallery-categories {
  display: flex;
  gap: 36px;
  margin-bottom: 30px;
  align-items: baseline;
}

.gallery-category {
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  background: none;
  border: none;
}

.gallery-div {
  display: none;
}

.active-gallery {
  display: block;
}

.galleries {
  margin-bottom: 80px;
}

.gallery-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-image {
  width: 100%;
  height: 100%;
}

.gallery-image-wrapper:nth-child(6n + 1) {
  grid-row: span 1;
  grid-column: span 1;
}

.gallery-image-wrapper:nth-child(6n + 2) {
  grid-row: span 2;
  grid-column: span 2;
}

.gallery-image-wrapper:nth-child(6n + 3) {
  grid-row: span 1;
  grid-column: span 1;
}

.gallery-image-wrapper:nth-child(6n + 4) {
  grid-row: span 2;
  grid-column: span 2;
}

.gallery-image-wrapper:nth-child(6n + 5) {
  grid-row: span 1;
  grid-column: span 1;
}

.gallery-image-wrapper:nth-child(6n + 6) {
  grid-row: span 1;
  grid-column: span 1;
}

/* oppportunities-page */

.opp-section {
  margin-bottom: 30px;
}

.opp-wrapper {
  width: 600px;
  margin: 40px 0;
}

.opp-image {
  width: 600px;
  height: 507px;
}

.opp-content-wrapper-2 {
  padding: 20px 130px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.5s ease;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
}

.opp-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

/* rooms */

.rooms-page-header {
  font-family: "Modern";
  font-size: 48px;
  font-weight: 400;
  line-height: 34px;
  margin-top: 24px;
}

.room-content-wrapper {
  display: flex;
  gap: 40px;
  margin: 36px 0 60px;
}

.room-content-image {
  height: 415px;
}

.room-page-desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 32px;
  margin-bottom: 10px;
}

.room-desc-name {
  font-family: "Modern";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 39px;
  letter-spacing: 0.03em;
}

.room-desc-content-1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.room-desc-content-2 {
  font-weight: 200;
  font-size: 16px;
  line-height: 28px;
}

.room-desc-link {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: white;
  background-color: black;
  padding: 19px 90px;
  width: fit-content;
  border-radius: 3px;
}

.room-desc-link:hover{
	color:white;
}

/* aktivite */

.activity-content-wrapper {
  width: 85%;
  margin: auto;
  padding: 24px;
  background: #ffffff;
  box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.activity-content-gallery {
  display: grid;
  grid-template-areas:
    "a a b"
    "a a b"
    "a a c"
    "a a c";
  gap: 10px;
}

.activity-content-gallery a {
  display: contents;
}

.room-gallery-image {
  display: none !important;
}

.activity-gallery-options:nth-child(1) .room-gallery-image {
  display: block !important;
  grid-area: a;
  height: 100%;
}

.activity-gallery-options:nth-child(2) .room-gallery-image {
  display: block !important;
  grid-area: b;
}

.activity-gallery-options:nth-child(3) .room-gallery-image {
  display: block !important;
  grid-area: c;
}

.gdesc--wrapper {
  margin: 30px 0 70px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gdesc--name {
  font-family: "Modern";
  font-weight: 400;
  font-size: 72px;
  line-height: 59px;
}

.gdesc--name a{
	color:black;
  font-size:55px;
}

.gdesc--name a:hover{
	color:black;
}

.gdesc--text {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #3e3e3e;
}

.activity--button {
  background-color: black;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  border: none;
}

.activity-button-next {
  position: absolute;
  bottom: 8%;
  right: 10%;
}

.activity-button-prev {
  position: absolute;
  bottom: 8%;
  right: 13.5%;
}

.activity-features-wrapper {
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  display:none;
}

.activity-feature {
  padding: 20px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 4px 9px rgb(0 0 0 / 10%);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 252px;
  transition: background-color 0.3s ease-in-out;
}

.activity-feaure-image {
  height: 60px;
  object-fit: none;
}

.activity-feature-name {
  width: 70%;
  margin: auto;
  color: #333743;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  transition: color 0.2s ease-in-out;
}

.activity-feature:hover {
  background-color: #333743;
}

.activity-feature:hover .activity-feature-name {
  color: white;
}

/* fırsatlar-detay */

.opp-detail-image {
  width: 100%;
  height: 507px;
  object-fit: cover;
}

.opp-detail-texts {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.opp-detail-name {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
}

.opp-detail-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.opp-detail-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  color: black;
}

/* contact-page */

.contact-left-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-right: 36px;
}

.contact-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-name {
  font-family: "Modern";
  font-size: 72px;
  font-weight: 400;
  line-height: 59px;
}

.contact-content {
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
}

.contact-location {
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
}

.contact-desc-1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.contact-desc-2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.contact-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form-header {
  font-family: "Modern";
  font-size: 40px;
  font-weight: 400;
  line-height: 33px;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}

.contact-form-inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.contact-form-inputs input {
  width: 48%;
  height: 50px;
  border: 1px solid #333743;
  padding-left: 20px;
}

.contact-form-inputs input:focus-visible {
  border: 1px solid #333743;
  outline: none;
}

.contact-form-inputs input::placeholder {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.contact-form-check {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.contact-form-button {
  background-color: black;
  padding: 13px 90px;
  border: none;
  color: white;
}

.contact-form-check-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transform: translateY(-2px);
}

/* room-detail */

.roomd-content-wrapper {
  width: 85%;
  margin: auto;
  padding: 24px;
  background: #ffffff;
}

.roomd-content-gallery {
  display: grid;
  grid-template-areas:
    "a a b"
    "a a b"
    "a a c"
    "a a c";
  gap: 10px;
}

.roomd-content-gallery a {
  display: contents;
}

.roomd-gallery-image {
  display: none !important;
}

.roomd-gallery-options:nth-child(1) .room-gallery-image {
  display: block !important;
  grid-area: a;
  height: 100%;
  width: 100%;
}

.roomd-gallery-options:nth-child(2) .room-gallery-image {
  display: block !important;
  grid-area: b;
  width: 100%;
}

.roomd-gallery-options:nth-child(3) .room-gallery-image {
  display: block !important;
  grid-area: c;
  width: 100%;
}

.roomd-features-wrapper {
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.roomd-feature {
  padding: 20px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 4px 9px rgb(0 0 0 / 10%);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 252px;
  transition: box-shadow 0.3s ease-in-out;
}

.roomd-feaure-image {
  height: 40px;
}

.roomd-feature-name {
  width: 70%;
  margin: auto;
  color: #333743;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.roomd-feature:hover {
  box-shadow: 0px 4px 9px rgb(0 0 0 / 30%);
}

.roomd-desc-wrapper {
  margin: 40px 0;
}

.room-detail-reservation-wrapper {
  justify-content: center;
  display: flex;
}

.room-detail-reservation {
  padding: 10px 80px;
  border: 1px solid #929394;
  border-radius: 6px;
  margin-bottom: 25px;
  display: block;
  width: fit-content;
  color: #929394;
}

.other-rooms-section {
  background-color: #2b2a30;
  position: relative;
}

.other-rooms-header-text {
  width: 66%;
  margin: auto;
}

.other-room--wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.other-rooms-header {
  color: white;
}

.other-rooms--subtext {
  color: white;
}

.other-rooms-slider {
  margin: 80px 0 75px;
}

.other-room--image {
  /*height: 555px;*/
  height:auto;
}

.other-room--name {
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  margin: 0;
  color: white;
}

.other-room--desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: white;
}

.other-room--link {
  color: white;
  border: 1px solid white;
  padding: 10px 50px;
  width: max-content;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 200;
}

.other-room--link:hover {
  color: white;
}

.other-room--prev {
  right: 50px;
  position: absolute;
  margin-top: 35px;
}

.other-room--next {
  right: 0;
  position: absolute;
  margin-top: 35px;
}

.other-room--all {
  position: absolute;
  bottom: 43px;
  right: 180px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
}

.other-room--all:hover {
  color: white;
}

.more-mirada-gallery {
  display: grid;
  grid-template-areas:
    "a a b c c c d d"
    "e f f c c c g g";
  gap: 5px;
  grid-template-rows: 200px 200px;
  margin: 60px 0;
}

.more-mirada-gallery-image {
  width: 100%;
  height: 100%;
}

.more-mirada-gallery-image:nth-child(1) {
  grid-area: a;
}
.more-mirada-gallery-image:nth-child(2) {
  grid-area: b;
}
.more-mirada-gallery-image:nth-child(3) {
  grid-area: c;
}
.more-mirada-gallery-image:nth-child(4) {
  grid-area: d;
}
.more-mirada-gallery-image:nth-child(5) {
  grid-area: e;
}
.more-mirada-gallery-image:nth-child(6) {
  grid-area: f;
}
.more-mirada-gallery-image:nth-child(7) {
  grid-area: g;
}

.modal-menu-socials a{
  color:black;
}

.contact-div-wrapper a {
	color:black;
}

.contact-form-check-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

#subject{
  width:98%;
}

.gallery-categories .active::after {
  content: "";
  height: 2px;
  display: block;
  width: 100%;
  background: black;
  margin-top: 6px;
}

@media only screen and (max-width: 600px) {
  .header-video {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    --uk-position-translate-x: -50%;
    --uk-position-translate-y: -50%;
    transform: translate(
            var(--uk-position-translate-x),
            var(--uk-position-translate-y)
    );
  }

  /* genel */

  .sections {
    padding: 36px 0 20px;
  }

  .header--text {
    font-size: 36px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 12px;
    text-wrap:wrap;
  }

  .sub--text {
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    margin-bottom: 18px;
  }

  /* video-mobil */

  .video-content {
    width: 75%;
    left: 10px;
  }

  .video-content-text {
    font-size: 36px;
    font-weight: 400;
    line-height: 27px;
    margin-left: 8px;
  }

  .video-content-subtext {
    font-size: 12px;
    font-weight: 600;
    line-height: 10px;
  }

  /* index-about */

  .about-section {
    width: 100%;
  }

  .about-texts {
    gap: 12px;
  }

  .about-header {
    font-family: "Modern";
    font-size: 36px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 12px;
  }

  .about-subheder {
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
  }

  .about-content {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    margin: 0;
  }

  .about-subcontent {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    margin: 0;
  }

  .about-image-1 {
    width: 100%;
    margin-top: 24px;
    height: 243px;
  }

  .about-image-2 {
    display: none;
  }

  .navigation-small-image {
    display: none;
  }

  .navigation {
    gap: 18px;
    margin-top: 0px;
    margin-bottom: 18px;
  }

  .navigation-wrapper {
    height: unset;
    border-left: unset;
    padding-left: unset;
  }

  .navigation--image {
    width: 94%;
    margin-left: 4%;
  }

  .navigation a {
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
  }

  /* index-rooms */

  .rooms-texts {
    width: 100%;
  }

  .rooms--slider .col-md-7 {
    width: auto;
  }

  .rooms--slider .col-md-5 {
    width: auto;
  }

  .room-image-wrapper {
    padding-right: unset;
    gap: 10px;
  }

  .rooms--slider {
    margin-top: 30px;
    height: 590px;
  }

  .properties--text {
    display: none;
  }

  .room-properties-wrapper {
    display: flex;
    gap: 14px;
    margin-left: 8px;
  }

  .room-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
  }

  .room-slogan {
    display: none;
  }

  .room-desc-1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
  }

  .room-desc-2 {
    display: none;
  }

  .room-desc-wrapper {
    gap: 36px;
    height: auto;
    margin-top: 24px;
  }

  .room-reservation {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: white;
    background-color: unset;
    border: 1px solid white;
    width: 60%;
    border-radius: 3px;
    justify-content: center;
    display: flex;
    margin: auto;
  }

  .room-view {
    right: 116px;
    bottom: 17px;
  }

  /* fırsatlar */

  .opportunities-header {
    font-size: 36px;
    font-weight: 400;
    line-height: 27px;
  }

  .opportunities-content {
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
  }

  .opportunities-texts {
    display: flex;
    justify-content: unset;
    align-items: flex-end;
    flex-direction: column;
    gap: 18px;
  }

  .opportunities-wrapper {
    width: 100%;
  }

  .opportunities-view-all {
    font-size: 12px;
    font-weight: 600;
    line-height: 10px;
  }

  .opportunities-slider {
    margin-top: 30px;
    position: relative;
  }

  .opp-next {
    position: absolute;
    left: -70px;
    top: 28%;
  }

  .opp-next img {
    height: 41px;
  }

  .opp-image {
    height: 252px;
    width: 100%;
  }

  .opp-content-wrapper {
    gap: 8px;
    padding: 20px 0 0;
  }

  .opp-content {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
  }

  .opp-link {
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
  }

  /* lezzet */

  .texts--wrapper {
    width: 100%;
  }

  .facilities-slider-wrapper {
    width: 100%;
  }

  .facilities-slider {
    margin-top: 20px;
  }

  .facility-image {
    height: 230px;
  }

  .facilities-item-wrapper {
    gap: 10px;
  }

  .facility-header {
    font-size: 12px;
    font-weight: 600;
    line-height: 10px;
  }

  .facility-content {
    font-size: 12px;
  }

  .more--slider {
    margin-top: 10px;
    position: relative;
  }

  .more-item-desc {
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    height: 170px;
  }

  .desc-name {
    font-size: 24px;
    margin-bottom: 0;
    padding-right: unset;
    width: 100% !important;
    text-wrap: nowrap;

  }

  .desc-text {
    font-size: 12px;
    font-weight: 400;
    color: #333743;
    line-height: 14px;
    padding: 0 16px;
  }

  .more-button-next {
    top: 24%;
    right: 16px;
  }

  .more-button-prev {
    top: 24%;
    left: 16px;
  }

  .services-section {
    padding: 10px 0 24px;
  }

  .services-content-item {
    gap: 6px;
  }

  .services-image {
    width: 42px;
    height: 28px;
    object-fit: contain;
  }

  .service-name {
    font-size: 10px;
    font-weight: 100;
    line-height: 15px;
  }
  .services-contents {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  /* footer */

  .footer-left-image {
    position: absolute;
    height: 100%;
    display: none;
  }

  .footer-center {
    flex-direction: column;
  }

  .footer-slogan-header {
    font-size: 44px;
    font-weight: 700;
    line-height: 76px;
  }

  .footer-slogan-subheader {
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
  }

  .footer-center-left {
    text-align: center;
  }

  .footer-top {
    height: 420px;
  }

  .footer-center__right {
    width: 100%;
  }

  .footer-mail-content {
    width: 100%;
  }

  .footer-mail-header {
    text-align: center;
  }

  .footer-mail {
    transform: unset;
  }

  .footer-socials {
    left: 20px;
    bottom: 18px;
  }

  .footer-bottom {
    width: 100%;
  }
  .footer-bottom-row {
    text-align: center;
    padding: 50px 0 20px;
  }

  .footer-logo-image {
    width: 230px;
    height: 101px;
    transform: unset;
    margin-bottom: 20px;
  }

  .footer-menu ul {
    text-align: start;
    margin-top: 20px;
    gap: 16px;
  }

  .footer-menu ul li {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }

  .copyright p {
    font-size: 10px;
  }

  .watermark {
    margin-top: 3px;
  }

  .index-header-section {
    height: 95vh;
  }

  .header-phone {
    display: none;
  }

  .header-reservation {
    display: none;
  }

  .header-logo--image {
    height: 50px;
    width: auto;
  }

  .header-logo {
    text-align: center;
  }

  .header-menu {
    position: absolute;
    top: -35px;
    right: 15px;
  }

  .header-language {
    position: absolute;
    top: -35px;
    left: 15px;
  }

  .header-menu-text {
    display: none;
  }

  header {
    padding: 24px 0 10px;
  }

  .modal-center-top ul {
    gap: 20px;
    width: 100%;
    flex-direction: column;
    text-align: center;
    transform: translateY(-10px);
    padding: 0;
  }

  .modal-center-top ul li a {
    font-size: 24px;
  }

  .modal-center-bottom ul {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    padding: 0;
  }

  .modal-menu-reservation {
    color: black;
    display: none;
  }

  .modal-menu-right {
    right: 24px;
    top: 20px;
  }

  .inner-texts-wrapper {
    width: 100%;
  }

  .inner-content-text {
    font-size: 12px;
  }

  .inner-header-text {
    font-size: 36px;
    width: 100%;
    margin-bottom: 0px;
    line-height: unset;
  }

  .room-content-wrapper {
    display: flex;
    gap: 20px;
    margin: 20px 0;
    flex-direction: column;
  }

  .room-content-image {
    width: auto;
    height: 250px;
  }

  .room-page-desc-wrapper {
    gap: 20px;
    margin-bottom: 20px;
  }

  .rooms-page-header {
    font-size: 30px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 12px;
  }
  .room-desc-name {
    font-size: 30px;
    font-weight: 400;
    line-height: 20px;
  }

  .room-desc-link {
    padding: 15px 60px;
  }

  .header-logo-image {
    width: auto;
    height: 50px;
  }

  /* opportunities */
  .opp-wrapper {
    width: auto;
    margin: 16px 0;
  }

  .opp-content-wrapper-2 {
    padding: 20px;
  }

  .contact-name {
    font-size: 36px;
    font-weight: 400;
    line-height: 27px;
  }

  .contact-content {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
  }

  .contact-left-wrapper {
    gap: 20px;
    padding-right: unset;
  }

  .contact-header {
    gap: 6px;
  }

  .contact-form-inputs input {
    width: 100%;
  }

  .contact-form {
    gap: 18px;
  }
  .contact-map--image {
    width: 100%;
    margin-top: 24px;
    height: 300px;
    object-fit: cover;
  }

  .contact-form-header {
    font-size: 30px;
    font-weight: 400;
    line-height: 22px;
  }

  .opp-detail-image {
    height: 252px;
  }

  /* room-detay */

  .roomd-content-wrapper {
    width: 100%;
    padding: unset;
  }
  .gdesc--name {
    font-size: 34px;
    font-weight: 400;
    line-height: 25px;
  }

  .roomd-desc-wrapper {
    margin: 25px 0;
  }
  .gdesc--text {
    font-size: 12px;
    line-height: 16px;
  }

  .roomd-features-wrapper {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }

  .roomd-feature {
    padding: 10px;
    gap: 10px;
    width: 130px;
  }
  .roomd-feature-name {
    width: 100%;
    font-size: 12px;
  }
  .other-room--image {
    height: 252px;
  }
  .other-rooms-slider {
    margin: 20px 0 80px;
  }
  .other-room--wrapper {
    gap: 20px;
  }
  .other-room--link {
    padding: 10px 30px;
    font-size: 12px;
  }
  .other-room--all {
    bottom: 30px;
    right: 110px;
    font-size: 14px;
  }
  .other-room--prev {
    right: 42px;
  }
  .more-mirada-gallery {
    grid-template-rows: 80px 80px;
    margin: 10px 0 10px;
  }

  /* aktivite */

  .activity-content-wrapper {
    width: 100%;
    padding: 5px;
    height: 460px;
  }

  .activity-button-next {
    position: absolute;
    bottom: 10%;
    right: 1%;
  }

  .activity-button-prev {
    position: absolute;
    bottom: 10%;
    right: 13.5%;
  }

  .activity-features-wrapper {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
    gap: 20px;
  }

  .activity-feature {
    padding: 10px;
    gap: 13px;
    width: 140px;
  }

  .activity-feature-name {
    width: 100%;
    font-size: 14px;
  }

  .gallery-categories {
    gap: unset;
    margin-bottom: 24px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 6px;
  }

  .galleries {
    margin-bottom: 0px;
  }

  .gallery-images {
    gap: 10px;
  }

  .header-language-wrapper:hover .passive-languages {
    top: 30px;
  }
  
  .facility-button-next {
   	 position: absolute;
     top:unset;
     bottom: -10%;
     right: 10px;
	}
  
  .facility-button-prev {
    position: absolute;
    top:unset;
    bottom: -10%;
    right: 50px;
  }
  
  .footer-mail-wrapper {
    display: block;
	}

  .footer-mail-wrapper form{
  	display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  
  .gdesc--name a{
    font-size: 34px;
  }
  
  .model-menu-center {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 22px;
  }
  
  #subject{
	width:100%;
  }
  
  #message{
  	width:100%;
  }
  
  .header-right-side {
    height: 0;
  }
  
  .gallery-category {
    font-size: 10px;
  }
  
  .inner-page {
    padding: 20px 0 0;
    color: #333743;
    position: relative;
  }
  
}

@media only screen and (min-width: 1450px) {
  .header-video {
    width: 100% !important;
    height: auto !important;
  }
  .room-view {
    right: 14%;
  }
  
  
}

tbody, td, tfoot, th, thead, tr {
  border-width: 1px !important;
}

@media only screen and (min-width: 1513px) {
  .room-view {
      right: 22%;
  }
}


/* new room section */

.index-room--image {
  height: 270px;
  object-fit: cover;
  object-position: bottom;
}

.index-rooms--properties-wrapper{
  display:flex;
  flex-direction:column;
  background-color:white;
  color:#2b2a31;
  align-items: center;
  padding: 12px;
}

.rooms--properties-inner{
  display:flex;
  align-items:center;
  gap:6px;

}

.properties--name{
  margin:0;
  font-size: 14px;
}

.rooms--properties-link{
  background-color:#2b2a31;
  color:white;
  padding:8px 40px;
  width: fit-content;
  border-radius:3px;
}

.rooms--properties-link:hover{
  color:white;
}

.index--rooms-name{
  font-family:'Modern';
}

.index-rooms--slider{
  margin-top: 16px;
  padding-bottom: 54px;
}

.index-rooms--slider .owl-nav {
  position: absolute;
  bottom: -1px;
  right: 0;
}

.rooms--properties-inner img{
  	width: 40px !important;
    height: 20px;
    object-fit: contain;
}

.room--properties-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 135px;
    margin: 5px 0 15px;
}

.other-room-desc-wrapper{
  display: flex;
  flex-direction: column;
  height: 150px;
  justify-content: space-between;
  padding: 5px 3px;
}

.footer--social-header{
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  color: black;
}

.footer-menu-socials{
  	display: flex;
    gap: 10px;
    font-size: 14px;
    color: black;
}

.footer-menu-socials a{
	color:black;
}

.index-rooms-links-wrapper{
	display: flex;
    gap: 20px;
}

.rooms--detail-link{
	background: none;
    color: black;
    border: 1px solid black;
    padding: 7px 40px;
}

@media only screen and (max-width: 600px) {
  .footer-menu-socials{
		justify-content:center;
	}
  	
  .footer-menu{
  	margin-top:20px;
  }
  
  .rooms--detail-link{
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 25px;
  }
  
  .rooms--properties-link{
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 25px;
  }
  .opp-image{
  	object-fit:cover;
  }
  .opportunities-slider-wrapper {
      width: 70%;
      margin-left: 30%;
  }
  .navigation--image {
    height: 410px;
    object-fit: cover;
  }
  .more--image {
      height: 190px;
      object-fit: cover;
  }
  .index-rooms--slider .owl-nav {
    bottom: -3px;
	}
}
@media (max-width:600px) and (min-width:900px) {
  .room-view {
      right: 136px;
      bottom: 17px;
    }
}

.pages__row{
  	display:flex;
	column-gap:16px;
  	flex-wrap:wrap;
  	row-gap:30px;
  	margin-bottom: 40px;
}

.pages__col{
	flex:0 0 auto;
  	width:32.5%;
}

.pages__col a{
	color:#000;
}

.pages__wrapper{
	position:relative;
}

.pages__image{
	width:100%;
}

.pages__line{
  	height: 70px;
    width: 2px;
    background-color: #e6ddcd;
    position: absolute;
    top: 225px;
    left: 40px;
}

.pages__content{
	display: flex;
    gap: 8px;
    margin-left: 24px;
    margin-top: 10px;
}

.pages__number{
	font-size:12px;
}

.opp-page-header-section{
	padding-bottom:24px;
}	

.pages__text{
	margin:0;
}

@media (max-width:1400px){
	.pages__row {
    	column-gap: 12px;
	}
    .desc-name {
      font-size:32px;
    }
    .rooms--detail-link {
      padding: 7px 20px;
    }
    .room-view {
      right: 235px;
  	}
    .index-rooms--slider .owl-nav {
      bottom: -2px;
  	}
}

@media (max-width:900px){
	.pages__row {
    	column-gap: 8px;
  	}
    .pages__image {
      	width: 100%;
      	height: 170px;
      	object-fit: cover;
    }
    .pages__line {
      	height: 40px;
      	top: 143px;
  	}
}

@media (max-width:600px){
  .pages__row {
    margin-bottom: 0px;
  }
  .pages__col {
    width: 100%;
  }
  .pages__image {
    height: 200px;
  }
  .pages__line {
    height: 50px;
    top: 165px;
  }
  .pages__text {
    margin-top: 1px;
  }
  footer{
  padding-bottom:61px;
  }
}
@media (max-width:375px){
  footer {
      padding-bottom: 56px;
  }
}
  
  