* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Nunito Sans", sans-serif;
}


.header_sec{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img{
  width:150px;
}

a{
    text-decoration: none;
    color:#000;
}

.menu {
    padding: 14px 20px;
    border: 1px solid #014cab0a;
    border-radius: 1px;
    border-bottom: 1px solid #93939317;
}

.count p{
  text-transform: uppercase;
  font-size:15px !important;
}

.menu ul{
 list-style-type: none;
 text-transform: uppercase;
 margin-bottom:0px;
 padding-left: 0px;
}

.menu ul li a {
     color: #000;
    letter-spacing: 2px;
    font-size: 12px;
        font-weight: 700;
    text-decoration: none;
}

.menus ul{
 list-style-type: none;
 text-transform: uppercase;
 margin-bottom:0px;
 padding-left: 0px;
}

.menus ul li a {
 color: #000;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

.menu_button button{
    border: none;
    padding: 12px 21px;
    background-color: #ff5757;
    font-size: 12px;
    border-radius: 22px;
    font-weight: 600;
    color: #fff;
}

.banner_section{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height:100vh;
}

.ban_txt{
    position: absolute;
    z-index: 99;
    width: 50%;
    text-align: center;
}

.banner_main_text{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.ban_txt h1{
  text-transform: uppercase;
}

.banner_main_inner img {
   width: 100%;
    height: 401px;
    object-fit: cover;
}

.banner_main_inner::after {
position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 9;
    border-radius: 0px;
    background-image: linear-gradient(to top, #ffffff00, #e4cdba);
}

.package_cover {
    min-height: 297px;
    width: 100%;
    border: 1px solid #ffffff;
    border-radius: 17px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / 37%);
    position: relative;
    background: #ffffff;
    margin-top: 5px;
}
.product_ul ul li {
padding-left: 0px;
    color: #756e6e;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.product_ul ul {
    padding-left: 0px;
    list-style-type: none;
    display: inline-flex;
    gap: 10px;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

.package_img img{
width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9px;
}



.package_img {
   width: 30%;
    padding: 10px;
}
.package_detail {
    width: 70%;
    padding: 28px 11px;
    background-color: #ffffff;
}
.package_detail h5 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 14px;
}

.package_detail h5 {
       font-size: 15px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 14px;
}

/* .banner_section_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
} */

.banner_main_text::after {
position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 9;
    border-radius: 0px;
    background-image: linear-gradient(to top, #ffffff00, #e4cdba);
}

.banner_main_text img{
  width:100%;
  height:100vh;
}

.desktop_menu{
       position: absolute;
    top: 15px;
    width: 100%;
   z-index: 999;
}

.banner_text h1{
font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}

.box_sec{
  padding: 10px;
    width: 100%;
    height: 100%;
    margin-top: 12px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.mision{
        padding: 80px 0px;
    background-color: #fff; 
}

.sec_title ul li{
    list-style-type: none;
    display: inline-flex;
    flex-wrap: wrap;
    background-color: #ff575782;
    padding: 7px 8px;
    border-radius: 11px;
    font-weight: 700;
    font-size: 9px;
}

.mis_text{
     padding: 20px;
    border: 1px solid #8080806e;
}

.mis_text h2{
text-transform: uppercase;
    font-weight: 700;
}

.mis1{
    height:100%;
}

.mis1 img{
    width:100%;
    object-fit: cover;
    height:100%;
 
}

.sec_title ul{
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.sec_img img{
width: 100%;
height: 296px;
object-fit: cover;
border-radius: 10px;
}

.sec_title h5{
text-transform: uppercase;
font-size: 16px;
margin-bottom: 19px;
margin-top: 17px;
}

.sec_two {
    padding: 80px 0px;
    background-image: linear-gradient(to bottom, #ffffffd9, #ffffff), url(../images/c.png);
    background-size: cover;
}

.sec_twox {
    padding-top: 80px;
    background-color: #fff;
}

.product_sec{
     padding: 80px 0px;
        background-color: #ffeacd4a;
}

.ems{
    width: 18px;
    height: 35px;
    font-size: 19px;
    color: #000000;
}

input[type="email"] {
    display: inline-block;
    width: 84%;
    padding: 18px 36px;
    margin: 8px 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 48px;
    margin-top: 9px;
    border-radius: 20px;
    margin-bottom: 25px;
    border: none;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.06);
}
input,
input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 3;
}

.bt {
     margin-left: -139px;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    padding: 9px 30px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
        background-color: #004cab;
    color: #fff;
}

.abt_sec{
    padding: 80px 0px;
    background-color: #ffeacd4a;
}

.abt_secs p{
  font-size:18px;
}

.abt_secs h1{
font-size: 35px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
}

.abt_secs h1 span{
color:#ffbf58;
}

.banner_text h1 span{
color:#ffbf58;
}

.what_box{
 width: 50px;
    height: 50px;
    background-color: #ff5757;
    border-radius: 10px;
    color: #ffffff;

}

.count h2{
      font-weight: 1000;
    font-size: 51px;
}

.view_all a{
    text-decoration: none;
    color:#000;
    font-size:12px;
    text-transform: uppercase;
}

.icon_sec{
    width: 95%;
        background-color: #faebd71c;
    padding: 35px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-right: 1px solid #ffaac0;
    border-bottom: 1px solid #b6d7ff;
}

.client-testimonial-carousel .owl-dots button {
    height: 5px;
    background: #004cab !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
  background: #ffbe5b !important;
    width: 30px;
}

.client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px
}

.single-testimonial-item {
    position: relative;
    box-shadow: 0 0 2px #dadfd3;
    margin: 2px;
    padding: 20px;
    font-style: italic;
    padding-left: 85px;
    background-color: #e4cdba;
}

.single-testimonial-item:before {
 font-family: remixicon !important;
        content: "\ec51";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 20px;
    color: #ff5757;
    line-height: 30px;
    margin-top: -15px;
}

.single-testimonial-item:after {
    background: #ddd;
    content: "";
    height: 70%;
    left: 60px;
    position: absolute;
    top: 10%;
    width: 1px;
}

.single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 0;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

.contact_cover {
    justify-content: flex-start;
    align-items: center;
    margin-top: 21px;
}
.contct_icon {
    width: 50px;
    height: 50px;
    background-color: #ff5757;
    font-size: 16px;
    display: flex;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.input-wrapper input {
    font-size: 13px;
    color: #0e0e0e;
    width: 100%;
    height: 49px;
    outline: none;
    border: 1px solid #c9c9c9;
    padding: 10px 20px;
    border-radius: 2px;
    position: relative;
        background-color: #ffffff;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-wrapper label {
    color: #000000 !important;
    font-size: 15px;
    text-transform: capitalize;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 14px;
    font-weight: 700;
    padding: 0 8px;
    pointer-events: none;
    background: #fff;
    -webkit-transition: -webkit-transform 100msease;
    -moz-transition: -moz-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -ms-transition: -ms-transform 100ms ease;
    transition: transform 100msease;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.input-wrapper {
    width: 100%;
    position: relative;
    line-height: 14px;
    margin-top: 23px;
    display: inline-block;
}

.contct_text p {
    margin-bottom: 0px;
}

.footer_setion{

  padding: 80px 0px;
    padding-bottom: 20px;
    background-color: #e4cdba;
}

.footer_content h6 {
 text-transform: uppercase;
    color: #000000 !important;
    font-weight: 700;
}

.footer_content p {
font-size: 16px;
    color: #000000;
    font-weight: 300;
}

.foot_ul ul {
    list-style-type: none;
    padding-left: 0px;
    flex-direction: column;
    display: flex;
    gap: 18px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
}

.foot_ul ul li a {
    text-decoration: none;
    /* color: #000000; */
    /* font-weight: 500; */
    font-size: 14px;
    color: #000000;
    font-weight: 300;
}

.bottom p {
    font-size: 15px;
    color: #000000;
    margin-top: 15px;
}

.hat_pic{
   max-width: 450px;
    margin: auto;
}

.icon_text h3{
font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
}

.icon1 h2{
  color:#004cab;
}

.icon2 h2{
  color:#ff5757;
}

.icon3 h2{
  color:#febe53;
}

.icon4 h2{
  color:#004cab;
}

.mobile_menu{
    display: none;
}

.menu img{
 width:30px;
}

.menu-btn {
  font-size: 24px;
  background: none;
  border: none;
}


/* Overlay */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

/* Bottom sheet */
.sheet {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
    height: 67vh;
 background: #e37978;
  border-radius: 16px 16px 0 0;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: 1000;
}

.sheet.open {
  transform: translateY(0);
}

.overlay.show {
  opacity: 1;
  pointer-events: auto;
}

/* Grab handle */
.grab {
  width: 40px;
  height: 4px;
  background: #ccc;
  border-radius: 2px;
  margin: 10px auto 20px;
}

/* Links */
.sheet nav a {
    display: block;
    padding: 18px;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
}

.contct_textx p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
}

.contct_iconx {
    width: 39px;
    height: 39px;
    background-color: #fbfbfb;
    font-size: 15px;
    display: flex;
    color: #004cac;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.sheet-header {
  position: relative;
  padding: 8px 16px 0;
}

/* Close button */
.close-btn {
  position: absolute;
  right: 16px;
  top: 8px;
  background: none;
  color: #fff;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* Grab handle */
.grab {
  width: 40px;
  height: 4px;
  background: #044bae;
  border-radius: 2px;
  margin: 0 auto 16px;
}

.footer_sos {
position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #ff5757;
    border: 1px solid #fff;
    padding: 12px 20px;
    border-radius: 37px;
    z-index: 99;
}

.logo_menu a {
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 768px) {

    .logo img {
    width: 111px;
}

.foot_ul{
    margin-top:10px;
}

.abt_secs img{
        width: 250px;
}

    .desktop_menu{
       position: absolute;
    top: 15px;
    width: 100%;
   z-index: 999;
   display: none;
}

.product_sec {
    padding: 35px 0px;
    background-color: #ffeacd4a;
}

.mobile_menu{
  position: absolute;
    top: 15px;
    width: 100%;
   z-index: 999;
   display: block;
}
    .package_img img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

        .package_img {
        width: 100%;
    }

    .package_detail {
    width: 100%;
    padding: 28px 11px;
    background-color: #ffffff;
}
.icon_sec {
    width: 95%;
    background-color: #faebd71c;
    padding: 35px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-right: 1px solid #ffaac0;
    border-bottom: 1px solid #b6d7ff;
    margin: auto;
}
.ban_txt {
    position: absolute;
    z-index: 99;
    width: 100%;
    text-align: center;
}

.ban_txt h1 {
    text-transform: uppercase;
    font-size: 22px;
}

    .banner_text h1 {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .abt_secs h1 {
        font-size: 20px;
        text-align: left;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 4px;
    }

.banner_section {
    display: flex;
    justify-content: start !important;
    align-items: start;
    min-height: 70vh;
}

.banner_main_text img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

.sec_twox {
    padding-top: 50px;
    background-color: #fff;
}

.sec_two {
    padding: 50px 0px;
    background-image: linear-gradient(to bottom, #ffffffd9, #ffffff), url(../images/c.png);
    background-size: cover;
}

.abt_sec {
    padding: 50px 0px;
    background-color: #ffeacd4a;
}

.mision {
    padding: 50px 0px;
    background-color: #fff;
}
}
.toastt {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 250px;
    padding: 12px 18px;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    animation: slideIn 0.3s ease;
    background: #2500ac;
}

.toastt.success {
    background-color: #28a745;
}

.toastt.danger {
    background-color: #dc3545;
}
