
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    background-color: #f8f8f8;
}
.nav { 
    display: flex;
    flex-direction: column;
    position: sticky;
    width: 100%;
    background-color: #fff;
    height: 70px;
}
.logo {
    display: flex;
    flex-direction: column-reverse;
}
.nav img {
    width: 120px;
    margin-left: 3em;
}
.nav .img img {
    width: 80px;
    height: 40px;
}
.ul-div {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.nav ul {
    list-style: none;
    position: absolute;
    padding-right: 3em;
}
.nav ul li{
     float: left;
     margin-top: 20px;
}
.nav ul li a{
    width: 120px;
    color: rgb(14, 14, 14);
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    font-size: .9rem;
    text-align: center;
    padding: 10px;
    font-family: century Gothic;
    font-weight: bold;
}
.nav ul li a:hover{
    border-bottom: 3px solid #f58220;
}
.nav li ul li {
    background-color: #fff;
    margin-top: 0;
}
.nav li ul a{
    font-size: .77rem;
    font-weight: 450;
}
.nav li ul li {
    float: none;
}
.nav ul li ul {
    display: none;
}
.nav ul li:hover ul {
    display: block;
}


.hamburger{
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: hwb(0 94% 4%);
    border: none;
    outline: none;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 99;
    visibility: hidden;
}
.hamburger .line {
    display: block;
    width: 30px;
    height: 2px;
    background-color: rgb(73, 72, 72);
    margin:  7px;
    border-radius: 40px;
    transition: transform .5s,
    opacity .25s;
}
.hamburger .line:nth-child(2){
    width: 17px;
}
.hamburger.active .line:nth-child(1){
    transform: translateY(7px)
    rotate(45deg);
}
.hamburger.active .line:nth-child(2){
    opacity: 0;
}
.hamburger.active .line:nth-child(3){
    transform: translateY(-10px)
    rotate(-45deg);
}

@media screen and (max-width: 995px) {
    .hamburger {
    visibility: visible;
    }
    .nav { 
        position: relative;
        display: flex;
        flex-direction: row;
        position: sticky;
        width: 100%;
        background-color: rgb(211, 106, 106);
        height: 70px;
        z-index: 9999;
    }
    .ul-div {
        top: 0;
        position: absolute;
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        transition: .3s ease-in-out;
    }
    .logo {
        display: unset!important;
    }
        .nav img {
            width: 70px;
            margin-left: 1em;
        }
    .nav ul { 
        list-style: none;
        position: absolute;
        top: 0;
        bottom: 0;
        display: flex;
        width: 100%;
        height: 100vh;
        flex-direction: column;
        background-color: rgb(211, 106, 106);
        text-align: center;
        align-items: center;
        visibility: hidden;
        transition: 3s ease-end;
    }
    .nav ul li a:hover{
        color: #f58220;
    }
    .nav li ul { 
        display: none;
        visibility: hidden;
        
    }
} 

/*BOOK MAIN FLEX DIVES STARTED HEREEEE*/
.book-main {
    display: flex;
    flex-direction: row;
}
.book1 {
    width: 60%;
    margin-left: 4em;
    margin-top: 5em;
}
.book1 .pii{
        margin: 0 0 50px 0;
        font-weight: bold;
        font-size: 24px;
        text-transform: uppercase;
        position: relative;
        color: #434a54;
        display: inline-block;
}
.book1 .pii::after {
        background-color: #ed8728;
        position: absolute;
        content: "";
        bottom: 5px;
        right: -57px;
        width: 50px;
        height: 3px;
        z-index: -1;
}
.element {
    background-color: #ed8728;
    display: flex;
    flex-direction: row;
    width: 50%;
}
.ment {
    width: 50%;
    border-right: 2px solid #fff;
    text-align: center;
    padding-bottom: .5em;
}
.ment p {
        color: #ffffff;
        font-size: 1.2rem;
        line-height: 16px;
        padding: .5em;
        font-weight: 500;
}
.ment span {
        color: #191919;
        font-size: 1.1rem;
        line-height: 15px;
        font-weight: 500;
}

.maneno {
    margin-top: 4em;
}
.maneno .h4 {
    font-size: 1.8rem;
    padding: .6em;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}
.maneno .h5 {
    font-size: 1rem;
    font-weight: 200;
    line-height: 20px;
    color: #434a54;
}
.maneno .p {
    font-size: 1.9rem;
    padding-top: 1em;
    padding-bottom: 1em;
}
.maneno .h6 {
    font-size: 1rem;
    font-weight: 200;
    line-height: 18px;
    color: #434a54;
}
.maneno .h6 span{
        font-size: 1.1rem;
        font-weight: 200;
        line-height: 18px;
        color: #191919;
        padding-bottom: 1em;
}
.day2 {
    margin-top: 2em;
}
.excluded-maneno {
    margin-top: 5em;
}
.ex1 ul {
    color: #191919;
    font-size: 1.5rem;
    padding-bottom: 1em;
}
.ex1 ul li {
        padding-top: .3em;
        list-style: none;
        font-size: 1rem;
        font-weight: 200;
        line-height: 18px;
        color: #434a54;
}
.ex2 ul {
    color: #191919;
    font-size: 1.5rem;
    padding-bottom: 1em;
}

.ex2 ul li {
    padding-top: .3em;
    list-style: none;
    font-size: 1rem;
    font-weight: 200;
    line-height: 18px;
    color: #434a54;
}

@media screen and (max-width: 900px) {
    .book-main {
            flex-direction: column;
        }
  .book1 {
      width: 99%;
      padding: 1em;
      margin-left: initial;
      margin-top: 3.5em;
  }

  .book1 .pii {
      margin: 0 10px 0;
      font-weight: bold;
      font-size: 19px;
  }

  .book1 .pii::after {
      background-color: #ed8728;
      position: absolute;
      content: "";
      bottom: 5px;
      right: 175px;
      width: 50px;
      height: 3px;
      z-index: -1;
      display: none;
  }
  .element {
      margin-top: 2em;
      width: 90%;
  }

  .ment {
      width: 50%;
      border-right: 2px solid #fff;
      text-align: center;
      padding-bottom: .5em;
  }

  .ment p {
      color: #ffffff;
      font-size: 1rem;
      line-height: 16px;
      padding: .5em;
      font-weight: 500;
  }

  .ment span {
    color: #191919;
    font-size: 1rem;
    line-height: 15px;
    font-weight: 500;
  }
  .maneno {
    margin-top: 3em;
  }

  .maneno .h4 {
    font-size: 1.3rem;
    padding: .6em;
  }

  .maneno .h5 {
    font-size: .95rem;
    font-weight: 400;
    line-height: 20px;
    color: #434a54;
  }
.maneno .h6 {
    font-size: .95rem;
    font-weight: 400;
    line-height: 20px;
    color: #434a54;
}
.maneno .h6 span{
    font-weight: 400;
}
  .maneno .p {
      font-size: 1.3rem;
  }

  .maneno .h6 {
      font-size: .96rem;
  }

  .maneno .h6 span {
      font-size: 1rem;
      padding-bottom: 1em;
  }
  .day2 {
      margin-top: 2em;
  }

  .excluded-maneno {
      margin-top: 3em;
  }

  .ex1 ul {
      color: #191919;
      font-size: 1.3rem;
      padding-bottom: 1em;
  }

  .ex1 ul li {
      padding-top: .3em;
      list-style: none;
      font-size: .95rem;
      font-weight: 400;
  }

  .ex2 ul {
      color: #191919;
      font-size: 1.5rem;
      padding-bottom: 1em;
  }

  .ex2 ul li {
      font-size: .95rem;
      font-weight: 400;
  }
}       
/*BOOK MAIN FLEX DIVES ENDED HEREEEE*/


/*BOOK 2 UPANDE MAIN FLEX DIVES STARTED HEREEEE*/
.book2 {
    padding-top: 2em;
    margin-left: 2em;
}
.uu {
    width: 250px;
    background-color: #fff;
    height: 40px;
    margin-top: 3em;
    margin-left: 5em;
    font-size: 1rem;
    padding-top: .7em;
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 900px) {
.book2 {
        padding-top: 1em;
        margin-left: 1em;
        margin-right: 1em;
     }
 .uu {
     background-color: #fff;
     width: unset;
     height: 40px;
     margin-top: 3em;
     margin-left: 2em;
     margin-right: 2em;
     font-size: 1rem;
     padding-top: .7em;
     border-radius: 5px;

 }
}   




.boot-strap-form-tat {
    background-color: #fff;
    margin-top: 3em;
    padding: 2em;
    border-radius: 5px;
    cursor: pointer;
}
.boot-strap-form-tat .person-span {
    display: grid;
    cursor: pointer;
    margin-left: .7em;
}
.div-in-flex {
 display: flex;
 flex-direction: row;
}
.person-span input {
    height: 35px;
    width: 100%;
    margin-top: 1em;
    font-size: .8rem;
    padding-left: 1em;
}
.pee2 input {
    color: #191919;
}
.person-span input:hover {
    border: 2px solid #f58220;
}
.person-span input:focus {
    outline:  none!important;
}
.person-span select {
    background-color: transparent;
    height: 35px;
    width: 100%;
    margin-top: 1em;  
}
.person-span textarea {
    background-color: transparent;
    margin-top: 1em;
    font-size: 1rem;
    color: #333333;
}
.person-span textarea:hover {
    border: 2px solid #f58220;
}
.person-span textarea:focus {
    outline: none !important;
}
.btn-boo {
    justify-content: center;
    text-align: center;
    margin-top: 2em;
}
.btn-boo button {
    background-color: #f58220;
    width: 90%;
    height: 40px;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 1rem;
    border-radius: 8px;
}
@media screen and (max-width: 900px) {
    .boot-strap-form-tat {
            background-color: #fff;
            margin-top: 3em;
            padding: 1em;
        }
    
        .boot-strap-form-tat .person-span {
            display: grid;
            cursor: pointer;
            margin-left: .7em;
        }
    
        .div-in-flex {
            display: flex;
            flex-direction: column;
        }
        .person-span input {
            height: 38px;
            width: 100%;
            margin-top: 1em;
            font-size: .85rem;
            padding-left: 1em;
            color: #434a54;
        }
    
        .pee2 input {
            color: #333333;
        }
        .person-span select {
            background-color: #fff;
            height: 38px;
        }
        .person-span textarea {
            background-color: transparent;
            margin-top: 1em;
            font-size: 1rem;
            color: #333333;
        }
        .btn-boo {
            justify-content: center;
            text-align: center;
            margin-top: 2em;
        }
    
        .btn-boo button {
            background-color: #f58220;
            width: 90%;
            height: 39px;
        }
}



.image-link {
    background-color: antiquewhite;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-image: url("../images/baclink2.jpeg");
    background-size: cover;
    height: 200px;
    border-radius: 5px;
    margin-top: 10em;
}
.link2{
    background-image: url("../images/simbalin2.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
}
.link3 {
    background-image: url("../images/ZANZILINK.jpeg");
    background-size: cover;
}
.image-link h5{
    font-size: 1rem;
    color: #fff;
    transform: translateY(100px);
    cursor: pointer;
}
.image-link h6{
    background-color: #ed8728;
    margin-left: 40%;
    margin-right: 40%;
    text-align: center;
    border-radius: 10px;
    transform: translateY(120px);
    cursor: pointer;
}
.image-link h6 a{
    list-style: none;
    color: #fff;
    font-size: .8rem;
    padding: .2em;
    text-decoration: none;
    align-items: center;
}
@media screen and (max-width: 900px) {
    .image-link {
            align-items: center;
            height: 200px;
            border-radius: 5px;
            margin-top: 5em;
            margin-bottom: 5em;
        }
}
/*BOOK 2 UPANDE MAIN FLEX DIVES ENDED HEREEEE*/


/* whatsappp link hereee */
.whsapp {
    position: fixed;
    margin-left: 0;
    bottom: 50px;
    cursor: pointer;
    margin-left: auto;
    float: right;
    right: 2em;
    background-color: transparent!important;
}
.whsapp img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent!important;
    
}


/*FOOTER STARTED HER padding-bottom: 2em;
    padding-top: 2em;E*/

    footer {
        width: 100%;
        height: auto;
        padding-bottom: 2em;
        background-image: url(../images/bac2.jpeg);
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
        /* background-color:  linear-gradient(to top, rgb(0, 0, 0.3) 0%, #FC0 100%); */
    }
    
    .footer-span {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .span {
        flex: 0 0 350px;
        margin-top: 2em;
    }
    
    .span p {
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
    }
    
    .span li {
        list-style: none;
        padding: .2em;
        margin: unset!important;
    }
    
    .span li a {
        text-decoration: none;
        color: #fff;
    }
    .span li a img{
        width: 25px;
        height: 25px;
        border-radius: 5px;
        background-color: #fff;
    }
    .copym {
        width: 100%;
        height: 120px;
        background-color: #0a0600;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .copy {
        color: #FFFF;
        font-size: .9rem;
    }
    /*FOOTER CSS*/
    @media screen and (max-width: 900px) {
        footer {
            background-image: url(../images/bac2.jpeg);
            background-size: cover;
            background-repeat: no-repeat;
            background-color: transparent rgb(0, 0, 0.3);
        }
    
        .footer-span {
            display: flex;
            flex-direction: column;
            justify-content: initial;
            padding-left: 3em;
        }
    
        .span {
            flex: 1;
            margin-top: .2em;
            margin: unset!important;
        }
    
        .span p {
            color: #fff;
            font-size: 1rem;
            font-weight: 700;
            padding: 1em;
            margin: unset!important;
        }
        .span li a {
            font-size: .9rem;
            ;
        }
    }