/* header */
header {
  margin-top: 45px;
  margin-bottom: 30px;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1165px;
  margin: 0 auto;
}
.logo {
  color: #000;
  font-family: "Kaisei Decol";
  font-size: 32px;
  font-weight: 400;
  display: flex;
  /* border: 5px solid red; */
  max-height: 50px;
}
.mynav {
  /* border: 5px solid black; */
  max-height: 50px;
}
.navigation {
  display: flex;
  gap: 20px;
}
.navigation a {
  color: #000;
  font-family: "roboto italic";
  font-size: 20px;
  font-weight: 400;
}
.navigation a:hover {
  color: navy;
}
.logo:hover {
  font-size: 40px;
  color: navy;
}
.icons {
  /* border: 5px solid blue; */
  max-width: 110px;
  max-height: 50px;
}
.icons,
a,
.fa-user,
.fa-location-dot,
.fa-cart-shopping {
  font-size: 25px;
  justify-content: space-between;
  gap: 15px;
}
.burger {
  border: 5px solid blueviolet;
  display: none;
}
.fa-bars {
  font-size: 28px;
  display: none;
}

@media (max-width: 937px) {
  header {
    flex-direction: column;
  }
  .logo {
    align-items: center;
    font-size: 20px;
  }
  .navigation li a {
    font-size: 12px;
    justify-content: flex-start;
  }
  .icons a i {
    font-size: 15px;
  }
}
@media (max-width: 580px) {
  .logo {
    align-items: center;
    font-size: 15px;
  }
  .navigation li a {
    font-size: 8px;
    justify-content: flex-start;
  }
  .icons a i {
    font-size: 8px;
  }
}
/* section1 */
.section1 {
  width: 100%;
  max-height: 650px;
  margin-top: 20px;
  /* border: 5px solid black; */
}
.container {
  max-width: 100%;
  /* border: 9px solid red; */
  max-height: 650px;
}
.container img {
  width: 100%;
  max-height: 640px;
}
.containertext {
  justify-content: center;
  max-width: 950px;
  max-height: 300px;
  position: absolute;
  /* border: 4px solid #f1f1f1; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px;
  align-items: center;
}
.containertext h1 {
  font-size: 100px;
  text-align: center;
  justify-content: center;
  font-family: "judson" italic;
  color: white;
}
.containertext p {
  font-size: 50px;
  text-align: center;
  justify-content: center;
  font-family: "judson" Impact, Haettenschweiler, "Arial Narrow Bold",
    sans-serif;
  color: white;
}
@media (max-width: 1357px) {
  .containertext {
    max-width: 500px;
    max-height: 200px;
  }
  .containertext h1 {
    font-size: 70px;
  }
  .containertext p {
    font-size: 35px;
  }
}
@media (max-width: 950px) {
  .containertext {
    max-width: 400px;
    max-height: 200px;
    top: 50%;
    left: 50%;
  }
  .containertext h1 {
    font-size: 50px;
  }
  .containertext p {
    font-size: 25px;
  }
}
@media (max-width: 704px) {
  .containertext {
    max-width: 200px;
    max-height: 150px;
    top: 50%;
    left: 50%;
  }
  .containertext h1 {
    font-size: 30px;
  }
  .containertext p {
    font-size: 15px;
  }
}
@media (max-width: 560px) {
  .containertext {
    max-width: 200px;
    max-height: 80px;
    top: 40%;
    left: 50%;
  }
  .containertext h1 {
    font-size: 20px;
  }
  .containertext p {
    font-size: 10px;
  }
}
@media (max-width: 340px) {
  .containertext {
    max-width: 200px;
    max-height: 80px;
    top: 40%;
    left: 50%;
  }
  .containertext h1 {
    font-size: 15px;
  }
  .containertext p {
    font-size: 10px;
  }
}
@media (max-width: 288px) {
  .containertext {
    max-width: 200px;
    max-height: 80px;
    top: 35%;
    left: 50%;
  }
  .containertext h1 {
    font-size: 10px;
  }
  .containertext p {
    font-size: 7px;
  }
}

/* section2 */
.section2 {
  width: 100%;
  /* border: 5px solid blueviolet; */
  max-height: 70px;
  display: flex;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
}
.sightseeing {
  color: #000;
  font-family: "roboto" bold;
  font-style: italic;
  font-size: 60px;
  font-weight: 400;
  justify-content: center;
  margin-top: 15px;
  align-items: center;
  text-align: center;
}
/* .line {
  width: 253px;
  flex: 1;
  height: 1px;
  border-bottom: 3px solid black;
  stroke-width: 1px;
  stroke: #000;
} */
@media (max-width: 937px) {
  .sightseeing {
    font-size: 20px;
  }
}

@media (max-width: 580px) {
  .sightseeing {
    font-size: 16px;
  }
}
/* section3 */
.container1 {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  /* border: 5px solid saddlebrown; */
  margin-top: 45px;
}
.goflex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 917px) {
  .goflex {
    flex-direction: column;
    align-items: center;
  }
}
.card1 {
  width: 280px;
  height: 500px;
  /* border: 2px solid black; */
  align-items: center;
}
.card1 a {
  justify-content: center;
}
.card1 img {
  width: 280px;
  height: 400px;
  border-radius: 15px;
}
.card1 h3 {
  color: #000;
  font-family: "BPG Glaho Bold", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.seemore {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.seemore input {
  background: rgba(11, 37, 56, 0.8);
  color: #fff;
  font-family: JejuMyeongjo;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 5px;
  max-width: 235px;
  max-height: 60px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* section4 */
.section4 {
  position: relative;
  width: 100%;
}
.container4 {
  max-width: 100%;
  width: 100%;
  /* border: 9px solid red; */
  max-height: 900px;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
.container4 img {
  width: 100%;
  max-height: 900px;
  display: flex;
  align-items: center;
  text-align: center;
}
.containertext1 {
  justify-content: center;
  position: absolute;
  position: absolute;
  text-align: center;
  padding: 20px;
  align-items: center;
  /* border: 4px solid purple; */
  max-width: 600px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px;
  color: white;
  border-radius: 10px;
}
.containertext1 h1 {
  font-size: 40px;
  text-align: center;
  justify-content: center;
  font-family: "judson" italic;
  color: white;
  position: absolute;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .containertext1 h1 {
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  .containertext1 h1 {
    font-size: 15px;
  }
}

/* footer */
footer {
  background-color: #e1e1e1;
  text-align: left;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-top: 30px;
}

.footer-section {
  flex: 1;
  margin: 10px;
  min-width: 200px;
}

.footer-section h2,
.footer-section h3 {
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.footer-section p,
.footer-section ul,
.footer-section form {
  margin: 0 0 10px 0;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin: 5px 0;
}

.footer-section ul li a {
  text-decoration: none;
  color: #333;
}

.footer-section .phone,
.footer-section .location {
  display: block;
}
.subscribe-section form {
  display: flex;
}

.subscribe-section input {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
  flex: 1;
}

.subscribe-section button {
  padding: 8px 15px;
  background-color: #333;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.subscribe-section button:hover {
  background-color: #555;
}

.subscribe-section p {
  font-size: 0.9em;
  color: #666;
}

.footer-container .footer-section:last-child {
  flex: 1.5;
}

.footer-section a:hover {
  color: #007bff;
}

@media (max-width: 950px) {
  .subscribe-section form {
    flex-direction: column;
    align-items: stretch;
  }

  .subscribe-section input,
  .subscribe-section button {
    margin: 5px 0;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-section {
    flex: none;
    width: 100%;
    margin: 10px 0;
  }

  .subscribe-section form {
    flex-direction: column;
    align-items: stretch;
  }

  .subscribe-section input,
  .subscribe-section button {
    margin: 5px 0;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .footer-container {
    padding: 0 10px;
  }

  .footer-section h2,
  .footer-section h3 {
    font-size: 1.2em;
  }

  .footer-section p,
  .footer-section ul li {
    font-size: 0.9em;
  }
}

/* afterfooter */
.after-footer {
  width: 100%;
  background: #cdcdcd;
  color: #fff;
  padding: 20px 0;
  position: relative;
}

.after-footer-container {
  max-width: 1440px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.after-footer-left img {
  width: 150px;
  height: 50px;
}
.after-footer-right {
  font-size: 16px;
}

.after-footer-left img {
  margin: 0 auto;
}
.after-footer-right p {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .after-footer-container {
    flex-direction: column;
    height: auto;
    text-align: center;
    padding: 20px;
  }

  .after-footer-left img {
    margin: 10px 0;
    width: 100px;
    height: 25px;
  }
  .after-footer-right {
    margin: 10px 0;
  }
}

/* about village page */
.section-about {
  width: 100%;
  max-height: 650px;
  margin-top: 20px;
  /* border: 5px solid black; */
}
.container-about {
  max-width: 100%;
  /* border: 9px solid red; */
  max-height: 650px;
}
.container-about img {
  width: 100%;
  max-height: 640px;
}
.container-about-text {
  justify-content: center;
  max-width: 950px;
  max-height: 300px;
  position: absolute;
  /* border: 4px solid black; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px;
  align-items: center;
}
.container-about-text h1 {
  font-size: 100px;
  text-align: center;
  justify-content: center;
  font-family: "judson" italic;
  color: white;
}
.container-about-text p {
  font-size: 50px;
  text-align: center;
  justify-content: center;
  font-family: "judson" Impact, Haettenschweiler, "Arial Narrow Bold",
    sans-serif;
  color: white;
}
@media (max-width: 1357px) {
  .container-about-text {
    max-width: 500px;
    max-height: 200px;
  }
  .container-about-text h1 {
    font-size: 70px;
  }
  .container-about-text p {
    font-size: 35px;
  }
}
@media (max-width: 950px) {
  .container-about-text {
    max-width: 400px;
    max-height: 200px;
    top: 50%;
    left: 50%;
  }
  .container-about-text h1 {
    font-size: 50px;
  }
  .container-about-text p {
    font-size: 25px;
  }
}
@media (max-width: 704px) {
  .container-about-text {
    max-width: 200px;
    max-height: 150px;
    top: 50%;
    left: 50%;
  }
  .container-about-text h1 {
    font-size: 30px;
  }
  .container-about-text p {
    font-size: 15px;
  }
}
@media (max-width: 560px) {
  .container-about-text {
    max-width: 200px;
    max-height: 80px;
    top: 40%;
    left: 50%;
  }
  .container-about-text h1 {
    font-size: 20px;
  }
  .container-about-text p {
    font-size: 10px;
  }
}
@media (max-width: 340px) {
  .container-about-text {
    max-width: 200px;
    max-height: 80px;
    top: 40%;
    left: 50%;
  }
  .container-about-text h1 {
    font-size: 15px;
  }
  .container-about-text p {
    font-size: 10px;
  }
}
@media (max-width: 288px) {
  .container-about-text {
    max-width: 200px;
    max-height: 80px;
    top: 35%;
    left: 50%;
  }
  .container-about-text h1 {
    font-size: 10px;
  }
  .container-about-text p {
    font-size: 7px;
  }
}

/* section-about-text */
.section-text {
  width: 100%;
  max-height: 580px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  /* border: 3px solid palegreen; */
  margin-top: 20px;
  margin-bottom: 20px;
  align-items: center;
}
.container-text {
  max-width: 890px;
  align-items: center;
  justify-items: center;
  /* border: 5px solid purple; */
  align-content: center;
  justify-content: space-around;
}
.paragraph1 {
  font-size: 20px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-align: center;
  font-weight: 600;
}

/* .paragraph2 {
  font-family: "Kaushan Script", cursive;
  font-size: 40px;
} */
@media (max-width: 768px) {
  .paragraph1 {
    font-size: 16px;
  }

  .paragraph2 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .container-text {
    border: none;
    padding: 5px;
  }

  .paragraph1 {
    font-size: 12px;
  }

  .paragraph2 {
    font-size: 25px;
  }
}
/* მეორე გვერდის მესამე სექცია */
.section-about-by {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  border: 1px dotted rgb(70, 70, 70);
  padding: 10px;
}

.container-author-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 890px;
  width: 100%;
  flex-wrap: wrap;
}

.author-section {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.TBC-photo {
  width: 100px;
  height: 50px;
  border-radius: 10px;
  margin-right: 10px;
}

.clickon {
  font-size: 15px;
  color: #007bff;
  margin-left: 10px;
}

.TBC-details {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.author-name {
  font-weight: bold;
}

.TBC-title {
  color: #007bff;
  margin-left: 5px;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-left: auto;
}

.social-icons .icon {
  width: 20px;
  height: 20px;
  background-size: contain;
}

.fb-icon {
  background-image: url("path_to_facebook_icon.png");
}

.twitter-icon {
  background-image: url("path_to_twitter_icon.png");
}

@media (max-width: 768px) {
  .container-author-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .TBC-details {
    margin: 10px 0;
  }

  .social-icons {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .TBC-photo {
    width: 80px;
    height: 40px;
  }

  .clickon {
    font-size: 14px;
  }

  .social-icons .icon {
    width: 18px;
    height: 18px;
  }
}

/* cardebis seqcia */
.section-cards {
  width: 100%;
  background: rgba(229, 229, 229, 0.3);
  margin-top: 45px;
}
.container-cards {
  max-width: 1200px;
  margin: 0 auto;
  /* border: 5px solid saddlebrown; */
}
.goflex1 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.cardebi {
  width: 200px;
  height: 400px;
  /* border: 2px solid black; */
  align-items: center;
  margin-top: 90px;
  gap: 15px;
}
.cardebi img {
  width: 200px;
  height: 300px;
  border-radius: 30px;
  gap: 15px;
}
@media (max-width: 917px) {
  .goflex1 {
    flex-direction: column;
    align-items: center;
  }
  .cardebi {
    margin-top: 50px;
  }
}

/* other places in region */

.section-text-other {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
  box-sizing: border-box;
}

.container-text-other {
  max-width: 990px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.paragraph3 {
  font-size: 20px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-align: center;
  margin: 20px 0;
  font-weight: 600;
}

.carddiv {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.cardi1 {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cardi1 img {
  width: 300px;
  max-width: 300px;
  height: 400px;
  border-radius: 10px;
}

.paragraph4 {
  font-family: "Kaushan Script", cursive;
  font-size: 35px;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .paragraph3 {
    font-size: 16px;
  }

  .paragraph4 {
    font-size: 30px;
  }

  .carddiv {
    gap: 10px;
  }

  .cardi1 {
    flex: 1 1 45%;
  }
}

@media (max-width: 480px) {
  .container-text-other {
    padding: 5px;
  }

  .paragraph3 {
    font-size: 14px;
  }

  .paragraph4 {
    font-size: 25px;
  }

  .cardi1 {
    flex: 1 1 100%;
  }
}

/* contact&booking */
.mapsection {
  width: 100%;
  height: 700px;
  display: flex;
}
.mapdiv {
  width: 100%;
  max-height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 5px solid #000; */
}
.mapdiv iframe {
  width: 100%;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contactsection {
  width: 100%;
  padding: 40px 20px;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
}

.contactcontainer {
  max-width: 800px;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.contactcontainer h2 {
  margin-bottom: 20px;
}

.contactcontainer p {
  margin-bottom: 20px;
}

.contactcontainer a {
  display: block;
  font-size: 20px;
  margin: 10px 0;
  color: #337ab7;
  text-decoration: none;
}

.contactcontainer a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .contactcontainer {
    padding: 15px;
  }

  .contactcontainer h2 {
    font-size: 24px;
  }

  .contactcontainer p,
  .contactcontainer a {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .contactcontainer {
    padding: 10px;
  }

  .contactcontainer h2 {
    font-size: 20px;
  }

  .contactcontainer p,
  .contactcontainer a {
    font-size: 16px;
  }
}
