*{
    margin:0px;
    padding:0px;
    box-sizing:border-box;
}

html{
	font-size:100%;
}

body{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.9rem;
    color:#333;
    background-color: #fefefe;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    color:#691874;
    position: relative;
    z-index: 2;
	letter-spacing: -1px;
}
h1{
    font-size: 3.5rem;
    line-height: 3rem;
    margin-bottom: 30px;
}
h2{
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 30px;
}
h3{
    font-size: 1.5rem;
    line-height: 2rem;
}
h4{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
h5{
    font-size: 1rem;
    line-height: 1.5rem;
}

a{
    color:inherit;
    text-decoration:none;
    transition: all 0.3s ease-in-out;
}
a:hover{
    color: #EE4D9B;
}

.readmore{
    background-color: #EE4D9B;
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    float: left;
}
.readmore:hover{
    background-color: #d01971;
    color: #fff;
}

.aligncenter{
    text-align:center;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: #333 1px dotted;
    opacity: .25;
}
b,strong{
	font-weight:700;
}

.container12, header, footer{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
	float: left;
}
article{
    width:90%;
    max-width: 1370px;
    margin:0px auto;
}
/*--header--*/
header{
    padding: 20px 0;
    position:absolute; 
    top:0px;
    left:0px;  
    z-index: 10;
}

.fixed-header header{
    position: relative;
    float: left;
}

/*--logo--*/
.logo{
    width: 100%;
    max-width: 162px;
    height: auto;
    float: left;
}
.logo img{
    width: 100%;
    height: auto;
}

/*--navigation--*/
.navigation{
    float: right;
    width: 71%;
    color: #fff;
}
.fixed-header .navigation{
    color:#333;
}
.navigation .topnav{
    width:100%;
    float:right;
    text-align:right;
}
.navigation .topnav ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.navigation .topnav ul li{
    display: inline-block;
    margin: 0px 10px;
}
.navigation .topnav ul li a{
    padding:5px 10px
}
.navigation .topnav ul li:nth-last-child(1) a{
    background-color:#EE4D9B;
    color: #fff;
    border-radius: 10px;
    padding:10px 20px;
}

.navigation nav{
    width: 100%;
    float: right;
    text-align: right;
    margin-top: 2em;
}
.navigation nav ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.navigation nav ul li{
    display: inline-block;
    margin: 0px 10px;
    position: relative;
}
.navigation nav ul li a{
    padding: 10px 11px;
}

.navigation nav ul li ul{
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    display: none;
}

.side-menu {
  display: none;
} /* Hide checkbox */
.hamb {
  display: none;
} /* Hide hamburger icon */


/*--banner--*/
.banner{
    height:max-content;
}
.banner .bannerimg{
    height: 98vh;
    background-size: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position:relative;
    background-blend-mode: multiply;
}
.banner .bannerimg .bannercap{
    position: absolute;
    top: 49%;
    left: 5em;
    width: 44vw;
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px 2px #0000009e;
}
.banner .bannerimg .bannercap h2{
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 20px;
    color:#fff;
}

.banner .bannerimg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.inner .banner .bannerimg {
    height: 55vh;
    margin-bottom: 3em;
    background-size:cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-blend-mode: multiply;;
    position: relative;
}
.inner .banner .bannerimg .bannercap{
    bottom: 1em;
    top: auto;
    text-shadow: 1px 1px 2px #0000009e;
}   
.inner .banner .bannerimg .bannercap h1{
    color:#fff;
    font-size: 2.5rem; 
    line-height: 0.5rem;
    margin-bottom: 20px;
}

/*--serveboxes--*/   
.serv{
    z-index: 3;
}
.serveboxes{
    /*display: flex;
    justify-content: center;*/
    gap: 21px;
    margin-top:-4em;
    margin-bottom: 3em;
}

.serveboxes a{
    flex: 1
}

.serveboxes .servbox{
    width: 100%;
    height: 50vh;
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.servbox::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.218);
    border-radius: 10px;
}

.serveboxes .servbox h3{
    position:absolute;
    bottom: 1.5em;
    color: #fff;
    width: 80%;
	line-height: 1;
    letter-spacing: -1px;
}


.slick-slide {
    padding: 12px;
}

.inner .serveboxes{
    margin-top:0;
}

/*--about--*/
.about{
    margin-bottom:3em;
}
.aboutbx{
    background-color: #E6E5E0;
    border-radius: 10px;
    background-repeat:no-repeat;
    background-position-y: -2rem;
}
.aboutbx .cont{
    height: 70vh;
    align-content: center;
    position:relative;
}

.articleimg{
    height: 65vh;
    margin: 3em 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius:20px;
}

.break{
    margin:3em 0;
}

.largetext{
    font-size:20px;
}

/*--upcomingevents--*/
.upcomingevents{
    margin-bottom:3em;
}
.upcomingevents .eventbx{
    background-color: #fff;
    padding: 23px 0px;
    position: relative;
}
.upcomingevents .eventbx .imgbx{
    height: 29vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom:1em;
    border-radius: 10px;
}
.upcomingevents .eventbx .contbx{
    display:flex;
    gap:30px;
    padding: 18px 20px;

}
.upcomingevents .eventbx .contbx .datebx{
    color: #691874;
    text-align:center;
}
.upcomingevents .eventbx .contbx .datebx .day{
    font-size: 34px;
    line-height: 35px;
}
.upcomingevents .eventbx .contbx .datebx .month{
    letter-spacing: 2px;
}

/*--service Logo--*/
.servlogo{
	height: 189px;
    width: 242px;
    object-fit: contain;
    margin: 0px auto;
}

/*--calltoaction--*/

.calltoaction .cont{
    /*height:70vh;*/
	height: 98%;
    align-content: center;
	background-size:cover;
	background-repeat: no-repeat;
    background-position: center;
	border-radius:14px;
}

.calltoaction .ads {
	margin-top: -14px;
}

/*--reach oiut--*/
.reachout{
    padding: 5em 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.reachout::before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 79%);
}
.reachout article{
    position: relative;
    z-index: 1;
}
/*--social--*/
.social{
    margin:0;
    padding:0;
    list-style: none;
}
.social li{
    display: inline;
    margin: 0px 10px;
    font-size: 23px;
    color: #691874;
}

/*--flower--*/

.flower{
    position: absolute;
    width:85px;
    z-index: 1;
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;

}
.leftfl{
    left:-2em;
}
.leftf2{
    left:0em;
}
.rightfl{
    right:-2em;
}
.topfl{
    top:-3em;
}
.bottomfl{
    top:auto;
    bottom:-1em;
}

.largefl{
    height: 75px;
}
.xlargefl{
    height: 120px;
    width: 100px;
}
.xxlargefl{
    height: 150px;
    width: 145px;
}
.purpleflower{
    background-image: url(../images/flower5.png);
}
.whiteflower{
    background-image: url(../images/flower3.png);
}
.mixflower{
    background-image: url(../images/flower4.png);
}
.mixflower2{
    background-image: url(../images/flower2.png);
}
.mixflower3{
    background-image: url(../images/flower6.png);
}

/*--innercont--*/
.innercont{
    margin-bottom: 3em;
}

/*--morecont--*/
.morecont{
    margin: 0px 0 3em 0;
}
.morecont .imgbx{
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 1em;
    margin: 0 -.75rem;
    position:relative;
}
.morecont .cont{
    padding:30px 3em;
    position:relative;
}
.morecont .cont h3 span.title{
	font-size: 20px;
    color: #ee4d9b;
}


/*-- MB Tour Club --*/
.mbtcintro{
    height: 57vh;
    background-size: cover;
    background-position: center;
}
.mbtcintro .col-lg-6{
	height:57vh;
}
.mbtcintro .cont img{
	height: 30vh;
}

.costcont{
	background-color: #691874;
    color: #fff;
    font-size: 18px;
    padding: 3em;
    height: 100%;
}
.costcont h2{
	color:#fff;
}
.costcont .largenum{
	font-size: 45px;
    font-weight: 900;
    letter-spacing: -1px;
}
/*-- travel banner --*/

div.col-lg-12:has(div.travelbanner){
	padding:0px;
}
.travelbanner{
    margin-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.travelbanner img{
	position: absolute;
    top: 7em;
    width: 520px;
}
.traveldesc{
	background-color:#043d40;
	padding:3em;
	color:#fff;
	height: 100%;
}
.traveldesc h2{
	color:#fff;
}

.tripbox .tripimg{
	height: 225px;
    margin-bottom: 1em;
    border-radius: 20px;
    background-size: cover;
}
.tripbox .tripcont{
	padding:0 20px;
}
.tripbox .tripcont p.date{
	font-size: 14px;
    color: #878787;
}


.contactForm{
	width:100%;
}
.contactForm input,
.contactForm textarea,
.contactForm select {
  padding: 10px 15px;          
  margin: 8px 0;               
  border: 1px solid #ccc;       
  border-radius: 6px;          
  width: 100%;                  
  box-sizing: border-box;      
}
.contactForm button[type=submit]{
    background-color: #EE4D9B;
    color: #fff;
	border:none;
    border-radius: 10px;
    padding: 10px 20px;
}

/*--ads--*/
.ads img{
	border-radius: 12px;
	width:100%;
}

/*--footer--*/
footer{
    padding: 3em 0 2em 0;
}
footer .footlogo{
    width: 180px;
}
footer ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}  
footer ul li a{
    font-size:14px;
    display: block;
    margin-bottom:5px;
} 

footer .copy{
    font-size: 12px;
}


@media (max-width: 767px), (max-device-width: 767px) and (orientation: portrait), (max-device-width: 767px) and (orientation: landscape) {
	body{
		overflow-x:hidden;
	}
	.largetext {
        font-size: 18px;
    }
    header .navigation {
        display:none;
        background-color: rgba(2, 10, 18, 0.9);
        color: #fff !important;
        height: 100vh;
        width:100%;
        left:0px;
        position: absolute;
        top: 0px;
        margin-top: 0px !important;
        z-index:200;
        padding-top: 5em;
    }
    header .navigation nav ul {
    display: block;
    }
    nav ul li {
        display: block;
        margin: 0px 2.2em;
        width: 100%;
        margin-bottom: 3em;
    }
    nav ul li a {
        font-size: 23px;
        float: left;
        color:#fff;
    }
    .hamb {
        display:block;
        cursor: pointer;
        padding: 47px 20px;
        z-index: 201;
        position: absolute;
        right: 2em;
    } /* Style label tag */
    .hamb-line {
        display: block;
        height: 2px;
        position: relative;
        width: 24px;
    } /* Style span tag */
    .hamb-line::before, .hamb-line::after {
        border-top: solid 3px #ef57a0;
        content: "";
        display: block;
        position: absolute;
        transition: all 0.2s ease-out;
        width: 42px;
    }
    .hamb-line::before {
        top: 5px;
    }
    .hamb-line::after {
        top: -5px;
    }
    .side-menu {
        display: none;
    } /* Hide checkbox */
    /* Toggle menu icon */
    .side-menu:checked ~ .navigation {
        display:block;
    }
    .side-menu:checked ~ .hamb .hamb-line {
        background: transparent;
    }
    .side-menu:checked ~ .hamb .hamb-line::before {
        transform: rotate(-45deg);
        top: 0;
    }
    .side-menu:checked ~ .hamb .hamb-line::after {
        transform: rotate(45deg);
        top: 0;
    }

    .navigation .topnav ul{
        margin-top:3em;
        float:left;
        text-align:left;
    }
    .navigation .topnav ul li {
    display: block;
    margin-bottom:1em;
    }
    .navigation .topnav ul li a {
        display: block;
        width: 100%;
        color:#fff;
    }
    .navigation .topnav ul li:nth-last-child(1) a {
    margin-top: 1em;
    float: left;
    }

    .fixed-header header {
        background-color: #ffecec;
        margin-bottom: 3em;
    }
    

    .banner .bannerimg {
        background-size: cover !important;
    }
    .banner .bannerimg .bannercap {
        position: absolute;
        top: auto;
        bottom: 4em;
        left: 3em;
        width: 75%;
        color: #fff;
        font-size: 15px;
    }
    .banner .bannerimg .bannercap h2 {
        font-size: 2.5rem;
        line-height: 1;
        margin-bottom: 12px;
    }

    .inner .banner .bannerimg .bannercap {
        left: 1em;
        width: 80%;
    }
    .inner .banner .bannerimg .bannercap h1 {
        color: #fff;
        font-size: 2rem;
        line-height: 1;
        margin-bottom: 0;
    }

    .serveboxes {
        margin-top: -2em;
    }

    .aboutbx {
        background-position-y: 3rem;
        background-position-x: -9em;
    }
    .aboutbx .cont {
        height: auto;
        padding: 3em 20px;
        position:relative;
    }
    .aboutbx .cont::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #e6e5e0be;
        border-radius: 10px;
    }
    .aboutbx .cont *{
        position:relative;
    }

    .upcomingevents .eventbx .contbx {
    padding: 18px 10px;
    }

    .xxlargefl {
        height: 102px;
        width: 106px;
    }
    .topfl {
        top: -2em;
    }
    .bottomfl {
        bottom: 0em;
    }
	.rightfl {
    	right: 0em;
	}
	.leftfl {
    	left: 0em;
	}

    .morecont div:has(> .imgbx){
        order:-1;
    }
    .morecont .imgbx{
        margin-bottom:3em;
        margin-top:3em;
        border-radius: 20px;
		height: 60vh;
    }
    .morecont.innercont{
        padding: 0 2em;
        position: relative;
    }

    .reachout::before {
        top: -1px;
        left: 0;
        width: 101%;
        height: 101%;
    }
    .reachout .col-lg-6{
        margin-bottom: 3em;;
    }
	
	.mbtcintro .cont img {
		height: auto;
		width: 373px;
	}
	
	.costcont {
    	padding: 3em;
	}
	
	.upcomingtrips .col-lg-3{
		padding-bottom: 2em;
		margin-bottom: 1em;
	}
	
	.travelbanner img {
		left: 5px !important;
        right: 0 !important;
        width: 93%;
        margin: 0px auto;
	}
	
	.tripdsp .col-lg-6{
		padding-bottom:2em;
		margin-bottom:1em
	}
	
	.upcomingevents .tripbox{
		margin-bottom: 3em;
    	float: left;
	}
	
	.calltoaction .ads {
    	margin: 13px 0;
	}
	
	.slick-slide {
    padding: 0px;
	}
    

    footer ul {
    text-align: center;
    }
    footer ul li a{
        margin-bottom:1em;
    }
    footer .footlogo {
        width: 100%;
        text-align: center;
        margin: 2em 0;
    }
    footer .footlogo img {
        width: 200px;;
        height: auto;
    }
    footer .copy {
        text-align: center;
        margin-top: 2em;
    }

}

