@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
}

ul {
    padding-left: 0;
}

li {
    list-style: none;
}
html{
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
}

.flex {
    display: flex;
    align-items: center;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    border-top: 0;
}

.navbar {
    box-shadow: -1px 0px 5px 2px #cccc;
    background-color: #fff;
}

.nav-item {
    padding-inline: 15px;
}

.nav-item .nav-link {
    color: #203656;
}
.nav-item .nav-link:hover{
    color: rgb(255, 151, 132);
}
.dropdown {
    position: relative;
}

.accordian {
    background-color: #cccc;
    position: absolute;
    top: 40px;
    display: none;
}

.dropdown:hover .accordian {
    display: block;
}

.accordian li {
    display: block;
}

.accordian a {
    color: black;
    text-align: center;
    padding: 5px 30px;
    display: block;
}

.outside li {
    display: inline-block;
}

.ion {
    font-size: 20px;
}

/* banner img */
.main {
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
}

.main img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    transition: all .5s;
}

.main img:hover {
    transform: scale(1.04);
    transition: all .5s;
}

/* first side */
.banner {
    margin-top: 100px;
}

.box {
    width: 100%;
    height: 490px;
    padding: 50px;
    box-shadow: 0px 1px 5px 1px rgba(204, 204, 204, 0.648);
    border-radius: 20px;
    overflow: hidden;
}
.box marquee{
    margin-top: 20px;
}
.Popular {
    text-align: center;
    transition: all .5s;
    padding: 8px 20px;
    border: 2px solid rgb(255, 151, 132);
    border-radius: 50px;
    background: rgb(255, 151, 132);
    background: linear-gradient(184deg, rgba(255, 151, 132, 1) 0%, rgba(252, 70, 107, 1) 100%);
    color: #fff;
}

.Popular:hover {
    background: transparent;
    border: 2px solid rgb(255, 151, 132);
    color: rgb(255, 151, 132);
}

.Popular1 {
    text-align: center;
    transition: all .5s;
    color: #203656;
    padding: 8px 20px;
    border: 2px solid rgba(204, 204, 204, 0.473);
    border-radius: 50px;
}

.Popular1:hover {
    color: rgb(255, 151, 132);
    background: transparent;
    border: 2px solid rgb(255, 151, 132);
}

.circle-pic img {
    border-radius: 50px;
    margin-top: 35px;
}

.circle-pic h5 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 35px;
    margin-left: 15px;
    color: #203656;
}
.circle-pic h5:hover{
    color: rgb(255, 151, 132);
}
.circle-pic h6 {
    color: #203656c0;
    font-size: 14px;
    font-weight: 400;
    margin-left: 15px;
}

/* Second-part */
.sec-part {
    margin-block: 50px;
}

.heading {
    color: #203656;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    position: relative;
}

.underline::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    border-radius: 30px;
    margin-top: 5px;
    background: linear-gradient(184deg, rgba(255, 151, 132, 1) 0%, rgba(252, 70, 107, 1) 100%);
}

.box2 {
    width: 100%;
    padding: 30px;
    box-shadow: 0px 1px 5px 1px rgba(204, 204, 204, 0.648);
    border-radius: 20px;
    position: relative;
}

.box2 img {
    opacity: 50%;
}

.box2-text {
    text-align: center;
    position: absolute;
    top: 15px;
    left: 0;
}

.box2-text h4 {
    color: #203656;
    font-size: 40px;
    font-weight: 600;
}

.box2-text p {
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #767676c7;
}

.box2-text span {
    font-size: 50px;
    color: rgb(255, 151, 132);
}

/* sec-part col-lg-8 */
.box3 {
    width: 100%;
    margin-top: 50px;
    padding: 30px;
    box-shadow: 0px 1px 5px 1px rgba(204, 204, 204, 0.648);
    border-radius: 20px;
    border: 1px solid #cccc;

}

.img-position {
    position: relative;
}

.main2 {
    width: 100%;
    border-radius: 20px;
    height: 250px;
    overflow: hidden;
}
.main2 img{
    width: 100%;
    object-fit: cover;
    transition: all.5s;
    border-radius: 20px;
}
.main2 img:hover{
    border-radius: 20px;
    transform: scale(1.04);
    transition: all .5s;
}
.lifestyle {
    position: absolute;
    top: 5%;
    left: 5%;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 2px 7px;
    background: linear-gradient(199deg, rgba(255, 151, 132, 1) 0%, rgba(252, 70, 107, 1) 100%);
    border-radius: 40px;
}

.gellery ion-icon {
    font-size: 20px;
    color: #fff;
}

.gellery {
    position: absolute;
    top: 45%;
    left: 83%;
    text-align: center;
    line-height: 50px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    box-shadow: 0px 3px 7px 0px rgba(204, 204, 204, 0.537);
    background: linear-gradient(184deg, rgba(255, 151, 132, 1) 0%, rgba(252, 70, 107, 1) 100%);
}

.mini {
    margin-top: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

.img-position h3 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #7f7f7f;
    margin-left: 20px;
}

.img-position h4 {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #7f7f7f;
    margin-left: 15px;
}

.img-position h2 {
    margin-block: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #203656;
    transition: all .3s;
}
.img-position h2:hover{
    color: rgb(252, 141, 122);
}
.img-position p {
    font-size: 16px;
    font-weight: 400;
    color: #7f7f7f;
}

.mini-img {
    border-radius: 10px;
}

.small {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #203656;
}
.small:hover{
    color: rgb(252, 141, 122);
}
.small-para {
    font-size: 14px;
    font-weight: 400;
    margin-left: 8px;
    color: #919191;
}

.distance {
    margin-block: 20px;
}

.box4 {
    width: 100%;
    padding: 18px;
    box-shadow: 0px 1px 5px 1px rgba(204, 204, 204, 0.648);
    border-radius: 20px;
    margin-top: 30px;
}

.box4 h5 {
    font-size: 40px;
    font-weight: 600;
    color: #203656;
    text-align: center;
}

.box4 span {
    font-size: 50px;
    color: rgb(255, 151, 132);
}

.circle-post {
    margin-block: 12px;
}

.circle-post img {
    border-radius: 50px;
}

.circle-post h2 {
    font-size: 16px;
    font-weight: 600;
    color: #203656;
    margin-left: 20px;
    text-align: left;
}
.circle-post h2:hover{
    color: rgb(252, 141, 122);
}
.circle-post h6 {
    margin-left: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #919191;
    text-align: left;
}

/* Trending */

.box5 {
    width: 100%;
    margin-top: 50px;
    padding: 30px;
    box-shadow: 0px 1px 5px 1px rgba(204, 204, 204, 0.648);
    border-radius: 20px;
}

.img-position1 {
    position: relative;
}

.img-position1 h3 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #7f7f7f;
    margin-left: 20px;
}

.img-position1 h4 {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #7f7f7f;
    margin-left: 15px;
}

.img-position1 h2 {
    margin-block: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #203656;
    transition: all .3s;
}
.img-position1 h2:hover{
    color: rgb(252, 141, 122);
}
.img-position1 p {
    font-size: 16px;
    font-weight: 400;
    color: #7f7f7f;
}

.lifestyle2 {
    position: absolute;
    top: 3%;
    left: 7%;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 2px 7px;
    background: linear-gradient(199deg, rgb(252, 141, 122) 0%, rgba(252, 70, 107, 1) 100%);
    border-radius: 40px;
}

.gellery2 ion-icon {
    font-size: 20px;
    color: #fff;
}

.gellery2 {
    position: absolute;
    top: 51%;
    left: 80%;
    text-align: center;
    line-height: 50px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    box-shadow: 0px 3px 7px 0px rgba(204, 204, 204, 0.537);
    background: linear-gradient(184deg, rgba(255, 151, 132, 1) 0%, rgba(252, 70, 107, 1) 100%);
}

.gellery3 ion-icon {
    font-size: 20px;
    color: #fff;
}

.gellery3 {
    position: absolute;
    top: 51%;
    left: 80%;
    text-align: center;
    line-height: 50px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    box-shadow: 0px 3px 7px 0px rgba(204, 204, 204, 0.537);
    background: linear-gradient(184deg, rgba(255, 151, 132, 1) 0%, rgba(252, 70, 107, 1) 100%);
}

/* explore */
.flex-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.explore a {
    color: #203656;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    margin-left: 10px;
    transition: all  .3s;
}
.explore a:hover{
    color: rgba(252, 70, 107, 1);
}
.explore ion-icon {
    font-size: 16px;
    color: rgba(252, 70, 107, 1);
    margin-top: 30px;
}

.explore h5 {
    font-size: 40px;
    font-weight: 500;
    color: #20365670;
    margin-top: 30px;
}
.explore h6 {
    font-size: 16px;
    font-weight: 500;
    color: #20365670;
    margin-top: 30px;
}

/* .gellery box */

.heading1 {
    margin-top: 50px;
    color: #203656;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    position: relative;
}

.underline1::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    border-radius: 30px;
    margin-top: 5px;
    background: linear-gradient(184deg, rgba(255, 151, 132, 1) 0%, rgba(252, 70, 107, 1) 100%);
}

.gellery-box .image-size {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
    border-radius: 20px;
}

.image-size img {
    width: 100%;
    object-fit: cover;
    transition: all .5s;
}

.image-size img:hover {
    transform: scale(1.07);
    filter: brightness(110%);
    transition: all .5s;
}

/* owl-carousel */

.owl-position {
    width: 100%;
    margin-top: 50px;
    border-radius: 20px;
    position: relative;
}

.owl-position img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    transition: all .7s;
}

.hidden {
    border-radius: 20px;
    position: absolute;
    top: 87%;
    width: 100%;
    height: 100%;
    padding-block: 20px;
    background: linear-gradient(184deg, hsla(9, 100%, 76%, 0.766) 10%, rgba(252, 70, 106, 0.775) 10%);
    transition: all .7s;
}
.owl-position:hover .hidden{
    top: 0;
    transition: all .7s;
}
.hidden a {
    margin-left: 10px;
    color: #fff;
    border-radius: 50px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 400;
    background: linear-gradient(184deg, rgba(255, 151, 132, 1) 0%, rgba(252, 70, 107, 1) 100%);
}

.hidden p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    padding: 40px;
    text-align: center;
}

/* photo-carousel */
.heading2 {
    margin-top: 20px;
    color: #203656;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    position: relative;
}
.underline2::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    border-radius: 30px;
    margin-top: 5px;
    background: linear-gradient(184deg, rgba(255, 151, 132, 1) 0%, rgba(252, 70, 107, 1) 100%);
}
.carousel-item{
    margin-top: 50px;
    width: 100%;
height: 450px;
position: relative;
}
.carousel-item::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 151, 132, 0.414) ;
    position: absolute;
    top: 0;
}
.positioning{
    position: absolute;
    bottom: 10%;
    width: 30%;
    left: 10%;
  padding: 20px;
  border-radius: 20px 0px 20px 0px;
    background-color: #203656f9;
}
.positioning h2{
font-size: 18px;
font-weight: 500;
color: #fff;
text-align: left;
}
.positioning p{
padding-top: 20px;
font-size: 16px;
font-weight: 300;
color: rgb(229, 229, 229);
text-align: left;
line-height: 20px;
}

/* Footer */

.footer{
    width: 100%;
    padding-block: 50px;
    background-color: #00112a;
}

.footer h2{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
color: #fff;
}
.footer li{
    text-align: center;
    padding-block: 5px;
    transition: all .5s;
}
.footer li:hover{
    transform: translate(5px);
    transition: all .3s;
}
.footer li a{
    color: rgb(222, 222, 222);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.footer li a:hover{
    color: #fff;
}
.footer ion-icon{
    color: rgb(222, 222, 222);
    font-size: 18px;
    padding-right: 10px;
    margin-left: 30%;
}

/*Last Footer */
.last-footer{
    padding-block: 30px;
    background-color: #000a18;
}
.last-footer a{
    font-size: 16px;
    color: #ccc;
    margin-left: 7px;
}
.text{
    text-align: center;
}
.last-footer i{
    font-size: 18px;
    color:#fff;
    transition: all .5s;
}
.last-footer:hover{
    transform: scale(1.04);
    transition: all .5s;
}
.go{
    font-size: 20px;
    font-weight: 500;
    color: rgb(235, 235, 235);
}
.go:hover{
    color: #fff;
}
.last-footer h6{
    text-align: center;
}