/*===== GOOGLE FONTS =====*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");
/*===== VARIABLES CSS =====*/
:root{
  --header-height: 3rem;

  /*===== Colors =====rgb(255,120,74)*/
  --first-color: white;
  --first-color-dark: rgb(255,120,74);
  --first-color-darken: rgb(218,155,91);
  --white-color: black;
  
  /*===== Font and typography =====*/
  --body-font: 'Poppins', sans-serif;
  --big-font-size: 4rem;
  --big2-font-size: 2rem;
  --big3-font-size: 1rem;
  --h1-font-size: 1.5rem;
  --h2-font-size: 1.25rem;
  --h3-font-size: 1rem;
  --normal-font-size: .938rem;
  --small-font-size: .813rem;
  --smaller-font-size: .75rem;
  
  /*===== z index =====*/
  --z-fixed: 100;
}

@media screen and (min-width: 768px){
  :root{
    --big-font-size: 5rem;
    --normal-font-size: 1rem;
  }
}

/*===== BASE =====*/
*,::before,::after{
  box-sizing: border-box;
}

body{
  margin: var(--header-height) 0 0 0;
  padding: 0;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  font-weight: 500;
}

h1,p,ul{
  margin: 0;
}



ul{
  padding: 0;
  list-style: none;
}

a{
  text-decoration: none;
}

img{
  max-width: 100%;
  height: auto;
}

/*===== LAYOUT =====*/
.bd-grid{
  max-width: 1024px;
  display: grid;
  grid-template-columns: 100%;
  column-gap: 2rem;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}

.l-header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-fixed);
  background-color: var(--first-color);
}

/*===== NAV =====*/
.nav{
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px){
  .nav__menu{
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100%;
    padding: 3.5rem 1.5rem 0;
    background: rgba(255,255,255,.3);
    backdrop-filter: blur(10px);
    transition: .5s;
  }
}

.nav__close{
  position: absolute;
  top: .75rem;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
}

.nav__item{
  margin-bottom: 2rem;
}

.nav__close, .nav__link, .nav__logo, .nav__toggle{
  color: var(--white-color);
  transition: .3s;
}

/*-----new codes----*/
.highlight {
  color: var(--first-color-dark); /* İstediğiniz rengi seçin */
  font-weight: bold; /* Vurgulamak için isteğe bağlı */
}


::selection {
  background-color: white; /* Seçili metnin arka plan rengi */
  color: var(--first-color-dark); /* Seçili metnin yazı rengi */
}
/*------new codes---*/

.nav__link:hover{
  color: var(--first-color-dark);
}

.nav__toggle{
  font-size: 1.5rem;
  cursor: pointer;
}

/*=== Show menu ===*/
.show{
  right: 0;
}

/*===== HOME =====*/
.home{
  background-color: var(--first-color);
  overflow: hidden;
}

.home__container{
  height: calc(100vh - var(--header-height));
  grid-template-rows: repeat(2, max-content);
  row-gap: 1.5rem;
}

.home__img{
  position: relative;
  padding-top: 1.5rem;
  justify-self: center;
  width: 375px;
  height: 289px;
}

.home__img img{
  position: absolute;
  top: 0;
  left: 0;
}

.home__data{
  color: var(--white-color);
}

.home__title{
  font-size: var(--big-font-size);
  line-height: 1.3;
  margin-bottom: 1rem;
  color: var(--first-color-dark);
}

.home__description{
  font-size: var(--smaller-font-size);
  margin-bottom: 2.5rem;
  color: var(--white-color);
}

.home__button{
  display: inline-block;
  background-color: var(--white-color);
  color: var(--first-color);
  padding: 1.125rem 3.375rem;
  border-radius: 0.75rem;
}

.home__button:hover{
  background-color: var(--white-color);
  color: var(--first-color-dark);
}

/* ===== MEDIA QUERIES =====*/
@media screen and (min-width: 768px){
  body{
    margin: 0;
  }
  
  .nav{
    height: calc(var(--header-height) + 1.5rem);
  }

  .nav__toggle, .nav__close{
    display: none;
  }

  .nav__list{
    display: flex;
  }

  .nav__item{
    margin-left: 3rem;
    margin-bottom: 0;
  }

  .home__container{
    height: 100vh;
    grid-template-columns: repeat(2, max-content);
    grid-template-rows:  1fr;
    row-gap: 0;
    align-items: center;
    justify-content: center;
  }
  
  .home__img{
    order: 1;
    width: 375px;
    height: 289px;
  }

  .home__img img{
    width: 375px;
  }
}

@media screen and (min-width: 1024px){
  .bd-grid{
    margin-left: auto;
    margin-right: auto;
  }

  .home__container{
    justify-content: initial;
    column-gap: 4.5rem;
  }

  .home__img{
    width: 604px;
    height: 466px;
  }

  .home__img img{
    width: 604px;
  }
}

@media screen and (max-width: 768px){
/*br {
    display: none;
  }*/

  h1 {
    padding: 20px 0px 0px 0px;
  }
}
















.top-course-area {
  background-color: white;
  padding: 120px 0;
}

.section-gap {
  padding: 120px 0;
}

.container {
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.menu-content {
  padding-bottom: 60px;
}

.pb-60 {
  padding-bottom: 0px;
}

.title.text-center {
  text-align: center;
}

.course-left, .course-right {
  display: flex;
  flex-direction: column;
}

.single-course {
  background: white;
  padding: 0px 10px;
  margin-bottom: 0px;
  text-align: left;
  border-radius: 5px;
}

.lnr {
  font-size: 40px;
  color: black;
	line-height: 1.4;
}

.img-fluid {
  max-width: 80%;
  height: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.d-block {
  display: block;
}

.col-lg-3, .col-lg-6, .col-lg-10 {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-lg-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}


@media (min-width: 576px) {
  .container {
    max-width: auto;
  }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: auto;
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .container {
    width: 100%;
    display: block;
  }
}

@media (max-width: 767.98px) {
  .container {
    width: 100%;
    display: block;
  }
}

@media (max-width: 991.98px) {
  .container {
    width: 100%;
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .container {
    width: 100%;
    display: block;
  }
}

@media (max-width: 991.98px) {
}

@media (max-width: 767.98px) {
  .col-lg-3, .col-lg-6, .col-lg-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}



.course__title{
  font-size: var(--big3-font-size);
  line-height: 1.3;
  margin-bottom: 1rem;
  color: var(--white-color);
}

.course__description{
  font-size: var(--smaller-font-size);
  margin-bottom: .5rem;
  color: var(--white-color);
}

.topcourse__title{
  font-size: var(--big2-font-size);
  line-height: 1.3;
  margin-bottom: 1rem;
  color: var(--white-color);
}

@media screen and (max-width: 992px){
  .img-fluid {
    max-width: 70%;
    height: auto;
  }
}

@media screen and (max-width: 768px){
  .img-fluid {
    max-width: 40%;
    height: auto;
  }
}

























.main-wrapper{
  overflow-x: hidden;
}
.faq-container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}
.faq-title {
  margin: 3rem 0 2.4rem 0;
  text-align: center;
  text-transform: capitalize;
}
.faq-content{
  display: grid;
  grid-template-columns: 100%;
  row-gap: 1rem;
}
.faq-right-content, .faq-left-content{
  padding: 1.2rem;
}
.faq-left-content{
  text-align: center;
}
.faq-left-content img{
  width: 40%;
  display: block;
  margin: auto auto;
}
.faq-left-content p{
  font-weight: 400;
  opacity: 0.95;
  max-width: 400px;
  margin: 0 auto;
  line-height: 1.8;
}
.faq-item{
  margin-bottom: 1rem;
}
.faq-item-head{
  color: #fff;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(90deg, orange 0%, orange 100%);
  box-shadow: 0 0 5px 0 rgb(255, 88, 96, 0.5);
  opacity: 0.85;
  padding: 0.6rem 1rem;
  border-radius: 9px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.faq-item-head:hover{
  box-shadow: 0 0 15px 0 rgb(255, 88, 96, 0.5);
}
.faq-item-icon{
  cursor: pointer;
}
.faq-item-body{
  overflow: hidden;
  max-height: 0;
  background: white;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.faq-item-body p{
  font-weight: 300;
  padding: 1rem;
}
.show-para{
  max-height: 1000px; /* js related */
}


@media screen and (min-width: 992px){
  .faq-left-content{
      text-align: left;
  }
  .faq-left-content img{
      width: 60%;
      margin-left: 0;
  }
  .faq-left-content p{
      margin-left: 0;
      max-width: 460px;
  }
  .faq-content{
      grid-template-columns: repeat(2, 1fr);
  }
}
































/*=============== REUSABLE CSS CLASSES ===============*/
.fcontainer {
  max-width: 1024px;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.fgrid {
  display: grid;
  gap: 1.5rem;
}

.fsection {
  padding: 2rem 0 2rem;
}

.fsection__title {
  font-size: var(--h2-font-size);
  text-align: center;
  margin-bottom: 2.5rem;
}


/*=============== FOOTER ===============*/
.footer {
  position: relative;
  overflow: hidden;
}

.footer .shape__big,
.footer .shape__small {
  position: absolute;
}


.footer__container {
  row-gap: 1rem;
  position: relative;
}




.footer__title {
  margin-bottom: 0.5rem;
  font-size: var(--h3-font-size);
}

.footer__links {
  display: flex;
  flex-direction: column;
  row-gap: .5rem;
}

.footer__link,
.footer__social-link {
  color: var(--text-color);
  transition: .3s;
}

.footer__link:hover,
.footer__social-link:hover {
  color: var(--first-color-dark);
}

.footer__social {
  display: flex;
  column-gap: 1.5rem;
}

.footer__social-link {
  font-size: 1.25rem;
}

.footer__copy {
  display: block;
  margin-top: 2rem;
  text-align: center;
  font-size: var(--smaller-font-size);
  color: var(--text-color-light);
}






/*=============== BREAKPOINTS ===============*/

@media screen and (min-width: 767px) {
  .fsection {
    padding: 7rem 0 2rem;
  }

  .footer__container {
    display: flex;
    justify-content: space-between;
  }
}

/* For large devices */
@media screen and (min-width: 1040px) {
  .fcontainer {
    margin-left: auto;
    margin-right: auto;
  }


  .footer__container {
    grid-template-columns: repeat(4, max-content);
    justify-content: space-between;
  }
  .footer__title {
    margin-bottom: 1rem;
  }
  .footer__link {
    row-gap: .75rem;
  }
  .footer__social {
    font-size: 1.5rem;
  }
  .footer__copy {
    margin-top: 8rem;
    padding-bottom: 1rem;
  }
}




















































@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

 
/* common styles */
section{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    margin-top: 2em;
}

.gridSection{
    display: grid;
    align-items: center;
    gap: 40px;
    margin-bottom: 5em;
}

#sectionPic{
    width: 100%;
    max-width: 550px;
    margin: auto;
}

.sectionPic img{
    width: 100%;
}

p{
    color: var(--first-color-dark);
}



.btn{
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: transparent;
    color: var(--first-color);
    font-size: 1.1rem;
    padding: .7em 1.5em;
    cursor: pointer;
}

.btn:hover{
  color: var(--first-color-dark);
}

.primaryBtn{
    background-color: var(--white-color);
}

.bouncepic img{
   animation: bounce 15s infinite;    
}









body{
   font-family: 'Poppins', sans-serif;
   background-color: var(--first-color);
   color: var(--white-color);
}




/* Contact page */
.contactSection{
   margin-top: 2em;
}
.contactformContainer{
   display: flex;
   flex-direction: column;
   order: 1;
}

.contactPic{
   order: 0;
   width: 150px;
   background-color: rgba(255, 255, 255,.05);
   border-top-left-radius: 20%;
   
}

.contactPic img{
   width: 100%;
}

.contactForm div{
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 20px;
}

.contactInput{
   width: 100%;
   font-size: 1rem;
   padding: 1em;
   margin-bottom: 1em;
   border-radius: 10px;
   border: none;
   outline: none;
   border: 0.5px solid var(--white-color);
   background-color: transparent;
   resize: none;
   color: var(--white-color);
}

.contactInput::placeholder{
   color: var(--first-color-dark);
   text-transform: capitalize;
}

.contactBtn{
   width: 200px;
}

.addressHeader{
   text-align: center;
   color: var(--white-color);
   margin-bottom: 2em;
}

.person{
 display: grid;
 grid-template-columns: 1fr 1fr 1fr ;
 gap: 20px;
 justify-content: space-between;
 width: 90%;
 max-width: 1100px;
 margin: auto;
}

.address {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto; /* Ortalamak için */
  justify-items: center; /* İç elemanları ortalar */
}


.eachAddress h1{
   color: var(--white-color);
   margin-bottom: .1em;
   font-size: 1.5rem;
}

.eachAddress p{
   margin-bottom: .1em;
}

@media screen and (min-width:800px) {
   .contactformContainer{
       order: 0;
   }
   
   .contactPic{
       order: 1;
   }

   
}


.phone__button{
  display: inline-block;
  background-color: var(--first-color);
  color: var(--white-color);
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  line-height: 2rem;
}

.phone__button:hover{
  background-color: var(--first-color);
  color: var(--first-color-dark);
}