@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  text-decoration: none;
}

:root {
  --font: "Poppins", sans-serif;
  --strong-font: 600;
  --light-font: 400;
  --width: 85%;
  --max-width: 1280px;
}

html{
  scroll-behavior: smooth;
}

body {
  font-family: var(--font);
}

body.no_scroll {
  overflow: hidden;
}

h1, h2, button{
    font-family: "Roboto Condensed", sans-serif;
}

h3, h4, h5, h6, p, span{
    font-family: "Poppins", sans-serif;
}

.header-container{
    max-width: 1260px;
    padding: 10px 15px;
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}

.img img {
    width: 60%;
}

.header-content h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    color: #F24B01;
}

.header-content p{
    font-weight: 600;
    font-size: 21px;
    color: #172341;
}

.banner-section{
    /* height: 600px; */
    width: 100%;
    background-image: url(../img/banner-bvdu.svg);
    object-fit: cover;
    position: relative;
}

img.mba-girl {
    position: absolute;
    bottom: 0;
    justify-self: anchor-center;
    /* width: 21%; */
    margin-right: 15px;
}

.main-banner-container {
    max-width: 1260px;
    padding: 22px 15px;
    margin: auto;
    /* display: flex;
    justify-content: space-between; */
    display: grid;
    grid-template-columns: 62% 38%;
    align-items: center;
}

.big-txt{
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    color: #FFFFFF;
}

.small-txt{
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    /* line-height: 40px; */
}

.benefit {
    display: flex;
    gap: 12px;
    margin-bottom: 7px;
    align-items: center;
}

.benefit p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
}

.timestamp {
    margin-top: 30px;
}

.apply {
    background: linear-gradient(180deg, #F24B01 0%, #FF6B35 100%);
    padding: 13px 32px;
    border-radius: 14px;
    box-shadow: 0px 10px 15px -3px #0000001A;
}

.apply a {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.download {
    background: #fff;
    padding: 13px 32px;
    border-radius: 14px;
}

.download a {
    display: flex;
    gap: 8px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.btn-banner {
    display: flex;
    gap: 18px;
    margin-top: 30px;
}

.child-2 {
    background: #F0F0F0;
    border-radius: 21px;
    padding: 10px 22px;
}

.box-head {
    border-radius: 14px;
    background: linear-gradient(180deg, #F24B01 3.43%, #F24B01 119.12%);
    padding: 16px;
    margin-bottom: 20px;
}

.box-head .heading {
    font-size: 30px;
    line-height: 28px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.box-head .sub-heading {
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}

.same-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-control, .form-control:focus, .form-control:focus-visible, .form-control:visited {
    background: #F8F9FA;
    width: 100%;
    padding: 0.45rem 0.55rem;
    border: 1px solid #cbcbcb;
    border-radius: 0.35rem;
    font-size: 14px;
    font-family: 'Poppins';
}

label {
    font-family: 'Poppins';
    font-size: 14px;
}

button.btn.main-form-submit {
    background: #F24B01;
    padding: 8px 0px;
    display: flex;
    align-items: center;
    gap: 7px;
    border-radius: 7px;
    color: #fff;
    width: 200px;
    justify-content: center;
}

button.btn.main-form-submit img {
    height: fit-content;
}

.form-group {
    margin-bottom: 10px;
}

button.btn2.main-form-submit {
    background: #fb6023;
    display: flex;
    gap: 10px;
    padding: 5px 30px;
    border-radius: 5px;
    color: #fff;
}

/* second section */

section.second-container {
  background-color: #fff;
}

.why-choose {
  max-width: 1200px;
  padding: 50px 15px;
  margin: auto;
}

h2.title-main {
  text-align: center;
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: 1.2px;
  margin: 0;
  position: relative;
}

h2.title-main::before {
  content: "";
  width: 25%;
  height: 3px;
  color: #f24b01;
  background: #f24b01;
  position: absolute;
  justify-self: anchor-center;
  bottom: 0;
  margin-bottom: -16px;
}

.images-main {
  margin-top: 85px;
  display: flex;
  justify-content: space-between;
}

section.third-container {
  background: linear-gradient(180deg, #d4e4f0 0%, #e8f0f5 50%, #d8e6f2 100%);
}

.what-makes {
  max-width: 1200px;
  padding: 50px 15px;
  margin: auto;
}

.images-main img {
    height: 220px;
}

/* second section */

/* third section */

.third-box-container {
  display: flex;
  justify-content: space-evenly;
  margin-top: 80px;
}

.feat-1 {
  background-color: #15203e;
  text-align: center;
  border-radius: 15px;
  width: 297px;
  padding: 35px 15px;
  justify-items: center;
}

.feat-1 p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  margin-top: 15px;
}

/* third section */

/* fourth section */

section.fourth-container {
  background-color: #fff;
}

.specializations {
  max-width: 1200px;
  padding: 50px 15px;
  margin: auto;
}

.offerd-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 60px;
}

.offerd-box {
  background: linear-gradient(180deg, #131d3b 0%, #1a2847 100%);
  width: 100%;
  text-align: center;
  border-radius: 14px;
  position: relative;
  transition: all 0.35s ease-in-out;
  transform: scale(1);
  align-content: center;
  height: 120px;
}

.offerd-box p {
  margin: 18px 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  transition: color 0.35s ease-in-out;
  padding: 0 30px;
}

.offerd-box::before {
  content: "";
  position: absolute;
  width: 58px;
  height: 58px;
  right: 0;
  top: 0;
  border-radius: 0 14px 0 54px;
  /* border-radius: 33554400px 0 14px 0; */
  background: rgba(242, 75, 1, 0.2);
  transition: all 0.35s ease-in-out;
}

/* Hover Effects */
.offerd-box:hover {
  background: #fb7f51;
  transform: scale(1.03);
}

.offerd-box:hover::before {
  background: #ff9e7c;
}

.offerd-box:hover p {
  color: #fff;
}

/* fourth section */

/* fifth section */

section.fifth-container {
  background-color: #fff;
}

.who-should {
  max-width: 1200px;
  padding: 50px 15px;
  margin: auto;
}

.enroll-container {
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: center;
  margin-top: 65px;
}

.eligibility {
  padding-right: 40px;
}

.eligi-txt {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 35px;
}

.eligi-txt img {
  height: 100%;
}

.eligi-txt h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
}

p.nom-txt {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}

.special-box {
  /* background: antiquewhite; */
  margin-bottom: 10px;
  padding: 10px 25px;
  background: linear-gradient(
    90deg,
    rgba(242, 75, 1, 0.05) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  display: flex;
  gap: 15px;
  border-left: 4px solid #f24b01;
  margin-top: 20px;
}

.special-box img {
  height: fit-content;
  margin-top: 4px;
}

.price-box {
  background: linear-gradient(180deg, #131d3b 0%, #1a2847 100%);
  width: auto;
  text-align: center;
  border-radius: 14px;
  position: relative;
  transition: all 0.35s ease-in-out;
  transform: scale(1);
  align-content: center;
  position: relative;
  padding: 20px 30px 30px;
  /* height: 93px; */
  justify-items: center;
}

.price-box::before {
  content: "";
  position: absolute;
  width: 105px;
  height: 88px;
  background: #fb7f51e5;
  top: 0;
  right: 0;
  border-radius: 0 14px 0 105px;
}

p.prog-txt {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
}

p.final-price {
  margin: auto;
  font-size: 72px;
  line-height: 72px;
  font-weight: 600;
  color: #f24b01;
  margin-top: 20px;
  margin-bottom: 25px;
}

.option-class {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.opt-main {
  display: flex;
  gap: 8px;
}

.opt-main img {
  height: fit-content;
}

.opt-main p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
}

/* fourth section */

/* sixth section */


section.sixth-container {
  background: linear-gradient(180deg, #131d3b 0%, #0a1020 100%);
}

.admission-process {
  max-width: 1200px;
  padding: 50px 15px;
  margin: auto;
}

.circle-conatiner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  text-align: center;
  margin-top: 65px;
}

.circle-main-class {
    justify-items: center;
}

.circle-main-class img {
  border: 4px solid #fff;
  border-radius: 50%;
}

.circle-main-class img:hover {
  border: 4px solid #f24b01;
}

.circle-main-class h3 {
  margin: 0;
  color: #fff;
  margin-top: 15px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.circle-main-class p {
  margin: 0;
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 0 15px;
}

/* sixth section */

/* seven section */

section.seventh-container {
  background: #fff;
}

.get-the {
  max-width: 1200px;
  padding: 50px 15px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  gap: 40px;
}

.get-the h2.title-main::before {
  justify-self: left;
}

.main-get p {
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 30px;
}

.prisiti {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 30px;
}

.degree {
  display: flex;
  gap: 20px;
}

.degree img {
  height: fit-content;
}

.degree-content h3 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.degree-content p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

/* seven section */

/* eight section */

.eight-container {
  background-color: #fff;
}

.our-student {
  max-width: 1200px;
  padding: 50px 15px;
  margin: auto;
}

.working-logo {
  margin-top: 65px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.working-logo img {
  width: 100%;
  height: 100%;
}

/* eight section */

/* nine section */

.night-container {
  background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);
}

.about-bvdu {
  max-width: 1200px;
  padding: 50px 15px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
}

.bvdu-imag img {
  width: 100%;
  height: 100%;
}

.about-main h2.title-main::before {
  justify-self: left;
}

.about-main p {
  margin: 0;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 20px;
}

/* nine section */

/* ten section */

.tenth-container {
  background-color: #fff;
}

.faqs {
  max-width: 1200px;
  padding: 50px 15px;
  margin: auto;
}

.accordion {
  background-color: #fff;
  color: #000000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  /* outline: none; */
  font-size: 15px;
  transition: 0.4s;
  border: 0 0px 2px 0 solid #000;
  border-bottom: 1px solid #d1d5dc;

  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  font-family: 'Roboto Condensed';
}

/* .active,
.accordion:hover {
  background-color: #d1d5dc;
} */

.accordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-family: auto !important;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
  /* padding-bottom: 20px; */
}

.panel p {
    font-family: 'Roboto Condensed';
    font-weight: 400;
}

p.small-txt {
  text-align: center;
  margin-top: 44px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #4A5565;
  margin-bottom: 30px;
}

.toogle {
  width: 960px;
  margin: auto;
}

.panel li {
  margin: 0 15px;
  font-family: 'Roboto Condensed';
  font-weight: 400;
}

/* ten section */

/* footer section */

.main-footer-container {
  background-color: #f3f4f6;
}

.content-of-footer {
  max-width: 1200px;
  padding: 50px 15px;
  margin: auto;
}

p.very-small-txt {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #4a5565;
  margin: 0;
}

hr {
  /* color: red; */
  background: #99a1af;
  height: 1px;
  margin: 40px 0;
}

.content-of-footer h3 {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

p.dis-content {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
}



@media (min-width: 767px) and (max-width: 1024px) {
  .main-banner-container {
    grid-template-columns: 100%;
}

img.mba-girl {
    display: none;
}

.banner-content-main {
    margin-bottom: 40px;
}

h2.title-main {
  font-size: 35px;
}

.images-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    justify-items: center;
}

.feat-1 {
    margin: 0 13px;
}

.feat-1 p {
    font-size: 16px;
}

.offerd-main {
    grid-template-columns: 1fr 1fr 1fr;
}

.offerd-box{
  height: 172px;
}

.enroll-container {
    grid-template-columns: 100%;
}

.eligibility {
    padding-right: 0;
}

.price-box {
    margin: 20px 40px 0;
}

.circle-conatiner {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.get-the {
    grid-template-columns: 100%;
}

.working-logo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.about-bvdu {
    grid-template-columns: 1fr;
}

.toogle {
    width: 100%;
}

p.small-txt {
  font-size: 20px
}

}

@media (min-width: 320px) and (max-width: 766px){

  .header-content {
    display: none;
}

.main-banner-container{
      grid-template-columns: 100%;
}

h1.big-txt {
    font-size: 28px;
    line-height: 36px;
}

h1.small-txt {
    font-size: 18px;
    line-height: 28px;
}

.benefit p {
    font-size: 14px;
}

    .btn-banner {
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 30px;
    }

button.apply a {
  font-size: 14px;
}

button.apply {
  padding: 8px 26px 11px;
}

button.apply a{
  font-size: 14px;
}

button.download{
  padding: 8px 26px 11px;
}

button.download a{
  font-size: 14px;
}

.box-head .heading {
    font-size: 20px;
        margin-bottom: 10px;
}

img.mba-girl {
    display: none;
}

h2.title-main {
    font-size: 30px;
    line-height: 38px;
}

.images-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 31px;
}

.images-main img {
    width: 100%;
    height: auto;
}

.third-box-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    justify-items: center;
}

.offerd-box p{
  font-size: 14px;
}

.offerd-main {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.offerd-box{
  height: 160px;
}

.enroll-container {
    grid-template-columns: 100%;
}

.eligibility {
    padding-right: 0;
}

p.final-price {
      font-size: 40px;
    line-height: 50px;
}

.option-class {
    display: block;
}

.opt-main {
    margin-bottom: 10px;
}

.circle-conatiner {
    grid-template-columns: 100%;
    gap: 40px;
}

.get-the {
    grid-template-columns: 100%;
}

.prisiti {
    grid-template-columns: 1fr;
}

.working-logo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.about-bvdu {
    grid-template-columns: 1fr;
}

p.small-txt {
    font-size: 18px;
}

.toogle {
    width: 100%;
}

.accordion {
  font-size: 18px;
    line-height: 25px;
}

.panel{
   font-size: 18px;
    line-height: 25px;
}

p.nom-txt {
    font-size: 14px;
}

.circle-main-class p {
    font-size: 14px;
}


.main-get p {
    font-size: 14px;
    line-height: 24px;
}

.main-get h2 {
    margin-bottom: 40px !important;
}

.about-main p {
    font-size: 14px;
    line-height: 25px;
}

.accordion::after {
    position: absolute;
    top: 30px !important;
    right: 11px;
}

.accordion {
    position: relative;
}

.panel p {
    font-size: 15px;
}

.panel li{
  font-size: 15px;
}

}

button.btn2.verify-otp-submit {
    background: #f65613;
    color: #fff;
    padding: 5px 15px;
    border-radius: 6px;
}

.form-message {
    background: red;
    color: #fff;
    /* padding: 10px; */
    /* border-radius: 6px; */
    /* width: fit-content; */
    height: auto;
}


