@charset "UTF-8";
@import url("https://use.typekit.net/xyn3ecx.css");
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Cinzel:wght@400;500;600;700;800;900&family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat+Subrayada&family=Nokora:wght@100;300;400;700;900&family=PT+Sans+Narrow:wght@400;700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,400&display=swap");
/* font-family: haboro-contrast-normal, sans-serif;
font-family: 'Cinzel', serif;
font-family: 'Cinzel Decorative', cursive;
font-family: 'Lobster Two', cursive;
font-family: 'Nokora', sans-serif;
font-family: 'PT Sans Narrow', sans-serif;
font-family: 'Titillium Web', sans-serif;
font-family: 'Montserrat Subrayada', sans-serif; */
.main-navigation ul li:nth-of-type(1) a {
  font-weight: 700;
  color: rgb(141, 35, 35);
}

.hero-section {
  max-width: 100%;
  max-height: 100vh;
  display: grid;
  grid-template-rows: repeat(2, 50%);
  padding-top: 80px;
}

.text-cont {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Cinzel Decorative", cursive;
  padding: 3rem 0;
}
.text-cont h1 {
  font-size: 4vw;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  padding-top: 2rem;
  letter-spacing: 2px;
}
.text-cont h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 2vw;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding-top: 2rem;
  letter-spacing: 2px;
}
.text-cont h2 {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding-top: 2rem;
  color: #02025b;
  text-decoration: underline;
}

.images {
  width: 100vw;
  height: 45vh;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s ease-in;
}
.images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: center 45%;
     object-position: center 45%;
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
}

hr {
  height: 8px;
  position: relative;
  width: 80%;
  background-image: url(../images/flag-kopya.png);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}

.blog-posts {
  display: grid;
  grid-template-rows: 10% 85% 5%;
  grid-template-columns: 100%;
  align-items: center;
  max-width: 100%;
  align-self: center;
  padding: 3rem 0;
  height: 100vh;
  position: relative;
}
.blog-posts .blog-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
  width: 100%;
  height: 100%;
}
.blog-posts .blog-header h1 {
  font-size: 3rem;
  font-family: "Cinzel Decorative", cursive;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8px;
  line-height: 1.2rem;
}
.blog-posts .post-cont {
  display: flex;
  padding-top: 2rem;
  justify-self: center;
  width: 100vw;
  height: 100%;
}
.blog-posts .post-cont .article-page-new {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}
.blog-posts .hhg {
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  padding-right: 4rem;
  font-family: "Titillium Web", sans-serif;
}
.blog-posts .hhg h2 {
  display: block;
  font-size: 2rem;
  padding: 0 4rem;
  background-image: url(../images/flag-kopya.png);
  background-size: cover;
  border-radius: 10px;
}
.blog-posts .hhg h2 a {
  text-decoration: none;
  color: black;
}
.blog-posts .hhg h2:hover {
  transform: scale(1.05);
  box-shadow: 2px 2px 6px red;
}

.trip-posts {
  padding: 1rem;
  width: 1440px;
  height: 100vh;
  display: grid;
  grid-template-rows: 20% 45% 3% 32%;
  align-self: center;
  position: relative;
}
.trip-posts .trip-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  letter-spacing: 8px;
  line-height: 1.2rem;
}
.trip-posts .trip-header h1 {
  font-size: 3rem;
  font-family: "Cinzel Decorative", cursive;
  font-weight: 600;
  text-transform: uppercase;
}
.trip-posts .trip-post-cont {
  display: grid;
  grid-template-columns: repeat(auto-fit, 27%);
  grid-template-rows: 40vh;
  padding-top: 1rem;
  justify-self: center;
  width: 1440px;
  column-gap:1rem;
}
.trip-posts .trip-post-cont .trips {
  position: relative;
  width: 0%;
  color: black;
  position: relative;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translateX(15%);
}
.trip-posts .trip-post-cont .trips a {
  display: grid;
  grid-template-rows: 15% 63% 22%;
  text-decoration: none;
  position: absolute;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: black;
  padding: 0.5rem;
}
.trip-posts .trip-post-cont .trips .trip-text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 0.5rem;
}
.trip-posts .trip-post-cont .trips .trip-text h2 {
  font-size: 1.4rem;
  font-family: "Cinzel Decorative", cursive;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}
.trip-posts .trip-post-cont .trips .trip-text h3 {
  font-size: 1.25rem;
  font-family: "Cinzel Decorative", cursive;
  font-weight: 600;
  text-transform: uppercase;
}
.trip-posts .trip-post-cont .trips .image-cont {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 0.5rem;
  overflow: hidden;
}
.trip-posts .trip-post-cont .trips .image-cont img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 1s ease-in-out;
}
.trip-posts .trip-post-cont .trips .trip-summary {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: justify;
}
.trip-posts .trip-post-cont .trips .trip-summary p {
  font-size: 1rem;
  font-family: "Titillium Web", sans-serif;
  text-transform: capitalize;
  padding: 0.5rem;
}
.trip-posts .trip-post-cont .trips .trip-summary p a {
  text-decoration: none;
  font-size: 1rem;
  color: blue;
}
.trip-posts .trip-post-cont .trips:hover {
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.3), 8px -16px 18px rgba(0, 0, 0, 0.4);
}
.trip-posts .trip-post-cont .trips:hover .image-cont > img {
  transform: scale(1.2);
}

.hhh {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 4rem;
  padding-top: -2rem;
}
.hhh h2 {
  display: block;
  font-size: 2rem;
  padding: 0 4rem;
  background-image: url(../images/flag-kopya.png);
  background-size: cover;
  border-radius: 10px;
  font-family: "Titillium Web", sans-serif;
}
.hhh h2 a {
  text-decoration: none;
  color: black;
}
.hhh h2:hover {
  transform: scale(1.05);
  box-shadow: 2px 2px 6px red;
}

.svg-cont {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.svg-cont svg {
  width: 100%;
  height: 100%;
}

.trip-posts::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  opacity: 0.15;
  z-index: -1;
  background-image: url(../images/logo-gürol.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.places-posts {
  padding: 2rem;
  width: 1440px;
  height: 100vh;
  display: grid;
  grid-template-rows: 25% 60% 15%;
  position: relative;
}
.places-posts .places-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  letter-spacing: 8px;
  line-height: 1.2rem;
}
.places-posts .places-header h1 {
  font-size: 3rem;
  font-family: "Cinzel Decorative", cursive;
  font-weight: 600;
  text-transform: uppercase;
}
.places-posts .places-cont {
  display: grid;
  grid-template-columns: repeat(auto-fit, 40%);
  grid-template-rows: 40vh;
  gap: 3rem;
  align-self: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.places-posts .places-cont .places {
  background-color: #fff;
  color: black;
  position: relative;
  width: 100%;
  height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0;
}
.places-posts .places-cont .places:hover {
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.3), 8px -16px 18px rgba(0, 0, 0, 0.4);
}
.places-posts .places-cont .places:hover .places-text {
  transform: translateY(0%);
  opacity: 1;
}
.places-posts .places-cont .places:hover .places-text span {
  transform: translateX(0);
  opacity: 1;
}
.places-posts .places-cont .places:hover .image-cont img {
  transform: scale(1.2);
}
.places-posts .places-cont .places .image-cont {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.places-posts .places-cont .places .image-cont img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0.75;
  transition: all 1s ease-in-out;
}
.places-posts .places-cont .places .places-text {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: black;
  transform: translateY(-25%);
  transition: all 1s ease-in-out;
  opacity: 0;
  top: 5%;
  background-color: #fff;
  height: 15%;
  overflow: hidden;
}
.places-posts .places-cont .places .places-text span {
  opacity: 0;
  position: absolute;
  transform: translateX(-100%);
  left: 2%;
  width: 20%;
  transition: all 1s ease-in-out;
}
.places-posts .places-cont .places .places-text span img {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.places-posts .places-cont .places .places-text h2 {
  font-size: 1.75rem;
  font-family: "Cinzel Decorative", cursive;
  font-weight: 600;
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
  justify-self: center;
  background-color: rgba(255, 255, 255, 0.45);
}
.places-posts .hhg {
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  padding-right: 4rem;
  font-family: "Titillium Web", sans-serif;
}
.places-posts .hhg h2 {
  display: block;
  font-size: 2rem;
  padding: 0 4rem;
  background-image: url(../images/flag-kopya.png);
  background-size: cover;
  border-radius: 10px;
}
.places-posts .hhg h2 a {
  text-decoration: none;
  color: black;
}
.places-posts .hhg h2:hover {
  transform: scale(1.05);
  box-shadow: 2px 2px 6px red;
}

.places-posts::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  opacity: 0.15;
  z-index: -1;
  background-image: url(../images/logo-gürol.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.about-container {
  padding: 4rem;
  width: 1440px;
  height: 75vh;
  display: grid;
  justify-items: center;
  align-items: center;
}

.about-header {
  padding: 2rem;
  display: block;
  color: rgba(65, 1, 4, 0.6980392157);
}
.about-header h1 {
  text-align: center;
  font-size: 3rem;
  font-family: "Cinzel Decorative", cursive;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 8px;
  line-height: 1.2rem;
}

.about-3 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.about-3 .image {
  position: relative;
  width: 40%;
  height: auto;
  border-radius: 35px;
  border: 1px solid white;
  box-shadow: 8px -16px 18px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.about-3 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.about-3 .image p {
  font-size: 1.5rem;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  padding: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-3 .about-3-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-3 .about-3-text svg {
  width: 40%;
  height: auto;
  display: block;
  padding-bottom: 3rem;
}
.about-3 .about-3-text button {
  font-family: "Titillium Web", sans-serif;
  outline: none;
  background-color: #d8040d;
  border-radius: 20px;
  overflow: hidden;
  width: 70%;
}
.about-3 .about-3-text button a {
  text-decoration: none;
}
.about-3 .about-3-text button h2 {
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 1rem;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  color: white;
}
.about-3 .about-3-text button:hover {
  transform: scale(1.05);
  box-shadow: 2px 2px 6px red;
}

.foot {
  height: 8px;
  position: relative;
  width: 100%;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}

.main-footer {
  background-color: #000;
  width: 100%;
  height: 25vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.main-footer .main-logo {
  display: flex;
  flex-direction: column;
  flex-basis: 25%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.main-footer .main-logo img {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.main-footer .main-logo-cgk {
  display: flex;
  flex-direction: column;
  flex-basis: 15%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.main-footer .main-logo-cgk img {
  width: 50%;
  height: auto;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.main-footer .subscribe {
  display: flex;
  flex-direction: column;
  flex-basis: 25%;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
}
.main-footer .subscribe h1 {
  font-weight: normal;
  font-family: "Titillium Web", sans-serif;
  color: #ffffff;
  text-shadow: 0 2px 2px #111;
  margin-bottom: 40px;
  text-transform: capitalize;
  text-align: left;
  font-size: 1.3rem;
  width: 100%;
}
.main-footer .subscribe input {
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  border-radius: 3px;
  box-shadow: 0 2px 2px #000;
}
.main-footer .subscribe form input,
.main-footer .subscribe form input:focus {
  padding: 10px 13px;
  border: 0;
  outline: 0;
}
.main-footer .subscribe form input[type=email] {
  margin-right: 15px;
  width: 100%;
  color: #a09f9f;
}
.main-footer .subscribe form input[type=submit] {
  padding: 0.7rem 1rem;
  color: #c0d6db;
  background: #427b89;
  text-shadow: 0 2px 2px #333;
  box-shadow: inset 0 0 0 transparent;
  background: #508f9f;
  background: linear-gradient(to bottom, #508f9f 0%, #346976 100%);
  transition: all 0.3s ease-in-out;
}
.main-footer .subscribe form input[type=submit]:hover,
.main-footer .subscribe form input[type=submit]:focus {
  box-shadow: inset 0 0 50px rgba(255, 255, 255, 0.3), 0 0 10px rgba(255, 255, 255, 0.1);
  color: white;
  margin-left: 10px;
}
.main-footer .footer-text {
  flex-basis: 33%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 10% 90%;
  text-transform: uppercase;
  height: 100%;
  justify-items: center;
  align-items: flex-start;
  font-family: "Titillium Web", sans-serif;
}
.main-footer .footer-text div {
  grid-row: 2/3;
  padding-top: 2rem;
  font-size: 0.9rem;
}
.main-footer .footer-text div:nth-of-type(1) {
  grid-row: 1/2;
  grid-column: span 4;
  padding: 0.2rem;
  font-size: 1.2rem;
  color: #d8040d;
  background-color: #fff;
  margin-bottom: 25rem;
  width: 100%;
  background-image: url(../images/flag-kopya.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.main-footer .footer-text div:nth-of-type(1) h2 {
  text-align: center;
}

.cgk-social-links {
  flex-basis: 7%;
  padding: 1rem;
}
.cgk-social-links ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.cgk-social-links ul li {
  list-style: none;
  margin-bottom: 1.25rem;
}
.cgk-social-links ul li a {
  text-decoration: none;
  display: block;
  color: white;
}
.cgk-social-links ul li a .fa-brands {
  font-size: 1.5rem;
  color: white;
}

.car {
  opacity: 0;
  z-index: 99;
  position: relative;
}

.cloud {
  opacity: 1;
  z-index: 99;
  position: relative;
}/*# sourceMappingURL=styles.css.map */