﻿.cruise {
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url('../images/cruise_img/cruise-home.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
}

.side-content {
    width: 400px;
    text-align: center;
    position: absolute;
    /*top: 50%;*/
    left: 36%;
    transform: translate(0, -50%);
}

.side-content-hotel {
    width: 400px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 36%;
    transform: translate(0, -50%);
}

.side-rel {
    position: relative;
    z-index: 0;
    margin-top: 25px;
    background: #1390b7;
    padding: 8px;
}

.side-content a {
    text-decoration: none;
}

.airimg .numbers h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.side-content .airimg h1 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
    color: #fff;
    text-shadow: 0 0 4px black;
}

.side-content .airimg h2 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    color: #fff;
    text-shadow: 0 0 4px black;
}

.side-content .numbers {
    width: 100%;
    display: inline-block;
    margin-top: 8px;
}

.side-content {
    /* background: #5cc6ff;
    border: 0;*/
    margin-top: -25%;
}

    .side-content .numbers {
        padding: 5px;
        border-radius: 4px;
    }

.numbers p {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.mt-20 {
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .side-content {
        width: 50%;
        display: contents;
    }
}

num {
    color: #fff;
    font-size: 20px;
}

.ring {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.ring {
    border: solid 3px #e6effe;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    background: url('../images/call-btn.png') center no-repeat;
    display: inline-block;
    background-size: 23px;
}

@keyframes trin {
    0% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }

    26%, 38%, 50%, 62%, 74% {
        ransform: rotate3d(0,0,1,0deg);
    }

    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.cruiseimges img {
    width: 100%;
    border-radius: 0px 0px 10px 10px;
}

.gapimg {
    margin-top: 15px;
}

.imgheadbox .head img {
    width: 50%;
}

.imgheadbox .head {
    background-color: #f4f4f4;
    padding: 7px;
    border-radius: 10px 10px 0px 0px;
    position: relative;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    font-size: 18px;
    width: 100%;
}

.pricetofrom div {
    width: 224px;
    vertical-align: bottom;
    height: 45px;
    font-size: 24px;
    line-height: 20px;
    font-weight: 600;
    color: #204d74;
    text-align: center;
}

.cruiseimges {
    box-sizing: border-box;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.20);
    padding: 40px;
    border-radius: 20px;
}

.intro {
    background: #f5efd5;
    padding: 20px;
    border-radius: 2px;
    margin: 10px 0 20px 0;
    border: 1px solid #e6d9a4;
    overflow: hidden;
    font-weight: 600;
}
.cruise-it-bx {box-sizing: border-box;box-shadow: 2px 2px 5px #d1d1d1;padding: 10px;height: 300px;margin-bottom: 30px;}
.cruise-it-bx h3 {font-size: 18px;}
.panel-heading img {width: 100%;}
.panel-heading h4 {font-size: 15px;}
.bgb {padding: 10px;background: #00000038;border: 10px;backdrop-filter: blur(25px);border-radius: 25px;}
.serv-img img {width: 100%;margin-bottom: 20px;}
.service {background: #fff;box-shadow: 0px 0px 5px #b4b4b4;margin: 10px;padding: 5px;}
.service:hover {background: #fff;box-shadow: 0px 0px 0px;margin: 10px;padding: 5px;}
.sec-pd {padding: 40px 0px;}
.mt-20 {margin-top: 20px;}
.box-brand-inner {box-sizing: border-box;position: relative;display: flex;justify-content: flex-start;border: 1px solid #c1c1c1;border-radius: 10px;overflow: hidden;}
.brand-imager img {height: 200px;width: 200px;display: block;}
.content-brand {padding: 5px;overflow: hidden;}
.content-brand h3 {font-size: 22px;font-weight: 600;color: #034053;}
.content-brand p {font-size: 14px;font-weight: 400;color: #7b7b7b;line-height: 18px;}
.content-itnr{padding:5px;}
.box-brand a {text-decoration: none;}
.w-100{width:100%;}
.itnry h5{font-size:16px;line-height:16px;}
@media (max-width: 450px) {
    .box-brand-inner {
        box-sizing: border-box;
        position: relative;
        display: flex;
        justify-content: flex-start;
        border: 1px solid #c1c1c1;
        border-radius: 10px;
        overflow: hidden;
        flex-wrap: wrap;
    }
}

@media (max-width: 999px) {
    .box-brand-inner {
        box-sizing: border-box;
        position: relative;
        display: flex;
        justify-content: flex-start;
        border: 1px solid #c1c1c1;
        border-radius: 10px;
        overflow: hidden;
    }
}

@media (max-width: 1199px) {
    .box-brand-inner {
        box-sizing: border-box;
        position: relative;
        display: flex;
        justify-content: flex-start;
        border: 1px solid #c1c1c1;
        border-radius: 10px;
        overflow: hidden;
    }
}

@media (max-width: 1199px) {
    .brand-imager img {
        height: 180px;
        width: 200px;
        display: block;
    }
}

@media (max-width: 999px) {
    .brand-imager img {
        height: 240px;
        width: 200px;
        display: block;
    }
}

@media (max-width: 780px) {
    .brand-imager img {
        height: 180px;
        width: 200px;
        display: block;
    }
}

@media (max-width: 450px) {
    .brand-imager img {
        height: 180px;
        width: 42rem;
        display: block;
    }
}