body{
    font-family: "Vazirmatn", sans-serif;
   
}
ul{
     padding: 0;
    margin: 0;
}
p{
    padding: 0;
    margin: 0;
}
.banner h1{
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    color: #06052E;
}
.banner{
    padding: 50px 0;
}
.banner p{
    text-align: center;
    font-size: 17px;
    width: 80%;
    text-align: center;
    margin: auto;
}
.logo{
    width: 150px;
    height: 110px;
}

a.primary-btn {
    padding: 6px 20px;
    background: #6720C2;
    color: #fff;
    border-radius: 20px;
}
a.primary-btn2 {
    padding: 6px 20px;
    background: #68bd46;
    color: #fff;
    border-radius: 20px;
}
.btn-div {
   
    margin-top: 20px;
}
.btn-div .watch-btn {
    margin-left: 20px;
   
}
.watch-btn{
    color: #06052E;
}
.watch-btn i{
     background: #E5D6FD;
     /* padding: 10px; */
     border-radius: 50%;
     width: 35px;
     height: 35px;
     line-height: 35px;
     color: #fff;
     font-size: 14px;
     margin-right: 7px;
}

.students-gallery {
    padding: 50px 0;
}
.st-img1{
    margin-top: 60px;
}

/* Dropdown Button */
.dropbtn {
  /* background-color: #3498DB; */
  /* color: white; */
  /* padding: 5px; */
  /* font-size: 16px; */
  border: none;
  cursor: pointer;
}
.header-menu{
    position: relative;
}
/* Dropdown button on hover & focus */
/* .dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
} */

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: static;
  display: inline-block;
}

.dropdown, .dropleft, .dropright, .dropup {
    position: static;
}

/* Dropdown Content (Hidden by Default) */
/* .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  left: 0;
  width: 100%;
  z-index: 1;
} */


.dropdown_item_div h2{
    padding: 20px 0;
}
.dropdown-menu-custom .primary-btn{
    color: #6326B1;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-top: 30px;
    padding: 12px 0;
    border-radius: 30px;
    background: #fff;
    border: 3px solid #6326B1;
}
.dropdown-content {
  display: none;
  position: fixed; /* absolute se fixed kar do */
  top: 121px; /* header ke neeche show hoga */
  left: 0;
  width: 100vw; /* viewport full width */
  background-color: #f1f1f1;
  z-index: 9999;
  background: linear-gradient(
  to right,
  #89CFF0 0%,
  #89CFF0 32%,
  #f1f1f1 30%,
  #f1f1f1 100%
);
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 3px 2px;
  text-decoration: none;
  display: block;
  color: #6720c2;
}

/* Change color of dropdown links on hover */
/* .dropdown-content a:hover {background-color: #ddd;} */

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.dropdown-menu-custom {
    /* display: flex;
    justify-content: space-between; */
    padding: 20px 20px 30px;
}


.service_card{
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    height: 320px;
}
.service_card h4{
    font-size: 17px;
    font-weight: bold;
    padding-top: 20px;
}
.service_card p{
    font-size: 15px;
    padding-bottom: 20px;
}
.service_section{
    padding: 50px 0;
}
.read-btn {
    color: #6326B1;
    font-weight: 500;
    font-size: 17px;
}
.primary_heading {
    
font-size: 60px;
    
color: #06052E;
    
line-height: 63px;
}

.service_section .service_content{
    font-size: 17px;
    color: #6A6B6C;
    text-align: center;
    margin: auto;
    width: 80%;
    padding-bottom: 40px;
}

.acheivement_divider {
    display: flex;
    gap: 47px;
}
.exp-div{
    border-right: 2px dashed #000;
    border-bottom: 2px dashed #000;
    padding-right: 20px;
}
.h-st{
    border-left: 2px dashed #000;
    border-top: 2px dashed #000;
    padding-left: 48px;
}

.fourth_section{
    padding: 50px 0;
}


.fifth_section{
 background: #181B3E;
 padding: 80px 0;
}
.classes_card {border-radius: 20px;background: #fff;height: 400px;}
.class_content{
    padding: 30px;
}
    .classes_card h4{
    color: #06052E;
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 20px;
    }
.classes_card .class_info {
    display: flex;
    justify-content: space-between;
}
.classes_card img{
    border-radius: 20px;
    height: 250px;
}
.fifth_section .primary_heading{
    padding-bottom: 80px;
}
.class_info .inner-div {
    display: flex;
    gap: 10px;
}
footer ul li{
    list-style: none;
    padding-bottom: 15px;
}
footer ul li a{
    text-decoration: none;
    color: #6A6B6C;
   
}
.sixth_section{
    padding: 50px 0;
}

.test_card {
    padding: 30px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 30px 0;
}
.user_info{
    display: flex;
    gap: 20px;
    padding-bottom: 30px;
}
.user_info img{
    width: 60px !important;
    height: 60px;
}
.user_info h6{
    margin-bottom: 0;
}
.test_card .content p{
    padding-bottom: 50px;
}
.seventh_section .container{

background: #06052E;

padding: 50px 0;

border-radius: 20px;

clip-path: polygon(0 0, 100% 0, 100% 83%, 51% 100%, 51% 100%, 0 82%);
}
.seventh_section .primary_heading{
    line-height: 60px;
}
.form-div input{
    border-radius: 20px;
    width: 50%;
    margin: auto;
}
footer {
    padding: 100px 0 50px;
}
.border-line::after{
    content: '';
    position: absolute;
    width: 70%;
    margin: auto;
    height: 1px;
    background-color: #6A6B6C;
    top: 25px;
    left: 15%;
}
.form-div{
    position: relative;
    padding-bottom: 40px;
}
.form-div input{
    height: 45px;
}
.form-div button {
    padding: 6px 20px;
    background: #6720C2;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    right: 196px;
    top: 5px;
    border: none;
}
.border-line p{
    color: #5B5B5B;
    font-size: 16px;
}

/* drop down menu css */
.dropdown-menu-custom h3{
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    padding-top: 20px;
}
.dropdown-menu-custom ul li{
    list-style: none;
}

a.nav-link{
    font-size: 17px;
    font-weight: 700;
    color: #000 !important;
}


/* tabbing css */


.tab-menu { margin-top:34px; }
.tab-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.tab-menu ul li {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;/* text-align:center; */}
.tab-menu ul li a {color: #fff;/* text-transform: uppercase; *//* letter-spacing: 0.44px; *//* font-family: 'Oswald'; *//* font-weight:bold; */display:inline-block;padding: 12px 20px;display:block;text-decoration:none;transition:0.5s all;background: #89cff0;/* border: 2px solid #d0d062; */border-bottom: 0;}
.tab-menu ul li a:hover {/* background: #000000; */color:#fff;text-decoration:none;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}
.tab-menu ul li a.active {background: #ffffff;color:#000;text-decoration:none;border-bottom-left-radius: 40px;border-top-left-radius: 40px;}
.tab-box { display:none; }

.tab-teaser {width: 200px;/* width:100%; *//* margin:0 auto; */}
.tab-main-box {/* background:#f4fcce; */padding: 10px 30px;/* border:2px solid #d0d062; *//* margin-top:-2px; */width: 800px;}
.tab-menu h6{
    margin-bottom: 0;
    color: #6720c2;
    font-size: 17px;
    font-weight: 700;
}



/* drop down icon css */

.dropbtn i {
  transition: transform 0.3s ease;
  color: #6720C2;
}

.rotate-up {
  transform: rotate(180deg);
}

.dropdown-content.show {
  display: block;
}

.dropdown-content a:hover{
   color: #000;

}

/* close button */

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ Close button style (visible only on mobile) */
.close-btn {
  display: none;
  background: #e11d48;
  color: #fff;
  border: none;
  padding: 6px 10px;
  border-radius: 4px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 14px;
}
.close-btn:hover {
  background: #be123c;
}



.price{
    font-weight: 700;
    font-size: 17px;
}

.social_icons{
    display: flex;
}
.social_icons li a i{
    color: #6A6B6C;
    font-size: 20px;
}

.logos-carousel img {
    height: 100px;
}
/* Only show close button on mobile screens */
@media (max-width: 768px) {
  .close-btn {
    display: inline-block;
  }
  .dropdown-content {
top: 0;
/* scroll-snap-type: y; */
overflow: scroll;
width: 96%;
height: 100%;
overflow-y: scroll;
scroll-behavior: smooth;
}
.banner h1 {
    font-size: 32px;
}
.tab-main-box {
    /* background: #f4fcce; */
    padding: 10px 30px;
    /* border: 2px solid #d0d062; */
    /* margin-top: -2px; */
    width: 100%;
    overflow: hidden;
}

.dropbtn i {
    transform: rotate(-90deg);
}


.dropdown-content {
    background: #fff;
}
.logos-carousel .owl-item img {
    height: 150px;
}
.st-img1 {
    margin-top: 0px;
}
.students-gallery-image {
    margin-bottom: 20px;
    text-align: center;
}
.banner {
    padding: 30px 0;
}
.service_card {
    margin-bottom: 25px;
}
.fourth_section {
    padding: 0px 0 50px;
}

.primary_heading {
    font-size: 35px;
    line-height: 40px;
}
.fourth_section .primary_heading{
    padding: 20px 0 10px;
}
.seventh_section .primary_heading {
    line-height: 40px;
}
.form-div button {

    right: 25px;
    top: 5px;
    border: none;
}
.form-div input {
    width: 90%;
   
}
footer {
    padding: 50px 0 50px;
}
.header-btn {
    margin-top: 30px;
}
.acheivement_divider {
    display: flex;
    gap: 39px;
}

.banner p {
    font-size: 14px;
    width: 80%;

}

.dropbtn i {
    right: 20px;
    position: absolute;
}
.header-menu .nav-item {
    border-bottom: 1px solid #000;
    padding: 10px 0;
}
.class_content {
    padding: 15px;
}

.section-title {
    padding-top: 50px;
}
.section-title h2{
    font-size: 24px;
}

}
.about-img1 img{
    height: 600px;
    width: 100%;
}

.d-flex {
    display: flex!important;
}
.flex-column {
    flex-direction: column!important;
}
.bg-light-green {
    background-color: #c1f7ac6b;
    padding: 13px 17px;
    width: 16px;
    border-radius: 46%;
    margin-right: 13px;
}
.text-green {
    color: #68bd46!important;
}
.about-page-first-section{
    padding: 30px 0;
}

.facts-img img{
    border-radius: 10%;
    height: 300px;
}

.form-control {
    background-color: #F4F5F8;
    border: 1px solid #F4F5F8;
    color: #555;
    font-size: 15px;
    height: calc(2.25rem + 27px);
    outline: 0;
    padding: 14px 30px;
    width: 100%;
    margin-bottom: 30px;
}

.section-title span {
    font-weight: 600;
    font-size: 20px;
    color: #0D5FF9;
    display: block;
    margin-bottom: 5px;
}

.about-img1{
    background-image: url(./images/learn16.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}

.bg-img2{
    background-image: url(./images/learn15.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}

html {
  scroll-behavior: smooth;
}