@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Roboto:wght@400;700&display=swap");

/* Desktop & Mobile General Tag Definitions - START*/
body {
  margin: 0 auto;
  padding: 0;
  max-width: 785px;
  box-sizing: border-box;
  background-color: #35374f;
}

table {
  font-family: Roboto;
  min-width: 25%;
  font-weight: 700;
  border-spacing: 0;
  background-color: #ffffff;
  color: black;
  text-align: center;
  margin-top: 6px;
  margin-left: 50px;
}

tr,
th,
td {
  border: 0.6px solid #f35f38;
  padding: 5px;
}

td {
  font-weight: 400;
  min-width: 120px;
}

li {
  margin-bottom: 5px;
}

ul {
  padding-inline-start: 30px;
}

a>i {
  color: #ffffff;
}

h1 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 24px;
  margin: 50px 50px 20px 30px;
  text-align: center;
  color: white;
}

h2 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  margin-left: 0px;
  color: white;
}

p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3em;
  margin: 10px 50px 0px 35px;
  color: rgba(255, 255, 255, 1);
}

a.button {
  background-color: #E35E39;
  border: 1px solid #E35E39;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 25px 10px 25px;
  text-align: center;
  display: block;
}

.tinyimg {
  width: 40% !important;
  margin: 10px !important;
  padding: 10px !important;
}

details {
  margin: 20px 20px 0px 20px;
  border-radius: 10px;
  padding-bottom: 20px;
  position: relative;
}

details summary {
  list-style: none;
  /* ↑ açılır menü işaretini kaldırır*/
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  width: 740px;
  min-height: 25px;
  margin: 20px 20px 0px 0px;
  border-radius: 10px;
  padding: 15px 0px 0px 10px;
  cursor: pointer;
}

details summary:hover {
  font-size: 20px;
}

details summary::after {
  content: '';
  border-right: 4px solid;
  border-bottom: 4px solid;
  position: absolute;
  right: 20px;
  height: .75em;
  width: .75em;
  transform: rotate(45deg) translatey(-.1em);
}

details[open] summary::after {
  transform: rotate(-135deg) translatey(-0.3em);
}

details div {
  padding: 20px 20px 20px 20px;
}

/* Desktop & Mobile General Tag Definitions - END*/

/* Desktop & Mobile Class&ID Definitions - START*/
.dropdown img {
  width: 100%;
}

/* list classındaki div style başı*/
.list {
  display: flex;
  gap: 100px;
  flex-direction: row;
  font-family: Roboto;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}

.list ul {
  column-count: 2;
  column-gap: 50px;
}

.tcol {
  columns: 3;
}

/* list classındaki div style sonu */

.container {
  background-image: url("assets/images/desktopBG.png");
  background-position: top 16vh right;
  background-repeat: no-repeat;
  background-color: #1e2036;
  min-height: 100%;
}

.header {
  width: 785px;
  height: 56px;
  background-color: #1e2036;
}

.header img {
  margin: 20px 602px 18px 20px;
}

.promotion {
  width: 100%;
  margin: 0;
}

.promotion img {
  width: 100%;
}

.dropdown h2 {
  margin: 50px 50px 0px 30px;
}

.firstwhite {
  background: rgb(255, 255, 255);
  color: black;

}

.firstwhite summary {
  /*
    background: url("assets/images/arrowDownBlack.png") no-repeat 700px;
    */
}

.firstwhite[open] summary {
  /*background: url("assets/images/arrowUpBlack.png") no-repeat 700px;*/
}

.firstwhite[open] {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0.6) 90%, rgba(255, 255, 255, 0.4) 95%, rgba(255, 255, 255, 0) 100%);
  padding-bottom: 50px;
}

.firstwhite p {
  color: black;
  margin: 10px 15px 10px 15px;
}

.firstwhite h2 {
  color: black;
}

.second {
  background-color: transparent;
  color: #fff;
  box-shadow: inset 0px -2px 20px 0px rgba(255, 255, 255, 0.1);
}

.second[open] {
  /*background: url("assets/images/halfCircleLeft2.png") no-repeat top 20% right,
      url("assets/images/rightHalfCircle2.png") no-repeat left top 60%;*/
  box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 1);
}

.second summary {
  /*background: url("assets/images/arrowDownWhite.png") no-repeat right;*/
}

.second[open] summary {
  /*background: url("assets/images/arrowUpWhite.png") no-repeat right;*/
}

.second p {
  color: white;
  margin: 10px 15px 10px 15px;
}

/*inside details DESKTOP START*/
.indetails {
  all: unset;
  background-color: #3c3e77;
  color: #fff;
  width: 100%;
  margin: 10px 10px 0px 10px;
  border-radius: 5px;
  padding-bottom: 20px;
  position: relative;
}

.indetails summary {
  all: unset;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  min-height: 25px;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 10px;
  cursor: pointer;
  list-style: none;
}

.indetails summary:hover {
  font-size: 18px;
}

.indetails summary::after {
  all: unset;
}

.indetails[open] summary::after {
  all: unset;
}

.indetails summary::before {
  content: ' ►';
}

.indetails[open] summary:before {
  content: " ▼";
}

/*inside details DESKTOP END*/

.info {
  margin: 40px 30px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.info h2 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #ffffff;
  margin-top: 18px;
}

.info ul {
  margin: 0;
  padding: 15px;
  color: #ffffff;
}

.info a {
  color: #ec6139;
  letter-spacing: 0.02em;
}

.footer {
  margin-top: 30px;
  margin-bottom: 30px;
}

.icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 25px;
  color: #ffffff;
}

.copyRight {
  color: #ffffff;
  text-align: center;
}

/* Desktop & Mobile Class&ID Definitions - START*/
/* Mobile ALL START*/
@media (max-width: 767px) {

  /* Mobile General Tag Definitions - START*/
  table {
    width: 90%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  td {
    font-weight: 400;
    min-width: 20px;
  }

  ul {
    padding-inline-start: 20px;
  }

  /* Mobile General Tag Definitions - END*/

  /* Mobile Class & ID Definitions - START*/
  .container {
    background: url("assets/images/leftHalfCircleSmall.png") no-repeat;
    background-position: top 50vh right;
    background-color: #1e2036;
  }

  .header {
    width: 380px;
  }

  .header img {
    margin: 20px 0px 18px 25px;
  }

  .list {
    flex-direction: column;
    gap: 0;
    margin-left: 30px;
  }

  .list ul {
    column-count: 1;
    column-gap: 20px;
    margin: 20px 20px 10px 10px;
  }

  details div {
    padding: 10px 10px 20px 10px;
  }


  .promotion p,
  .dropdown h2,
  .firstwhite h2 {
    margin: 20px;
    /* Add space around text */
  }

  /* Adjust font sizes for better readability on mobile */

  .promotion h1 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 29px 0px 20px;
  }

  .promotion p {
    font-weight: 200;
    font-size: 14px;
  }

  .promotion img {
    height: auto;
    /* Make image responsive */
  }

  .firstwhite {
    padding-bottom: 0px;
    margin: 20px 20px;
  }

  .firstwhite summary {
    font-family: Roboto;
    font-weight: 800;
    width: 100%;
    margin: 20px 0;
    /*background: url("assets/images/arrowDownBlack.png") no-repeat top 20px right 30px;*/
  }

  .firstwhite[open] summary {
    /*background: url("assets/images/arrowUpBlack.png") no-repeat top 20px right 30px;*/
  }

  .second {
    padding-bottom: 0px;
    margin: 20px 20px;
  }

  .second summary {
    font-family: Roboto;
    font-weight: 800;
    width: 100%;
    margin: 20px 0;
  }

  .second[open] {
    /*background: url("assets/images/halfCircleLeft2.png") no-repeat top 20% right,
      url("assets/images/rightHalfCircle2.png") no-repeat left top 60%;*/
  }

  /*inside details MOBILE START*/
  .indetails {
    margin: 0px 0px 10px 0px;
    padding-bottom: 10px;
  }

  .indetails summary {
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 5px;
  }


  /*inside details MOBILE END*/

  .info h2 {
    margin-top: 20px;
    /* Add space around info headings */
  }

  .footer {
    margin-top: 20px;
    margin-bottom: 20px;
    /* Add space around footer */
  }

  /* Adjust font size and spacing for smaller screens */
  .footer .icons {
    font-size: 25px;
  }

  /* Adjust font size for footer */
  .copyRight {
    font-size: 12px;
    padding-bottom: 10px;
  }

  /* Mobile Class & ID Definitions - END*/
}

/* Mobile ALL END*/