@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    position: relative;
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color: #333;
    line-height: 1.7;
}


::-webkit-scrollbar {
    display: none;
}

html {
    scroll-behavior: smooth;
}

/* Header */
.header-2 {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: white;
    border-bottom: 2px solid rgb(98, 186, 234);
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.header-2 h2 {
    font-size: 30px;
    font-weight: bolder;
    padding: 30px 0 27px;
    letter-spacing: 2px;
    display: inline-block;
    color: #04264F;
    text-align: left;
}

.header-2 .header-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-2 #logo_img {
    height:100px;
    width:100px;
    z-index: 6;
    padding: 10px 2px 10px 10px;
}

/* Main */
.main-3 {
    padding: 0 60px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top:120px;
}

.main-3 .sec-1 {
    padding-top:50px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 30px;
    text-align: left;
    flex-direction: column;
    max-width: 900px;
    margin: 0 auto;
}

.main-3 .sec-1 h1 {
    font-size: 20px;
    font-weight: bold;
    color: #04264F;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.main-3 .sec-1 h1.ibb-title {
    align-self: center;
}

.main-3 .sec-1 h2 {
    font-size: 18px;
    font-weight: bold;
    color: #04264F;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: left;
}

.main-3 .sec-1 h3 {
    font-size: 16px;
    font-weight: bold;
    color: #04264F;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
}

.main-3 .sec-1 p {
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
    text-align: justify;
}

.main-3 .sec-1 p strong {
    color: #04264F;
    font-weight: bold;
}

.main-3 .sec-1 a {
    color: #04264F;
    text-decoration: none;
}

.main-3 .sec-1 a:hover {
    text-decoration: underline;
}

ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

ul li {
    margin-bottom: 5px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
    text-align: left;
}

table th,
table td {
    border: 1px solid #ddd;
    padding: 8px;
}

table thead {
    background-color: #04264F;
    color: white;
    font-weight: bold;
}

.main-3 .sec-1 .download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #003366;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: 20px;
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 1;
  margin-left: 0; /* butonu sola yasla */
}

.main-3 .sec-1 .download-btn i {
    font-size: 14px;
}

.main-3 .sec-1 .download-btn:hover {
  background-color: rgb(98, 186, 234);
  transform: scale(1.03);
}

/* Navbar */
.nav {
    position: fixed;
    width: 200px;
    height: 100vh;
    background-color:#fff;
    border-right: 2px solid rgb(98,186,234);
    left: -200px;
    transition: 0.5s ease-in-out;
    z-index: 7;
}

.nav .nav-item {
    padding: 40px 0px;
    position: relative;
}

.nav .nav-item .nav-items {
    list-style: none;
    padding: 15px 20px;
    text-align: left;
}

.nav .nav-item .nav-items .nav-links {
    text-decoration: none;
    text-transform: capitalize;
    color: #333;
    font-size: 14px;
    padding: 10px;
    transition: all .3s ease-in-out;
    border-radius: 6px;
}

.nav .nav-item .nav-items .nav-links:hover {
    background-color:rgb(98,186,234,.6);
    font-size: 14px;
    color: #fff;
}

.hamburgers {
    position: absolute;
    top: 0px;
    right: -40px;
    cursor: pointer;
    background-color:#fff;
    border: 2px solid rgb(98,186,234);
    border-left: none;
    padding: 5px 6.5px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.hamburgers span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all .4s ease-in-out;
    background-color: black;
}

nav.active {
    left: 0;
}

/* Footer */
footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px;
    margin-top: 50px;
    column-gap: 4px;
    background-color: #f3f3f3;
    border-top: 2px solid rgb(98, 186, 234);
}

footer .a-footer {
    position: fixed;
    bottom: 20px;
    left: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(128, 128, 128, 0.4);
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease-in-out;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    border: 2px solid rgb(98, 186, 234);
}

footer .a-footer .icon {
    font-size: 22px;
    width: 100%;
    height:100%;
}

footer .a-footer:hover {
    background-color: #62baea;
}

footer p {
    flex: 1;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 70px;
    justify-content: center;
}

footer img {
    width: 250px;
    height: 80px;
    padding-right: 0px;
}

/* Footer Text - KVKK Link */
footer .footer-text {
    flex: 1;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    justify-content: center;
    color: #333;
}

footer .footer-text p {
    margin: 5px 0 0;
    line-height: normal;
}

footer .footer-text .kvkk-link {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    color: #333; 
    text-decoration: none;
    transition: color 0.3s ease;
}

footer .footer-text .kvkk-link:hover {
    color: #62baea; 
}

/*********************** RESPONSIVE CSS **************************************************************************************************************************************************************/

@media (max-width: 1050px) {
  .main-3 {
    padding: 0 30px;
  }

  .main-3 .sec-1 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 150px;
    text-align: justify;
  }

  .main-3 .sec-1 p,
  .main-3 .sec-1 ul li {
    font-size: 14px;
    line-height: 1.6;
  }

  .main-3 .sec-1 table {
    font-size: 13.5px;
  }

  .main-3 .sec-1 table th,
  .main-3 .sec-1 table td {
    padding: 6px;
  }

  .main-3 .sec-2 img,
  .main-3 .sec-3 img {
    max-width: 220px;
    height: auto;
  }

  footer {
    position: relative;
  }

  footer .a-footer {
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: none;
  }

  footer .a-footer.show {
    display: block;
  }

  footer p {
    margin: auto;
    padding-left: 20px;
  }
}

@media (max-width: 920px) {
  .main-3 .sec-2,
  .main-3 .sec-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 50px;
  }

  .main-3 .sec-2 img,
  .main-3 .sec-3 img {
    max-width: 300px;
    height: auto;
  }
}

@media (max-width: 850px) {

  .main-3 .sec-1 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 150px;

  }

  .main-3 .sec-1 p,
  .main-3 .sec-1 ul li {
    font-size: 13.5px;
  }

  .main-3 .sec-1 table {
    font-size: 13px;
  }

  .main-3 .sec-1 table th,
  .main-3 .sec-1 table td {
    padding: 5px;
  }

  .main-3 .sec-1 #kentsel1,
  .main-3 .sec-1 #kentsel2 {
    width: 320px;
    height: auto;
    margin: 0 auto 15px;
    border: 1px solid #62baea;
  }

  .main-3 .sec-1 .sec-1-exp h1 {
    font-size: 22px;
  }

  .main-3 .sec-1 .sec-1-exp p,
  .main-3 .sec-1 .sec-1-exp ul li {
    font-size: 13px;
    margin: 12px 0;
  }

  .main-3 .sec-2 img,
  .main-3 .sec-3 img {
    max-width: 250px;
  }

  footer img {
    width: 230px;
    height: auto;
  }
}

@media (max-width: 655px) {
  .main-3 .sec-1 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 150px;
  }

  .main-3 .sec-1 p,
  .main-3 .sec-1 ul li {
    font-size: 13px;
  }

  .main-3 .sec-1 table {
    font-size: 12.5px;
  }

  .main-3 .sec-1 table th,
  .main-3 .sec-1 table td {
    padding: 4px;
  }

  .main-3 .sec-2 img,
  .main-3 .sec-3 img {
    max-width: 220px;
  }

  footer p {
    max-width: 300px;
    line-height: 26px;
  }
  
  footer .footer-text .kvkk-link {
    font-size: 13px;
    max-width: 300px;
    padding-left: 20px;
  }
}

@media (max-width: 550px) {
  .main-3 .sec-2,
  .main-3 .sec-3 {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
    margin-left: 20px;
  }

  .main-3 .sec-2 img,
  .main-3 .sec-3 img {
    max-width: 300px;
  }

  .header-2 #logo_img {
    height: 80px;
    width: 80px;
  }

  .main-3 .sec-2 h3,
  .main-3 .sec-3 h3 {
    margin: 20px 0;
    font-size: 18px;
  }

  .main-3 .sec-1 p,
  .main-3 .sec-1 ul li {
    font-size: 12.5px;
  }

  .main-3 .sec-1 table {
    font-size: 12px;
  }

  .main-3 .sec-1 table th,
  .main-3 .sec-1 table td {
    padding: 3px;
  }

  footer {
    padding: 10px 0;
  }

  footer .a-footer {
    width: 30px;
    height: 30px;
    bottom: 10px;
    left: 10px;
  }

  footer p {
    font-size: 11px;
    max-width: 240px;
    line-height: 20px;
  }
  
  footer .footer-text .kvkk-link {
    font-size: 10px;
    max-width: 240px;
    padding-left: 20px;
  }

  footer img {
    width: 200px;
    height: auto;
  }
}

@media (max-width: 430px) {

  .main-3 .sec-1 {
    padding-top: 120px;
  }
  .main-3 .sec-1 img {
    width: 260px;
    height: auto;
    margin: 0 auto;
  }

  .main-3 .sec-1 p,
  .main-3 .sec-1 ul li {
    font-size: 12.5px;
  }

  .main-3 .sec-1 table {
    font-size: 11.5px;
  }

  .main-3 .sec-1 table th,
  .main-3 .sec-1 table td {
    padding: 3px;
  }

  .header-2 h2 {
    font-size: 20px;
    letter-spacing: 1px;
  }

  footer p {
    max-width: 200px;
  }

  footer .footer-text .kvkk-link {
    font-size: 10px;
    max-width: 200px;
    padding-left: 20px;
  }
}

@media (max-width: 350px) {
  .main-3 .sec-1 img {
    width: 150px;
    height: auto;
    margin: 0 auto;
  }

  .main-3 .sec-1 p,
  .main-3 .sec-1 ul li {
    font-size: 12px;
  }

  .main-3 .sec-1 table {
    font-size: 11px;
  }

  .main-3 .sec-1 table th,
  .main-3 .sec-1 table td {
    padding: 2px;
  }
}

