@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; */
:root {
  --color-color-1: #af4e6a;
  --color-color-2: #b48492;
  --color-color-3: #a40c37;
  --color-color-4: #4d0016;
  --color-color-5: #f2e3e7;
  --color-primary: #2d94cf;
  --color-secondary: #2f4a63;
  --color-third: #976b96;
  --color-light: #afd6f9;
  --color-dark: #0f1a24;
  --color-primary1: #87bba2;
  --color-secondary1: #55828b;
  --color-third1: #3b6064;
  --color-light1: #55828b;
  --color-dark1: #364958;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

body {
  background-color: #fff;
  color: rgb(0, 0, 0);
}

body::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;
}

.main-container {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.main-header {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 1s ease-in-out;
}
.main-header--scrolled {
  justify-content: center;
}
.main-header--scrolled .main-navigation {
  display: none;
}

.main-logo {
  display: flex;
  align-content: center;
  width: 100%;
  flex-basis: 20%;
  transition: all 1s ease-in-out;
}
.main-logo img {
  display: block;
  width: 75%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-navigation ul {
  display: flex;
  justify-content: space-around;
}
.main-navigation ul li {
  font-family: "Titillium Web", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  list-style: none;
  padding-right: 2rem;
  text-transform: uppercase;
}
.main-navigation ul li a {
  text-decoration: none;
  display: inline-block;
  color: rgb(0, 0, 0);
}
.main-navigation ul li a:hover {
  text-shadow: 2px 2px 2px white;
  transform: scale(1.1);
  color: #d8040d;
}

.main-footer {
  background-color: #000;
  width: 100%;
  height: 30vh;
  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;
}

.hamburger {
  position: absolute;
  width: 50px;
  height: 4px;
  top: 0px;
  background: rgb(0, 0, 0);
  border-radius: 10px;
  cursor: pointer;
  z-index: 11;
  transition: 0.3s;
  transition: all 1s ease;
}

.hamburger:before,
.hamburger:after {
  content: "";
  position: absolute;
  height: 4px;
  right: 0px;
  background: black;
  border-radius: 10px;
  transition: 0.3s;
}

.hamburger::before {
  top: 10px;
  width: 50px;
}

.hamburger::after {
  top: 20px;
  width: 50px;
}

.toggle-menu {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  z-index: 12;
  cursor: pointer;
  opacity: 0;
}

.hamburger,
.toggle-menu {
  display: none;
}

.toggle-menu:checked ~ .hamburger {
  background: transparent;
}

.toggle-menu:checked ~ .hamburger:before {
  top: 0;
  transform: rotate(-45deg);
  width: 50px;
}

.toggle-menu:checked ~ .hamburger:after {
  top: 0;
  transform: rotate(45deg);
  width: 50px;
}

.toggle-menu:checked ~ ul {
  right: 0;
}

@media screen and (max-width: 1024px) {
  .main-navigation .hamburger,
.main-navigation .toggle-menu {
    top: -10px;
    right: 25px;
    display: block;
    float: right;
  }
  .main-navigation ul {
    display: grid;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
    grid-template-rows: auto;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    background-color: #a78484;
    height: 100vh;
    color: rgb(0, 0, 0);
    z-index: 10;
    transition: all 1s ease-in-out;
    transform-origin: right;
  }
  .main-navigation ul li {
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 2rem;
    font-size: 4rem;
  }
  .main-navigation ul li:nth-of-type(1) {
    width: 50%;
    background-image: url(../images/engjell-gjepali-M0OIyN5u8ZM-unsplash.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }
}
@media screen and (max-width: 1280px) {
  .main-logo img {
    width: 85%;
  }
  .main-navigation ul li {
    font-size: 2rem;
  }
  .main-footer .main-logo img {
    width: 70%;
  }
  .main-footer .main-logo-cgk img {
    width: 100%;
    height: auto;
  }
  .main-footer .subscribe {
    display: none;
  }
  .main-footer .footer-text {
    display: none;
  }
  .cgk-social-links {
    padding: 1rem;
  }
  .cgk-social-links ul {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .cgk-social-links ul li {
    margin-right: 1.25rem;
  }
  .cgk-social-links ul li a .fa-brands {
    font-size: 1.75rem;
    color: white;
  }
}/*# sourceMappingURL=shared.css.map */