:root{
  --primary-color: #FA7F08;
  --primary-bg: #fdf6e8;
  --secondary-color: #FFB923;
  --secondary-bg: #fdda82;
  --primnary-color-light: #f28b05;
  --secondary-color-light: #C4BDED;
  --third-color: #B0C1DA;
  --dark-color: #000;
  --light-color: #0c0b0b;
}


@media (max-width: 992px) {

    .site-logo .image {
      height: auto;
      max-height: 70px;
    }
    /* carousel positon */
    .carousel-pos{
      margin-top: -20%;
    }

    .banner-top-pos {
        margin-top: 15%;
    }

    .getInTouch-button {
        width: 50%;
    }
    .whatsapp-button {
        width: 50%;
    }

    .site-blocks-cover, .site-blocks-cover > .container > .row {
        height: 100%;
        min-height: 700px;
    }
    
    .tutor-img{
        width: 25% ;
        height: 25% ;
    }

   .techinnoexpert .cardsContainer {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(min(100%), 1fr));
  }

  .right-modal-img {
    right: 1.5rem;
  }
  
  .right-modal-img .whatsapp {
    font-size: 1.4em;
    padding: 0.04em 0.4em;
  }

  .right-modal-img .uparrow {
    font-size: 0.9em;
    padding: 0.3em 0.6em;
    margin-bottom: 0.3em;
  }
}


@media (max-width: 776px) {

  
  .flex-sm-column{
    display: flex;
    flex: column;
    gap: 10px;
  }

  /* about me-section */
  .tutor-img{
      width: 100% ;
      height: auto ;
      border-radius: 20px;
  }
    
  /* hero sections */
   .banner-top-pos {
        margin-top: 15%;
    }


    .whatsapp-button{
      width: 100%;
    }
     .getInTouch-button{
      width: 100%;
      margin-top: 8px;
    }

    .site-blocks-cover, .site-blocks-cover > .container > .row {
        height: 100%;
        min-height: 700px;
    }

    .site-blocks-cover p{
        font-size: 1.1rem
    }

    .tech {
        padding: 30px 10px !important;
    }

    .owl-carousel.owl-drag .owl-item img{
        max-height: 1000px;
        margin: auto;
        width: 100%;
        border-radius: 100px 0px 100px 0;
    }

    .standard-margin .mobile_view{
        font-size: 1.6rem;

    }
    .standard-margin p{
        text-align: justify !important;
        padding: 0 10px;
    }

    .section-heading{
        font-size: 1.75rem;
    }
    .text-align {
        text-align: justify !important;
    }

    .spec-card {
       width: 100%;
    }
    .spec-card h3 {
        padding: 8px 20px;
        width: fit-content;
    }
    .list-style2 li {
        padding: 5px 10px;
        padding-left: 30px;
        margin-bottom: 0px;
    }

    .disclaimer-blocks-cover .banner-top-pos{
      margin-top: 0%;
      
    }
    .disclaimer-blocks-cover{
      display: flex;
      align-items: center;
      justify-content: center;
    }

  .site-footer{
    padding: 3em 0;
  }

}


@media (max-width:440px) {
    .banner-top-pos {
        margin-top: 30%;
    }

    .banner-top-pos h1{
      font-size: 1.7rem;
    }
  
}