@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Slabo+27px&display=swap');
body{
	margin: 0;
	padding: 0;
	font-family: "Noto Sans", sans-serif;
	background-color: #fff !important;
}

.mySidenav{
    display: none !important;
}
.active a{
	color:#cc2fa3 !important;
	font-weight: bold;
}
.logo img{
	width: 50%;
}
.top-menu{
	padding: 10px 0 0 0;
}
.topmenu{
	line-height: 50px;
}
.topmenu ul{
	margin: 0;
	padding: 0;
	text-align: right;
}
.topmenu ul li{
	list-style: none;
	padding: 0px 15px;
	display: inline-block;
}
.topmenu ul li a{
	text-decoration: none;
	font-size: 13px;
	text-transform: capitalize;
	/*font-weight: 600;*/
	color: #62229a;
}
.topmenu  i{
	font-size: 13px;
	padding-right: 6px;
	color: #cc2fa3;
}
.menu i{
color: #cc2fa3;
}
.btn a{
	background-color: #cc2fa3;
	color: #fff !important;
	padding: 6px 10px;
	border-radius: 5px;
	font-weight: bold;
}

.line{
	border:1px solid #687385;
}

/*header-start/////*/

.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	list-style: none;
	display: inline-block;
}
.menu ul li a{
	text-transform: capitalize;
	padding: 5px 25px 5px 0;
	text-decoration: none;
	color: #62229a;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.right-menu ul{
	margin: 0;
	padding: 0;
}
.right-menu ul li{
	list-style: none;
	display: inline-block;
}

.right-menu i {
	font-size: 13px;
	width:30px;
	height: 30px;
	line-height: 21px;
	text-align: center;
	padding: 5px;
	border-radius: 100%;
	color: #fff;
	margin-right: 10px;
}
#facebok i{
	background-color: blue;
	width: 30px;
    height: 30px;
    line-height: 24px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    font-size: 15px;
    padding: 4px;
}
#twiter i{
	width: 30px;
    height: 30px;
    line-height: 24px;
    background-color: #1E88E5;
    text-align: center;
    border-radius: 100px;
    color: #fff;
}
#pinteres i{
	background-color: #bd081c;
}
#bar i{
	 color: #687385;
    font-size: 20px;
}
.right-menu{
	text-align: right;
}

/*banner start*/
.banner{
	 padding: 25px 0;
    background: #f7f8f9;
    margin: 15px 0 0 0;
}

.banner img{
	width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;

}
/*Featured-posts start*/
.featured-posts{
       margin: 0;
       padding: 0;
       background-color: #f7f8f9;
}
.featured-posts ul{
	list-style: none;
	display: inline-block;
	margin: 0;
}
.featured-posts ul li a{
	text-decoration: none;
	color: #d1019b;
	font-size: 17px;
	text-transform: capitalize;
	font-weight: bold;
}
.menu-right{
	list-style: none;
}
.menu-right ul{
	margin: 0;
	padding: 0;
}
.menu-right ul li{
	display: inline-block;
	
}
.menu-right ul li a{
	font-size: 14px;
	padding:5px;
	color: #969fa7;
   
}
.menu-right ul li a i{
	padding: 3px;
}
.covid{
	margin: 20px;
}
.featured-posts-image{
	margin: 25px 0;
	position: relative;
	height: 455px;
}
.featured-posts-image img{
	width: 100%;
       height: 455px;
       object-fit: cover;
       border-radius: 15px;
       
}
.menu-right-image img{
	width: 100%;
	height: 290px;
       object-fit: cover;
       border-radius: 14px 14px 0 0;
}
.paragraph{
	position: absolute;
	bottom: 10px;
	left: 50px;
	z-index: 99999;

}
.paragraph ul{
	margin: 0;
	padding: 0 0 15px 0;
}
.paragraph ul li{
       display: inline-block;
       font-size: 16px;      
       color: white;
       padding-right: 5px;
}
.paragraph p{
	font-weight: 700;
	font-size: 25px;
	color: white;
	line-height:33px;
	font-family: 'Noto Sans JP', sans-serif;
}
.featured-posts-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0 0 0 / 22%) 0%, rgba(0, 0, 0, 0.55) 35%,
     rgb(0 0 0 / 32%) 60%, rgb(0 0 0 / 32%) 80%, rgb(0 0 0 / 32%) 100%), 
    /* 🔥 bottom soft layer */ linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%,
     rgb(0 0 0 / 32%) 25%, rgb(0 0 0 / 32%) 50%, rgb(0 0 0 / 32%) 70%);
    top: 0;
    left: 0;
    z-index: 1;
}
#travel{
	color: #329ad4;
	font-weight: bold;
}
#animal{
	color: #f9a902;
	font-weight: bold;
}
#ago{
	font-size: 14px;
}
#agoo{
	font-size: 14px;
}
.food{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
       padding: 10px;
       border-radius: 0 0 14px 14px;
}
.food ul{
     margin: 0;
     padding: 0;
}
.food ul li{
	display: inline-block;
	padding-right: 4px;
}
.food p{
	font-weight: 800;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 23px;
	line-height: 30px;
}
#travels{
	font-size: 14px;
	letter-spacing: 0.8px;
	color: #4ca6d2;
	font-weight: bold;
}
#food{
	color: #09805b;
	font-size: 14px;
	letter-spacing: 0.8px;
	font-weight: bold;
}
#two{
	font-size: 10px;
	color: #666;
	line-height: 1;
}
.soap ul{
	margin: 0;
	padding: 0;
}
.sea ul{
	margin: 0;
	padding: 0;
}
.waves ul{
       margin: 0;
       padding: 0;
}
.first img{
	width:100%;
	object-fit: cover;
	height: 300px;
	border-radius: 10px 10px 0 0;
}
.second img{
	width: 100%;
	object-fit: cover;
	height: 300px;
	border-radius: 10px 10px 0 0;
}
.third img{
	width: 100%;
       object-fit: cover;
       height: 300px;
       border-radius: 10px 10px 0 0;
}
.fashion ul li{
       display: inline-block;
       text-decoration: none;
}
.july ul li{
	display: inline-block;
	text-decoration: none;
}
.soap{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	border-radius: 14px;
	padding: 10px;
}
.travel ul li{
       display: inline-block;
       text-decoration: none;
}
.august ul li{
	display: inline-block;
	text-decoration: none;
}
.sea{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	border-radius: 14px;
	padding: 10px;
}
.Lifestyle ul li{
	display: inline-block;
	text-decoration: none;
}
.june ul li{
	display: inline-block;
	text-decoration: none;
}
.waves{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	border-radius: 14px;
	padding: 10px;
}
#fav{
	font-size: 17px;
	color: #e58836;
	font-weight: bold;
}
.soap p{
	font-size: 20px;
    font-weight: bold;
}
.july ul li{
	font-size: 10px;
	color: #666;
}
#toxic{
	font-size: 17px;
	color: #e44f57;
	font-weight: bold;
}
.sea p{
	font-size: 20px;
	font-weight: bold;
}
.august ul li{
       font-size: 10px;
       color: #666;
}
#lip{
	font-size: 17px;
	color: #09815c;
	font-weight: bold;
}
.waves p{
	font-size: 20px;
	font-weight: bold;
}
.june ul li{
	font-size: 10px;
	color: #666;
}
.image{
	background-color: #f7f8f9
}
.tips{
	background-color: #f7f8f9;
    padding: 0;
}
.summer{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	border-radius: 14px;
	margin-top: 50px;
}
.sums img{
	width: 100%;
	object-fit: cover;
	height: 200px;
	border-radius: 14px 14px 0 0;
}
.win img{
	width: 100%;
	object-fit: cover;
}
.tra ul{
	margin: 60px 0 0 0;
	padding: 0;
}
.tra ul li{
	display: inline-block;
	color: #454648;
	font-size: 14px;
	font-weight: 600;
}
.line{
	margin: 0 0 16px 0;
}
.flim ul{
	margin: 0;
	padding: 0;
}
.flim ul li{
	display: inline-block;
}
.may ul li{
	display: inline-block;
	color: #76808c;
	font-size: 13px;
}
#artist{
	color:#cc2fa3;
	font-size: 17px;
    font-weight: 600;
}
#yay{
	color: #08805b;
	font-size: 17px;
       font-weight: 600;
}
.summer h2{
	font-size: 22px;
	font-weight: bold;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    line-height: 25px;
    height: 45px;
}
.summer p{
        font-size: 15px;
        color: #76808c;
}
.may ul{
	margin: 0;
	padding: 0;
}
.div{
      padding: 25px;
      border-radius: 20px;
}
.winter{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	border-radius: 14px;
}
.tips-right{
       background-color: #fff;
       padding: 20px;
       border-radius: 10px;
       box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
       margin-top: 50px;
}
.tips-right img{
    width: 70px;
    height: 75px;
    border-radius: 100%;
    object-fit: cover;
}
.tips-right h3{
    font-size: 18px;
    padding: 16px 0;
    font-weight: bold;
}
.tips-right p{
    font-size: 12px;
    color: #687385;
}
.tips-right ul{
    margin: 0;
    padding: 0;
}
.tips-right ul li{
	display: inline-block;
}
#me{
	font-size: 15px;
	font-weight: bold;
}
#facebook{
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #0000ff;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    margin: 7px;
}
#printarest{
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: rgb(230 0 35);
	text-align: center;
	border-radius: 5px;
}
#printarest i{
	color: #fff;
	font-size: 18px;
}
#instagram{
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
	text-align: center;
	border-radius: 5px;
	margin: 7px;
	font-size: 17px;
}
#instagram i{
	color: #fff;
	font-size: 18px;
}
#hotels{
	color: #e3363e;
	font-weight: 700;
}
.popular img{
	width: 100%;
	border-radius: 10px;
	height: 80px;
	object-fit: cover;
}
.some ul{
	 margin-top: 10px;
	 padding: 0;
}
.some ul li{
	list-style: none;
	display: inline-block;
	font-size: 12px;
}
.some h6{
	font-size: 14px;
	margin-top: 10px;
}
.most{
	margin-top: 30px;
}
.most h4{
	font-size: 15px;
	color: #0a0b0c;
}
.some-quality{
	background-color: #fff;
	padding: 10px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	border-radius: 10px;
	margin-bottom: 38px;
}
.post ul{
	margin: 0;
	padding: 0;
}
.post ul li{
	display: inline-block;
	font-weight: 600;
    font-size: 21px;
    margin: 4px;
}
.ten img{
	width: 100%;
	height: 132px;
	object-fit: cover;
	margin-bottom: 10px;
}
.esu h2{
	font-size: 20px;
	color: #b92994;
}
.esu p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
}
.esu a{
	text-decoration: none;
	background-color: #b92994;
	color: #fff;
	padding: 5px 14px;
	font-size: 14px;
    border-radius: 7px;
    margin-top: 10px;
    display: inline-block;
}
.ers ul{
	margin: 0;
	padding: 0;
}
.ers ul li{
	text-decoration: none;
	list-style: none;
	display: inline-block;
	font-size: 17px;
	color: black;
	font-weight: 600;
	margin: 4px;
}
.recent img{
	width: 100%;
	height:10vh;
    object-fit: cover;
    margin: 10px;
    border-radius: 10px;
}
.win h5{
	font-size: 13.5px;
	color: #d21b1b;
}
.win h6{
	font-size: 16px;
	color: #696adf;
}
.win h6 i{
	color: #9d00c2;
	padding-right: 10px;
	font-size: 14px;
}
#recent-posts {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	margin: 6px;
	padding: 2px;
}
.sad{
	border: 4px solid #fff601;
	margin: 10px 0 0;
}
.foot img{
	width: 90%;
    margin-top: 24px;
    border-radius: 10px;
}
.fotter {
	background-color: black;
}
.foot ul{
	padding: 0;
}
.foot ul li{
	display: inline-block;
	text-decoration: none;
}
.foot p{
	color: #a1a1a1;
    font-size: 15px;
    padding: 13px;
}
.fot h1{
	color: #ffffff;
	font-size: 27px;
    padding-top: 18px;
    font-style: italic;
    margin: 7px
}
#twitter i{
	width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #1E88E5;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    margin: 7px;
}
.lin{
	border: 1px solid #fff601;
	width: 40%;
	margin: 0 0 20px;
}
.fot ul {
	padding: 0;
}
.fot ul li{
	display: block;
	color: #ffffff;
	font-size: 15px;
}
.fot ul li i{
	font-size: 7px;
    padding: 12px;
    color: #fff601;
    text-align: center;
}
#map{
	font-size: 14px;
}
#map i{
	font-size: 11px;
}
#phone i{
	font-size: 11px;
}
#letter i{
	font-size: 11px;
}


@media only screen and (max-width: 768px) {
  .menu{
  	display: none;
  }
  .topmenu{
  	display: none;
  }
  .banner img{
  	height: auto;
  }
  .paragraph p {
    font-weight: 700;
    font-size: 18px;
    color: white;
    line-height: 22px;
    font-family: 'Noto Sans JP', sans-serif;
}
.featured-posts-image img{
	height: auto;
}
.featured-posts-image{
	height: auto;
}
.covid {
    margin: 20px 0;
}
.popular img {
    width: 100%;
    border-radius: 10px;
    height: 320px;
    object-fit: cover;
    object-position: top;
}
.tra ul {
    margin: 12px 0 0 0;
}
.summer {
    margin-top: 20px;
}
.ten img{
	height: 250px;
}
.recent img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 0;
    margin: 0;
}
.win h5 {
    font-size: 20.5px;
    color: black;
}
.lin {
    border: 1px solid #fff600;
    width: 40%;
    margin: 0 0 2px;
}
.soap {
	margin-bottom: 18px;
}
.sea {
	margin-bottom: 18px;
}
.tra ul li{
	color: #c10389;
}
#facebok{
	display: none;
}
#twiter{
	display: none;
}
#pinteres{
	display:none;
}

.right-menu {
    text-align: right;
    position: absolute;
    top: 16px;
    right: 4px;
}
.line{
	display: none;
}

/* ========================= MOBILE MENU ========================= */
.sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.45s ease;
    box-shadow: 10px 0 40px rgba(0, 0, 0, 0.15);
    padding: 0;
    z-index: 999999;
} /* ========================= MENU HEADER ========================= */
.menu-header {
    position: relative;
    padding: 25px 20px 22px;
    background: linear-gradient(135deg, #132d80, #2147b8);
    border-radius: 0 0 25px 25px;
} /* Logo */
.menu-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}
.menu-logo img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    background: #ffffff;
    padding: 6px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.menu-logo-text {
    color: #ffffff;
}
.menu-logo-text strong {
    display: block;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
}
.menu-logo-text span {
    display: block;
    font-size: 11px;
    opacity: 0.8;
    margin-top: 3px;
    letter-spacing: 0.5px;
} /* Close Button */
.sidenav .closebtn {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    transition: 0.3s;
}
.sidenav .closebtn:hover {
    background: #ffffff;
    color: #132d80;
    transform: rotate(90deg);
} /* ========================= MENU BODY ========================= */
.menu-body {
    padding: 22px 15px 30px;
} /* Menu Title */
.menu-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #9a9a9a;
    font-weight: 600;
    padding: 0 12px 10px;
} /* Menu Links */
.sidenav a.menu-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 14px;
    margin-bottom: 7px;
    text-decoration: none;
    color: #252525;
    font-size: 14px;
    font-weight: 500;
    border-radius: 13px;
    transition: all 0.3s ease;
    white-space: nowrap;
} /* Icon */
.menu-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #f1f4fb;
    color: #132d80;
    font-size: 15px;
    transition: 0.3s;
} /* Arrow */
.menu-arrow {
    margin-left: auto;
    color: #b5b5b5;
    font-size: 11px;
    transition: 0.3s;
} /* Hover */
.sidenav a.menu-link:hover {
    background: #f1f5ff;
    color: #132d80;
    transform: translateX(4px);
}
.sidenav a.menu-link:hover .menu-icon {
    background: #132d80;
    color: #ffffff;
    transform: scale(1.05);
}
.sidenav a.menu-link:hover .menu-arrow {
    color: #132d80;
    transform: translateX(3px);
} /* Active */
.sidenav a.menu-link.active {
    background: linear-gradient(135deg, #3f0c4d, #d12e9e);
        color: #ffffff;
        box-shadow: 0 7px 18px rgba(19, 45, 128, 0.22);
}
.sidenav a.menu-link.active .menu-icon {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}
.sidenav a.menu-link.active .menu-arrow {
    color: #ffffff;
} /* ========================= DIVIDER ========================= */
.menu-divider {
    height: 1px;
    background: #eeeeee;
    margin: 15px 10px;
} /* ========================= BOTTOM CARD ========================= */
.menu-bottom-card {
    margin-top: 20px;
    padding: 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f1f5ff, #ffffff);
    border: 1px solid #e6ebf7;
}
.menu-bottom-card h4 {
    font-size: 14px;
    color: #132d80;
    margin-bottom: 5px;
}
.menu-bottom-card p {
    font-size: 11px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 12px;
}
.menu-bottom-card button {
    border: 0;
    background: #132d80;
    color: #ffffff;
    padding: 9px 15px;
    border-radius: 8px;
    font-size: 11px;
    font-family: inherit;
    cursor: pointer;
} /* ========================= OVERLAY ========================= */
.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(2px);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.menu-overlay.active {
    opacity: 1;
    visibility: visible;
} /* ========================= OPEN BUTTON ========================= */
.menu-open-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border: 0;
    border-radius: 12px;
    background: #132d80;
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 7px 20px rgba(19, 45, 128, 0.25);
    transition: 0.3s;
}
.menu-open-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(19, 45, 128, 0.3);
} /* ========================= MOBILE ========================= */
@media (max-width: 480px) {
    .sidenav {
        max-width: 330px;
    }
    .menu-header {
        padding: 23px 18px 20px;
        background: linear-gradient(135deg, #4e0f55, #bd2993);
        border-radius: 0 0 25px 25px;
    }
    .menu-body {
        padding: 20px 13px 25px;
    }
    .sidenav a.menu-link {
        padding: 12px 12px;
        font-size: 13px;
    }
    .menu-icon {
        width: 36px;
        height: 36px;
    }
} /* ========================= DESKTOP ========================= */
@media (min-width: 768px) {
    .sidenav {
        max-width: 360px;
    }
}


} 
