@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
}

header {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  background-color: #384b06;
  position: fixed;
  position: sticky;
}
header .box {
  width: 1242px;
  height: 58px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .box a {
  width: 58px;
  height: 58px;
}
header .box a img {
  width: 58px;
  height: 58px;
}
header .box form {
  width: 610px;
  height: 50px;
  border-radius: 10px;
  background-color: #e9e9e9;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
header .box form input {
  height: 50px;
  max-width: 750px;
  width: 550px;
  border: 0px;
  border-radius: 10px;
  background-color: #e9e9e9;
}
header .box form input ::-moz-placeholder {
  color: #222;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
header .box form input ::placeholder {
  color: #222;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
header .box form .icon {
  font-size: 24px;
}
header .box .profile {
  width: 190px;
  height: 50px;
  background-color: #e9e9e9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
header .box .profile .myprofile {
  width: 110px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .box .profile .myprofile .fa-user {
  font-size: 24px;
}
header .box .profile .myprofile h1 {
  color: #222;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
header .box .fa-2xl {
  display: none;
}

@media (max-width: 1250px) {
  header .box {
    width: 96%;
  }
}
@media (max-width: 910px) {
  header .box .profile {
    display: none;
  }
  header .box .fa-2xl {
    display: inline-block;
  }
}
@media (max-width: 750px) {
  header {
    height: 80px;
  }
  header .box form {
    width: auto;
  }
  header .box form input {
    width: 300px;
  }
}
@media (max-width: 430px) {
  header {
    height: 50px;
  }
  header .box {
    height: 30px;
  }
  header .box a {
    width: 40px;
    height: 40px;
  }
  header .box a img {
    width: 40px;
    height: 40px;
  }
  header .box form {
    height: 40px;
  }
  header .box form input {
    width: 130px;
    height: 30px;
  }
}
footer {
  margin-top: 64px;
  width: 100%;
  height: 74px;
  background-color: rgb(113, 111, 67);
  display: flex;
  align-items: center;
  vertical-align: middle;
}
footer .box2 {
  margin: 0 auto;
  width: 1240px;
  height: 58px;
  display: flex;
  justify-content: space-between;
}
footer .box2 .cool {
  width: 58px;
  height: 58px;
}
footer .box2 .cool img {
  width: 58px;
  height: 58px;
}
footer .box2 a {
  color: #e9e9e9;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
footer .box2 a:hover {
  color: aqua;
}
footer .box2 a .fa-square-facebook {
  font-size: 40px;
}
footer .box2 a .fa-instagram {
  font-size: 40px;
}

@media (max-width: 600px) {
  footer .box2 .atag {
    display: none;
  }
  footer .box2 a .fa-square-facebook {
    font-size: 30px;
  }
  footer .box2 a .fa-instagram {
    font-size: 30px;
  }
}
@media (max-width: 460px) {
  footer .box2 .atag1 {
    font-size: 10px;
  }
}
.s1 {
  margin-top: 64px;
}
.s1 .box3 {
  max-width: 1240px;
  width: 100%;
  height: 423px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  gap: 16px;
}
.s1 .box3 .topic {
  max-width: 1240px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
}
.s1 .box3 .topic h1 {
  color: #222;
  font-family: "Bona Nova";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s1 .box3 .topic .seemore {
  width: 121px;
  height: 40px;
  border-radius: 12px;
  background-color: #384b06;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s1 .box3 .topic .seemore a {
  color: #e9e9e9;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.32px;
}
.s1 .box3 .topic .seemore a:hover {
  color: aqua;
}
.s1 .box3 .cardwrapper1 {
  max-width: 1240px;
  width: 100%;
  height: 367px;
  display: flex;
  justify-content: space-between;
}
.s1 .box3 .cardwrapper1 .card1 {
  width: 295px;
  height: 367px;
  display: flex;
  flex-direction: column;
}
.s1 .box3 .cardwrapper1 .card1 .img1 {
  width: 295px;
  height: 295px;
  position: relative;
  background-image: url(../img/mestia.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0px 0px;
}
.s1 .box3 .cardwrapper1 .card1 .img1 .fa-heart {
  position: absolute;
  font-size: 31px;
  top: 8px;
  right: 8px;
}
.s1 .box3 .cardwrapper1 .card1 .img1 .fa-heart:hover {
  scale: 1.5;
  transition-duration: 2s;
}
.s1 .box3 .cardwrapper1 .card1 .someinfo {
  border: 1px solid #bdbdbd;
  max-width: 295px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s1 .box3 .cardwrapper1 .card1 .someinfo h1 {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s1 .box3 .cardwrapper1 .card1 .someinfo a {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s1 .box3 .cardwrapper1 .card1 .someinfo a:hover {
  color: aqua;
}
.s1 .box3 .cardwrapper1 .card2 {
  width: 295px;
  height: 367px;
  display: flex;
  flex-direction: column;
}
.s1 .box3 .cardwrapper1 .card2 .img2 {
  width: 295px;
  height: 295px;
  position: relative;
  background-image: url(../img/bakuriani.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 0px 0px;
}
.s1 .box3 .cardwrapper1 .card2 .img2 .fa-heart {
  position: absolute;
  font-size: 31px;
  top: 8px;
  right: 8px;
}
.s1 .box3 .cardwrapper1 .card2 .img2 .fa-heart:hover {
  scale: 1.5;
  transition-duration: 2s;
}
.s1 .box3 .cardwrapper1 .card2 .someinfo {
  border: 1px solid #bdbdbd;
  max-width: 295px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s1 .box3 .cardwrapper1 .card2 .someinfo h1 {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s1 .box3 .cardwrapper1 .card2 .someinfo a {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s1 .box3 .cardwrapper1 .card2 .someinfo a:hover {
  color: aqua;
}
.s1 .box3 .cardwrapper1 .card3 {
  width: 295px;
  height: 367px;
  display: flex;
  flex-direction: column;
}
.s1 .box3 .cardwrapper1 .card3 .img3 {
  width: 295px;
  height: 295px;
  position: relative;
  border-radius: 10px 10px 0px 0px;
  background-image: url(../img/გუდაური.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.s1 .box3 .cardwrapper1 .card3 .img3 .fa-heart {
  position: absolute;
  font-size: 31px;
  top: 8px;
  right: 8px;
}
.s1 .box3 .cardwrapper1 .card3 .img3 .fa-heart:hover {
  scale: 1.5;
  transition-duration: 2s;
}
.s1 .box3 .cardwrapper1 .card3 .someinfo {
  border: 1px solid #bdbdbd;
  max-width: 295px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s1 .box3 .cardwrapper1 .card3 .someinfo h1 {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s1 .box3 .cardwrapper1 .card3 .someinfo a {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s1 .box3 .cardwrapper1 .card3 .someinfo a:hover {
  color: aqua;
}
.s1 .box3 .cardwrapper1 .card4 {
  width: 295px;
  height: 367px;
  display: flex;
  flex-direction: column;
}
.s1 .box3 .cardwrapper1 .card4 .img4 {
  width: 295px;
  height: 295px;
  position: relative;
  border-radius: 10px 10px 0px 0px;
  background-image: url(../img/yazbegi.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.s1 .box3 .cardwrapper1 .card4 .img4 .fa-heart {
  position: absolute;
  font-size: 31px;
  top: 8px;
  right: 8px;
}
.s1 .box3 .cardwrapper1 .card4 .img4 .fa-heart:hover {
  scale: 1.5;
  transition-duration: 2s;
}
.s1 .box3 .cardwrapper1 .card4 .someinfo {
  border: 1px solid #bdbdbd;
  max-width: 295px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s1 .box3 .cardwrapper1 .card4 .someinfo h1 {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s1 .box3 .cardwrapper1 .card4 .someinfo a {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s1 .box3 .cardwrapper1 .card4 .someinfo a:hover {
  color: aqua;
}

@media (max-width: 1250px) {
  .s1 .box3 {
    width: 99%;
  }
  .s1 .box3 .cardwrapper1 .card4 {
    display: none;
  }
}
@media (max-width: 900px) {
  .s1 .box3 .cardwrapper1 .card3 {
    display: none;
  }
}
@media (max-width: 595px) {
  .s1 .box3 .cardwrapper1 .card2 {
    display: none;
  }
}
.s2 {
  margin-top: 64px;
}
.s2 .box4 {
  max-width: 1240px;
  width: 100%;
  height: 423px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  gap: 16px;
}
.s2 .box4 .topic {
  max-width: 1240px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
}
.s2 .box4 .topic h1 {
  color: #222;
  font-family: "Bona Nova";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s2 .box4 .topic .seemore {
  width: 121px;
  height: 40px;
  border-radius: 12px;
  background-color: #384b06;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s2 .box4 .topic .seemore a {
  color: #e9e9e9;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.32px;
}
.s2 .box4 .topic .seemore a:hover {
  color: aqua;
}
.s2 .box4 .cardwrapper2 {
  max-width: 1240px;
  width: 100%;
  height: 367px;
  display: flex;
  justify-content: space-between;
}
.s2 .box4 .cardwrapper2 .card5 {
  width: 295px;
  height: 367px;
  display: flex;
  flex-direction: column;
}
.s2 .box4 .cardwrapper2 .card5 .img5 {
  width: 295px;
  height: 295px;
  position: relative;
  background-image: url(../img/batumi2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 0px 0px;
}
.s2 .box4 .cardwrapper2 .card5 .img5 .fa-heart {
  font-size: 31px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.s2 .box4 .cardwrapper2 .card5 .img5 .fa-heart:hover {
  scale: 1.5;
  transition-duration: 2s;
}
.s2 .box4 .cardwrapper2 .card5 .someinfo {
  width: 295px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #bdbdbd;
}
.s2 .box4 .cardwrapper2 .card5 .someinfo h1 {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s2 .box4 .cardwrapper2 .card5 .someinfo a {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s2 .box4 .cardwrapper2 .card5 .someinfo a:hover {
  color: aqua;
}
.s2 .box4 .cardwrapper2 .card6 {
  width: 295px;
  height: 367px;
  display: flex;
  flex-direction: column;
}
.s2 .box4 .cardwrapper2 .card6 .img6 {
  width: 295px;
  height: 295px;
  position: relative;
  background-image: url(../img/fotifoti.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 0px 0px;
}
.s2 .box4 .cardwrapper2 .card6 .img6 .fa-heart {
  font-size: 31px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.s2 .box4 .cardwrapper2 .card6 .img6 .fa-heart:hover {
  scale: 1.5;
  transition-duration: 2s;
}
.s2 .box4 .cardwrapper2 .card6 .someinfo {
  width: 295px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #bdbdbd;
}
.s2 .box4 .cardwrapper2 .card6 .someinfo h1 {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s2 .box4 .cardwrapper2 .card6 .someinfo a {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s2 .box4 .cardwrapper2 .card6 .someinfo a:hover {
  color: aqua;
}
.s2 .box4 .cardwrapper2 .card7 {
  width: 295px;
  height: 367px;
  display: flex;
  flex-direction: column;
}
.s2 .box4 .cardwrapper2 .card7 .img7 {
  width: 295px;
  height: 295px;
  position: relative;
  background-image: url(../img/qobuleti.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 0px 0px;
}
.s2 .box4 .cardwrapper2 .card7 .img7 .fa-heart {
  font-size: 31px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.s2 .box4 .cardwrapper2 .card7 .img7 .fa-heart:hover {
  scale: 1.5;
  transition-duration: 2s;
}
.s2 .box4 .cardwrapper2 .card7 .someinfo {
  width: 295px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #bdbdbd;
}
.s2 .box4 .cardwrapper2 .card7 .someinfo h1 {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s2 .box4 .cardwrapper2 .card7 .someinfo a {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s2 .box4 .cardwrapper2 .card7 .someinfo a:hover {
  color: aqua;
}
.s2 .box4 .cardwrapper2 .card8 {
  width: 295px;
  height: 367px;
  display: flex;
  flex-direction: column;
}
.s2 .box4 .cardwrapper2 .card8 .img8 {
  width: 295px;
  height: 295px;
  position: relative;
  background-image: url(../img/ureki.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px 10px 0px 0px;
}
.s2 .box4 .cardwrapper2 .card8 .img8 .fa-heart {
  font-size: 31px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.s2 .box4 .cardwrapper2 .card8 .img8 .fa-heart:hover {
  scale: 1.5;
  transition-duration: 2s;
}
.s2 .box4 .cardwrapper2 .card8 .someinfo {
  width: 295px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #bdbdbd;
}
.s2 .box4 .cardwrapper2 .card8 .someinfo h1 {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s2 .box4 .cardwrapper2 .card8 .someinfo a {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s2 .box4 .cardwrapper2 .card8 .someinfo a:hover {
  color: aqua;
}

@media (max-width: 1250px) {
  .s2 .box4 {
    width: 99%;
  }
  .s2 .box4 .cardwrapper2 .card8 {
    display: none;
  }
}
@media (max-width: 900px) {
  .s2 .box4 .cardwrapper2 .card7 {
    display: none;
  }
}
@media (max-width: 595px) {
  .s2 .box4 .cardwrapper2 .card6 {
    display: none;
  }
}
.s3 {
  margin-top: 64px;
}
.s3 .box5 {
  max-width: 1240px;
  width: 100%;
  height: 423px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  gap: 16px;
}
.s3 .box5 .topic {
  max-width: 1240px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
}
.s3 .box5 .topic h1 {
  color: #222;
  font-family: "Bona Nova";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s3 .box5 .topic .seemore {
  width: 121px;
  height: 40px;
  border-radius: 12px;
  background-color: #384b06;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s3 .box5 .topic .seemore a {
  color: #e9e9e9;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.32px;
}
.s3 .box5 .topic .seemore a:hover {
  color: aqua;
}
.s3 .cardwrapper3 {
  max-width: 1240px;
  width: 100%;
  height: 367px;
  display: flex;
  justify-content: space-between;
}
.s3 .cardwrapper3 .card9 {
  width: 295px;
  height: 367px;
  display: flex;
  flex-direction: column;
}
.s3 .cardwrapper3 .card9 .img9 {
  width: 295px;
  height: 295px;
  position: relative;
  background-image: url(../img/tbilisi2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px 10px 0px 0px;
}
.s3 .cardwrapper3 .card9 .img9 .fa-heart {
  position: absolute;
  font-size: 31px;
  top: 8px;
  right: 8px;
}
.s3 .cardwrapper3 .card9 .img9 .fa-heart:hover {
  scale: 1.5;
  transition-duration: 2s;
}
.s3 .cardwrapper3 .card9 .someinfo {
  width: 295px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #bdbdbd;
}
.s3 .cardwrapper3 .card9 .someinfo h1 {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s3 .cardwrapper3 .card9 .someinfo a {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s3 .cardwrapper3 .card9 .someinfo a:hover {
  color: aqua;
}
.s3 .cardwrapper3 .card10 {
  width: 295px;
  height: 367px;
  display: flex;
  flex-direction: column;
}
.s3 .cardwrapper3 .card10 .img10 {
  width: 295px;
  height: 295px;
  position: relative;
  background-image: url(../img/zugdidi.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 0px 0px;
}
.s3 .cardwrapper3 .card10 .img10 .fa-heart {
  font-size: 31px;
  top: 8px;
  position: absolute;
  right: 8px;
}
.s3 .cardwrapper3 .card10 .img10 .fa-heart:hover {
  scale: 1.5;
  transition-duration: 2s;
}
.s3 .cardwrapper3 .card10 .someinfo {
  width: 295px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #bdbdbd;
}
.s3 .cardwrapper3 .card10 .someinfo h1 {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s3 .cardwrapper3 .card10 .someinfo a {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s3 .cardwrapper3 .card10 .someinfo a:hover {
  color: aqua;
}
.s3 .cardwrapper3 .card11 {
  width: 295px;
  height: 367px;
  display: flex;
  flex-direction: column;
}
.s3 .cardwrapper3 .card11 .img11 {
  width: 295px;
  height: 295px;
  position: relative;
  background-image: url(../img/8-12.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 0px 0px;
}
.s3 .cardwrapper3 .card11 .img11 .fa-heart {
  font-size: 31px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.s3 .cardwrapper3 .card11 .img11 .fa-heart:hover {
  scale: 1.5;
  transition-duration: 2s;
}
.s3 .cardwrapper3 .card11 .someinfo {
  width: 295px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #bdbdbd;
}
.s3 .cardwrapper3 .card11 .someinfo h1 {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s3 .cardwrapper3 .card11 .someinfo a {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s3 .cardwrapper3 .card11 .someinfo a:hover {
  color: aqua;
}
.s3 .cardwrapper3 .card12 {
  width: 295px;
  height: 367px;
  display: flex;
  flex-direction: column;
}
.s3 .cardwrapper3 .card12 .img12 {
  width: 295px;
  height: 295px;
  position: relative;
  background-image: url(../img/imereti-kutaisi-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 0px 0px;
}
.s3 .cardwrapper3 .card12 .img12 .fa-heart {
  font-size: 31px;
  top: 8px;
  position: absolute;
  right: 8px;
}
.s3 .cardwrapper3 .card12 .img12 .fa-heart:hover {
  scale: 1.5;
  transition-duration: 2s;
}
.s3 .cardwrapper3 .card12 .someinfo {
  width: 295px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #bdbdbd;
}
.s3 .cardwrapper3 .card12 .someinfo h1 {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s3 .cardwrapper3 .card12 .someinfo a {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s3 .cardwrapper3 .card12 .someinfo a:hover {
  color: aqua;
}

@media (max-width: 1250px) {
  .s3 .box4 {
    width: 99%;
  }
  .s3 .box4 .cardwrapper3 .card12 {
    display: none;
  }
}
@media (max-width: 900px) {
  .s3 .box5 .cardwrapper3 .card11 {
    display: none;
  }
}
@media (max-width: 595px) {
  .s3 .box5 .cardwrapper3 .card10 {
    display: none;
  }
}/*# sourceMappingURL=global3.css.map */