*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
.container{
    width: 100%;
    max-width: 1100px;
    margin: auto;
}
body{ 
    background-image: url(/assets-mbn/images/cloud-bg.avif);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}
.col-1 {
    flex: 8.33%;
    width: 100%;
    max-width: 8.33%;
  }
  .col-2 {
    flex: 16.66%;
    width: 100%;
    max-width: 16.66%;
  }
  .col-3 {
    flex: 25%;
    width: 100%;
    max-width: 25%;
  }
  .col-4 {
    flex: 33.3%;
    width: 100%;
    max-width: 33.3%;
  }
  .col-5 {
    flex: 41.66%;
    width: 100%;
    max-width: 41.66%;
  }
  .col-6 {
    flex: 50%;
    width: 100%;
    max-width: 50%;
  }
  .col-7 {
    flex: 58.33%;
    width: 100%;
    max-width: 58.33%;
  }
  .col-8 {
    flex: 66.66%;
    width: 100%;
    max-width: 66.66%;
  }
  .col-9 {
    flex: 75%;
    width: 100%;
    max-width: 75%;
  }
  .col-10 {
    flex: 83.33%;
    width: 100%;
    max-width: 83.33%;
  }
  .col-11 {
    flex: 91.66%;
    width: 100%;
    max-width: 91.66%;
  }
  .col-12 {
    flex: 100%;
    width: 100%;
    max-width: 100%;
  }
  .row {
    display: flex;
  }
  .dsply-blk{
      display: block;
  }
 
  .alin-cntr{
    align-items: center;
  }
  .logo-img{
  width: 100%;
  max-width: 180px;
  display: block;
  margin: 0 auto;

  }
.hedr {
    background-color: #fff;
    padding: 45px 0px;
    border-radius: 20px 20px 0px 0px;
    margin-top: 70px;
}
.navbar {
    justify-content: center;
    list-style: none;
    display: flex;
    gap: 60px;   
}
.navbar li a {
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: #878484;
    font-weight: 200;
    letter-spacing: 2px;
}
.navbar li a:hover {
    color: #fb6265;
}
.bg-box {
    background-image: url(/assets-mbn/images/tune-instrument-2.avif);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6rem 3rem;
    margin-top: 30px;
}
.bg-box h2 {
    font-size: 39px;
    line-height: 65px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
    color: #fff;
}
.bg-box p {
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    margin-bottom: 20px;
}
.btn {
    background-color: #fff;
    padding: 15px 30px;
    color: #878484;
    border-radius: 6px;
    display: block;
    width: fit-content;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}
.sec-2{
    margin: 40px 0px;
}
.wyt-box{
    border-radius: 0px 0px 20px 20px;
    background-color: #fff;
    position: relative;
}
.sad-wmn-img {
    width: 100%;
    max-width: 366px;
}
.txt-box {
    padding: 20px 15px 0px;
}
.txt-box2 {
    padding: 8px 15px ;
}
.txt-box a{
 text-decoration: none;
}
.red-bg{
    background-color: #e94b4f;
    padding: 10px 20px;
    width: fit-content;
    color: #fff;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
     position: absolute;
     top: 15px;
     left: 10px;
}
.txt-box a h5 {
    color: #7a7a7a;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 30px;
   
}
.txt-box p {
    color: #878484;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 27px;
    letter-spacing: 1px;
}
.txt-box2 h6 {
    color: #7a7a7a;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
}
.gap20{
    gap: 20px;
}
.brdr-top{
    border-top: 1px solid #d5d5d5;
}
.fotr {
    background-color: #fff;
    padding: 45px 0px;
    border-radius: 20px ;
    margin-top: 70px;
}
.fotr-list{
     justify-content: center;
    list-style: none;
    display: flex;
    gap: 60px;  
}
.fotr-list li a{
     text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: #878484;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.fotr-list li a:hover{
     color: #fb6265;
}
@media(max-width:1100px){
    .container{
        padding: 0px 20px;
    }
}
@media(max-width:1024px){
    .hedr {
    background-color: #fff;
    padding: 35px 0px;
    border-radius: 20px 20px 0px 0px;
    margin-top: 50px;
}
   .bg-box {
    padding: 4rem 2rem;
    margin-top: 30px;
}
.bg-box h2 {
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 20px;
}
.bg-box p {
    font-size: 21px;
    line-height: 33px;
    margin-bottom: 18px;
}
.txt-box a h5 {
    font-size: 19px;
    margin-bottom: 13px;
    line-height: 28px;
}
.txt-box2 h6 {
    font-size: 14px;
    line-height: 24px;
}
.fotr {
    padding: 35px 0px;
    margin-top: 60px;
}
.fotr-list li a {
    font-size: 18px;
}
}
@media(max-width:768px){
    .navbar li a {
    font-size: 19px;
}
    .logo-img {
    max-width: 155px;
}
.bg-box {
    padding: 3.5rem 2rem;
}
.bg-box h2 {
    font-size: 35px;
    line-height: 51px;
}
.bg-box p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 18px;
}
.sec-2 .col-4{
    flex: 100%;
    max-width: 100%;
}
.sad-wmn-img {
    max-width: 728px;
}
.txt-box a h5 {
    font-size: 20px;
    margin-bottom: 13px;
    line-height: 28px;
}
.row{
    flex-wrap: wrap;
}
.txt-box p {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 27px;
}
.wyt-box {
    border-radius: 0px 0px 10px 10px;
}
}
@media(max-width:560px){
    body {
    padding: 35px 0px;
}
.logo-img {
    max-width: 150px;
}
.hedr {
    padding: 30px 0px;
    border-radius: 10px 10px 0px 0px;
    margin-top: 33px;
}
.navbar {
    gap: 50px;
}
.navbar li a {
    font-size: 18px;
}
.sec-1 .col-6{
    flex: 100%;
    max-width: 100%;
}
.bg-box {
    padding: 2.5rem 1rem;
}
.bg-box h2 {
    font-size: 32px;
    line-height: 45px;
}
.btn {
    padding: 12px 22px;
    border-radius: 5px;
    font-size: 15px;
}
.fotr {
    padding: 30px 0px;
    margin-top: 45px;
    border-radius: 15px;
}
.fotr-list {
    gap: 38px;
}
.fotr-list li a {
    font-size: 16px;
}
}
@media(max-width:428px){
    .logo-img {
    max-width: 130px;
}
.red-bg {
    padding: 8px 7px;
    font-size: 12px;
    top: 12px;
    left: 10px;
}
.bg-box h2 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 18px;
}
.bg-box p {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 18px;
}
.btn {
    padding: 11px 20px;
    border-radius: 5px;
    font-size: 14px;
}
.fotr-list {
   flex-direction: column;
    gap: 20px;
}
.txt-box {
    padding: 20px 13px 0px;
}
.fotr {
    padding: 20px 20px;
    margin-top: 40px;
    border-radius: 11px;
}
}
@media(max-width:390px){
    .logo-img {
    max-width: 125px;
}
.bg-box h2 {
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 15px;
}
.txt-box a h5 {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 29px;
}
.txt-box2 h6 {
    font-size: 13px;
    line-height: 20px;
}

}
@media(max-width:360px){
    .bg-box h2 {
    font-size: 22px;
}
.btn {
    padding: 11px 16px;
    border-radius: 4px;
    font-size: 14px;
}
.fotr-list {
    gap: 17px;
}
.fotr-list li a {
    font-size: 14px;
}
}
@media(max-width:320px){
   .bg-box {
    padding: 2rem 1rem;
} 
.bg-box h2 {
    font-size: 24px;
}
.txt-box p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 23px;
}

}