@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");

* {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.flex {
  display: flex;
  align-items: center;
  padding: 0px 5px;
}

img,
input,
select,
button {
  cursor: pointer;
}

a {
  text-decoration: none !important;
  padding: 3px;
}

p {
  margin: 0px !important;
}

/*todo <!----------------------------------------------- < Header Start > -----------------------------------------------> */

.sticky {
  /* position: fixed !important; */
  top: 0;
  box-sizing: border-box;
  background-color: white;
  padding: 0px 45px !important;
  z-index: 10;
  box-shadow: rgb(0 0 0 / 4%) 0px 4px 4px;
  width: 100%;
}

header {
  box-shadow: rgb(0 0 0 / 4%) 0px 4px 4px;
}

nav {
  position: sticky;
  top: 0px;
  padding: 5px 140px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#NavlinkParent {
  /* width: 60%; */
  display: flex;
  justify-content: space-evenly;
  align-items: left;
}

#NavlinkParent>div {
  margin: 10px;
  padding: 5px;
}

#NavlinkParent>div>a {
  font-size: 22px;
  color: black;
  font-weight: 600;
}

#Englishtopnav {
  padding: 6px 140px !important;
  font-size: 20px;
  font-weight: 600;
  background-color: rgb(247, 250, 255);
  padding: 5px;
  display: flex;
  justify-content: end;
  align-items: center;
}

#navclickbtn {
  display: none;
  color: white;
}

/*? <!----------------------------------------------- < Header End > -----------------------------------------------> */

/*todo <!----------------------------------------------- < Footer Start > -----------------------------------------------> */
h1{
  font-size: 3.36875rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: left;
}

.social-logo{
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: flex-end;
  gap: 10px;
  a{
    display: flex;
  }
  img{
    width: 25px;  
  }
}

.social-logo-img {
  display: flex;
  gap: 10px;
}

.footer_section {
  display: flex;
  justify-content: space-between;
  padding: 50px 90px;
  background-color: var(--darkblue);
  align-items: center;
  #FooterNavlinkParent {
    display: flex;
    flex-direction: column;
    text-align: left;
    a{
     color: var(--lightblue);
      justify-content: space-between;
      background-color: var(--darkblue);
      text-align: left;
      font-weight: 400;
    }
    a:hover{
      color: var(--yellow);
    }
  }
  h3{
    color: #ffffffea;
    justify-content: space-around;
    background-color: var(--darkblue);
    text-align: left;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    a{
      color: var(--lightblue);
    }
  }
  a:hover{
    color: var(--yellow);
  }
}

.footer_section_content h4{
  color: #ffffffea;
  justify-content: space-between;
  background-color: var(--darkblue);
  text-align: center;
  padding: 15px;
  font-weight: 400;
  a{
    color: var(--yellow);
  }
}

a.nav-link{
  text-align: left;
  margin: 0;
  padding: 0;
}

.footer_section_2{
  display: flex;
  align-items: center;
  padding: 15px 130px;
  background-color: var(--darkblue);
}

.footer_section_1{
  display: flex;
  justify-content: space-around;
  gap: 59px;
  align-content: flex-start;
  align-items: flex-start;
}

.footer_policy{
  color: #ffffffea;
  justify-content: space-around;
  background-color: var(--darkblue);
  text-align: left;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  a{
    color: var(--lightblue);
  }
}

#FooterNavlinkParent{
  color: #ffffffea;
  justify-content: space-around;
  background-color: var(--darkblue);
  text-align: left;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  a{
    color: var(--lightblue);
  }
}

#FooterNavBrand a {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*? <!----------------------------------------------- < Footer End > -----------------------------------------------> */

/*! <!----------------------------------------------- < Media Queries > -----------------------------------------------> */

/*todo ----------------------------Medium Screen Sizes -------------------------------- */
@media all and (min-width: 810px) and (max-width: 1079px) {
  body {
    overflow-x: hidden;
  }
/* 
  section,
  #footer {
    margin: 10px !important;
    padding: 10px !important;
  } */

  nav {
    padding: 10px 20px !important;
  }

  #NavlinkParent>div>a {
    font-size: 14px;
  }

  #MyAccBtn>button.BlueWhiteBtn {
    padding: 5px 10px;
    font-size: 1rem;
  }
}

@media all and (min-width: 200px) and (max-width: 809px) {
  body {
    overflow-x: hidden;
  }
  .wrapper{
    margin: 0 auto;
    min-width: 375px;
  }
  /* section {
    padding: 10px !important;
  }
  .footersecond > label,
  .footerthird > label,
  .footerthird > b {
    font-size: 7px;
  } */
  #SuccessPage {
    height: 78vh;
  }
  .Introduction {
    margin-top: 15px;
    white-space: normal;
  }
  .lpara1 {
    font-size: 0.9rem;
  }
  #navclickbtn {
    display: block;
    z-index: 10000;
    button{
      background: none;
      border: none;
    }
  }
  nav {
    padding: 0px !important;
    z-index: 1000;
  }
  #TabSelectors > div p {
    font-size: 15px;
    text-align: center;
  }
  #TabSelectors > div {
    margin: 0;
    padding: 0;
  }
  .landingbuttons {
    width: 49%;
    transition: all 0.2s linear 0s;
    gap: 8px;
    font-weight: 600;
    margin: 5px 3px;
    padding: 5px 10px;
    color: rgb(11, 53, 88);
    cursor: pointer;
    font-size: 0.625rem;
  }
  .SecitonHeadOne {
    font-size: 1.55rem;
  }
  #MyAccountBtn {
    padding: 7px;
    font-size: 12px;
  }
  #NavBrand img {
    width: 70px !important;
  }
  .Introduction,
  .Introduction label {
    font-size: 3.20875rem;
  }
  #Englishtopnav {
    padding: 5px !important;
  }
  .LandingParent {
    flex-direction: column;
  }
  #NavlinkParent {
    position: fixed;
    background: white;
    top: 0;
    left: 100%;
    width: 100% !important;
    transition: all 300ms ease;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
  }
  #NavlinkParent > div {
    width: 100%;
    text-align: center;
  }
  #NavlinkParent > div:hover {
    color: rgb(27, 104, 238);
  }
  .navtranslate {
    z-index: 1000;
    left: 0 !important;
  }
  .sticky {
    top: 0;
    padding: 5px 0px !important;
    z-index: 10;
  }
  
  h1{
    font-size: 2.36875rem;
    line-height: 1.4;
    font-weight: 700;
    text-align: left;
  }

  .social-logo{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
    a{
      display: contents;
    }
    img{
      width: 25px;  
    }
  }

  .WeMakeSchedule_Chiled > div:nth-child(1) {
    padding: 15px;
  }
  .SchedulingTexts {
    margin: 9px;
    padding: 10px;
  }
  .WeMakeSchedule_Chiled > div:nth-child(2) {
    padding: 15px;
  }

  .social-logo{
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: flex-end;
    gap: 10px;
    a{
      display: flex;
    }
    img{
      width: 25px;  
    }
  }
  
  .social-logo-img {
    display: flex;
    gap: 10px;
  }
  
  .footer_section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 90px;
    background-color: var(--darkblue);
    align-items: center;
    #FooterNavlinkParent {
      display: flex;
      flex-direction: column;
      text-align: center;
      a{
       color: var(--lightblue);
        justify-content: space-between;
        background-color: var(--darkblue);
        text-align: center;
        font-weight: 400;
      }
      a:hover{
        color: var(--yellow);
      }
    }
    h3{
      color: #ffffffea;
      justify-content: space-around;
      background-color: var(--darkblue);
      text-align: center;
      font-weight: 400;
      display: flex;
      flex-direction: column;
      a{
        color: var(--lightblue);
      }
    }
    a:hover{
      color: var(--yellow);
    }
  }

  #FooterNavBrand a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .footer_section_content h4{
    color: #ffffffea;
    justify-content: space-between;
    background-color: var(--darkblue);
    text-align: center;
    padding: 15px;
    font-weight: 400;
    font-size: 10px;
    a{
      color: var(--yellow);
    }
  }
  
  a.nav-link{
    text-align: center;
    margin: 0;
    padding: 0;
  }

  #NavBrand{
    display: flex;
    align-items: center;
    width: 40%;
    padding: 0px 10px;
  }
  
  .footer_section_2{
    display: flex;
    align-items: center;
    padding: 15px 130px;
    background-color: var(--darkblue);
  }
  
  .footer_section_1{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 59px;
    align-items: center;
  }
  
  .footer_policy{
    color: #ffffffea;
    justify-content: space-around;
    background-color: var(--darkblue);
    text-align: center;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    a{
      color: var(--lightblue);
    }
  }
  
  #FooterNavlinkParent{
    color: #ffffffea;
    justify-content: space-around;
    background-color: var(--darkblue);
    text-align: left;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    a{
      color: var(--lightblue);
    }
  }
  .modal-content {
    background-color: #ffeed5e2;
    margin: 17% auto !important;
    padding: 40px 20px;
    border-radius: 10px;
    width: 75% !important;
    text-align: center;
  }

  #mentorImage {
    width: 200px;
    border-radius: 10px;
  }
}

/*todo <!----------------------------------------------- < Googlepages > -----------------------------------------------> */
#orangegoogle {
  display: flex;
  justify-content: center;
  align-items: center;
}
#SuccessPage {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.SuccessPageButtonsHolder {
  text-align: center;
}
.SuccessPageButtonsHolder h1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#LetsGoButtonFailed,
#LetsGoButton {
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  color: white;
  border: none;
  border-radius: 25px;
  background-color: red;
}
#LetsGoButton {
  background-color: #016bfe;
}
#LetsGoButton:hover {
  background-color: #014dfe;
}
#LetsGoButtonFailed:hover {
  background-color: rgb(250, 89, 60);
}
#greentickholder {
  width: 400px;
  height: 270px;
  filter: hue-rotate(91deg) saturate(2);
  background-image: url("../Images/greentick2.gif");
  object-position: center;
  object-fit: cover;
}
#crossholder {
  width: 230px;
  height: 230px;
  background-image: url("../Images/redcross.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color:rgb(0 0 0 / 26%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  scrollbar-width: thin;
  background-color: #ffeed5e2;
  margin: 5% auto;
  padding: 40px 20px;
  border-radius: 10px;
  width: 50%;
  text-align: center;
  max-height: 80vh;
  overflow-y: auto;
  clip-path: inset(0 0 0 0 round 10px);
}


.modal-content::-webkit-scrollbar {
  width: 10px;
}

.modal-content::-webkit-scrollbar-track {
  background: #ffeed5e2; /* Scrollbar arka planı */
  border-radius: 10px;
}

.close {
  float: right;
  font-size: 28px;
  cursor: pointer;
}

#mentorImage {
  width: 250px;
  border-radius: 10px;
}

#mentorName {
  color: var(--darkblue);
  margin: 10px 0px;
  font-size: 26px;
}

#mentorTitle{
  color: #ce8702;
  margin-bottom: 10px !important;
  font-size: 20px;
}

#mentorDescription{
  color: var(--darkblue);
  margin-bottom: 15px !important;
  font-size: 20px;
}

#nameUnderLine{
  border: 1px solid #ff9c0085;
  width: 103px;
  margin: 0 auto;
  margin-bottom: 10px !important;
}
