@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Poppins", sans-serif;
}

body.ts-theme-light h2 {
  border-bottom: none;
  padding-bottom: 0;
}

/*.ts-page-wrapper > .container {
  background-image: url("/img/mobile-home-bg.png");
  background-size: 200% auto;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-position: right top;
  animation: bgMove 10s ease-in-out infinite alternate;
}

@keyframes bgMove {
  0% {
    background-position: right top;
  }
  100% {
    background-position: right bottom;
  }
}*/

h1 {
  font-size: 58px;
  font-weight: 700;
  line-height: 65px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 30px;
}

p {
  font-size: 23px;
  line-height: 30px;
}

#header nav {
  padding-top: 0;
}

.navbar-brand {
  padding-top: 0;
}

nav .lang:first-child {
  margin-right: 10px;
}
nav .lang {
  font-size: 20px;
  color: #4d4d4d;
  font-weight: normal;
}

#main-content p br:not(:first-child) {
    display: none;
}

#explore {
  background-color: #0f97d3;
  border-color: #0f97d3;
}

#footer .external-links {
  display: flex;
  gap: 20px;
}

#footer .external-links a {
  display: flex;
  align-items: center;
}

#footer .external-links a:first-child img {
  width: 90px;
}

#footer .external-links a:not(:first-child) img {
  width: 75px;
}

.ts-side-panel {
  width: 100%;
  padding: 0;
}
#panel-header {
  position: sticky;
  top: 0;
  z-index: 10;
}

.ts-side-panel .ts-close-side-panel {
  color: #1cafe6;
  right: 1.125rem;
}

section#about-us {
  padding: 2rem;
  height: calc(100vh - 45px);
}

section#about-us .container {
  height: 100%;
  display: flex;
  align-items: center;
}

section#design {
  padding: 2rem;
  height: 100vh;
  position: relative;
}

section#design .container,
section#design .row {
  height: 100%;
}

section#design .row {
  display: flex;
  align-items: center;
}

section#design .icons {
  margin-top: 50px;
  gap: 50px;
}

section#dramatization {
  height: 100vh;
  padding: 100px;
}

section#dramatization .container,
section#dramatization .row {
  height: 100%;
}

section#dramatization .row {
  display: flex;
  align-items: center;
}

section#dramatization .card {
  padding: 50px;
  background-color: #d40e92;
  color: #fff;
  box-shadow: none;
  border-radius: 75px;
  overflow: initial;
  margin-top: 20px;
}

section#dramatization .card img {
  position: absolute;
  top: -35px;
  left: -160px;
  width: 120px;
}

section#dramatization .card p {
  color: white;
}

section#dramatization {
  background-color: rgba(255, 255, 255, 0.8);
  /*background-image: url("/assets/img/dramatization.png");*/
  background-image: url("/assets/img/game-bg.jpg");
  
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 150%;
}

section#packaging {
  padding: 2rem;
  height: 100vh;
}

section#packaging .container,
section#packaging .row {
  height: 100%;
}

section#packaging .row {
  display: flex;
  align-items: center;
}

/*section#packaging .packaging-bg {
  height: 100%;
  background-image: url("/assets/img/packaging-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}*/

section#packaging .packaging-bg img {
  width: 100%;
}

section#contact-us {
  height: 100vh;
  background-color: #f0f0f0;
}

section#contact-us .container,
section#contact-us .row {
  height: 100%;
}

section#contact-us .row {
  display: flex;
  align-items: center;
}

section#contact-us .todix-icon-container {
  height: 100%;
  overflow: hidden;
  background-image: url("/assets/img/todix-icon.png");
  background-position-x: center;
  background-position-y: calc(100% + 10px); /* işte bu şekilde */
  background-size: contain;
  background-repeat: no-repeat;
}

section#contact-us .todix-text {
  padding-left: 40px;
  padding-right: 40px;
}

section#contact-us .todix-text p {
  margin-bottom: 0;
}

section#contact-form {
  padding: 2rem;
  height: 100vh;
}

section#contact-form .container,
section#contact-form .row {
  height: 100%;
}

section#contact-form .row {
  display: flex;
  align-items: center;
}

#form-contact-submit {
  border-color: #1cafe6;
  color: #1cafe6;
}

#form-contact-submit:hover {
  color: white;
  background-color: #1cafe6;
}

#form-contact input {
  border-radius: 0 !important;
  box-shadow: none;
  border: 2px solid #bbb;
}

#form-contact textarea {
  border-radius: 0 !important;
  box-shadow: none;
  border: 2px solid #bbb;
  resize: none;
  height: 185px;
}

#form-contact input::placeholder,
#form-contact textarea::placeholder {
  color: #bbb;
}

#form-contact input,
#form-contact textarea {
  color: #bbb;
}

#form-contact .form-group.text-area {
  margin-bottom: 20px;
}

.ts-side-panel section {
  margin-bottom: 0;
}

#side-footer {
  background-color: #bebebe;
}

#side-footer .row {
  padding: 40px 95px;
  align-items: center;
}

.left-side-logos {
  display: flex;
  gap: 35px;
}

.left-side-logos a {
  display: flex;
  align-items: center;
}

.left-side-logos a:nth-child(1) img,
.left-side-logos a:nth-child(2) img {
  width: 110px;
}

.left-side-logos a:nth-child(1) img {
    width: 105px;
}

.left-side-logos a:nth-child(3) img,
.left-side-logos a:nth-child(4) img {
  width: 105px;
}

#side-footer .copy-right {
  color: white;
  font-weight: 600;
}

#contact-form p {
  font-size: 14px;
  line-height: 16px;
}

section#about-us .ts-background {
  position: absolute !important;
}

section#design .ts-background {
  position: absolute !important;
}

section#about-us .ts-shapes-canvas::after {
  background: white !important;
}

section#design .ts-shapes-canvas::after {
    background: #a5a5a5;
}

#design
  > div.ts-background.ts-shapes-canvas.position-fixed.ts-separate-bg-element
  > div:nth-child(3)
  > div {
  display: none;
}

 #design
    > div.ts-background.ts-shapes-canvas.position-fixed.ts-separate-bg-element
    > div:nth-child(4)
    > div {
    display: none;
  }

.mobile-video {
  display: none;
}

#contact-form p {
      margin-bottom: 0;
}

#contact-form button {
    width: 110px;
}

#explore {
  width: 110px;
}
.mobile-video {
  width: 110px;
}
.desktop-video {
  width: 110px;
}

.ts-background-image.mobile {
    display: none;
}

.image-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.image-icon span {
    margin-top: .5rem;
    font-size: 12px;
    color: #4d4d4d;
}

#cookie-policy {
  background-color: white;
  padding: 20px 50px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cookie-policy p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 14px;
  color: black;
}
#cookie-policy .cookie-buttons {
  display: flex;
  gap: 10px;
}
#cookie-policy .cookie-buttons button {
  cursor: pointer;
  background-color: white;
  border: 2px solid black;
  border-radius: 25%;
  padding: 2px 10px;
  font-size: 14px;
  border-radius: 20px;
  width: 90px;
  outline: none;
}
#cookie-policy .cookie-buttons button#accept-cookies {
  background-color: black;
  color: white !important;
}
#cookie-policy .cookie-buttons button#decline-cookies {
  background-color: white;
  color: black !important;
}
  
@media (max-width: 768px) {
  h1 {
    font-size: 44px;
    font-weight: 600;
    line-height: 50px;
  }
  h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  #footer .external-links {
    gap: 10px;
  }

  #footer .external-links img:not(:first-child) {
    width: 100px;
  }

  section#dramatization {
    padding: 0;
  }

  section#dramatization {
    background-image: url("/assets/img/lavellar.jpg");
    background-position: center center;
    background-size: cover;
    background-size: 110%;
    background-color: rgba(255, 255, 255, 0.7);
  }

  section#dramatization .card img {
    width: 125px;
    left: 50%;
    top: -70px;
    transform: translate(-50%, -50%);
  }
  
  section#dramatization .card p {
      margin-bottom: 0;
  }

  /*section#packaging .packaging-bg {
    background-size: contain;
    height: 50%;
    background-position: center;
  }*/

  section#packaging,
  section#contact-form {
    height: auto !important;
  }

  section#contact-us .row {
    flex-wrap: wrap-reverse;
    align-items: flex-start;
  }

  section#contact-us .todix-text {
    margin-top: 250px;
  }

  section#contact-us .todix-icon-container {
    height: 50%;
    background-size: 70%;
  }

  #side-footer .row {
    padding: 35px;
  }

  .left-side-logos {
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  
  .left-side-logos a:nth-child(1) img {
      width: 70px;
  }

  .left-side-logos a:nth-child(2) img {
    width: 80px;
  }

  .left-side-logos a:nth-child(3) img,
  .left-side-logos a:nth-child(4) img {
    width: 70px;
  }

  section#design .icons {
    gap: 30px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  
  section#design .icons img {
     width: 75px;
  }

  #design
    > div.ts-background.ts-shapes-canvas.position-fixed.ts-separate-bg-element
    > div:nth-child(1)
    > div {
    display: none !important;
  }

  #design
    > div.ts-background.ts-shapes-canvas.position-fixed.ts-separate-bg-element
    > div:nth-child(3)
    > div {
    display: block!important;
  }
  
   #design
    > div.ts-background.ts-shapes-canvas.position-fixed.ts-separate-bg-element
    > div:nth-child(4)
    > div {
    display: block!important;
  }

  #side-footer .copy-right {
    font-size: 12px;
    margin-top: 15px;
    text-align: center;
  }
  .left-side-logos img:not:nth-child(2) {
    width: 20px !important;
  }

  section#dramatization .card {
    padding: 28px;
    border-radius: 30px;
    margin-top: 100px;
    width: 90%;
  }

  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    height: 100%;
  }

  .desktop-video {
    display: none !important;
  }

  .mobile-video {
    display: inline-block !important;
  }
  
  #header .row.align-items-center {
    margin-right: -8px;
  }
  
  nav .lang {
      font-size: 14px;
  }
  .contact-mail {
      display: flex;
      justify-content: flex-start;
  }
  
  section#dramatization .row {
    align-items: flex-start;
  }
  section#dramatization .col-md-8 {
    margin-top: 15px;
  } 
  
  section#packaging .col-md-6 {
      margin-top: 15px;
  }
  
  section#packaging .col-md-6 p {
      margin-bottom: 10px;
  }
  
  section#dramatization .col-md-8{
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  section#design .col-md-4 {
      display: none;
  }
  
  #main-content p br:not(:first-child) {
    display: block;
    }
    
    
    .ts-background-image.desktop {
        display: none;
    }
    .ts-background-image.mobile {
        display: block;
    }
    
    .send-button {
        text-align: left !important;
    }
    
    .homepage-area {
        padding: 2rem;
    }
    .homepage-area {
        padding-left: 40px;
    }
    
    #footer .external-links a:not(:first-child) img {
      width: 70px;
    }
    #footer .external-links a:first-child img {
      width: 80px;
    }
    #footer .external-links {
        padding-left: 20px;
    }
}
