@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&amp;family=Noto+Sans+Georgian:wght@100;200;300;400;500;600;700;800;900&amp;family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&amp;family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&amp;family=Roboto:wght@100;300;400;500;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'roboto', sans-serif;

}


/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #bde5ff;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #03A791;
  }
  /* scroll behavier */
  html {
    scroll-behavior: smooth;
  }
.homeMain{
    background-color: #bde5ff;
    position: relative;
}
.homeMainSec1{
    display: flex;
    background-image: url('../../../assets/MainPage/HomePage/Home_BG.html');
    background-position: center;
    background-size: cover;
    padding: 10% 0% 5%;
}
.homeMainSec1_sub1 {
    width: 30%;
    text-align: center;
    position: relative;
}
.homeMainSec2_sub2 {
    width: 70%;
}
.Allpersons{
    display: flex;
    gap: 31px;
    justify-content: center;
}
/*.title-area{text-align:left !important;}*/
.Teachnook_quote{
    line-height: 1.5;
    margin: 15% 0 0;
}
.Teachnook_quote span{
    color: #003e36 !important;
    position: relative;
    font-size: 40px;
    font-weight: 900;
}
.Teachnook_quote span::before{
    position: absolute;
    bottom: 0;
        left: 2px;
    content: "";
    background-color: #81E7AF;
    height: 3px;
    width: 99%;
}
.Teachnook_quote span:nth-of-type(1){
   margin: 0 0 0 -25%;
}
.Teachnook_quote span:nth-of-type(2){
   margin: 0 0 0 -13%;
}
.Teachnook_quote span:nth-of-type(3){
    margin: 0 0 0 -20%;
}
.Teachnook_quote span:nth-of-type(4){
    margin: 0 0 0 10%;
}
.homeMainSec1_sub1>a{
    text-decoration: none;
    color: #000;
    background-color: #81E7AF;
    border-radius: 14px;
    padding: 4.3% 7%;
    font-weight: 900;
    font-size: 22px;
    position: absolute;
    bottom: 0;
    display: inline-block;
    right: 0;
}

.ParentEffect{
    position: relative;
    overflow: hidden;
    width: 20%;
    border-radius: 12px;
    z-index: 0;
    transition: width 0.7s ease-in-out;
    cursor: pointer;
}

.eachPerson h4{
    position: absolute;
    bottom: 4%;
    left: 5%;
    color: #FFFFFF;
    transform-origin: 7px 0;
    transform: rotate(270deg);
    font-size: 23px;
    transition: all 0.5s;
    min-width: fit-content
}
.eachPerson h4>a{
color: white;
text-decoration: none;
}
.eachPerson>h4::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -24px;
    margin: 5px 0 0 0;
    height: 68px;
    width: 68%;
    z-index: -1;
    background-color: #AD2706;
}
:after,
:before,
*{
    box-sizing: border-box;
}
.container {
  width:1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
body {
  margin: 0;
  font-family: 'Rajdhani', sans-serif;
}
h2 {
      line-height:1.1;
}
.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
  
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
display:none;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 710px;
  transition:all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 420px;
  }
  .container{width:100% !important;}
}

@media (max-width: 767px) {
  .hero-style{
    height: 420px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 70px;
  font-weight: 600;
  line-height: 75px;
  border-radius:8px;
  background: #1813139e;
    padding: 10px;
    color: #fff ;
  margin: 0 0 40px;
   font-family: "Lato", sans-serif;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Rajdhani;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
    background-color: #ffffff;
    font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color:#2b3b95;
    padding: 9px 32px;
    border: 0; 
  border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
  transition:all .4s ease;
}
a {
    text-decoration: none;
    transition: all 0.2s ease;
}
.theme-btn-s2{
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color:#2e8ac9 ;
    color: #fff;
}
.theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}
a:hover {
    text-decoration: none;
}
@media (max-width: 991px){
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px){
  .theme-btn, .theme-btn-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
}
/* --------------section2------------------ */
.homeMainSec2-bg{
    display: flex;
    justify-content: center;
    color: white;
    background-color: #0a312c;
    margin: 2% 5%;
    border-radius:41px;
    padding: 3% 0 0;
}
.homeMainSec2-Sub1,.homeMainSec2-Sub2{
    width: 50%;
}
.homeMainSec2-Sub2 h2{
    text-align: left;
    line-height: 52px;
}
.homeMainSec2-Sub1{
    /* text-align: center; */
    position: relative;
    left: -5%;
}
.homeMainSec2-Sub1>img:nth-of-type(1){
    width: 85%;
}
.homeMainSec2-Sub1-quotes {
    width: 50%;
    background-color: white;
    border: 1px solid #F98541;
    border-radius: 5px;
    padding: 4% 2%;
    position: absolute;
    margin: 0 auto;
    left: 16%;
    font-weight: 500;
    bottom: 11%;
    color: #3A3A3A;
    font-size: 14px;
    text-align: center;
}
.homeMainSec2-Sub1-quotes>img{
    display: block;
    margin: -12% 0 5%;
}
.sec2Img-des{margin: 0 0 4px 0 !important;
    text-align:left;
}
.sec2-sub2-ImgPart>img{
    width: 52px;
    height:52px !important;
    display: block;
      margin: 0 26px 0 0;
}
.sec2Img-des>span:nth-of-type(1){
    font-size: 12px;
    font-weight: 900;
}
.sec2Img-des>span:nth-of-type(2){
    font-size: 12px;
    color: #7ee2ac;
    font-weight: 900;
}

.sec2-sub2-ImgPart {
    min-width: fit-content;
}

.EachInstruction {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .instructionContent {
    padding: 0 3% 0 0;
} */
.sec2-sub2-ImgPart {
    /* min-width: fit-content; */
    width: 30%;
    text-align: center;
    display: flex;
    gap: 6px;
}
.EachInstruction {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 0 0 3%;
    align-items: center;
}
.allInstruction {
    margin: 9% 0 0;
}
/* ============section3========== */

.homeMainSec3{
    text-align: center;
}
.homeMainSec3-sub1 {
    background-image: url(../img/MainPage/HomePage/sec3Img.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: end;
    padding: 2% 0 0%;
}
.homeMainSec3-sub1>.allInstruction{
    width: 42%;
    text-align: left;
    backdrop-filter: blur(80px);
    color: #494848;
    padding: 2% 1%;
    margin: 1% 10% 8% 0;
}
.homeMainSec3>h2{
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin: 3% 0 0;
}
.homeMainSec3>h2::before{
    content: "";
    position: absolute;
    bottom: -5px;
    width: 50%;
    background-color: #F98541;
    left: 0;
    height: 2px;
}
.instructionContent {
   font-size: 14px;
    font-weight: 400;
    /* padding: 0 2% 0 0; */
    width: 64%;
    line-height: 21px;
}
.homeMainSec2-Sub2 {
    padding: 0 2% 0 0;
}



/* ==============section4============== */
.homeMainSec4-sub1{
    background-color: #090909;
    border-radius: 10px;
    color: white;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 0 3%;
}
.homeMainSec4-sub1-contentPart{
    width: 40%;
    padding: 0 0 0 7%;
}
.homeMainSec4{
    padding: 5% 0 0%;
}
.changeByImage-part{
    width: 60%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.circleRemote{
    border-radius: 0 100% 100% 0/0 50% 50% 0;
    border-right: 4px dashed #03A791;
    height: 27rem;
    width: 14rem;
    margin: 0 0 0 -10%;
    position: relative;
}
.displayImage>img{
    width: 85%;
}
.sec-text {color:#fff;}
.displayImage {
    text-align: right;
}
.homeMainSec4-sub1-contentPart h3{
    color:#fff;
    font-size: 23px;
    position: relative;
    font-weight: 700;
}
.homeMainSec4-sub1-contentPart h3::before{
    content: "";
    position: absolute;
    left: 2px;
    width: 19%;
    height: 3px;
    background-color: #03A791;
    bottom: -5px;
}
.homeMainSec4-sub1-contentPart>p{
  font-size: 17px;
  opacity: 0.7;
  font-weight: 400;
  margin: 7% 0 11%;
}
.homeMainSec4-sub1-contentPart>a{
    text-decoration: none;
    color: white;
    font-size: 22px;
    font-weight: bold;
    background-color: #03A791;
    padding: 4.5% 10%;
    border-radius: 8px;
    display: inline-block;
}
 .imgBody{
    position: absolute;
    width: 32%;
    cursor: pointer;
}
.imgBody.active{
    animation: plus 1.5s infinite;
    border-radius: 50%;
}
@keyframes plus{
    0%{
        box-shadow: 0 0 0 0 rgb(235, 81, 43, 1);
    }
    100%{
        box-shadow:  0 0 0 23px rgb(235, 81, 43, 0);
    }   
}

.imgBody>img{
   width: 100%;
}
.circleRemote .imgBody:nth-of-type(1){
    top: -8%;
    left: 2%;
}
.circleRemote .imgBody:nth-of-type(2){
    top: 44%;
    right: -15%;
}
.circleRemote .imgBody:nth-of-type(3){
    top: 90%;
    right: 70%;
}
/* .circleRemote .imgBody:nth-of-type(1){
    top: -8%;
    left: 2%;
}
.circleRemote .imgBody:nth-of-type(2){
    top: 3%;
    right: 15%;
}
.circleRemote .imgBody:nth-of-type(3){
    top: 23%;
    right: -13%;
}
.circleRemote .imgBody:nth-of-type(4){
    bottom: 30%;
    right: -15%;
}
.circleRemote .imgBody:nth-of-type(5){
    bottom: 8%;
    right: 9%;
}
.circleRemote .imgBody:nth-of-type(6){
    left: 10%;
    bottom: -5%;
} */
/* ===========section5========= */
.homeMainSec5{
    text-align: center;
    padding: 5% 0 2%;
}
.homeMainSec5-sub1{
    background-image: url('../../assets/MainPage/HomePage/worldImg.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5% 6%
}
.homeMainSec5-sub1 .owl-carousel .owl-item img {
    width: 44%;
    margin: auto;
}
.homeMainSec5>h2{
    font-size: 30px;
    font-weight: 700;
}
.homeMainSec5>p{
    color: #090909;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0 0;
}
.markline{
    width: 25%;
    display: inline-block;
    height: 2px;
    background-color: black;
    border: none;
    transform: rotate(90deg);
    position: relative;
}
.markOne::before{
    content: "";
    position: absolute;
    left: -3px;
    top: -4px;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    background-color: black;
}
.markTwo::after{
    content: "";
    position: absolute;
    right: -3px;
    bottom: -4px;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    background-color: black;
}
.eachWork p {
    font-size: 13px;
    font-weight: 500;
}
.markOne{
    margin: 17% auto 1%;
}
.markTwo{
    margin: 4% 0 11%;
}
/* ===========section6========= */
.testimonialDesc{
    border: 1px solid #03A791;
    box-shadow: 0px 3px 20px #F38C042B;
    border-radius: 6px;
    background-color: #FFFFFF;
    text-align: center;
    padding: 36% 4% 4%;
    height:300px;
}
section.homeMainSec6 {
    padding: 3% 5%;
    text-align: center;
}
.homeMainSec6>h2{
    position: relative;
    width: fit-content;
    margin: auto;

}
.homeMainSec6>p{
    color: #535353;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 26% 14px;
    line-height: 24px;
}
.homeMainSec6>h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 70%;
    height: 3px;
    background-color: #fad195;

}
.testimonialDesc>h3{
    font-size: 13px;
    font-weight: 600;
    color: #747272;
}
.testimonialDesc>p:nth-of-type(1){
    color:#000000;
    font-size: 15px;
    font-weight: 600;
    padding: 3% 0 4%;
}
.testimonialDesc>p:nth-of-type(2){
    color: #2C2C2C;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.homeMainsec6Testimonials .owl-carousel .owl-item img {
  display: block;
    width: 43%;
    margin: 0 auto -32%;
    border-radius: 50%;
    height: 125px;
    object-fit: cover;
    object-position: center;
}
.eachTestimonial {
    padding: 0 6%;
}

.eachTestimonial img{
    object-fit: cover;
    height: 171px;
    width: 1171px;
}
/* =======owl buttons===== */
.homeMainsec6Testimonials .owl-carousel .owl-nav button.owl-prev span,.homeMainsec6Testimonials .owl-carousel .owl-nav button.owl-next span{
    display: none;
}
.homeMainsec6Testimonials .owl-carousel .owl-nav button.owl-next{
    height: 35px;
    width: 35px;
    background-image: url('../../assets/MainPage/HomePage/rightActive.png');
    background-size: 100% 100%;
}
.homeMainsec6Testimonials .owl-carousel .owl-nav button.owl-prev{
    height: 35px;
    width: 35px;
    background-image: url('../../assets/MainPage/HomePage/leftactive.png');
    background-size: 100% 100%;
}
.homeMainsec6Testimonials .owl-carousel .owl-nav button.owl-prev.disabled{
    height: 35px;
    width: 35px;
    background-image: url('../../assets/MainPage/HomePage/leftInactive.png');
    background-size: 100% 100%;
    margin-top: 25px;
}
.homeMainsec6Testimonials .owl-carousel .owl-nav button.owl-next.disabled{
    height: 35px;
    width: 35px;
    background-image: url('../../assets/MainPage/HomePage/rightInactive.png');
    background-size: 100% 100%;
    margin-top: 25px;

}
.homeMainsec6Testimonials  .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}
/* ============ */


/* =========section8=========== */
.homeMainSec8-sub1{
    background-image: url('../../assets/MainPage/HomePage/sec8bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 90%;
    margin: 0 auto 0;
    text-align: center;
    color: white;
    padding:3% 0;
    border-radius: 7px;

}
.homeMainSec8-sub1>h3{
    font-size: 22px;
    font-weight: 700;
}
.homeMainSec8-sub1>p{
     color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 1.5% 29%;
    line-height: 24px;
}
.homeMainSec8-sub1>a{
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 700;
    background-color: #03A791;
    padding: 1.3% 4%;
    display: inline-block;
    border-radius: 5px;
}
section.homeMainsec8 {
    padding: 4% 0;
}
.sec1Mob{
    display: none;
}
.Section1Owl{
    display: none;
}
/* ==========mobile version========= */
@media screen and (max-width:1160px) {
    .eachPerson>img {
        height: 450px;
    }
    .homeMainSec1_sub1>a {
        font-weight: 600;
        font-size: 19px;
    }
    .Teachnook_quote span {
        font-size: 54px;
    }
    .homeMainSec3-sub1>.allInstruction {
        width: 52%;
        margin: 3% 10% 6% 0;
    }
    .circleRemote {
        margin: 0 0 0 -21%;
        height: 25rem;
    }
    .displayImage>img {
        width: 73%;
    }
}
@media screen and (max-width:1000px) {
    .homeMainSec2-Sub1-quotes {
        font-size: 12px;
    }
    .homeMainSec2-Sub2>h2{
        font-size: 22px;
    }
    .instructionContent {
        font-size: 15px;
    }
    .sec2-sub2-ImgPart>img {
        width: 28px;
        height: 28px;
    }
    .homeMainSec4-sub1-contentPart {
        padding: 0 0 0 2%;
    }
    .homeMainSec4-sub1-contentPart>a {
        font-size: 17px;
        font-weight: 500;
        padding: 5% 14%;
}
.homeMainSec4-sub1 {
    width: 95%;
}
.changeByImage-part {
    justify-content: flex-start;
}
.displayImage {
    text-align: center;
}
.circleRemote {
    margin: 0px 0 0 -38%;
}
.homeMainSec5-sub1 {
    padding: 5% 0% 6% 5%;
}
.homeMainSec6>p {
        padding: 20px 13% 16px;
}
.homeMainSec8-sub1>p {
    padding: 2% 24%;
}
.imgBody {
    width: 29%;
}
.homeMainSec1{
    padding: 14% 0% 5%;
}
}
@media screen and (max-width:900px) {
    .eachPerson>h4 {
        font-size: 21px;
    }
    .Teachnook_quote {
        margin: 20% 0 0;
    }
    .Teachnook_quote span {
        font-size: 50px;
    }
    .homeMainSec1_sub1>a {
    font-weight: 500;
    border-radius: 8px;
    padding: 5% 9%;
    }
    .homeMainSec2-bg {
        margin: 0% 3%;
    }
    .homeMainSec8-sub1>p {
        padding: 2% 17%;
    }
    .homeMainSec8-sub1>h3 {
        font-size: 20px;
    }
    .homeMainSec8-sub1>a {
        font-size: 16px;
    }
}
@media screen and (max-width:830px) {
    .circleRemote>.imgBody {
        width: 31%;
    }
    .displayImage>img {
        width: 61%;
    }
    .circleRemote {
        /* margin: 0 0 0 -21%; */
        height: 23rem;
        width: 12rem;
    }
}
@media screen and (max-width:780px) {
    .homeMainSec4-sub1 {
        flex-direction: column;
        gap: 60px;
    }    
    .homeMainSec4-sub1-contentPart {
        padding: 0 6% 0%;
        width: 100%;
    }
    .displayImage>img {
        width: 71%;
    }
}
@media screen and (max-width:730px) {
    .homeMainsec6Testimonials .owl-carousel .owl-item img{height:95px;}
    .eachPerson>img {
        height: 405px;
    }
    .Teachnook_quote span {
        font-size: 47px;
    }
    .homeMainSec3>h2 {
        font-size: 24px;
    }
    .circleRemote>.imgBody:nth-of-type(6) {
        left: -2%;
        bottom: -8%;
    }
    /* .circleRemote {
        margin: 0px 0 0 0%;
    } */
    .circleRemote {
        transform: rotate(90deg);
        margin: -55% 0 0 0;
        height: 27rem;
         width: 13rem;
    }
    .changeByImage-part {
        flex-direction: column;
    }
    .homeMainSec4-sub1-contentPart>p {
        margin: 5% 0 8%;
        line-height: 25px;
    }
    .homeMainSec4-sub1 {
        padding: 8% 0 3%;
    }
    .circleRemote>.imgBody {
        transform: rotate(270deg);
    }
}
@media screen and (max-width:701px) {
    .sec1Mob{
        display: block;
    }
    .sec1Desktop{
        display: none;
    }
    .homeMainSec1 {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 42% 0% 12%;
    }
    .homeMainSec2_sub2{
       width: 100%;
    }
    .eachPerson>h4 {
        bottom: 10%;
    }
    .homeMainSec1_sub1 {
        width: 100%;
    }
    .homeMainSec1_sub1>a {
        position: static;
    }
    .homeMainSec1_sub1>a {
        padding: 2.5% 7%;
    }
    .mobileParentEffect {
        width: 92%;
    }
    .Section1Owl{
        display: flex;
    }
    .sectionOneDesktop{
        display: none;
    }
    .eachPerson{
        background-image: linear-gradient(180deg, #00000029 30%, #000000);
    }
    .eachPerson>h4 {
        transform: rotate(0deg);
    }
    .eachPerson>h4::before {
        bottom: -7px;
        height: 2px;
    }
    .Teachnook_quote {
        margin: 10% 0 5%;
    }
    .Teachnook_quote span:nth-of-type(2),.Teachnook_quote span:nth-of-type(3){
        margin: 0 0 0 5%;
    }
    .Teachnook_quote span::before {
        left: 0px;
        width: 90%;
    }
    .homeMainSec2-bg {
        flex-direction: column-reverse;
    }
    .homeMainSec2-Sub1, .homeMainSec2-Sub2 {
        width: 100%;
    }
    .homeMainSec2-Sub1 {
         position: relative;
         text-align: center;
    }
    .homeMainSec2-Sub1>img:nth-of-type(1) {
        width: 80%;
    }
    .homeMainSec2-bg {
        padding: 5% 6%;
        margin:2% 3%;
    }
    .sec2-sub2-ImgPart>img {
        width: 34px;
        height: 34px;
    }
    .homeMainSec2-Sub2 {
        padding: 0 0;
    }
    .homeMainSec2-Sub1-quotes {
        width: 63%;
    }
    .homeMainSec3-sub1>.allInstruction {
        width: 57%;
        margin: 3% 6% 6% 0;
    }
    .homeMainSec5>p {
        font-size: 17px;
        margin: 3% 13% 4%;
    }
    .homeMainSec5 {
        padding: 9% 0 4%;
    }
    .homeMainSec8-sub1>p {
        padding: 2% 11%;
    }
}
@media screen and (max-width:600px) {
    .homeMainSec3-sub1 {
        background-image: url('../../assets/MainPage/HomePage/sec3Img-mob-bg.png');
        justify-content: center;
        padding: 5% 0 42%;
    }
    .homeMainSec4{
        padding: 0;
    }
    .homeMainSec3-sub1>.allInstruction {
        width: 85%;
        margin: 0;
    }
    .homeMainSec3 {
        padding: 6% 0;
    }
    .eachWork h3 {
        font-size: 16px;
    }
    .eachWork p {
        font-size: 12px;
        font-weight: 500;
    }
    .homeMainSec6>p {
        padding: 20px 4% 16px;
    }
    .homeMainSec8-sub1 {
        width: 93%;
    }
}
@media screen and (max-width:550px) {
    .eachPerson>img {
        height: 361px;
    }
    .eachPerson>h4 {
        font-size: 19px;
        font-weight: 400;
    }
    .mobileParentEffect {
        width: 96% !important;
        margin: auto;
    }
    .Teachnook_quote span {
        font-size: 36px;
    }
    .instructionContent {
        font-size: 13px;
        line-height: 21px;
    }
    .sec2-sub2-ImgPart>img {
        width: 51px;
        height: 28px;
    }
    .homeMainSec2-Sub1>img:nth-of-type(1) {
        width: 100% !important;
    }
    .EachInstruction {
        display: grid;
        margin: 0 0 10%;
    }
    .homeMainSec2-Sub2>h2 {
        font-size: 18px;
    }
    .homeMainSec3-sub1 {
        padding: 5% 0 65%;
    }
    .circleRemote {
        margin: -57% 0 0 0;
        height: 24rem;
        width: 12rem;
    }
    .homeMainSec5>p {
        font-size: 15px;
    }
    .homeMainSec5>h2 {
        font-size: 25px;
    }
    .homeMainSec8-sub1 {
        background-image: url(../../assets/MainPage/HomePage/sec8-mob-bg.png);
    }
    .homeMainSec3>h2 {
        font-size: 22px;
    }
    .homeMainSec5 {
        padding: 10% 0 9%;
    }
}
@media screen and (max-width:500px) {
    .circleRemote {
        height: 21rem;
    }
    .circleRemote>.imgBody:nth-of-type(4) {
        bottom: 26%;
    }
    .circleRemote>.imgBody:nth-of-type(5) {
        bottom: 1%;
        right: 19%;
    }
    .homeMainSec4-sub1-contentPart>a {
        padding: 4% 13%;
        font-size: 18px;
    font-weight: 400;
    }
    .homeMainSec5-sub1 .owl-carousel .owl-item img {
        width: 44%;
    }
    .eachTestimonial {
        padding: 0 17%;
    }
    .homeMainsec6Testimonials .owl-carousel .owl-nav button.owl-next,.homeMainsec6Testimonials .owl-carousel .owl-nav button.owl-prev.disabled,.homeMainsec6Testimonials .owl-carousel .owl-nav button.owl-prev,.homeMainsec6Testimonials .owl-carousel .owl-nav button.owl-next.disabled {
        height: 28px;
        width: 28px;
    }
    .homeMainSec6>h2 {
        font-size: 21px;
    }
    .homeMainSec6>p {
        font-size: 14px;
        line-height: 19px;
    }
    section.homeMainSec6 {
        padding: 9% 5%;
    }
    .homeMainSec8-sub1>p {
        padding: 3% 11%;
        line-height: 19px;
        font-size: 13px;
    }
    .homeMainSec8-sub1>a {
        font-size: 15px;
        padding: 2% 8%;
    }
    .homeMainSec2-Sub1-quotes {
        width: 75%;
    }
    .homeMainSec5>p {
        margin: 3% 10% 4%;
    }
    @keyframes plus{
        0%{
            box-shadow: 0 0 0 0 rgb(235, 81, 43, 1);
        }
        100%{
            box-shadow:  0 0 0 15px rgb(235, 81, 43, 0);
        }   
    }
}
@media screen and (max-width:450px) {
    .Teachnook_quote span {
        font-size: 29px;
       
    }
    .Teachnook_quote {
        margin: 14% 0 12%;
    }
    .homeMainSec1_sub1>a {
        position: static;
        font-size: 17px;
        font-weight: 400;
        border-radius: 5px;
    }
    .Teachnook_quote span::before {
        height: 2px;
    }
    .homeMainSec3-sub1>.allInstruction {
        width: 90%;
    }
    .homeMainSec4-sub1-contentPart>p {
        margin: 8% 0 12%;
        font-size: 16px;
        line-height: 24px;
    }
    .homeMainSec4-sub1-contentPart h3 {
        font-size: 21px;
    }
    .displayImage>img {
        width: 90%;
    }
    .circleRemote {
        height: 19rem;
        width: 11rem;
    }
    .eachWork p {
        font-size: 10px;
        font-weight: 500;
    }
    .homeMainSec5>h2 {
        font-size: 21px;
    }
    .homeMainSec3>h2 {
        font-size: 21px;
    }   
}
@media screen and (max-width:410px) {
    .eachPerson>img {
        height: 338px;
    }
    /* .Teachnook_quote {
        margin: 10% 0 10%;
    } */
    .homeMainSec1_sub1>a {
        padding: 4% 9%;
        border-radius: 11px;
    }
}
@media screen and (max-width:380px){
    .Teachnook_quote span {
        font-size: 30px;
        margin: 0 0 0 2% !important;
    }
    .eachPerson>img {
        height: 320px;
    }
}







