p.int-live,
p.latin-live,
small.int-live,
small.latin-live {
    font-weight: 700 !important;
    color: #ffff;
    letter-spacing: 7px;
}
.titlesec,
p.int-live,
p.latin-live,
small.int-live,
small.latin-live {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.mid-content-area {
    width: 85%;
    margin: 2rem auto 0;
}
.asian-webcast,
.asiansec,
.int-webcast,
.latin-webcast,
.latinsec,
.ukrainesec {
    height: 525px;
    width: 100%;
    border-radius: 14px;
}
.travelandmeetherh3 {
    font-family: Lora;
    font-style: italic;
    font-size: 35px;
    color: #665647;
    font-weight: 500;
}
.mid-content-area p {
    font-size: 20px;
}
.int-webcast, .asian-webcast, .latin-webcast{
    position: relative;
    width: 100%;
    aspect-ratio: 382/525;
    background-size:cover;
    background-repeat: no-repeat;
}
.int-webcast {
    background: url("/img/img-v3/int-webcast-slider.webp");
    background-position: 50% center;
}
.asian-webcast {
    background: url("/img/img-v3/asian-webcast-slider.webp");
    background-position: 50% center;
}
.latin-webcast {
    background: url("/img/img-v3/latin-webcast-slider.webp");
    background-position: 50% center;
}
.titlesec,
p.int-live,
p.latin-live,
small.int-live,
small.latin-live {
    position: absolute;
}
.asian-webcast::before,
.int-webcast::before,
.latin-webcast::before {
    content: url(/img/img-v3/live-webcast-icon.png);
    position: absolute;
    left: 25px;
    top: 15px;
}
.ukrainesec {
    background: url("/img/img-v3/tour-banner-slider1.webp") center/cover;
}
.asiansec {
    background: url("/img/img-v3/tour-banner-slider2.webp") center/cover;
}
.latinsec {
    background: url("/img/img-v3/tour-banner-slider3.webp") center/cover;
}
p.int-live {
    bottom: 24%;
    font-size: 42px !important;
}
small.int-live {
    bottom: 3%;
    font-size: 16px !important;
}
p.latin-live {
    bottom: 25%;
    font-size: 42px !important;
}
small.latin-live {
    bottom: 7%;
    font-size: 16px !important;
}
.swiper-pagination-bullet {
    min-width: 4px;
    min-height: 4px;
    margin: 0 4px;
    padding: 8px;
    display: inline-block;
}
.toursec {
    background: url("/img/img-v3/travel-img-1.png") 0 0 / cover;
    height: 250px;
    width: 275px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px;
    background-position-x: center;
    box-shadow: 8px 11px 13px -1px rgba(0, 0, 0, 0.66);
    -webkit-box-shadow: 8px 11px 13px -1px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 8px 11px 13px -1px rgba(0, 0, 0, 0.66);
    margin: 0 auto;
}
.socialsec,
.testimonialsec {
    box-shadow: 8px 11px 13px -1px rgba(0, 0, 0, 0.66);
    height: 250px;
    width: 275px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px;
    margin: 0 auto;
}
.ladiesprofilesec:hover,
.socialsec:hover,
.testimonialsec:hover,
.toursec:hover {
    transform: scale(0.95);
    transition: 0.2s ease-in-out;
    opacity: 1;
}
.socialsec {
    background: url("/img/img-v3/travel-img-2.png") center/cover;
    -webkit-box-shadow: 8px 11px 13px -1px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 8px 11px 13px -1px rgba(0, 0, 0, 0.66);
}
.testimonialsec {
    background: url("/img/img-v3/travel-img-3.png") 0 0 / cover;
    background-position-x: center;
    -webkit-box-shadow: 8px 11px 13px -1px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 8px 11px 13px -1px rgba(0, 0, 0, 0.66);
}
.ladiesprofilesec {
    background: url("/img/img-v3/travel-img-4.png") 0 0 / cover;
    height: 250px;
    width: 275px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px;
    background-position-x: center;
    box-shadow: 8px 11px 13px -1px rgba(0, 0, 0, 0.66);
    -webkit-box-shadow: 8px 11px 13px -1px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 8px 11px 13px -1px rgba(0, 0, 0, 0.66);
    margin: 0 auto;
}
.titlesec {
    font-family: Lora, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    top: 50%;
}
.mySwiper {
    width: 100%;
    height: 100%;
}
.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySwiper .swiper {
    margin-left: auto;
    margin-right: auto;
}
.bannerSwiper {
    height: 525px;
}
@media screen and (min-width: 992px) {
    .travel-items {
        width: 50%;
        height: auto;
    }
}
@media screen and (max-width: 768px) {
    .travelandmeetherh3 {
        font-size: 25px !important;
        line-height: 42px !important;
    }
    .mid-content-area p {
        font-size: 16px;
    }
    .travel-items {
        width: 50%;
    }
}
@media screen and (max-width: 450px) {
    p.int-live,
    p.latin-live {
        position: absolute;
        left: 50%;
        font-weight: 700 !important;
        color: #ffff;
    }
    p.int-live {
        bottom: 35%;
        font-size: 28px !important;
        letter-spacing: 7px;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    p.latin-live {
        bottom: 31%;
        font-size: 37px !important;
        letter-spacing: 7px;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    small.int-live,
    small.latin-live {
        position: absolute;
        left: 50%;
        font-weight: 700 !important;
        color: #ffff;
        font-size: 16px !important;
        letter-spacing: 7px;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    small.latin-live {
        bottom: 1%;
    }
    small.int-live {
        bottom: 0;
    }
}
