/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;700&display=swap');
body
{
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family: 'Oswald', sans-serif;
}*/

.package-img {
    height: 345px;
}

.boxdesign {
    position: absolute;
    top: 51%;
    left: 50%;
    /* transform: translate(-50%, -50%) skewy(-7deg); */
    transform: translate(-50%, -50%) skewy(-2deg);
    width: 100%;
    max-width: 364px;
    height: auto;
    background: #f9f8f8;
    /* box-shadow: -10px 5px 30px rgba(0, 0, 0, .5); */
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%), 3px 0 9px rgb(0 0 0 / 50%);
    box-sizing: border-box;
    transition: .5s;
    overflow: hidden;
    /* keep content inside the frame */
}

.boxdesign:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: #000;
    z-index: 2;
}

.boxdesign h4 {
    position: relative;
    color: #000;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    margin: 7px;
}

.boxdesign h4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 100%;
}

.boxdesign h3 {
    position: relative;
    color: #000;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    margin: 6px;
    font-weight: 600;
}

.boxdesign h3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 100%;
}


/* Product image inside the link */

.boxdesign a img.grid-img {
    width: calc(100% - 50px);
    max-width: 310px;
    height: 180px;
    margin: 0 20px 0 30px;
    /* leaves space for the black strip */
}


/* Logo image (direct child of .boxdesign) should not inherit product sizing */

.boxdesign>img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    object-fit: contain;
}


/* Tablet portrait / medium widths: keep a small inset so the black strip isn't clipped */

@media (max-width: 991.98px) {
    .boxdesign {
        width: calc(100% - 24px);
    }
}


/* Phones / portrait: keep the 3D effect with adjusted sizing to prevent clipping */

@media (max-width: 767.98px) {
    .boxdesign {
        position: absolute;
        top: 51%;
        left: 50%;
        transform: translate(-50%, -50%) skewy(-2deg);
        width: calc(100% - 24px);
        max-width: 420px;
        margin: 0;
    }
    .package-img {
        height: auto !important;
        min-height: 345px;
        padding-bottom: 10px;
    }
    .boxdesign a img.grid-img {
        width: calc(100% - 50px);
        max-width: 310px;
        margin: 0 20px 0 30px;
        height: 160px;
    }
    .boxdesign .leftside {
        padding: 0 10px;
        font-size: 8px;
    }
    .boxdesign .rightside {
        padding: 0 5px;
        font-size: 12px;
        line-height: 18px;
    }
    .boxdesign h3 {
        font-size: 14px;
        margin: 4px;
    }
    .boxdesign h4 {
        font-size: 15px;
        margin: 5px;
    }
}

.boxdesign .leftside {
    width: 45%;
    float: left;
    padding: 0 34px;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 11px;
    color: #000;
}

.boxdesign .rightside {
    margin-left: 40%;
    border-left: solid 1px black;
    padding: 0px 0px;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
}

.productGalleryboxdesign {
    /*position:absolute;*/
    position: absolute;
    top: 24%;
    left: 53%;
    /*transform : translate(-50%,-50%) skewy(-7deg);*/
    transform: translate(-50%, -50%) skewy(-2deg);
    width: 358px;
    height: auto;
    background: #f9f8f8;
    /*box-shadow: -10px 5px 30px rgba(0,0,0,.5);*/
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-sizing: border-box;
    transition: .5s;
}

.productGalleryboxdesign:before {
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    width: 25px;
    height: 100%;
    background: #cecece;
    transform-origin: right bottom;
    /*transform: skewY(45deg);*/
    border: 1px solid #afa9a9;
}

.productGalleryboxdesign:after {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    /*height: 25px;*/
    background: #eaeaea;
    transform-origin: bottom left;
    transform: skewX(45deg);
}

.productGalleryboxdesign h4 {
    position: relative;
    color: #000;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    margin: 7px;
}

.productGalleryboxdesign h4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 100%;
}

.productGalleryboxdesign h3 {
    position: relative;
    color: #000;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    margin: 6px;
    font-weight: 600;
}

.productGalleryboxdesign h3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 100%;
}

.productGalleryboxdesign img {
    min-width: 100%;
    height: 150px;
    padding: 0 24px;
}

.productGalleryboxdesign .leftside {
    width: 50%;
    float: left;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 27px;
}

.productGalleryboxdesign .rightside {
    margin-left: 42%;
    border-left: solid 1px black;
    /*padding: 0px 17px;
	font-size:13px;*/
    padding: 0px 10px;
    font-size: 11px;
    line-height: 20px;
}

.smallboxdesign {
    position: relative;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -42%) skewy(-2deg);
    width: 72px;
    height: auto;
    background: #f9f8f8;
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-sizing: border-box;
    transition: .5s;
}

.smallboxdesign:before {
    content: '';
    position: absolute;
    top: 0;
    left: -9px;
    width: 10px;
    height: 100%;
    background: #d5d2d2;
    transform-origin: right bottom;
    /* transform: skewY(45deg); */
    border: 1px solid #d5d2d2;
}

.smallboxdesign:after {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    /*height: 25px;*/
    background: #eaeaea;
    transform-origin: bottom left;
    transform: skewX(45deg);
}

.smallboxdesign h4 {
    position: relative;
    color: #000;
    text-align: center;
    font-size: 4px;
    font-weight: 500;
    margin: 7px;
}

.smallboxdesign h4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 100%;
}

.smallboxdesign h3 {
    color: #000;
    text-align: center;
    font-size: 2px;
    text-transform: uppercase;
    margin: 0px;
}

.smallboxdesign h3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 100%;
}

.smallboxdesign img {
    width: 135px;
    height: 40px;
    padding: 0 11px;
    margin-top: -4px;
}

.smallboxdesign .leftside {
    width: 49%;
    float: left;
    padding: 0 26px;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 27px
}

.smallboxdesign .rightside {
    margin-left: 42%;
    border-left: solid 1px black;
    padding: 0px 0px;
    font-size: 11px;
    line-height: 20px;
}

.tour-info {
    min-height: 54px;
    /* adjust if needed */
    margin-top: 0px;
}

.packages-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}