@import url("http://fonts.cdnfonts.com/css/gilroy-bold");

:root {
  --darkblue: #0b3558;
  --yellow: #F5A425;
  --lightblue: #476788;
  --white: white;
  scrollbar-color: #F5A425 white;
}

#MyAccBtn {
  cursor: pointer;
}

body {
  overflow-x: hidden;
}

#yellowline {
  color: var(--yellow) !important;
}

#spinner {
  display: none;
  position: fixed;
  top: 50px;
  left: 70px;
  z-index: 999999;
}

#globe {
  width: 24px;
}

#down {
  width: 24px;
}

#nav_logo {
  width: 200px;
}

.BlueWhiteBtn {
  border: 0px;
  background-color: var(--yellow);
  color: white;
  margin: 8px 0px;
  padding: 10px 18px;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 18px;
  border-radius: 7px;
  width: 145px;
}

.BlueWhiteBtn:hover {
  background-color: var(--darkblue);
}

#section_1 {
  width: 100%;
  height: auto;
  border: 1px solid transparent;
  margin: auto;
}

#cont1 {
  width: 80%;
  height: auto;
  display: flex;
  margin: 100px auto;
  justify-content: space-around;
  gap: 70px;
}

#sec-div-1 {
  border: 1px solid transparent;
}

#section_4 {
  margin-block: 120px;
  text-align: center;
}

#take {
  font-weight: 600;
  color: var(--darkblue);
  margin: 0px 0px 32px;
  line-height: 1.3;
  font-size: 64px;
  font-family: "Gilroy-Medium", sans-serif;
  /* font-family:100px Gilroy, -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; */
}

#cal {
  font-weight: bold;
  color: var(--yellow);
  font-family: "Gilroy-Bold";
  margin: 0px 0px 32px;
  font-size: 16px;
}

#spn {
  color: var(--yellow);
}

#calTag {
  color: var(--lightblue);
  margin: 0px 0px 32px;
  line-height: 35px;
  font-size: 20px;
  font-family: "Gilroy-Medium", sans-serif;
  margin-bottom: 30px !important;
}

#sec-div-2 {
  border: 1px solid transparent;
}

#start {
  border: 0px;
  background-color: var(--yellow);
  color: white;
  margin: 8px 0px;
  padding: 10px 18px;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 18px;
  border-radius: 7px;
}

#start:hover {
  background-color: var(--darkblue);
}

#section_2 {
  width: 100%;
  height: auto;
  border: 1px solid transparent;
  /* padding: 72px 24px; */
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  background-color: rgb(250, 250, 250);
}

#simpli {
  /* width: 40%;
    height: auto; */
  border: 1px solid transparent;
  margin: auto;
  margin: 96 0;
  padding: 42px 24px;
}

#TagSimpli {
  font-weight: bold;
  color: var(--darkblue);
  /* margin: 0px 0px 72px; */
  width: 60%;
  margin: auto !important;
  text-align: center;
  font-size: 28px;
  font-family: "Gilroy-Medium", sans-serif;
}

#TagSimplisecond {
  font-weight: bold;
  color: var(--darkblue);
  /* margin: 0px 0px 72px; */
  /* width: 60%; */
  margin: auto;
  text-align: center;
  font-size: 48px;
  font-family: "Gilroy-Medium", sans-serif;
}

#spn2 {
  color: var(--yellow);
}

#section_3 {
  height: 350px;
  margin: auto;
  position: relative;
  width: 90%;
  place-items: center;
  place-items: center;
  overflow: hidden;
}

#slide-container {
  display: flex;
  width: cal(250px * 18);
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 9));
  }
}

#slide-images {
  height: 250px;
  width: 250px;
  display: flex;
  align-items: center;
  padding: 15px;
  perspective: 100px;
}

img {
  width: 100px;
  transition: transform 1s;
}

img:hover {
  transform: translateZ(20px);
}


#sec-div-2 img {
  width: 100%;
  border-radius: 10px;
}


.section_4 {
  width: 50%;
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  margin: auto;
  text-align: center;
}

#sec4_intro1 {
  font-family: "Gilroy-Medium", sans-serif;
  color: var(--yellow);
}

#sec4_intro2 {
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: bold;
  font-size: 50px;
  margin-top: -2px;
  color: var(--darkblue);
}

#sec4_intro3 {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 20px;
  color: var(--lightblue);
  margin-top: -10px;
}

.analytics {
  display: flex;
  justify-content: space-evenly;
  margin-top: 200px;
  margin: auto;
}

#analytics_1 {
  width: 30%;
}

#analytics_1_p1 {
  color: var(--yellow);
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 15px;
  margin-top: 100px;
}

#analytics_1_p3 {
  font-size: 18px;
  font-family: "Gilroy-Medium", sans-serif;
  color: var(--lightblue);
  margin-bottom: 50px;
  margin-bottom: 50px;
}

#analytics_1_p2 {
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 25px !important;
  color: var(--darkblue);
}

#analytics_1_a1 {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  /* margin-top: 100px; */
}

#analytics_1_a1:hover {
  color: #0b3558;
}

#analytics_2 {
  width: 50%;
  /* border: 1px solid red; */
}

.section_5 {
  width: 50%;
  font-family: "Gilroy-Medium", sans-serif;
  text-align: center;
  /* align-items: center */
  margin: auto;
  margin-top: 50px;
}

#section_5_p1 {
  color: var(--yellow);
  font-size: 17px;
}

#section_5_p2 {
  font-size: 40px;
  font-weight: bold;
  color: var(--darkblue);
}

.section_6 {
  height: 500px;
  border: 1px solid red;
}

/* silanin baslangic */

.section_7 {
  background-color: #fff4e3bd;
  font-family: "Gilroy-Medium", sans-serif;
}

.mentor_search_input {
  margin: 0 auto;
  text-align: center;
  padding: 15px;

  input {
    border: 1px solid #ff9d0045;
    border-radius: 10px 0px 0px 0px;
  }

  button {
    border: 1px solid #ff9d0045;
    border-radius: 0px 0px 10px 0px;
    padding: 10px;
    background-color: #F5A425;
  }
}

#section_7_1 {
  width: 60%;
  margin: auto;
  /* margin-top: 50px; */
}

#section_7_1_p1 {
  font-size: 50px;
  font-weight: bold;
  font-family: "Gilroy-Medium", sans-serif;
  text-align: center;
  padding-top: 100px;
  color: var(--darkblue);
}

#section_7_1_p2 {
  font-family: "Gilroy-Medium", sans-serif;
  text-align: center;
  font-size: 25px;
  color: var(--lightblue);
}

#section_7_2 {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 60px;
  margin-top: 100px;
}

#section_7_2_1 {
  width: 40%;
}

#section_7_2_2 {
  width: 75%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

#section_7_2_2_child {
  border: 1px solid #F5A425;
  padding: 1rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#section_7_2_2_child:hover {
  background-color: #f7dbaf46;
  cursor: pointer;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#section_7_2_2_child_p1 {
  font-size: 20px;
  font-weight: bold;
  color: var(--darkblue);
}

#section_7_2_2_child_p2 {
  text-align: center;
  color: var(--lightblue);
  font-size: 18px;
}

#section_7_2_2_child_a1 {
  text-decoration: none;
  font-weight: bold;
}

#section_7_2_2_child_a1:hover {
  color: var(--darkblue);
}

/* mentorlar modal baslangic */

.modal {
  display: none; 
  position: fixed; 
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
  animation: fadeIn 0.4s ease;
}

.modal-content {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  width: 50%;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

/* Fade in arka plan için */
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* İçeriğin büyüyerek gelmesi */
@keyframes scaleIn {
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  transform: translateY(-10px);
  animation: fadeSlideDown 0.4s ease forwards;
  animation-delay: 0.2s; /* Modal içeriğinden biraz sonra gelsin */
}

/* mentorlar modal bitis */


/* silanin bitis */
/* sudenin baslangic */
.section_7_sude {
  background-color: #fff4e3bd;
  font-family: "Gilroy-Medium", sans-serif;
}

#section_7_1_sude {
  width: 60%;
  margin: auto;
  /* margin-top: 50px; */
}

#section_7_1_p1_sude {
  font-size: 40px;
  font-weight: bold;
  font-family: "Gilroy-Medium", sans-serif;
  text-align: center;
  padding-top: 100px;
  color: var(--darkblue);
  margin-bottom: 15px !important;
}



#section_7_1_p2_sude {
  font-family: "Gilroy-Medium", sans-serif;
  text-align: center;
  font-size: 25px;
  color: var(--lightblue);
}

#section_7_2_sude {
  display: flex;
  justify-content: space-evenly;
  padding: 60px 10px;
  margin-top: 100px;
  background-color: #fff4e3bd;
}

#section_7_2_1_sude {
  width: 40%;
}

#section_7_2_2_sude {
  width: 40%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

#section_7_2_2_child_sude {
  border: 1px solid rgb(190, 190, 239);
  padding: 1rem;
  border-radius: 10px;
}

#section_7_2_2_child_sude:hover {
  background-color: white;
  cursor: pointer;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.bizkimizArea {
  display: flex;
  margin: 0 auto;
  gap: 15px;


}

.whoweareArea {
  display: flex;
  margin: 0 auto;
}

#section_7_2_2_child_p1_sude {
  font-size: 20px;
  font-weight: bold;
  color: var(--darkblue);
}

#section_7_2_2_child_p2_sude {
  color: var(--lightblue);
  font-size: 18px;
}

#section_7_2_2_child_a1 {
  text-decoration: none;
  font-weight: bold;
}

#section_7_2_2_child_a1:hover {
  color: var(--darkblue);
}

.section_8 {
  width: 55%;
  margin: auto;
  text-align: center;
  font-family: "Gilroy-Medium", sans-serif;
  margin-bottom: 100px;
}

#section_8_p1 {
  color: var(--yellow);
  font-size: 17px;
  margin-top: 70px;
}

#section_8_p2 {
  font-size: 40px;
  font-weight: bold;
  color: var(--darkblue);
  margin-top: -1px;
}

#section_8_p3 {
  color: var(--lightblue);
  font-size: 18px;
}

#child {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 60px;
}

#child_img {
  width: 40%;
}

#child_details {
  width: 30%;
  padding: 2rem;
  /* border: 1px solid red; */
}

#child_details_p1 {
  color: var(--yellow);
  font-size: 17px;
  font-family: "Gilroy-Medium", sans-serif;
  padding-top: 50px;
}

#child_details_p2 {
  color: var(--darkblue);
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: bold;
  font-size: 40px;
}

#child_details_p3 {
  color: var(--lightblue);
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 20px;
}

#child_details_a1 {
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  font-family: "Gilroy-Medium", sans-serif;
}

.sector_10 {
  text-align: center;
  width: 60%;
  margin: auto;
  margin-top: 100px;
}

#sector_10_P1 {
  font-size: 50px;
  font-family: "Gilroy-Medium", sans-serif;
  color: var(--darkblue);
  font-weight: bold;
}

.sector_11 {
  height: 600px;
  border: 1px solid red;
}

.sector_12 {
  background-color: #f3f8fe;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 50px 50px 100px 50px;
}

#sector_12_left {
  width: 50%;
  padding: 1rem;
  padding-top: 50px;
  font-family: "Gilroy-Medium", sans-serif;
}

#sector_12_right {
  width: 70%;
  padding-top: 70px;
}

#sector_12_left_p1 {
  color: var(--darkblue);
  font-size: 50px;
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: bold;
}

#sector_12_left_p2 {
  font-size: 25px;
  color: var(--lightblue);
}

#sector_12_left_p2_span {
  color: #F5A425;
}


.heroMentorum {
  display: none !important;
}


#sector_12_left_p2_span:hover {
  cursor: pointer;
  color: var(--darkblue);
}

.grow {
  padding: 10px 10px 20px 20px;
  border-radius: 10px;
  height: 49px;
  width: 90%;
  margin: 5px 1% 5px 1%;
  float: left;
  position: relative;
  transition: height 0.2s;
  -webkit-transition: height 0.2s;
  /*   text-align: center; */
  overflow: hidden;
  transition: 1.5s;
  border: 1px solid rgb(190, 190, 239);
  /* padding: 2rem; */
  background-color: white;
  font-family: "Gilroy-Medium", sans-serif;
}

.grow:hover {
  height: 158px;
  /*   width: 50vw; */
}

#grow_p1 {
  color: var(--darkblue);
}

#grow_p2 {
  color: var(--lightblue);
}

#grow_p2_span {
  color: #F5A425;
}

#grow_p2_span:hover {
  color: var(--darkblue);
  cursor: pointer;
}

.sector_13 {
  height: 500px;
  background-image: url("../Images/product/Calendly_CTA_bg__1_.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  font-family: "Gilroy-Medium", sans-serif;
}

#sector_13_child {
  padding-top: 70px;
  width: 50%;
  margin: auto;
}

#sector_13_p1 {
  color: var(--white);
  font-size: 50px;
  font-weight: bold;
}

#sector_13_p2 {
  color: var(--white);
  font-size: 20px;
}

#sector_13_child_button {
  width: 60%;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
}

#signup {
  border: 0px;
  background-color: var(--yellow);
  color: white;
  margin: 8px 0px;
  padding: 10px 18px;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 18px;
  border-radius: 7px;
}

#signup:hover {
  background-color: #4283b8;
}

#sales {
  border: 0px;
  background: transparent;
  color: var(--white);
  margin: 8px 0px;
  padding: 10px 18px;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 18px;
  border-radius: 7px;
  border: 1px solid var(--white);
}

#sales:hover {
  background-color: var(--white);
  color: var(--yellow);
  border: 1px solid var(--yellow);
}

/* -------------------<design>---------------------- */
/* .sectionsTwo {
  margin-top: 100px;
}
#TabSelectors {
  display: flex;
  justify-content: center;
}
#TabSelectors > div {
  cursor: pointer;
  margin: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2px 30px;

  filter: brightness(0) saturate(100%) invert(36%) sepia(32%) saturate(581%)
    hue-rotate(169deg) brightness(98%) contrast(89%) opacity(0.8);
  border-bottom: 3.5px solid rgb(255, 255, 255);
}

#TabSelectors > div p {
  color: rgb(71, 103, 136);
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 700;
}
#TabSelectors > div img {
  width: 30px;
  margin: 5px;
}
.activeDesign {
  border-bottom: 3.5px solid rgb(32, 103, 210) !important;
  filter: brightness(0) saturate(100%) invert(39%) sepia(100%) saturate(5529%)
    hue-rotate(209deg) brightness(103%) contrast(105%) !important;
}

#salestabbox {
  display: flex;
}
#DesignTeamTabs {
  min-height: 560px !important;
}
.DesignTeamTabsChild {
  width: 100%;
  padding: 70px;

  display: none;
  transition: all 1000ms ease-in-out;
  justify-content: space-around;
}

.Designtabparas {
  width: 55%;
}
.Designtabparas > div > div > h3 {
  font-size: 1.35rem;
  font-weight: 500;
  color: rgb(11, 53, 88);
}
.Designtabparas > div > div > p {
  color: rgb(106, 102, 102);
}
.Designtabimgs {
  width: 43%;
}
.designsmolicons {
  padding: 13px;
  padding-top: 0px;
}
#LearnMore {
  font-size: 1.2rem;
  margin: 20px 48px;
  font-weight: 600;
} */
/* #footer {
  padding: 20px 100px;
} */

@media (min-width: 300px) and (max-width: 900px) {
  #cont1 {
    display: flex;
    flex-direction: column;
  }

  #take {
    font-size: 60px;
  }

  #calTag {
    font-size: 20px;
    margin-bottom: 30px !important;
  }

  #TagSimpli {
    font-size: 20px;
  }

  .analytics {
    flex-direction: column;
    text-align: center;
    justify-content: space-around;
    align-items: center;
  }

  #analytics_1 {
    width: 70%;
    margin-bottom: 50px;
  }

  #sec-div-2 img {
    width: 100%;
    border-radius: 10px;
  }

  #analytics_1_p2 {
    width: auto;
   margin-bottom: 15px !important;
  }

  #analytics_2 {
    width: 70%;
    margin-top: 50px;
  }

  .section_5 {
    width: 90%;
    align-items: center;
  }

  #section_7_2 {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  #section_7_2_1 {
    width: 80%;
  }

  #section_7_2_2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 90%;
  }

  #section_7_1 {
    width: auto;
  }

  #section_7_1_p1 {
    font-size: 35px;
  }

  /* sude baslangic */
  #section_7_2_sude {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  #section_7_2_1_sude {
    width: 86%;
    display: flex;
    justify-content: center;
  }

  #section_7_2_2_sude {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 90%;
  }

  .BlueWhiteBtn {

    margin: 8px 16px;
    padding: 4px 15px;

  }

  /* sude bitis */
  #child {
    flex-direction: column;
    align-items: center;
  }

  #child_img {
    width: 90%;
  }

  #child_details {
    /* text-align: */
    width: 90%;
  }

  #sector_10_P1 {
    font-size: 40px;
  }

  .secton_12 {
    flex-direction: column;
  }

  .sector_12 {
    background-color: #f3f8fe;
    display: flex;
    flex-direction: column;
    padding: 20px;
  }

  #sector_12_left {
    width: 100%;
  }

  #sector_12_right {
    min-width: 100%;
  }

  .grow{
    width: 90%;
  }

  .grow:nth-child(2):hover {
    height: 210px;
  }

  .grow:nth-child(3):hover {
    height: 250px;
  }

  .heroMentorum{
    display: flex;
    margin: 0 auto !important;
    border-radius: unset !important;
    margin-top: 50px !important;
    width: 85% !important;
  }

  .desktopHero{
    display: none !important;
  }
}

@media (min-width: 760px) and (max-width: 1000px) {
  #grow_p1 h2 {
    font-size: 16px !important;
    margin-bottom: 7px !important;
  }

  #sector_12_right {
    display: flex !important;
    width: 700px !important;
    flex-direction: column;
  }
  
  .sector_12 {
    padding: 40px;
  }
}