<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    overflow-x: hidden;
    font-family: "Inter",sans-serif !important
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(25%)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(25%)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.5deg)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.5deg)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

[data-animation] {
    opacity: 0;
    -webkit-animation-timing-function: var(--animation-timing-function);
    animation-timing-function: var(--animation-timing-function);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: var(--animation-duration);
    animation-duration: var(--animation-duration);
    will-change: transform,opacity
}

.animations-disabled, .animations-disabled [data-animation] {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1 !important
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

.slideInLeft {
    -webkit-animation-name: slideInleft;
    animation-name: slideInleft
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.zoomReverseIn {
    -webkit-animation-name: zoomReverseIn;
    animation-name: zoomReverseIn
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

.flipOutY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-direction: reverse
}

* {
    box-sizing: border-box
}

b {
    font-weight: 600
}

.testimonials {
    background: url(/Content/latest-deal.png);
    background-size: 47%;
    background-position: left;
    background-repeat: no-repeat;
    height: 435px
}

#customers-testimonials .item-details {
    background: linear-gradient(to top, #000000, rgba(67, 67, 67, 0.13));
    color: #fff;
    padding: 70px 25px;
    text-align: left;
    position: absolute;
    bottom: 0;
    border-radius: 10px
}

.offer-btn {
    background: royalblue;
    color: #fff;
    padding: 8px
}

#customers-testimonials .item-details h5 {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 18px
}

    #customers-testimonials .item-details h5 span {
        color: red;
        float: right;
        padding-right: 20px
    }

#customers-testimonials .item-details p {
    font-size: 14px
}

#customers-testimonials .item {
    text-align: center;
    border-radius: 10px;
    overflow: hidden
}

.ribbon2 {
    width: 59px;
    padding: 10px 0;
    position: absolute;
    color: #fff;
    top: -6px;
    left: 25px;
    text-align: center;
    border-top-left-radius: 3px;
    background: #ee1551;
    color: #fff
}

    .ribbon2 b {
        font-size: 25px
    }

    .ribbon2:before, .ribbon2:after {
        content: "";
        position: absolute
    }

    .ribbon2:before {
        height: 0;
        width: 0;
        right: -5.5px;
        top: .1px;
        border-bottom: 6px solid #8D5A20;
        border-right: 6px solid #ffffff00;
    }

    .ribbon2:after {
        height: 0;
        width: 0;
        bottom: -29.5px;
        left: 0;
        border-left: 30px solid #ee1551;
        border-right: 30px solid #ee1551;
        border-bottom: 30px solid #ffffff00
    }

.ribon2 b {
    font-size: 23px;
    color: #fff
}

.group-parent37 {
    position: relative;
    gap: 10px
}

.rectangle-wrapper2 {
    position: relative;
    width: 196px;
    height: 176.47px;
    z-index: 0
}

.group-child81 {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 17px;
    background-color: #b9c8f7;
    width: 196px;
    height: 176.47px
}

@media only screen and (max-width:600px) {
    .group-child81 {
        width: 100%
    }

    .rectangle-wrapper2 {
        width: 100%
    }
}

.group-parent38 {
    margin: 0 !important;
    position: absolute;
    top: 28px;
    left: 15px;
    gap: 6px
}

.rectangle-parent40 {
    position: relative;
    width: 80.51px;
    height: 71.57px
}

.group-child82 {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 17px;
    background-color: #fff;
    width: 80.51px;
    height: 71.57px
}

.group-icon10 {
    position: absolute;
    height: 77.27%;
    width: 72.2%;
    top: 13.94%;
    right: 13.99%;
    bottom: 8.78%;
    left: 13.81%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%
}

.join-as-a-travel-agent-today-parent {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start
}

.join-as-a {
    display: inline-block;
    width: 144px;
    height: 47px;
    flex-shrink: 0
}

.frame-child74 {
    position: relative;
    width: 23px;
    height: 23px
}

.tourb2-ab-p-3 {
    background: #f4f4f4;
    padding: 10px 0 20px
}

.tabs {
    max-width: 100%;
    float: none;
    list-style: none;
    padding: 0;
    margin: 75px auto
}

@media only screen and (max-width:600px) {
    .tabs {
        margin: 10px auto
    }
}

.tabs:after {
    content: '';
    display: table;
    clear: both
}

.tabs input[type=radio] {
    display: none
}

.tabs label {
    display: block;
    float: left;
    width: 33.3333%;
    color: #ccc;
    font-size: 30px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    line-height: 2;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.tabs input:checked + label {
    width: 33.3333%;
    margin-bottom: 10px
}

.tabs label span {
    display: none
}

@media only screen and (max-width:600px) {
    .tabs label span {
        display: block;
        font-size: 20px
    }
}

.tabs label i {
    padding: 5px;
    margin-right: 0
}

.tabs label:hover {
    color: #3498db
}

.tab-content {
    width: 100%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    background-color: #ecf8ff;
    border-radius: 10px
}

    .tab-content * {
        -webkit-animation: scale 0.7s ease-in-out;
        -moz-animation: scale 0.7s ease-in-out;
        animation: scale 0.7s ease-in-out
    }

@keyframes scale {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    50% {
        transform: scale(1.01);
        opacity: .5
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.tabs [id^="tab"]:checked + label {
    background: #ffffff00;
    color: #3498db;
    border-bottom: 4px solid;
    font-weight: 600
}

#tab1:checked ~ #tab-content1, #tab2:checked ~ #tab-content2, #tab3:checked ~ #tab-content3 {
    display: block
}

@media (min-width:768px) {
    .tabs i {
        padding: 5px;
        margin-right: 10px
    }

    .tabs label span {
        display: inline-block;
        font-size: 24px
    }

    .tabs {
        margin: 0 auto
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
    color: #000
}

    .carousel-showmanymoveone .carousel-control.left {
        margin-left: 15px
    }

    .carousel-showmanymoveone .carousel-control.right {
        margin-right: -45px
    }

.carousel-showmanymoveone .cloneditem-1, .carousel-showmanymoveone .cloneditem-2, .carousel-showmanymoveone .cloneditem-3 {
    display: none
}

@media all and (min-width:768px) {
    .carousel-showmanymoveone .carousel-inner &gt; .active.left, .carousel-showmanymoveone .carousel-inner &gt; .prev {
        left: -50%
    }

    .carousel-showmanymoveone .carousel-inner &gt; .active.right, .carousel-showmanymoveone .carousel-inner &gt; .next {
        left: 50%
    }

    .carousel-showmanymoveone .carousel-inner &gt; .left, .carousel-showmanymoveone .carousel-inner &gt; .prev.right, .carousel-showmanymoveone .carousel-inner &gt; .active {
        left: 0
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block
    }
}

@media all and (min-width:768px) and (transform-3d),all and (min-width:768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner &gt; .item.active.right, .carousel-showmanymoveone .carousel-inner &gt; .item.next {
        -webkit-transform: translate3d(50%,0,0);
        transform: translate3d(50%,0,0);
        left: 0
    }

    .carousel-showmanymoveone .carousel-inner &gt; .item.active.left, .carousel-showmanymoveone .carousel-inner &gt; .item.prev {
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0);
        left: 0
    }

        .carousel-showmanymoveone .carousel-inner &gt; .item.left, .carousel-showmanymoveone .carousel-inner &gt; .item.prev.right, .carousel-showmanymoveone .carousel-inner &gt; .item.active {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            left: 0
        }
}

@media all and (min-width:992px) {
    .carousel-showmanymoveone .carousel-inner &gt; .active.left, .carousel-showmanymoveone .carousel-inner &gt; .prev {
        left: -25%
    }

    .carousel-showmanymoveone .carousel-inner &gt; .active.right, .carousel-showmanymoveone .carousel-inner &gt; .next {
        left: 25%
    }

    .carousel-showmanymoveone .carousel-inner &gt; .left, .carousel-showmanymoveone .carousel-inner &gt; .prev.right, .carousel-showmanymoveone .carousel-inner &gt; .active {
        left: 0
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-2, .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block
    }
}

@media all and (min-width:992px) and (transform-3d),all and (min-width:992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner &gt; .item.active.right, .carousel-showmanymoveone .carousel-inner &gt; .item.next {
        -webkit-transform: translate3d(25%,0,0);
        transform: translate3d(25%,0,0);
        left: 0
    }

    .carousel-showmanymoveone .carousel-inner &gt; .item.active.left, .carousel-showmanymoveone .carousel-inner &gt; .item.prev {
        -webkit-transform: translate3d(-25%,0,0);
        transform: translate3d(-25%,0,0);
        left: 0
    }

        .carousel-showmanymoveone .carousel-inner &gt; .item.left, .carousel-showmanymoveone .carousel-inner &gt; .item.prev.right, .carousel-showmanymoveone .carousel-inner &gt; .item.active {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            left: 0
        }
}

body {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 20%
}

p {
    color: #333
}

h2 {
    margin: 1em 0 1em
}

.logo {
    margin: 20px auto;
    height: 100px
}

@media only screen and (min-width:768px) {
    .logo {
        margin: 28px;
        float: left
    }
}

.title {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center
}

.btn-c {
    color: #000000 !important;
    background: #fbd30f;
    position: relative;
    border: 1.5px dashed #000;
    border-radius: 4px;
    padding: 7px 0;
    text-align: center;
    width: 44%;
    font-size: 12px;
    text-transform: uppercase
}

.fold {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0;
    border-style: solid;
    background: #ECEAED;
    display: block;
    border-color: #ffffff00;
    border-width: 0 20px 20px 0;
    -webkit-transition: border-width 0.2s ease-out;
    -moz-transition: border-width 0.2s ease-out;
    -ms-transition: border-width 0.2s ease-out;
    -o-transition: border-width 0.2s ease-out;
    transition: border-width 0.2s ease-out
}

.btn-c:hover {
    cursor: pointer;
    background: #FF0;
    color: #676767
}

    .btn-c:hover .fold {
        border-width: 0
    }

.card {
    background: #ffffff00;
    padding: 0
}

.card-img-top {
    width: 100%
}

.bg_gray {
    background-color: #D9D9D9;
    padding: 2em 0
}

.progressbar {
    text-align: center;
    width: 100%;
    zoom: 5
}

@media only screen and (max-width:600px) {
    .progressbar tbody .counter {
        position: relative;
        left: 0px !important
    }
}

.counter div {
    background-color: #ffffff00;
    display: inline-block;
    line-height: 1.88em;
    vertical-align: top
}

@media only screen and (max-width:600px) {
    .counter div {
        line-height: 10px !important
    }
}

.counter td {
    cursor: pointer;
    text-align: center;
    position: relative
}

.counter span {
    position: absolute;
    top: 1em;
    left: -50%;
    width: 100%;
    border-top: .3px solid grey;
    z-index: -100
}

.db-3 {
    width: 100%;
    position: relative;
    overflow: visible;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-left: 0
}

    .db-3 ul li {
        border-bottom: none;
        padding: 12px 0;
        list-style-type: none
    }

.card {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden
}

.group {
    position: absolute;
    height: 38.84%;
    top: 14.3%;
    right: .87%;
    bottom: 24.86%;
    left: 41.02%;
    font-size: 100px;
    color: #051b32
}

@media only screen and (max-width:500px) {
    .group {
        position: absolute;
        height: 38.84%;
        top: 14.3%;
        right: .87%;
        bottom: 24.86%;
        left: 15.02%;
        font-size: 100px;
        color: #051b32
    }
}

.group1 {
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0
}

.group1, .group3 {
    position: absolute;
    top: 2px;
    left: -4px
}

.group2 {
    height: 99.86%;
    width: 98.56%;
    top: .14%;
    right: 0;
    bottom: 0;
    left: 1.44%;
    opacity: .75
}

.dubai1 {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: inline-block
}

.group3 {
    height: 99.86%;
    width: 98.56%;
    right: 1.44%;
    bottom: .14%;
    color: #f4f4f5
}

.dubai1 {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: inline-block
}

.united-arab-emirates {
    position: absolute;
    top: 73.65%;
    left: 2.6%;
    font-size: 14px;
    color: #fff
}

.db-3 ul li a p {
    padding-left: 48px;
    margin-bottom: 0;
    color: #969595;
    font-size: 14px;
    line-height: 20px
}

.wrapper {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    width: 100%
}

.card-inner {
    display: flex;
    flex-wrap: nowrap;
    height: 400px;
    justify-content: start
}

@media only screen and (max-width:600px) {
    .card-inner {
        display: inline;
        flex-wrap: nowrap;
        height: 400px;
        justify-content: start
    }
}

.card-custom {
    align-items: flex-end;
    background-size: cover;
    border-radius: .75rem;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    margin: 0 10px;
    overflow: hidden;
    transition: .6s cubic-bezier(.28,-.03,0,.99);
    width: 165px
}

@media only screen and (max-width:500px) {
    .card-custom {
        margin: 0
    }

    .card-custom {
        width: 100%;
        margin-bottom: 20px
    }
}

.card-custom &gt; .row {
    color: #fff;
    display: flex;
    flex-wrap: nowrap
}

    .card-custom &gt; .row &gt; .icon {
        align-items: center;
        background: #223;
        border-radius: 50%;
        color: #fff;
        display: flex;
        justify-content: center;
        margin: 15px;
        width: 50px
    }

    .card-custom &gt; .row &gt; .description {
        height: 400px;
        justify-content: center;
        opacity: 0;
        overflow: hidden;
        transform: translateY(30px);
        transition: all .3s ease;
        transition-delay: .3s;
        width: 100%;
        background: #fff;
        overflow: hidden;
        padding: 5px 20px
    }

.inner-content-part {
    padding: 5px
}

@media only screen and (max-width:600px) {
    .card-custom &gt; .row &gt; .description {
        height: 400px;
        justify-content: center;
        opacity: 0;
        overflow: hidden;
        transform: translateY(30px);
        transition: all .3s ease;
        transition-delay: .3s;
        width: 100%;
        background: #b6d8fe;
        overflow: hidden;
        padding: 35px
    }
}

.description p {
    color: #b0b0ba;
    padding-top: 5px
}

.description h4 {
    text-transform: uppercase
}

input {
    display: none
}

    input:checked + label {
        width: 600px
    }

@media only screen and (max-width:500px) {
    input:checked + label {
        width: 100%;
        margin-bottom: 20px
    }
}

input:checked + label .description {
    opacity: 1 !important;
    transform: translateY(0) !important
}

.card-custom[for="c1"] {
    background-image: url('../beforelog/Big image.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.card-custom[for="c2"] {
    background-image: url('../beforelog/Imagery (1).png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.card-custom[for="c3"] {
    background-image: url(../beforelog/Imagery.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.card-custom[for="c4"] {
    background-image: url(../beforelog/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.card-custom[for="c5"] {
    background-image: url('../beforelog/Imagery (1).png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.description h4 {
    color: #000
}

.description p {
    color: rgba(0, 0, 0, 0.8);
}

.description .t-cat-btn {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 8px
}

.arrow-button {
    margin-top: 5rem
}

.tour-cat {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start
}

    .menu li {
        text-align: left;
        flex-grow: 1;
        border-bottom: none !important;
        width: 20%;
        height: 80px;
        position: relative;
        background-color: #fff;
        color: royalblue;
        box-shadow: -2px 1px 42.8px 0 #c2dafb;
        padding: 15px;
        border-right: none;
        border-radius: 10px;
        cursor: pointer;
        transition: background-color 0.3s ease,color 0.3s ease,transform 0.3s ease;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }

        .menu li img {
            width: 60px;
            height: 60px;
            margin-left: auto
        }

        .menu li a {
            color: royalblue;
            text-decoration: none;
            transition: color 0.3s ease;
            font-weight: 700;
            font-size: 16px
        }

        .menu li.active {
            background-color: royalblue;
            color: #fff;
            transform: scale(1.1)
        }

            .menu li.active a {
                color: #fff
            }

            .menu li.active img {
                transform: scale(1.05)
            }

        .menu li:last-child {
            border-right: none
        }

.circle {
    position: absolute;
    margin: 60px auto;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(26, 165, 216, 0.7);
    width: 450px;
    height: 450px;
    border-radius: 50%;
    z-index: -1
}

@media only screen and (max-width:500px) {
    .circle {
        position: absolute;
        margin: 60px auto;
        left: 0;
        right: 0;
        text-align: center;
        background: rgba(26, 165, 216, 0.7);
        width: 365px;
        height: 365px;
        border-radius: 50%;
        z-index: -1
    }

    .world-map {
        width: 100%
    }
}

.card-1 {
    background: #eee;
    padding: 10px;
    border-radius: 10px;
    margin: 54px 20px;
    z-index: 2;
    position: relative;
    right: -60px;
    box-shadow: -1px -1px 3px #fff, 1.5px 1.5px 3px rgba(174, 174, 192, 0.4);
}

.card-2 {
    background: royalblue;
    z-index: 2;
    position: relative;
    color: #fff;
    border-radius: 10px;
    width: 75%;
    margin-top: -29px;
    box-shadow: -1px -1px 3px #fff, 1.5px 1.5px 3px rgba(174, 174, 192, 0.4);
}

.card-3 {
    background: #eee;
    padding: 10px;
    border-radius: 10px;
    margin: 35px 20px;
    z-index: 2;
    position: relative;
    right: -60px;
    box-shadow: -1px -1px 3px #fff, 1.5px 1.5px 3px rgba(174, 174, 192, 0.4);
}

.card-3-2 {
    background: #BDCAF5;
    border-radius: 10px;
    height: 84px;
    width: 78px;
    padding: 18px;
    color: #000;
    position: absolute;
    right: -81px;
    z-index: 3;
    bottom: 123px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.34);
}

.card-4 {
    background: #eee;
    padding: 10px;
    border-radius: 10px;
    margin: 35px 20px;
    z-index: 2;
    position: relative;
    right: -60px;
    width: 115%;
    box-shadow: -1px -1px 3px #fff, 1.5px 1.5px 3px rgba(174, 174, 192, 0.4);
}

.card-5 {
    background: #eee;
    padding: 10px;
    border-radius: 10px;
    margin: 41px 20px;
    z-index: 2;
    position: relative;
    right: 99px;
    width: 106%;
    box-shadow: -1px -1px 3px #fff, 1.5px 1.5px 3px rgba(174, 174, 192, 0.4);
}

.card-6 {
    background: royalblue;
    z-index: 2;
    position: relative;
    color: #fff;
    border-radius: 10px;
    width: 75%;
    margin-top: -29px;
    text-align: center;
    box-shadow: -1px -1px 3px #fff, 1.5px 1.5px 3px rgba(174, 174, 192, 0.4);
}

.card-7 {
    background: #eee;
    padding: 10px;
    border-radius: 10px;
    margin: 35px 20px;
    z-index: 2;
    position: relative;
    right: -14px;
    box-shadow: -1px -1px 3px #fff, 1.5px 1.5px 3px rgba(174, 174, 192, 0.4);
}

.card-8 {
    background: #eee;
    padding: 10px;
    border-radius: 10px;
    margin: 35px 20px;
    z-index: 2;
    position: relative;
    right: 76px;
    width: 115%;
    box-shadow: -1px -1px 3px #fff, 1.5px 1.5px 3px rgba(174, 174, 192, 0.4);
}

@media only screen and (max-width:500px) {
    .card-1 {
        position: relative;
        right: 0
    }

    .card-2 {
        width: 100%
    }

    .card-3 {
        right: 0
    }

    .card-4 {
        background: #eee;
        padding: 10px;
        border-radius: 10px;
        margin: 0 auto;
        z-index: 2;
        position: relative;
        right: 0;
        width: 100%;
        box-shadow: -1px -1px 3px #fff, 1.5px 1.5px 3px rgba(174, 174, 192, 0.4);
    }

    .card-5 {
        background: #eee;
        padding: 10px;
        border-radius: 10px;
        margin: 30px auto;
        z-index: 2;
        position: relative;
        right: 0;
        width: 100%;
        box-shadow: -1px -1px 3px #fff, 1.5px 1.5px 3px rgba(174, 174, 192, 0.4);
    }

    .card-6 {
        background: royalblue;
        z-index: 2;
        position: relative;
        color: #fff;
        border-radius: 10px;
        width: 100%;
        margin-top: 10px;
        text-align: center;
        box-shadow: -1px -1px 3px #fff, 1.5px 1.5px 3px rgba(174, 174, 192, 0.4);
    }

    .card-7 {
        background: #eee;
        padding: 10px;
        border-radius: 10px;
        margin: 35px 20px;
        z-index: 2;
        position: relative;
        right: 0;
        box-shadow: -1px -1px 3px #fff, 1.5px 1.5px 3px rgba(174, 174, 192, 0.4);
    }

    .card-8 {
        background: #eee;
        padding: 10px;
        border-radius: 10px;
        margin: 0 auto;
        z-index: 2;
        position: relative;
        right: 0;
        width: 100%;
        box-shadow: -1px -1px 3px #fff, 1.5px 1.5px 3px rgba(174, 174, 192, 0.4);
    }
}

@media only screen and (max-width:500px) {
    img.vert-move {
        width: 100%
    }

    .country-map {
        width: 100%
    }
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-10px)
    }
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-10px)
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

.agent {
    animation-name: spin;
    animation-duration: 4.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.banner-1 .container-fluid {
    background-color: #676767
}

.align-ms-center {
    display: flex;
    align-items: center
}

.align-center h1 {
    color: #FFF;
    font-size: 27px;
    font-weight: 500
}

@media screen and (max-width:500px) {
    .align-ms-center {
        display: block
    }

    .align-center {
        text-align: center;
        padding: 15px
    }

        .align-center h1 {
            font-size: 24px
        }
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: #ffffff00
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    top: 0;
    left: 0
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-slide.slick-current.slick-active {
    display: block;
    transform: scale3d(1,1,1)
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid #ffffff00
}

.slick-arrow.slick-hidden {
    display: none
}

#youtube_videos {
    max-width: 1700px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    min-height: 300px;
    display: block;
    background-color: #fff;
    box-shadow:0 1px 1px rgba(0,0,0,.04);
}

    #youtube_videos .info-wrap {
        float: left;
        display: block;
        width: 100%
    }

    #youtube_videos .order_list {
        display: inline-block;
        float: left;
        width: 45%;
        text-align: right
    }

        #youtube_videos .order_list .fa {
            font-size: 20px
        }

    #youtube_videos .more-info-wrap {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        text-align: left
    }

    #youtube_videos .logo {
        max-width: 10%
    }

        #youtube_videos .logo img {
            width: 100%
        }

    #youtube_videos .list-wrap label {
        float: left;
        color: #00BDE8;
        font-size: 12px
    }

    #youtube_videos .list-wrap h3 {
        margin-top: 0
    }

    #youtube_videos .search-box {
        float: left;
        clear: left;
        width: 100%;
        padding: .4em;
        font-size: 12px;
        font-weight: 100;
        color: #555
    }

    #youtube_videos .list-count {
        float: left;
        text-align: left;
        padding: .5em;
        width: 50%;
        display: inline-block;
        font-size: 12px
    }

    #youtube_videos li {
        transition-property: margin,background-color,border-color;
        transition-duration: .4s,.2s,.2s;
        transition-timing-function: ease-in-out,ease,ease
    }

    #youtube_videos .empty-item {
        transition-property: opacity;
        transition-duration: 0s;
        transition-delay: 0s;
        transition-timing-function: ease
    }

    #youtube_videos .empty .empty-item {
        transition-property: opacity;
        transition-duration: .2s;
        transition-delay: .3s;
        transition-timing-function: ease
    }

    #youtube_videos .hiding {
        margin-left: 100%;
        opacity: .5
    }

    #youtube_videos .hidden {
        display: none
    }

    #youtube_videos ul {
        float: left;
        display: flex;
        width: 100%;
        margin: 10px 0;
        padding: 2px 2px 0 0;
        position: relative;
        border-top: 1px solid #ddd;
        max-height: 500px
    }

    #youtube_videos li.in {
        float: left;
        clear: left;
        width: 100%;
        margin: .2em 0;
        padding: .5em .8em;
        list-style: none;
        background-color: #f2f2f2;
        cursor: pointer;
        color: #333;
        position: relative;
        z-index: 2;
        font-size: 12px;
        box-sizing: border-box
    }

        #youtube_videos li.in.active {
            border-color: #2be7b8
        }

        #youtube_videos li.in:hover {
            background-color: #f9f9f9;
            border-color: #00BDE8
        }

    #youtube_videos .empty-item {
        background: #fff;
        color: #ddd;
        margin: .2em 0;
        padding: .5em .8em;
        font-style: italic;
        border: none;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        float: left;
        clear: left;
        width: 100%
    }

    #youtube_videos .empty .empty-item {
        opacity: 1;
        visibility: visible
    }

    #youtube_videos .list-wrap {
        float: left;
        width: 100%;
        margin: auto;
        display: inline-block;
        box-sizing: border-box
    }

    #youtube_videos .video-wrap {
        float: left;
        width: 100%;
        margin: auto;
        display: inline-block
    }

        #youtube_videos .video-wrap iframe {
            box-shadow:0 1px 1px rgba(0,0,0,.04);
            border: 2px solid #ddd;
            width: 100%
        }

@media screen and (max-width:1024px) {
    #youtube_videos .video-wrap {
        width: 100%
    }

    #youtube_videos .list-wrap {
        width: 100%
    }
}

.yt-btn {
    background: royalblue;
    color: #fff;
    text-align: center;
    padding: 10px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-radius: 4px
}

.yt-thumb {
    width: 200px
}

.tourb2-ab-p4-com {
    background: none;
    padding: 25px 25px 16px;
    position: relative;
    overflow: hidden;
    border: none;
    margin-bottom: 0
}

.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 2s ease-out infinite
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1,1)
    }

    50% {
        transform: scale(1.5,1.5)
    }

    100% {
        transform: scale(1,1)
    }
}

.testimonial-bubble {
    position: relative;
    background-color: #F0F0F3;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    margin: 15px
}

@media only screen and (max-width:600px) {
    .testimonial-bubble {
        background-color: #272733
    }

        .testimonial-bubble h3 {
            color: #fff
        }
}

.testimonial-text {
    color: #fff
}

    .testimonial-text strong {
        font-size: 10px
    }

    .testimonial-text p {
        margin-bottom: 20px;
        color: #353535;
        margin-bottom: 0
    }

.testimonial-bubble .testimonial-icon {
    background: #F0F0F3;
    border-radius: 10px;
    padding: 5px;
    width: 130px;
    height: 88px;
    line-height: 75px;
    margin: 10px auto;
    transition: transform .2s
}

.testimonial-icon i {
    display: inline-grid;
    border-radius: 50%;
    text-align: center;
    line-height: 30px
}

.testimonial-rating {
    font-size: 18px;
    color: #999;
    margin-bottom: 20px
}

.checked {
    color: gold
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px
}

    .testimonial-author img {
        border-radius: 50%;
        margin-bottom: 10px;
        width: 100px;
        height: 100px
    }

    .testimonial-author h3 {
        font-size: 18px
    }

    .testimonial-author p {
        font-size: 14px;
        color: #999;
        margin-bottom: 0
    }

.testmonial-img {
    background-size: cover !important;
    background-position: center !important;
    height: 140px;
    width: 140px;
    position: relative;
    top: -40px;
    right: -70px;
    border-radius: 50%
}

.reel {
    position: relative;
    top: 0;
    padding: 5px;
    margin-bottom: 100px;
    border-left: 10px dashed #777;
    border-right: 10px dashed #777;
    height: 645px;
    overflow: hidden;
    animation: marqueeTop 25s linear infinite
}

.single {
    height: 200px;
    background: url(https://images.pexels.com/photos/930683/pexels-photo-930683.jpeg?w=940&amp;h=650&amp;auto=compress&amp;cs=tinysrgb) center;
    background-size: cover;
    border-radius: 7px;
    margin: 10px
}

    .single:nth-child(2) {
        background: url(https://images.pexels.com/photos/671658/pexels-photo-671658.jpeg?w=940&amp;h=650&amp;auto=compress&amp;cs=tinysrgb) center;
        background-size: cover
    }

    .single:nth-child(3) {
        background: url(https://images.pexels.com/photos/698874/pexels-photo-698874.jpeg?w=940&amp;h=650&amp;auto=compress&amp;cs=tinysrgb) center;
        background-size: cover
    }

    .single:nth-child(4) {
        background: url(https://images.pexels.com/photos/158756/flowers-plants-korea-nature-158756.jpeg?w=940&amp;h=650&amp;auto=compress&amp;cs=tinysrgb) center;
        background-size: cover
    }

    .single:nth-child(5) {
        background: url(https://images.pexels.com/photos/466685/pexels-photo-466685.jpeg?w=940&amp;h=650&amp;auto=compress&amp;cs=tinysrgb) center;
        background-size: cover
    }

    .single:nth-child(6) {
        background: url(https://images.pexels.com/photos/709574/pexels-photo-709574.jpeg?w=940&amp;h=650&amp;auto=compress&amp;cs=tinysrgb) center;
        background-size: cover
    }

.marquee-wrapper {
    text-align: center;
    border-left: 10px dashed #777;
    border-right: 10px dashed #777
}

    .marquee-wrapper .container {
        overflow: hidden;
        margin: 0 auto !important;
        text-align: center
    }

.marquee-inner span {
    height: 50%
}

.marquee-wrapper .marquee-block {
    width: 100%;
    height: 650px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    padding: 30px 0;
    float: left
}

.marquee-inner {
    display: block;
    height: 200%;
    width: 100%;
    position: relative
}

.marquee-item p {
    font-weight: 800;
    font-size: 30px;
    padding: 100px;
    font-family: cursive
}

.marquee-item img {
    margin-bottom: 20px
}

.marquee-inner.to-left {
    animation: marqueeTop 25s linear infinite
}

.marquee-inner.to-right {
    animation: marqueeBottom 25s linear infinite
}

.marquee-item {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    transition: all .2s ease-out
}

@keyframes marqueeTop {
    0% {
        top: 0
    }

    100% {
        top: -100%
    }
}

@keyframes marqueeBottom {
    0% {
        top: -100%
    }

    100% {
        top: 0
    }
}

.to-ho-hotel-con {
    position: relative;
    overflow: visible;
    border: none;
    box-shadow: none;
    margin-bottom: 30px;
    border-radius: 0;
    padding: 0
}

.to-ho-hotel-con-1::before {
    content: "";
    position: absolute;
    background: none;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.to-ho-hotel-con-1 {
    position: relative;
    border: 1px solid #ccc;
    padding: 15px
}

.to-ho-hotel-con-23 {
    position: relative;
    overflow: hidden;
    padding: 10px
}

.to-ho-hotel-con-3 ul li:last-child {
    float: right;
    padding-top: 0
}

.mask-img {
    margin-top: 20px
}

@media only screen and (max-width:820px) {
    .mask-img {
        margin-top: 0
    }
}

.testimonial-custom {
    background: url(../Content/images/bg-clouds.svg);
    background-size: cover;
    background-position: center;
    margin: 40px 40px
}

.cap {
    position: absolute;
    right: -26px;
    top: -37px
}

@media only screen and (max-width:600px) {
    .mask-img {
        margin-top: -13px
    }

    .testimonial-custom {
        background: url(../Content/images/bg-clouds.svg);
        background-size: cover;
        background-position: center;
        margin: 0
    }

    .owl-nav {
        display: none
    }

    .cap {
        display: none
    }

    .plane {
        display: none
    }
}

.trav-ami ul li img {
    margin: 0 auto;
    display: table;
    width: 65px;
    height: 65px;
    margin-bottom: 10px;
    background: #dce4e35c;
    padding: 17px;
    border-radius: 15px;
    border: 2px solid #a5c7c7
}

.trav-ami ul li a.active img {
    margin: 0 auto;
    display: table;
    width: 65px;
    height: 65px;
    margin-bottom: 10px;
    background: #0451BB;
    padding: 17px;
    border-radius: 15px;
    border: 2px solid #0451bb;
    box-shadow: var(--color-blue-300) 0 7px 29px 0
}

.trav-ami ul li a.active span {
    color: #0451bb;
    font-size: 11px;
    font-weight: 500
}

.card-bordred {
    position: relative;
    border-radius: 30px;
    background: #fff;
    border: 2px solid #e6e5e5f7;
    box-sizing: border-box;
    width: auto;
    height: auto;
    z-index: 0;
    overflow: hidden;
    padding: 15px;
    margin: 0 auto;
    box-shadow: rgba(199,192,192,.35) 0 5px 15px;
}

.p-tesi {
    border: none;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    padding: 20px 15px;
    border: none
}

.pro-file {
    margin: 0 auto 1px;
    display: table;
    width: 20px
}

@media only screen and (max-width:600px) {
    .pro-file {
        margin: 0 auto 1px;
        display: table;
        width: 27px
    }
}

.profile {
    text-align: center;
    margin: 23px auto
}

    .profile li span {
        font-size: 10px;
        color: #fff
    }

.dashboard-wrapper {
    padding: 20px 50px
}

    .dashboard-wrapper .testimonial .testimonial-bubble {
        position: relative;
        background-color: #F0F0F3;
        border-radius: 4px;
        padding: 10px;
        text-align: center;
        margin: 5px
    }

    .dashboard-wrapper .slick-arrow {
        width: 35px;
        height: 35px;
        border-radius: 50px;
        background: #ffffff00;
        border: 1px solid #ffffff00;
        color: rgba(255, 255, 255, .01);
        position: absolute;
        z-index: 1;
        right: 0;
        top: 44%;
        text-align: center;
        padding: 12px;
        box-shadow: #ffffff00 0 0 14px -3px;
        transition: all 0.5s ease 0s
    }

        .dashboard-wrapper .slick-arrow::before {
            font: 25px / 1 FontAwesome;
            color: #fff;
            position: absolute;
            text-align: center
        }

    .dashboard-wrapper .dash-img {
        margin: 0 auto 1px;
        display: table;
        height: 35px
    }

    .dashboard-wrapper .testimonial-text {
        margin-bottom: -10px
    }

        .dashboard-wrapper .testimonial-text p {
            font-size: 13px;
            line-height: 20px
        }

.hideme {
    display: none;
    background: #fff;
    padding: 10px;
    position: absolute;
    left: 110px;
    top: 0;
    border-radius: 20px;
    width: 315px;
    height: 513px
}

@media only screen and (max-width:600px) {
    .hideme {
        display: none;
        background: #fff;
        padding: 10px;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 20px;
        width: 100%;
        height: 513px;
        z-index: 1
    }
}

.tourz-search-3 {
    background-image: url(../bg.jpg);
    position: relative;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat
}

@media only screen and (max-width:600px) {
    .tourz-search-3 {
        background: linear-gradient(to right,#667db6,#0082c8,#0082c8,#667db6);
        position: relative;
        margin-top: 0;
        height: auto;
        background-position: center;
        background-size: cover
    }
}

@media only screen and (min-width:820px) {
    .tourz-search-3 {
        height: 810px
    }
}

@media only screen and (min-width:920px) {
    .tourz-search-3 {
        height: auto
    }
}

.db-3 h4 {
    margin: 0;
    background: #253d52;
    padding: 15px;
    color: #fff;
    position: sticky;
    top: 0
}

.para {
    margin: 12px auto;
    margin-bottom: 0
}

.trav-ami ul li {
    color: #333;
    display: block;
    position: relative;
    padding: 11px 10px 1px;
    float: left;
    text-align: center;
    border: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 2px;
    margin-right: 0;
    margin-bottom: 10px;
    width: 12.1%
}

@media only screen and (max-width:500px) {
    .trav-ami ul li {
        color: #333;
        display: block;
        position: relative;
        padding: 11px 10px 1px;
        float: left;
        text-align: center;
        border: none;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        border-radius: 2px;
        margin-right: 0;
        margin-bottom: 10px;
        width: 33.1%
    }
}

.trav-ami {
    display: inline-block;
    padding: 0 0;
    border-top: none;
    width: 100%;
    border-radius: 15px;
    margin-bottom: 0
}

    .trav-ami ul li span {
        color: #000;
        font-size: 11px;
        font-weight: 500
    }

.exc-deal {
    font-weight: 500
}

@media only screen and (max-width:500px) {
    .trav-ami {
        display: inline-block;
        padding: 20px 0;
        border-top: none;
        width: 100%
    }

    .exc-deal {
        font-weight: 500;
        text-align: right;
        font-size: 25px
    }
}

.margin-auto {
    margin: 50px auto
}

@media only screen and (max-width:600px) {
    .margin-auto {
        margin-top: 100px
    }
}

@media only screen and (max-width:820px) {
    .trav-ami {
        display: inline-block;
        padding: 20px 0;
        border-top: none;
        width: 100%
    }

    .exc-deal {
        font-weight: 500;
        text-align: right;
        font-size: 25px
    }

    .v-deal {
        margin-top: 26px;
        text-align: right
    }
}

@media only screen and (max-width:600px) {
    .exc-deal {
        font-weight: 500;
        text-align: right;
        font-size: 23px
    }
}

.dashboard-wrapper-2 .testimonial-bubble {
    position: relative;
    background-color: #F0F0F3;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    margin: 15px
}

.priv-btn {
    background: royalblue;
    color: #fff;
    padding: 4px 16px;
    font-size: 12px;
    border-radius: 25px
}

.priv-btn-2 {
    background: #bacafc;
    border: 1px dotted royalblue;
    color: royalblue;
    padding: 4px 16px;
    font-size: 12px;
    border-radius: 25px
}

.power-img {
    position: absolute;
    top: -37px;
    right: 106px;
    z-index: 0;
    opacity: .5
}

.play-img {
    position: absolute;
    right: 55px;
    bottom: 45px
}

@media only screen and (max-width:600px) {
    .play-img {
        position: relative;
        right: -238px;
        bottom: 45px;
        opacity: .5
    }
}

.academy-btn {
    border: 1px solid royalblue;
    color: royalblue;
    padding: 8px 12px;
    font-size: 13px;
    margin-bottom: 20px;
    border-radius: 25px
}

.academy-btn-2 {
    background: royalblue;
    color: #fff;
    padding: 10px 30px;
    font-size: 13px;
    border-radius: 25px
}

.priviledge-card {
    background: url(/Content/images/acad.jpg) #fff;
    background-position: right;
    background-size: contain;
    border-radius: 20px;
    height: 410px;
    padding: 25px;
    background-repeat: no-repeat
}

.pipes {
    margin: 2.5em 0 2em
}

ul.pipes li {
    display: -moz-inline-stack;
    display: inline-block
}

ul.pipes li {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #c6c6c6;
    line-height: 21px;
    font-size: 20px;
    color: #fff
}

    ul.pipes li a {
        font-size: 16px;
        color: #fff
    }

.tourb2-ab-p4-com {
    background: none;
    padding: 15px 25px 16px;
    position: relative;
    overflow: hidden;
    border: none;
    margin-bottom: 0
}

.pote-btn:hover {
    background: #eee
}

#dot {
    margin: 0 auto;
    text-align: center
}

.dot {
    display: inline-block;
    border-radius: 50%;
    background: #d3d3d3;
    padding: 8px;
    margin: 10px 5px
}

.h {
    font-size: 20px;
    font-weight: 600
}

    .h span {
        font-size: 20px;
        font-weight: 500;
        color: #000;
        font-style: normal
    }

.replay {
    background: royalblue;
    color: #fff;
    padding: 8px
}

.search-bar {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    border: 2px solid #ccc
}

    .search-bar input {
        border: none;
        outline: none;
        padding: 5px;
        margin-left: 14px;
        width: 100%;
        display: block;
        color: #000
    }

#searchautocompletepkg:focus {
    border: none !important
}

.search-bar i {
    color: #7b7b7b;
    font-size: 25px
}

.tags ul {
    display: flex;
    flex-wrap: wrap;
    margin: 12px 0
}

    .tags ul li {
        color: #000;
        margin: 4px 3px;
        list-style: none;
        border-radius: 25px;
        background: #E9E1FF;
        padding: 5px 8px 5px 10px
    }

        .tags ul li i {
            height: 20px;
            width: 20px;
            color: #000;
            margin-left: 8px;
            font-size: 12px;
            cursor: pointer;
            border-radius: 50%;
            justify-content: center
        }

.popular-search ul {
    display: flex;
    flex-wrap: wrap;
    margin: 12px 0
}

    .popular-search ul li {
        color: #000;
        margin: 4px 3px;
        list-style: none
    }

        .popular-search ul li a {
            margin-right: 8px;
            cursor: pointer;
            background: linear-gradient(to right,#4B70E2,#4B70E2),linear-gradient(to right,#80bede,#007dbd,#004d98);
            background-size: 100% .2em,0 .4em;
            background-position: 100% 100%,0 100%;
            background-repeat: no-repeat;
            color: #343434;
            font-size: 13px;
            line-height: .2;
            text-decoration: none;
            transition: background-size 400ms
        }

.menu-pop2 {
    position: fixed;
    top: 0;
    bottom: 0;
    max-width: 500px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
    padding: 40px;
    box-shadow: rgba(0,0,0,.28) 6px 0 26px -9px;
    overflow: hidden auto;
    transition: all 0.5s ease-in-out 0s
}

.carousel h2 {
    margin: 0
}

.carousel a {
    text-decoration: none;
    color: #fff
}

.carousel__item__image {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 92px;
    background-size: cover !important;
    background-position: center;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none
}

.carousel h3 {
    font-size: 13px;
    margin: 0;
    margin-bottom: 4px
}

.carousel span {
    color: #a7a7a7;
    font-size: 12px
}

.carousel .dragging a {
    pointer-events: none
}

.carousel .carousel__wrapper {
    position: relative;
    margin-bottom: 24px
}

@media only screen and (min-width:1180px) {
    .carousel .carousel__wrapper.has-arrows .carousel__content {
        justify-content: space-between
    }
}

@media only screen and (min-width:1180px) {
    .carousel .carousel__wrapper.has-arrows .carousel__arrows {
        display: flex
    }
}

.carousel .carousel__header {
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px
}

.carousel .carousel__content {
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    display: grid;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    padding: 0;
    margin: 0;
    grid-gap: 8px;
    grid-auto-flow: column;
    list-style: none
}

    .carousel .carousel__content::-webkit-scrollbar {
        display: none
    }

.carousel .carousel__item .carousel__description {
    width: 100%
}

.carousel .carousel__item a {
    display: flex;
    justify-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: relative;
    user-select: none;
    margin: 10px 0;
    padding: 7px;
    box-shadow: rgba(29,29,33,.35) 0 2px 12px -3px;
    background: #fff;
    cursor: pointer
}

.carousel .carousel__controls {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 24px
}

.carousel .carousel__arrow {
    padding: 0;
    background: #ffffff00;
    box-shadow: none;
    border: 0
}

.social-media {
    display: none
}

@media only screen and (max-width:500px) {
    .social-media {
        display: block
    }
}

.slider-2 {
    background: #333;
    cursor: pointer;
    height: 340px;
    margin: 0 auto;
    margin-top: -170px;
    position: relative;
    top: 50%;
    overflow: hidden;
    width: 1200px
}

    .slider-2:hover .content {
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused
    }

    .slider-2:hover .paused {
        opacity: 1;
        -webkit-animation: fade 2s;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-delay: 2s;
        -moz-animation: fade 2s;
        -moz-animation-fill-mode: forwards;
        -moz-animation-delay: 2s
    }

.tip {
    top: 290px
}

.paused {
    color: #fff;
    font-family: Helvetica;
    font-size: 1.4em;
    font-weight: 700;
    position: absolute;
    opacity: 0;
    left: 1100px;
    top: 300px
}

.content {
    width: 100%;
    -webkit-animation: move linear infinite;
    -webkit-animation-duration: 20s;
    -moz-animation: move linear infinite;
    -moz-animation-duration: 20s
}

@-webkit-keyframes move {
    from {
        left: 1200px
    }

    to {
        left: -3000px
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-moz-keyframes move {
    from {
        left: 1200px
    }

    to {
        left: -3000px
    }
}

@-moz-keyframes fade {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

#list {
    position: relative;
    top: 35%
}

ul#list li {
    font-size: 1.7em;
    display: inline;
    padding: 50px
}

.truncated p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding: .5em;
    width: auto;
    max-width: 100%;
    -webkit-transition: max-width linear .5s;
    transition: max-width linear .5s
}

.truncated:hover p {
    overflow: visible;
    white-space: normal;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    max-width: 400%;
    width: 400%;
    z-index: 1
}

.truncated:hover p {
    display: block;
    width: 100%
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap
}

    .marquee:hover .marquee__item {
        -webkit-animation-play-state: paused;
        animation-play-state: paused
    }

.marquee__seperator {
    margin: 0 2rem
}

.marquee__item {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee 30s linear infinite;
    animation: marquee 30s linear infinite
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes marquee {
    to {
        transform: translateX(-50%)
    }
}

.marquee {
    background-color: #fff;
    padding: 1rem 0;
    color: #000;
    box-shadow: 10px 10px 30px rgba(174,174,192,.2);
}

.about-summary {
    text-align: center
}

.profile-img {
    height: 110px;
    width: 110px;
    background-size: cover !important;
    background-position: center !important;
    border: 2px solid #fff;
    border-radius: 10px
}

.user-name {
    font-size: 32px;
    color: #575757;
    font-family: sans-serif;
    font-weight: 500;
    margin-top: -8px
}

.build-web {
    display: flex;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
    box-shadow: rgba(149,157,165,.2) 0 8px 24px;
    border: 1px solid #ccc
}

@media only screen and (max-width:600px) {
    .profile-img {
        height: 80px;
        width: 80px;
        border-radius: 50%
    }

    .p-tesi {
        padding: 0
    }

    .user-name {
        font-size: 23px;
        color: #fff;
        font-family: sans-serif;
        font-weight: 500;
        margin-top: -8px
    }

    .profile {
        text-align: center;
        margin: auto 50px;
        display: flex
    }

        .profile li {
            margin-right: 18px;
            width: 530px;
            margin-bottom: 20px
        }

    .build-web {
        display: flex;
        padding: 0 22px;
        margin-bottom: 25px
    }

    .mobile-hide {
        display: none
    }

    .sarah {
        display: none
    }
}

.handpng {
    width: 215px;
    margin: 49px -72px
}

@media only screen and (max-width:600px) {
    .handpng {
        width: 100%;
        margin: 0
    }
}

.btn {
    margin-top: 0
}

.testimonial-text p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    color: #555;
    font-weight: 500;
    font-size: 12px;
    margin-top: 10px
}

@media only screen and (max-width:600px) {
    .testimonial-text p {
        color: #fff
    }
}

.rm-modal {
    width: 25%;
    text-align: center;
    margin: 150px 42rem
}

.noti {
    width: 25%;
    text-align: center;
    margin: 150px 42rem
}

@media only screen and (max-width:600px) {
    .rm-modal {
        width: 95%;
        text-align: center;
        margin: 0 auto
    }

    .noti {
        width: 95%;
        text-align: center;
        margin: 0 auto
    }
}

.card-item {
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    color: rgba(0,0,0,.87);
    overflow: hidden;
    position: relative;
    height: 350px
}

.media--2-3 {
    padding-bottom: 150%
}

[class*='media--'] {
    height: 0;
    overflow: hidden
}

.media .primary-title {
    background: #ffffffeb;
    bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 16px 16px;
    position: absolute;
    width: 100%;
    z-index: 1
}

.media .optional-header {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    width: 100%;
    z-index: 100
}

.optional-header {
    min-height: 40px;
    padding: 16px;
    position: relative
}

    .primary-text + .secondary-text, .secondary-text + .primary-text, .optional-header + .primary-text {
        margin-top: calc(24px/2/2);
    }

.item-card {
    align-self: baseline;
    height: 207px;
    overflow: hidden
}

.card-iten {
    border-radius: 20px
}

.bottom-shade {
    background: linear-gradient(180deg,transparent -4.82%,#000 87.02%);
    border-radius: 6px;
    bottom: 0;
    left: 0;
    position: absolute
}

.primary-text {
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    float: left;
    width: 70%;
    font-size: 20px;
    text-transform: capitalize
}

.card-text- {
    margin: 0;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 25px;
    padding: 1px 18px;
    font-weight: 600
}

.book-btn {
    float: right;
    background: #47494a;
    padding: 10px;
    border-radius: 50%;
    width: 45px;
    text-align: center
}

    .book-btn:hover {
        transition: 0.70s;
        -webkit-transition: 0.70s;
        -moz-transition: 0.70s;
        -ms-transition: 0.70s;
        -o-transition: 0.70s;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

.anim750 {
    transition: all 750ms ease-in-out
}

#Awesome {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    backface-visibility: hidden
}

    #Awesome .sticky {
        transform: rotate(45deg)
    }

    #Awesome:hover .sticky {
        transform: rotate(10deg)
    }

    #Awesome .sticky {
        position: absolute;
        top: 0;
        left: 0;
        width: 180px;
        height: 180px
    }

    #Awesome .reveal .circle {
        box-shadow: 0 1px 0 rgba(0,0,0,.15);
        font-family: 'helvetica neue',arial;
        font-weight: 200;
        line-height: 140px;
        text-align: center;
        cursor: pointer
    }

    #Awesome .reveal .circle {
        background: #fafafa
    }

    #Awesome .circle_wrapper {
        position: absolute;
        width: 180px;
        height: 180px;
        left: 0;
        top: 0;
        overflow: hidden
    }

    #Awesome .circle {
        position: absolute;
        width: 140px;
        height: 140px;
        margin: 20px;
        border-radius: 999px
    }

    #Awesome .back {
        height: 10px;
        top: 30px
    }

    #Awesome:hover .back {
        height: 90px;
        top: 110px
    }

    #Awesome .back .circle {
        margin-top: -130px;
        background-color: #fbec3f;
        background-image: -webkit-linear-gradient(bottom,rgba(251,236,63,0),rgba(255,255,255,.8));
    }

    #Awesome:hover .back .circle {
        margin-top: -50px
    }

    #Awesome .front {
        height: 150px;
        bottom: 0;
        top: auto;
        -webkit-box-shadow: 0 -140px 20px -140px rgba(0,0,0,.3);
    }

    #Awesome:hover .front {
        height: 70px;
        -webkit-box-shadow: 0 -60px 10px -60px rgba(0,0,0,.1);
    }

    #Awesome .front .circle {
        margin-top: -10px;
        background: #fbec3f;
        background-image: -webkit-linear-gradient(bottom,rgba(251,236,63,0) 75%,#f7bb37 95%);
        background-image: -moz-linear-gradient(bottom,rgba(251,236,63,0) 75%,#f7bb37 95%);
        background-image: linear-gradient(bottom,rgba(251,236,63,0) 75%,#f7bb37 95%);
    }

    #Awesome h4 {
        font-family: 'helvetica neue',arial;
        font-weight: 200;
        text-align: center;
        position: absolute;
        width: 180px;
        height: 140px;
        line-height: 140px;
        transition: opacity 50ms linear 400ms
    }

    #Awesome:hover h4 {
        opacity: 0;
        transition: opacity 50ms linear 300ms
    }

    #Awesome:hover .front .circle {
        margin-top: -90px;
        background-color: #e2d439;
        background-position: 0 100px
    }

.hid-scroll {
    height: 450px;
    overflow-y: scroll
}

    .hid-scroll::-webkit-scrollbar {
        width: 10px
    }

    .hid-scroll::-webkit-scrollbar-thumb {
        background-color: #8f54a0;
        border-radius: 10px;
        border: 3px solid #fff
    }

.modal-width {
    width: 80%
}

@media only screen and (max-width:600px) {
    .modal-width {
        width: 100%;
        margin: 0px !important
    }
}

.welcome-box {
    padding: 16px;
    border: 1px solid;
    border-radius: 5px;
    background: #fff;
    box-shadow: 8px 8px #9bb4fe;
    height: 181px;
    margin-bottom: 30px
}

    .welcome-box p {
        font-size: 18px;
        margin-top: 30px
    }

    .welcome-box a {
        position: absolute;
        right: 30px;
        bottom: 45px
    }

#divMsg {
    z-index: 1;
    top: 100%;
    border: 1px solid;
    width: 779px !important;
    height: 620px;
    border-radius: 10px;
    top: -15px;
    background: #fff;
    margin-top: 10px;
    width: 40%;
    opacity: 0;
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.4;
    visibility: hidden;
    pointer-events: none;
    padding: 50px
}

#divMsg {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.pop-box {
    padding: 80px;
    margin: 59px auto;
    height: 500px
}

.close-b {
    position: absolute;
    right: 10%;
    top: 16%
}

.wel-box {
    background: #EFF0F6;
    padding: 70px;
    margin-top: -63px
}

@media only screen and (max-width:600px) {
    .wel-box {
        background: #EFF0F6;
        padding: 20px;
        margin-top: -63px
    }

    .pop-box {
        background: #fff;
        padding: 30px;
        margin: 59px auto;
        height: 619px
    }

    .toggle {
        display: none
    }
}

.pop-box {
    padding: 80px;
    margin: 59px auto;
    height: 500px
}

.close-b {
    position: absolute;
    right: 10%;
    top: 16%
}

.wel-box {
    background: #EFF0F6;
    padding: 70px;
    margin-top: -63px
}

@media only screen and (max-width:600px) {
    .wel-box {
        background: #EFF0F6;
        padding: 20px;
        margin-top: -63px
    }

    .pop-box {
        background: #fff;
        padding: 30px;
        margin: 59px auto;
        height: 619px
    }

    .toggle {
        display: none
    }
}

.wel-pop-new {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,.1) 0 4px 15px 0;
    height: 175px;
    margin-bottom: 30px
}

.cont {
    position: absolute;
    top: 0;
    padding: 18px 53px
}

    .cont h1 {
        color: #fff
    }

    .cont p {
        color: #fff
    }

.footer-wel {
    background: royalblue;
    padding: 10px 85px
}

    .footer-wel p {
        color: #fff
    }

.pop-con {
    padding: 5px 100px
}

@media only screen and (max-width:600px) {
    .pop-con {
        padding: 5px 40px
    }

    .footer-wel {
        background: royalblue;
        padding: 10px 15px
    }
}

.square.y-axis:hover {
    animation: y-axis-animation 1s ease-in-out 0s infinite alternate
}

@keyframes y-axis-animation {
    from {
        transform: rotateY(180deg)
    }

    to {
        transform: rotateY(-180deg)
    }
}

.notification {
    background-color: #555;
    color: #fff;
    text-decoration: none;
    padding: 15px 26px;
    position: relative;
    display: inline-block;
    border-radius: 2px
}

    .notification:hover {
        background: red
    }

    .notification .badge {
        position: absolute;
        left: -30px;
        border-radius: 5px;
        color: #fff
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ee1551;
    border-radius: 10px;
    position: absolute;
    left: 52%
}

@media only screen and (max-width:600px) {
    .badge {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #ee1551;
        border-radius: 10px;
        position: absolute;
        left: 67%
    }

    #spanNotificationcount {
        left: 48% !important
    }
}

.red {
    background-color: #4a6fdf;
    border-radius: 100%;
    -webkit-animation: ripple 0.7s linear infinite;
    transition: all 1s;
    animation: ripple 0.7s linear infinite
}

.bg-box.red span {
    color: #fff
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 #3f97f685,0 0 0 .8em #3f97f685,0 0 0 1em #3f97f685,0 0 0 2em #3f97f685
    }

    100% {
        box-shadow: 0 0 0 .4em #3f97f663,0 0 0 .8em #3f97f663,0 0 0 1em #3f97f663,0 0 0 3em #ffffff00
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 #3f97f685,0 0 0 .8em #3f97f685,0 0 0 1em #3f97f685,0 0 0 2em #3f97f685
    }

    100% {
        box-shadow: 0 0 0 .4em #3f97f663,0 0 0 .8em #3f97f663,0 0 0 1em #3f97f663,0 0 0 3em #ffffff00
    }
}

#myCarousel {
    margin-top: 50px
}

@media (max-width:768px) {
    .carousel-inner .carousel-item &gt; div {
        display: none
    }

        .carousel-inner .carousel-item &gt; div:first-child {
            display: block
        }
}

.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-start, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
    display: flex
}

@media (min-width:768px) {
    .carousel-inner .carousel-item-right.active, .carousel-inner .carousel-item-next, .carousel-item-next:not(.carousel-item-start) {
    }
}

#notification {
    margin-top: 20px
}

    #notification li {
        border-bottom: 1px solid #c6c6c6;
        padding: 3px 11px;
        margin-bottom: 5px
    }

        #notification li h5 {
            color: #737373;
            text-transform: uppercase
        }

        #notification li p {
            color: #424242
        }

.offers {
    background: linear-gradient(to right,rgba(0,0,0,.37),rgba(0,0,0,-.6));
    width: 100%;
    position: relative;
    padding: 6px 6px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 30px 0 0 30px;
    transition: transform .2s
}

    .offers:hover {
        transform: scale(1)
    }

.offer-box {
    background: #fff;
    padding: 10px
}

@media only screen and (max-width:600px) {
    .offer-box {
        background: #fff;
        padding: 4px
    }

    .offers {
        border-radius: 0
    }
}

@media only screen and (max-width:600px) {
    .offer-box {
        margin-bottom: 20px;
        border-radius: 10px
    }

    .offers2 {
        position: relative;
        left: 0
    }
}

.offer-box .offer-box-content h3 {
    font-size: 14px
}

.offer-box .offer-box-content small {
    color: #747474;
    font-size: 13px;
    font-weight: 300
}

.offer-box .offer-box-content p {
    font-size: 18px;
    font-weight: 600;
    color: #4169e1
}

.offer-box .offer-box-img {
    height: 120px;
    background-size: cover !important;
    background-position: center !important
}

@media only screen and (max-width:600px) {
    .offer-box .offer-box-img {
        height: 60px;
        background-size: cover !important;
        background-position: center !important;
        border-radius: 10px
    }

    .offer-box .offer-box-content h3 {
        font-size: 10px;
        margin-top: 5px
    }
}

.offers p {
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px
}

@media only screen and (max-width:600px) {
    .offers p {
        font-size: 14px
    }
}

.offers i {
    background: #f4f4f4;
    padding: 4px;
    border-radius: 50%;
    font-size: 29px;
    color: #ccc
}

.offers2 {
    position: relative;
    left: -10px
}

.desk-hidden {
    display: none
}

@media only screen and (max-width:600px) {
    .offers2 {
        position: relative;
        left: 0
    }

    .desk-hidden {
        display: block !important
    }
}

.carousel-container {
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 30px -20px #234;
    margin: auto;
    z-index: 0
}

.mySlides {
    display: none
}

    .mySlides img {
        display: block;
        width: 100%
    }

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    width: auto;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    border-radius: 0 8px 8px 0;
    background: rgba(173,216,230,.1);
    user-select: none
}

.next {
    right: 0;
    border-radius: 8px 0 0 8px
}

    .prev:hover, .next:hover {
        background: rgba(173, 216, 230, .3);
    }

.dots-container {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%)
}

.dotss {
    cursor: pointer;
    height: 14px;
    width: 14px;
    margin: 0 4px;
    background-color: rgba(173, 216, 230,.2);
    backdrop-filter: blur(2px);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
    border: 2px solid #ccc
}

    .dotss.active, .dots:hover {
        background-color: rgba(137,137,137,.8);
    }

transition animation .animate {
    -webkit-animation-name: animate;
    -webkit-animation-duration: 1s;
    animation-name: animate;
    animation-duration: 2s
}

@keyframes animate {
    from {
        transform: scale(1.1) rotateY(10deg)
    }

    to {
        transform: scale(1) rotateY(0deg)
    }
}

.testimonial-bubble-1 {
    background: #FAFAFA;
    border-radius: 10px;
    padding: 9px 6px;
    margin-bottom: 10px;
    position: relative;
    border: 2px solid #D9D9D9
}

.modalX {
    overflow-x: hidden;
    overflow-y: auto
}

#model2 .modal {
    overflow-x: hidden;
    overflow-y: hidden
}

.row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 .35rem;
    min-height: 1px
}

.m-margin {
    margin-top: 20px
}

@media only screen and (max-width:600px) {
    .m-margin {
        margin: 10px 15px
    }
}

.premium-perks {
    display: flex;
    gap: 8px;
    margin-top: 70px
}

@media only screen and (max-width:600px) {
    .premium-perks {
        display: block;
        gap: 8px;
        margin-top: 102px
    }
}

@media only screen and (max-width:600px) {
    .mob-hidden {
        display: none !important
    }

    .card-bordred {
        position: relative;
        border-radius: 24px;
        backdrop-filter: none;
        border: none;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        z-index: 0;
        overflow: hidden
    }

    .ban-search {
        margin: 0
    }

    .p-tesi {
        text-align: left
    }
}

.card-offer {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc
}

    .card-offer:hover {
        background: #e2fcff
    }

    .card-offer span {
        background: #eee;
        padding: 2px 10px;
        border-radius: 25px
    }

    .card-offer .price {
        margin-top: 1rem
    }

        .card-offer .price .cut-price {
            text-decoration: line-through;
            font-size: 20px;
            color: red;
            background: none
        }

        .card-offer .price .main-price {
            text-decoration: none;
            font-size: 16px;
            color: #000;
            background: none !important;
            font-weight: 700
        }

.off {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px !important;
    font-size: 17px;
    font-weight: 800;
    background: #fb4d4d !important;
    color: #fff
}

@media only screen and (max-width:600px) {
    .card-offer {
        margin-bottom: 20px
    }
}

.trigger {
    text-align: center;
    padding: 7px 13px;
    background: #3e3e3e;
    color: #fff;
    font-size: 15px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-family: cursive
}

.modal-welcome {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s,opacity 0.25s 0s,transform 0.25s
}

.modal-welcome-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    padding: 1rem 1.5rem;
    width: 65rem;
    height: auto;
    border-radius: .5rem
}

.close-button {
    float: right;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: #ff2d2d;
    position: absolute;
    z-index: 1;
    right: -10px;
    font-size: 25px;
    width: 40px;
    top: -10px;
    height: 40px;
    color: #fff;
    font-weight: 600
}

    .close-button:hover {
        background-color: darkgray
    }

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s,opacity 0.25s 0s,transform 0.25s;
    z-index: 99999
}

.welcome-list li:before {
    content: '\eaa0';
    font-family: 'Icofont';
    float: left;
    margin-left: -1.5em;
    color: #4b70e2;
    font-size: 20px
}

.welcome-btn .btn-group-vertical {
    background: #eee;
    padding: 10px 10px;
    text-align: center;
    border-radius: 50px;
    width: 58%;
    float: right
}

    .welcome-btn .btn-group-vertical a img {
        margin-bottom: 25px
    }

.wel-btn-group li {
    margin-bottom: 30px
}

.wel-btn.active {
    background: royalblue;
    color: #fff;
    padding: 10px 19px;
    border-radius: 4px;
    margin-bottom: 20px
}

.wel-btn {
    background: #fff;
    border: 1px solid royalblue;
    padding: 10px 19px;
    border-radius: 4px;
    margin-bottom: 20px
}

.prv-btn {
    background: #fff;
    border: 2px solid;
    color: royalblue;
    padding: 11px;
    border-radius: 4px;
    margin-right: 20px
}

.prv-btns {
    background: #fff;
    border: 2px solid;
    color: royalblue;
    padding: 11px;
    border-radius: 4px;
    margin-right: 20px
}

.overlay {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.85);
    opacity: 0;
    transition: all 450ms cubic-bezier(.32,1,.23,1) 0ms
}

    .overlay .social {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        padding: 7px 8px 16px;
        box-sizing: border-box;
        box-shadow: 0 10px 20px rgba(0,0,0,.22),0 14px 56px rgba(0,0,0,.25);
        transform: translate(0,100%);
        transition: all 450ms cubic-bezier(.32,1,.23,1) 100ms;
        height: 33rem;
        border-radius: 0;
        right: 0
    }

        .overlay .social ul {
            text-align: justify;
            -moz-columns: 74px 3;
            columns: 74px 3;
            vertical-align: bottom
        }

            .overlay .social ul li {
                width: 74px;
                display: inline-block
            }

            .overlay .social ul a {
                display: block;
                margin: 8px 0;
                color: gray;
                text-decoration: none;
                text-align: center
            }

                .overlay .social ul a span {
                    display: inline-block;
                    width: 100%
                }

        .overlay .social .facebook span {
            color: #3b5998
        }

        .overlay .social .twitter span {
            color: #00aced
        }

        .overlay .social .linkedin span {
            color: #007bb5
        }

        .overlay .social .reddit span {
            display: block;
            width: 48px;
            height: 48px;
            margin: 0 auto;
            border-radius: 2px;
            background-color: #cee3f8;
            color: #fff;
            text-shadow: 1px 1px #000,-1px -1px #000,-1px 1px #000,1px -1px #000
        }

            .overlay .social .reddit span::after {
                content: "";
                display: block;
                height: 4px;
                width: 4px;
                background-color: red;
                border-radius: 50%;
                position: relative;
                top: -24px;
                left: 16px;
                box-shadow: 12px 0 red
            }

        .overlay .social .whatsapp span {
            color: #4dc247
        }

    .overlay .btn-close {
        color: #666;
        transform: scale(0,0);
        transition: all 450ms ease-in-out 0
    }

    .overlay:target {
        display: block;
        position: fixed;
        top: 0;
        opacity: 1;
        z-index: 99999
    }

        .overlay:target .social {
            transform: translate(0,0);
            z-index: 9
        }

        .overlay:target .btn-close {
            display: block;
            position: absolute;
            top: 10px;
            bottom: 0;
            right: 10px;
            outline: 0 none;
            transform: scale(1,1);
            font-size: 40px
        }

@media screen and (min-width:640px) {
    .overlay {
        padding: 0 24px
    }

        .overlay .social {
            width: calc(33% - 0px)
        }

            .overlay .social ul {
                -moz-column-gap: 64px;
                column-gap: 64px
            }
}

.mdi::before {
    font-size: 24px;
    line-height: 48px
}

.social .mdi::before {
    font-size: 48px
}

.sr-only {
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px
}

.add-scroll {
    height: 400px;
    overflow-x: auto
}

.add-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 15px
}

    .add-scroll::-webkit-scrollbar {
        display: none
    }

.pad-55 {
    padding-left: 55px
}

.sub-text {
    font-size: 14px;
    margin-top: 10px;
    width: 100%
}

@media only screen and (max-width:600px) {
    .welcome-btn {
        display: none
    }

    .modal-welcome-content {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background-color: #fff;
        padding: 1rem 1.5rem;
        width: 100%;
        height: auto;
        border-radius: .5rem
    }

    .pad-55 {
        padding-left: 0
    }

    .show-modal {
        padding: 10px
    }

    .sub-text {
        font-size: 17px;
        margin-top: 10px;
        width: 100%
    }
}

.video-container {
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

    .video-container .video-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .video-container video {
        width: 100%;
        height: 100%;
        border-radius: 4px
    }

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none
}

    .play-button-wrapper .playvideo {
        cursor: pointer;
        pointer-events: auto
    }

        .play-button-wrapper .playvideo svg {
            width: 100px;
            height: 100px;
            fill: #fff;
            stroke: #fff;
            cursor: pointer;
            background-color: rgba(0,0,0,.2);
            border-radius: 50%;
            opacity: .9
        }

.step-btn {
    display: block
}

@media only screen and (max-width:600px) {
    .step-btn {
        display: flex !important
    }
}

#staticBackdrop .modal-dialog {
    width: 70%
}

    #staticBackdrop .modal-dialog .modal-body {
        padding: 0;
        height: auto
    }

@media only screen and (max-width:600px) {
    #staticBackdrop .modal-dialog {
        width: 100%;
        margin-top: 200px
    }

    #BstaticBackdrop {
        padding-right: 0px !important
    }

    #staticBackdrop .modal-dialog .modal-body {
        padding: 0;
        height: 217px
    }
}

.mag {
    position: relative;
    top: 10px;
    left: 20px;
    bottom: 10px;
    right: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 450px
}

    .mag::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #F5F5F5
    }

    .mag::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5
    }

    .mag::-webkit-scrollbar-thumb {
        background-color: #000;
        border: 2px solid #555
    }

.mag-tab .nav-tabs &gt; li {
    float: left;
    margin-bottom: -1px;
    width: 20%;
    margin-right: 25px
}

    .mag-tab .nav-tabs &gt; li a {
        text-align: center;
        background: #F0F0F0;
        border-radius: 15px
    }

        .mag-tab .nav-tabs &gt; li a img {
            width: 100%
        }

    .mag-tab .nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
        color: #555;
        cursor: default;
        background-color: #D5DDF6;
        border: 1px solid #D5DDF6;
        border-bottom-color: #ffffff00;
        border-radius: 15px
    }

.mag-tab .nav-tabs {
    border-bottom: none;
    margin-bottom: 30px
}

.cus-img-w {
    padding: 14px;
    width: 54% !important
}

@media only screen and (max-width:600px) {
    .mag-tab .nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
        color: #555;
        cursor: default;
        background-color: none;
        border: none;
        border-bottom-color: #ffffff00;
        border-radius: 15px;
        padding: 0
    }

    .mag-tab .nav-tabs &gt; li a {
        text-align: center;
        background: none;
        border-radius: 15px;
        padding: 0
    }

    .cus-img-w {
        padding: 0;
        width: 100% !important
    }

    .mag-tab .nav-tabs &gt; li {
        float: left;
        margin-bottom: -1px;
        width: 20%;
        margin-right: 0
    }
}

.bali-banner {
    width: 70%;
    float: right
}

.tourz-search-2 .pop-search {
    width: auto
}

.rel-pos {
    position: relative;
    top: -55px
}

.gif-offer {
    width: 150px;
    position: absolute;
    top: -33px;
    left: 14rem
}

@media only screen and (max-width:600px) {
    .bali-banner {
        width: 100%;
        float: right
    }

    .tourz-search-2 {
        float: none !important
    }

        .tourz-search-2 .pop-search {
            width: 100%
        }

    .rel-pos {
        position: relative;
        top: 0
    }

    .gif-offer {
        left: 1rem
    }

    #mybutton {
        display: none
    }
}

.overlay-deal:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.27);
}

.main-slider {
    display: flex;
    width: 100%
}

    .main-slider .side-1 {
        width: 100%
    }

    .main-slider .side-2 {
        width: 25%
    }

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cell {
    padding-right: .9375rem;
    padding-left: .9375rem
}

.medium {
    width: auto
}

.small {
    width: 25%
}

.animeslide-slide {
    color: #fff
}

.animeslide-slide {
    position: relative;
    padding: 15px 0;
    min-height: 500px;
    background-size: cover
}

    .animeslide-slide .container {
        position: relative
    }

    .animeslide-slide.swiper-slide-active [data-animate] {
        opacity: 1;
        transform: none
    }

    .animeslide-slide.swiper-slide-active .animeslide-heading {
        transition-delay: 0.6s
    }

    .animeslide-slide.swiper-slide-active .animeslide-desc {
        transition-delay: 1s
    }

.animeslide-heading {
    margin-bottom: 25px;
    transition-delay: 3s
}

    .animeslide-heading span {
        font-size: 16px;
        background-color: #f08723;
        padding: 6px 12px 7px;
        border-radius: 8px;
        font-weight: 400
    }

.animeslide-desc {
    padding: 15px 22px;
    border-radius: 8px;
    background-color: #202238;
    max-width: 480px;
    opacity: .9
}

[data-animate] {
    opacity: 0;
    transition: all 0.8s ease-out
}

[data-animate="bottom"] {
    transform: translate3d(0,15px,0)
}

.animeslide-bottom {
    position: absolute;
    bottom: 0;
    width: 0%;
    border-radius: 8px;
    max-width: 600px;
    z-index: 1;
    bottom: 8rem;
    right: 0;
    font-size: 14px
}

    .animeslide-bottom .cell {
        position: relative;
        opacity: 1;
        z-index: 2;
        height: 40px;
        bottom: initial
    }

    .animeslide-bottom .animeslide-scrollbar {
        margin-top: 16px
    }

    .animeslide-bottom .animeslide-scrollbar-drag {
        height: 6px
    }

    .animeslide-bottom .animeslide-pagination {
        font-size: 25px;
        bottom: inherit;
        color: #fff
    }

        .animeslide-bottom .animeslide-pagination b {
            font-size: 28px;
            margin-top: -5px
        }

        .animeslide-bottom .animeslide-pagination span {
            padding-left: 5px;
            padding-right: 5px
        }

.animeslide-button-next, .animeslide-button-prev {
    outline: none
}

    .animeslide-button-next::after, .animeslide-button-prev::after {
        font-size: 14px;
        color: #fff
    }

.new-search-box-main {
    position: absolute;
    top: 90px;
    z-index: 1
}

.new-search-box {
    display: flex;
    color: #000;
    border: none;
    width: 90%;
    outline: none;
    padding: 7px;
    border-radius: 10px;
    z-index: 1;
    background: #fff;
    align-items: center;
    margin-top: 30px
}

    .new-search-box select {
        color: #9E9E9E;
        border: none
    }

        .new-search-box select:focus {
            color: #000;
            border: none !important
        }

.new-search-box-main p {
    color: #fff !important;
    font-size: 18px
}

.h3-top {
    font-size: 50px;
    color: #fff
}

    .h3-top span {
        color: #97ED6E
    }

.mt-custom {
    margin-top: 6rem
}

.side-1 .swiper-scrollbar-drag {
    display: none
}

.swiper-horizontal &gt; .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset,1%);
    bottom: var(--swiper-scrollbar-bottom,4px);
    top: var(--swiper-scrollbar-top,auto);
    z-index: 50;
    height: 20px;
    width: auto
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 25px;
    border-radius: 8px
}

.swiper-pagination-bullet-active {
    width: 50px !important;
    background: royalblue !important
}

.top-custom {
    position: absolute;
    top: -66px
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1
}

.heading-custom {
    position: absolute;
    bottom: 95px;
    right: 188px
}

    .heading-custom h1 {
        color: #fff;
        font-size: 50px;
        width: 100%;
        height: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-text-stroke: 1px #000
    }

    .heading-custom img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        mix-blend-mode: lighten;
        -webkit-filter: blur(2px);
        pointer-events: none
    }

.abso {
    position: relative;
    left: -165px
}

.fill {
    margin: 20px auto;
    width: fit-content;
    text-align: center;
    font-size: 140px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 1px #000;
    position: relative;
    cursor: pointer;
    font-family: Arial,Tahoma
}

    .fill::before {
        position: absolute;
        content: attr(data-text);
        top: 0;
        left: 0;
        -webkit-text-fill-color: #ff5722;
        width: 0;
        overflow: hidden;
        transition: 0.5s
    }

    .fill:hover::before {
        width: 100%
    }

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: #3a3a3a
}

@media only screen and (max-width:600px) {
    .new-search-box-main {
        position: absolute;
        top: 54px;
        z-index: 1
    }

    .abso {
        display: none;
        position: relative;
        left: 0;
        margin: -33px;
        bottom: -289%
    }

    .swiper-button-next:hover, .swiper-button-prev:hover {
        background: #3a3a3a
    }

    .card-text- {
        font-size: 10px
    }

    .new-search-box-main p {
        font-size: 14px
    }

    .new-search-box select {
        font-size: 12px;
        height: 40px !important;
    }

    .animeslide-slide {
        min-height: 300px !important
    }

    .animeslide-button-next::after, .animeslide-button-prev::after {
        font-size: 15px;
        color: #fff
    }

    .animeslide-button-prev, .animeslide-button-next {
        width: 30px;
        height: 30px
    }
}

.radio-group {
    display: flex;
    gap: 20px;
    margin: 20px 0
}

.radio-option {
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-family: Arial,sans-serif
}

    .radio-option input[type="radio"] {
        display: none
    }

.custom-radio {
    width: 20px;
    height: 20px;
    border: 2px solid #0064FE;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .custom-radio::after {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #0064FE;
        border-radius: 50%;
        opacity: 0;
        transition: opacity 0.3s ease
    }

.radio-option input[type="radio"]:checked + .custom-radio::after {
    opacity: 1
}

.radio-option:hover .custom-radio {
    border-color: #004bbd
}

@media only screen and (max-width:820px) {
    .card-body1 {
        height: 228px !important
    }

    .custom-position {
        width: 100% !important
    }
}

.latest-greatest {
    display: flex;
    flex-direction: row;
    clear: both;
    height: 680px
}

    .latest-greatest .latest-1 {
        width: 33%;
        background: #E9F4FF
    }

.latest-1 h2 {
    color: #003466;
    font-size: 24px;
    margin: 45px auto
}

.latest-1 h3 {
    font-size: 16px;
    font-weight: 600
}

.latest-1 .latest-card {
    display: flex;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 15px;
    gap: 15px;
    overflow: hidden
}

.latest-card .click {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #0451bb;
    color: #fff;
    padding: 8px;
    font-size: 22px;
    border-radius: 10px;
    z-index: 1
}

.hover-div {
    display: none;
    position: absolute;
    top: -12px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    color: #818181;
    padding: 20px;
    border-radius: 5px;
    font-size: 14px
}

.latest-card:hover .hover-div {
    display: block
}

.click i.icofont-arrow-up {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
    transform: rotate(45deg)
}

.latest-greatest .latest-2 {
    width: 68%;
    background: #0451BB
}

.latest-2 .main-latest {
    display: flex;
    flex-direction: row
}

.main-latest-1 h3 {
    color: #fff;
    margin-top: 40px
}

.main-latest-1 {
    width: 70%
}

.main-latest-2 {
    width: 30%
}

@media only screen and (max-width:600px) {
    .latest-greatest {
        display: flex;
        flex-direction: column;
        clear: both;
        height: auto;
        position: relative
    }

        .latest-greatest .latest-1 {
            width: 100%;
            background: #E9F4FF
        }

        .latest-greatest .latest-2 {
            width: 100%;
            background: #0451BB
        }

    .latest-2 .main-latest {
        display: flex;
        flex-direction: column;
        gap: 25px
    }

    .main-latest-1 {
        width: 100%
    }

    .main-latest-2 {
        width: 100%
    }

    .latest-2 .container {
        width: 100% !important
    }

    .latest-1 .container {
        width: 100% !important
    }
}

@media only screen and (min-width:720px) and (max-width:1024px) {
    .latest-greatest {
        display: flex;
        flex-direction: row;
        clear: both;
        height: auto
    }

        .latest-greatest .latest-1 {
            width: 50%;
            background: #E9F4FF
        }

        .latest-greatest .latest-2 {
            width: 50%;
            background: #0451BB
        }

    .latest-2 .main-latest {
        display: flex;
        flex-direction: column;
        gap: 25px
    }

    .latest-2 .container {
        width: 100% !important
    }

    .latest-1 .container {
        width: 100% !important
    }

    .main-latest-1 {
        width: 100%
    }

    .main-latest-2 {
        width: 100%
    }
}

.font-c {
    color: #003466;
    text-align: center;
    font-family: "Advent Pro";
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 0;
    letter-spacing: -2.56px;
    position: relative
}

.preety {
    display: flex;
    margin: 100px auto
}

    .preety .preety-1 {
        width: 25%;
        background: url(../../Content/css/images/source.png);
        background-size: cover;
        background-position: right
    }

    .preety .preety-2 {
        width: 75%;
        background: linear-gradient(180deg,rgba(255,255,255,.18) -7.65%,#ffffff00 45.95%,rgba(30,68,176,.55) 169.2%);
    }

.preety-card-sec {
    display: flex;
    flex-direction: row;
    gap: 35px
}

.preety-card {
    background: #fff;
    padding: 13px;
    border-radius: 10px;
    width: 33%;
    position: relative
}

.pr-img {
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px
}

.pr-cont ul {
    list-style: disc;
    margin-left: 18px;
    display: flex;
    gap: 25px
}

    .pr-cont ul li {
        color: #0451bb
    }

@media only screen and (max-width:600px) {
    .preety .preety-1 {
        display: none
    }

    .preety .preety-2 {
        width: 100%;
        background: linear-gradient(180deg,rgba(255,255,255,.18) -7.65%,#ffffff00 45.95%,rgba(30,68,176,.55) 169.2%);
    }

    .preety-2 h3 {
        width: 100% !important
    }

    .preety-card-sec {
        display: flex;
        flex-direction: column;
        gap: 35px
    }

    .preety-card {
        background: #fff;
        padding: 13px;
        border-radius: 10px;
        width: 100%;
        position: relative
    }

    .font-c {
        color: #003466;
        text-align: center;
        font-family: "Advent Pro";
        font-size: 50px;
        font-style: normal;
        font-weight: 900;
        line-height: 0;
        letter-spacing: -2.56px;
        position: relative
    }

    .preety {
        margin-top: 0
    }
}

@media only screen and (min-width:730px) and (max-width:1024px) {
    .preety .preety-2 {
        width: 100%;
        background: linear-gradient( 180deg, rgba(255, 255, 255, 0.18) -7.65%, rgba(255, 255, 255, 0) 45.95%, rgba(30, 68, 176, 0.55) 169.2% );
    }

    .preety-card-sec {
        display: flex;
        flex-direction: row;
        gap: 10px
    }

    .preety .preety-1 {
        display: none
    }

    .preety {
        display: flex;
        margin: 30px auto;
        flex-direction: column
    }
}

.latest-1 #toolsbind {
    height: 450px;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .latest-1 #toolsbind::-webkit-scrollbar {
        display: none
    }

#latestdeal2 .owl-carousel .owl-nav .owl-prev {
    display: none
}

#latestdeal2 .owl-carousel .owl-nav .owl-next {
    position: relative;
    right: -80px;
    background: #00000052;
    top: -45px;
    width: 60px;
    height: 60px
}

@media only screen and (max-width:600px) {
    .latest-1 #toolsbind {
        height: auto;
        display: -webkit-inline-box;
        overflow: auto;
        width: 100%
    }

    .main-latest-1 h3 {
        color: #fff;
        margin-top: 40px;
        font-size: 20px
    }
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 6px;
    max-width: 1200px;
    margin: auto
}

.grid-item {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0,0,0,.1);
    transition: transform 0.3s ease-in-out
}

    .grid-item:hover {
        transform: translateY(-5px)
    }

@media (max-width:768px) {
    .grid-container {
        grid-template-columns: repeat(auto-fit,minmax(200px,1fr))
    }
}

@media (max-width:480px) {
    .grid-container {
        grid-template-columns: repeat(auto-fit,minmax(150px,1fr))
    }
}

@media only screen and (max-width:600px) {
    .grid-container {
        display: grid;
        grid-template-columns: repeat(3,1fr) !important;
        gap: 6px;
        max-width: 308px;
        margin: auto
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .all-in-list ul {
        display: flex;
        gap: 10px;
        overflow: auto;
        scrollbar-width: none
    }

        .all-in-list ul li {
            white-space: nowrap;
            border: 1px solid;
            padding: 13px
        }

    .all-in-list li.selected {
        background: #fff;
        color: #000;
        font-size: 22px;
        font-weight: 600;
        margin-top: 0px !important;
        border-radius: 4px !important
    }

    .all-side-part {
        height: 337px !important;
        border: 2px solid #ccc;
        border-radius: 10px
    }

    .right-part-image {
        margin-top: 115px !important
    }

    .counter span {
        position: absolute;
        top: 14px;
        left: -50%;
        border-top: .3px solid grey;
        z-index: -100;
        width: 100%
    }

    .transform-part {
        display: none
    }

    .tour-one {
        display: none
    }

    .mob-hidden {
        display: none !important
    }
    .in-new-carousel-slide {
        height: 368px;
        overflow: hidden;
        position: relative;
    }
}
</pre></body></html>