

/* Kiçik ekranlar (mobil cihazlar) üçün */
@media (max-width: 600px) {
  body {
      overflow-x: hidden;
  }
}

/* Orta ölçülü ekranlar (tablet cihazlar) üçün */
@media (min-width: 600px) and (max-width: 1200px) {
  body {
      overflow-x: hidden;
  }
}

/* Böyük ekranlar (desktop cihazlar) üçün */
@media (min-width: 1200px) {
  body {
      overflow-x: hidden;
  }
}









/**  CONTACT SECTION  **/

section.contact-us {
    background-image: url(../images/footer-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    position: relative;
  }
  
  section.contact-us:after {
    position: absolute;
    content: '';
    background-image: url(../images/footer-left-dec.png);
    left: 0px;
    top: 60px;
    width: 267px;
    height: 396px;
    z-index: 1;
  }
  
  section.contact-us .contact-info {
    background-color: #fff;
    margin-top: -30px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    z-index: 5;
    position: relative;
    padding: 20px;
  }
  
  section.contact-us .contact-info .icon i {
    float: left;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    /* background: rgb(219,138,222); */
    background: #2C94EA;
    /* background: linear-gradient(-145deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%); */
    /* background: linear-gradient(-145deg, #13547a 0%, #80d0c7 100%); */
    background: linear-gradient(15deg, #B900EF 0%, #2C94EA 100%);
    color: #fff;
  }
  
  section.contact-us .contact-info h4 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
  }
  
  section.contact-us .contact-info span {
    font-size: 15px;
    /* color: #dc8cdb; */
    color: #2C94EA;
    font-weight: 700;
  }
  
  section.contact-us .section-heading {
    text-align: left;
    margin-bottom: 40px;
  }
  
  section.contact-us #contact {
    margin-left: -100px;
    position: relative;
    z-index: 5;
    background-color: #fff;
    margin-top: 40px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding: 40px;
  }
  
  section.contact-us #contact input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background-color: #f4f7fb;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    color: #7a7a7a;
    padding: 0px 15px;
    margin-bottom: 30px;
  }
  
  section.contact-us #contact textarea {
    width: 100%;
    min-height: 140px;
    max-height: 180px;
    border-radius: 5px;
    background-color: #f4f7fb;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    color: #7a7a7a;
    padding: 15px;
    margin-bottom: 30px;
  }
  
  section.contact-us #contact button {
    float: right;
    font-size: 13px;
    color: #fff;
    /* background: rgb(219,138,222); */
    background: #2C94EA;
    /* background: linear-gradient(-145deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%); */
    /* background: linear-gradient(-145deg, #13547a 0%, #80d0c7 100%); */
    background: linear-gradient(15deg, #B900EF 0%, #2C94EA 100%);;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
    transition: all .3s;
    border: none;
    outline: none;
  }
  
  section.contact-us #contact button:hover {
    opacity: 0.9;
    background: linear-gradient(15deg, #2C94EA 0%, #B900EF 100%);
  }

  section.contact-us ul.social-icons li {
    display: inline-block;
    margin: 0px 5px;
  }
  
  section.contact-us ul.social-icons {
    text-align: center;
    margin-top: 70px;
  }
  
  section.contact-us ul.social-icons li a {
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    /* background-color: #fff; */
    /* background-color: #2C94EA; */
    background: linear-gradient(15deg, #B900EF 0%, #2C94EA 100%);;
    /* color: #dc8cdb; */
    color: #fff;
    border-radius: 50%;
    transition: all .5s;
  }
  
  section.contact-us ul.social-icons li a:hover {
    /* background-color: #dc8cdb; */
    /* background-color: #13547a; */
    background: linear-gradient(15deg, #2C94EA 0%, #B900EF 100%);
    color: #fff;
  }
  .section-padding-contact {
    padding-top: 100px !important;
    padding-bottom: 50px;
  }

  /***  RESPONSIVE  ***/

  @media (max-width: 992px) {
    
    section.contact-us .contact-info {
      margin-top: 15px;
    }
    section.contact-us #contact {
      margin-left: 0px;
    }
    section.contact-us #contact button {
      float: none;
    }
    
  }
  

/**  CONTACT SECTION END  **/



/**  SYLLABYS SECTION   **/





.syllabus-btn{
    border-radius: 100px;;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    transition: all 0.3s;
    padding: 10px 20px;

    background: transparent;
    border: 2px solid #80d0c7;
    color: #80d0c7;
}

.syllabus-btn:hover {
    background: #80d0c7;
    border-color: transparent;
    color: #ffffff;
  }


.section-overlay-syllabus{
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    /* border-radius: 80px 80px 80px 80px; */
}
.section-overlay-syllabus + .container {
    position: relative;
  }

section.simple-cta {
    /* background-image: url(../images/cta-bg.png); */
    background-image: url(../images/syllabuss.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    padding: 180px 0px 180px 0px;
    border-radius: 80px 80px 80px 80px;
  }
  
  section.simple-cta .left-image {
    margin-right: 45px;
  }
  
  section.simple-cta h6 {
    font-size: 17px;
    color: #fff;
  }
  
  section.simple-cta h4 {
    font-size: 62px;
    font-weight: 900;
    color: #fff;
    line-height: 74px;
    margin-top: 20px;
  }
  
  section.simple-cta p {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 40px;
  }



  @media (max-width: 992px) {
    section.simple-cta {
      margin-top: 0px;
    }
    section.simple-cta .left-image {
      margin-right: 0px;
      margin-bottom: 45px;
    }
  }




/** SYLLABYS SECTION END  **/
 
  