*{
    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;
}
.parastyle p {
    font-size: 20px;
    font-weight: 300;
    line-height: 33px;
    color: #4c4a4a;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 24px;
}
.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;
  }
  .txt-cntr{
    text-align: center;
  }
  .fnt-700{
    font-weight: 700 !important;
  }
  .fnt-25{
    font-size: 25px !important;
  }
   .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;
}
.wyt-box{
    background-color: #fff;
    margin-top: 30px;
}
.sad-wmn-img{
    width: 100%;
    max-width: 1100px;
}
.txt-box{
    padding: 60px 30px 40px;
}
.txt-box h2 {
    color: #000000;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    font-family: "Roboto", sans-serif;
    margin-bottom: 60px;
}
.txt-box h6{
     color: #393939;
    font-size: 25px;
    font-weight: 200;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 100px;
}
.traveling-wmn {
    width: 100%;
    max-width: 900px;
    margin: auto;
    display: block;
    margin-bottom: 30px;
}
.txt-box h3 {
    color: #d10054;
    font-size: 35px;
    font-weight: 600;
   
    font-family: "Montserrat", sans-serif;
    margin-bottom: 30px;
}
.tedy-bear-img{
    width: 100%;
    max-width: 518px;
}
.pr-20{
    padding-right: 20px;
}
.pl-60{
    padding-left: 20px;
}
/* fotr css */
.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;
}
.txt-box h2 {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 53px;
}
.txt-box h6 {
    font-size: 22px;
    margin-bottom: 60px;
}
   
.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;
}
.txt-box h2 {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 44px;
}
.txt-box h3 {
    font-size: 30px;
    margin-bottom: 25px;
}
.txt-box {
    padding: 45px 30px 40px;
}
.container{
        padding: 0px 15px;
    }
.txt-box .col-6{
    flex: 100%;
    max-width: 100%;
}
.row{
    flex-wrap: wrap;
}
.tedy-bear-img {
    max-width: 518px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}
.txt-box {
    padding: 20px 13px 6px;
}
.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;
}

.txt-box h3 {
    font-size: 25px;
    margin-bottom: 20px;
}
.fnt-25 {
    font-size: 20px !important;
}

.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;
}
.txt-box h2 {
    font-size: 25px;
    margin-bottom: 27px;
    line-height: 41px;
}
.txt-box h6 {
    font-size: 20px;
    margin-bottom: 50px;
}
.fotr-list {
   flex-direction: column;
    gap: 20px;
}

.txt-box h3 {
    font-size: 25px;
    margin-bottom: 19px;
}
.fotr {
    padding: 20px 20px;
    margin-top: 40px;
    border-radius: 11px;
}
}
@media(max-width:400px){
    .txt-box h2 {
    font-size: 23px;
    margin-bottom: 27px;
    line-height: 36px;
}
.txt-box h3 {
    font-size: 23px;
    margin-bottom: 17px;
}
.fnt-25 {
    font-size: 19px !important;
}
}
@media(max-width:390px){
    .parastyle p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 17px;
}
.txt-box h6 {
    font-size: 18px;
    margin-bottom: 39px;
}
.txt-box h3 {
    font-size: 23px;
    margin-bottom: 17px;
}
.txt-box h2 {
    font-size: 22px;
    margin-bottom: 27px;
    line-height: 36px;
}
}
@media(max-width:360px){
    .txt-box h3 {
    font-size: 21px;
    margin-bottom: 17px;
}
}
@media(max-width:320px){
 .txt-box h2 {
    font-size: 22px;
    margin-bottom: 27px;
    line-height: 33px;
}
.txt-box h6 {
    font-size: 16px;
    margin-bottom: 30px;
}
.txt-box h3 {
    font-size: 24px;
    margin-bottom: 13px;
    line-height: 32px;
}
.fnt-25 {
    font-size: 18px !important;
}
}
