.elementor-53 .elementor-element.elementor-element-405ec799{--display:flex;}.elementor-53 .elementor-element.elementor-element-405ec799:not(.elementor-motion-effects-element-type-background), .elementor-53 .elementor-element.elementor-element-405ec799 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#004071;}.elementor-53 .elementor-element.elementor-element-a9dd2dc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-53 .elementor-element.elementor-element-405ec799{--padding-top:40px;--padding-bottom:40px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS */p.duration__tour::before {
    content: url(http://104.245.36.128/~diamondheadstate/wp-content/uploads/2024/04/hourglass-start-svg-3.png);
    position: relative;
    top: 2px;
    margin-right: 2px;
}
p.duration__time::before {
    content: url(http://104.245.36.128/~diamondheadstate/wp-content/uploads/2024/04/clock-icon-2048x2048-bvpxggys-2.png);
    position: relative;
    top: 2px;
    margin-right: 3px;
    left: -1px;
}




.main__tour__col {
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;
    row-gap: 35px;
}
.content__main__image:hover {
    opacity: 0.85;
    transition:ease-in-out 0.25s;
}
.main__tour__grid {
    width: 30%;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 7px 3px #b1b1b1;
}
.main__content__tour__col__inner {
    padding: 10px 20px 20px 20px;
}
/*.content__main__image {*/
/*    width: 100%;*/
/*    height: 240px;*/
/*}*/
.tour__feature__img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}
.tour__activity__col {
    position: absolute;
    /* top: 0px; */
    width: 30%;
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    margin-top: -242px;
}
.activity__top {
    text-align: -webkit-right;
    margin-top: 15px;
    margin-bottom: 40px;
}
.activity__top p {
    margin-bottom: 5px;
    font-family: lato,sans-serif;
    letter-spacing: 1px;
    box-shadow: inset 0 0 0 1px rgba(8,9,14,.3);
}
.activity__value {
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    background: #004071;
    width: fit-content;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 8px;
}
/*p.t1 {*/
/*    background-color: #bf0a30;*/
/*    width: fit-content;*/
/*    padding: 2px 15px;*/
/*    border: 1px solid #9d0827;*/
/*    border-radius: 4px;*/
/*}*/

.tour__duration__timing {
    display: flex;
   
    justify-content: space-between;
    align-items: center;
}
.duration__inner p {
    background: #ffffff;
    padding: 2px 10px;
    width: fit-content;
    border-radius: 2px;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 5px;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 1px rgba(8,9,14,.07);
    font-family: lato, sans-serif;
    color: #08090e;
}
.duration__inner__price {
    background: #0000009e;
    text-align: center;
    font-size: 14px;
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 2px 3px;
    font-family:lato,sans-serif;
}
.duration__inner__price span {
    background: #ffffff;
    padding: 1px 20px;
    border-radius: 2px;
    font-size: 12px;
    text-transform: uppercase;
    color: #08090e;
}
.duration__inner__price h3 {
    font-size: 24px;
    color: #ffffff;
    margin: 6px 0px;
}
.main__content__tour__col__inner h2 {
    font-family: playfair display, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color:#08090e;
}
.main__tour__grid:hover .main__content__tour__col__inner h2{
    color:#838486;
    transition: 0.1s;
}
.main__content__tour__col__inner p {
    font-family: lato, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
.main__content__tour__col__inner {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
    /*height: 56%;*/
}
.tour__title__desc {
    height: 100%;
    min-height: 185px;
}


.tour__jump__btn {
    margin-top: 25px;
}
.tour__jump__btn a {
    background-color: #bf0a30;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 12px 24px;
    width: 100% !important;
    display: block;
    text-align: center;
    letter-spacing: 1px;
}
.tour__jump__btn a:hover {
    background-color: #8F0724;
}


/*ipad portrait::*/

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait)
{
    .main__tour__grid 
    {
        width: 48.6%;
    }
    .main__tour__col 
    {
        column-gap: 20px;
        row-gap: 20px;
    }
    .tour__activity__col 
    {
        width: 49%;
    }
    .activity__value 
    {
        font-size: 12px;
    }
    .tour__title__desc 
    {
        min-height: 190px;
    }
}


/*ipad landscape::*/

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
{
    .main__tour__grid 
    {
        width: 48.6%;
    }
    .main__tour__col 
    {
        column-gap: 20px;
        row-gap: 20px;
    }
    .tour__activity__col 
    {
        width: 49%;
    }
    .activity__value 
    {
        font-size: 12px;
    }
    .tour__title__desc 
    {
        height: auto;
        min-height: auto;
    }
}

/*ipad pro portrait::*/

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
{
    .main__tour__grid 
    {
        width: 31.9%;
    }
    .tour__activity__col 
    {
        width: 32%;
    }
    .activity__value 
    {
        font-size: 11px;
    }
    .tour__title__desc 
    {
        min-height: 208px;
    }

}


/*ipad pro landscape::*/

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
{
    .tour__title__desc 
    {
        height: 100%;
        min-height: 185px     !important;
    }
}


/*mobile*/


@media only screen and (max-width:767px)
{
    .main__tour__col 
    {
        column-gap: 0px;
        row-gap: 30px;
    }
    .main__tour__grid 
    {
        width: 100%;
    }
    .tour__activity__col 
    {
        width: 100%;
    }
    .tour__title__desc 
    {
        height: 100%;
        min-height: 150px;
    }
}/* End custom CSS */