/* why choose sec start */
.point-box2 {
    grid-column-gap: 14px;
    grid-row-gap: 15px;
    border: 1px solid var(--primary-color-light);
    border-radius: 16px;
    align-items: flex-start;
    padding: 30px 20px 30px 25px;
    transition: all .3s linear;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}
.point-icon-wrap2 {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}
.point-icon-wrap2 img {
    width:60px;
}
.point-content2 {
    width: 100%;
}
.point-content2 h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.point-content2  p {
    margin-bottom: 0px;
}
@media (max-width:991.98px){
    .point-box {
        padding: 20px;
        border-radius: 16px;
    }
    .point-icon-wrap {
        width: 65px;
        height: 65px;
    }
    .point-content h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
}
/* why choose section ends */
/* welcome section start */
.ws-jeep-safari .wi-wrap {
  position: relative;
  width: 100%;
  height: 600px;
  background-color: white;
  overflow: hidden;
}

.filtered-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: url(#combined); 
  z-index: 1;
}

.masked-img {
  position: absolute;
  top: 1%;
    left: 1%;
    width: 98%;
    height: 98%;
  object-fit: cover;
  z-index: 2; 
}
.ws-right {
    padding-left: 40px;
}
.ws-right .cvw {
    padding-left: 0px;
    margin-top: 40px;
}
.ws-right .cviw {
    width: 25px;
}
.ws-right .cviw img {
    margin-top: 4px;
}
.ws-right .cv1 {
    border-bottom: 1px solid var(--grey-bg);
}
.ws-right .cv1c {
    width: calc(100% - 30px);
}
@media (max-width:991.98px){
    .ws-right {
    padding-left: 0px;
}
}
/* welcome section end */
/* about corbett section start here */
.cv1c span,hr {
    display: block
}



.msw {
    background-color: var(--grey-bg);
    padding: 50px 40px 40px;
    border-radius: 30px
}

hr {
    height: 1px;
    background-color: #3e8982;
    margin: 30px 0;
    width: 100%
}

.cvw {
    padding-left: 20px;
    margin-top: 20px
}

.cv1 {
    margin-bottom: 20px;
        display: flex;
    gap: 20px;
}

.cv1c {
    width: calc(100% - 65px);
}

.cv1c span {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--text-grey);
    line-height: 1.4;
    margin-bottom: 5px;
    font-weight: 600
}

.cviw {
    width: 65px;
}

.cv1c2 {
    margin-bottom: 40px
}



@media (max-width: 767.98px) {
    .h2.small {
    font-size: 24px;
}
    h3, .h3 {
        font-size: 20px;
    }
    .msw {
            padding: 30px 20px;
        }
    .cv1 {
        margin-bottom:20px
    }

    .cvw {
        padding-left: 0
    }

}

/* about corbett section ends here */

/* safari section start */
.safari-left {
    position: sticky;
    top: 120px;
}
.safari-left h2 {
    font-size: 40px;
    line-height: 1.3;
}
.home-safari-block-wrap {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    display: flex;
    align-items: center;
}
.home-safari-block-one {
    perspective: 1000px;
    border-right: 1px solid #1d1d1f33;
    flex-direction: column;
    flex: 0 53.7%;
    justify-content: center;
    align-items: stretch;
    padding: 45px 50px;
    display: flex;
}
.home-safari-block-two {
    perspective: 1000px;
    flex-direction: column;
    flex: 0 47.3%;
    justify-content: center;
    align-items: stretch;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 50px;
    display: flex;
}
.home-safari-block-wrap:nth-child(2)  .home-safari-block-one {
    border-right-width: 0;
}
.home-safari-block-wrap:nth-child(2)  .home-safari-block-two {
    border-left: 1px solid #dedede;;
}
.home-safari-block-two .heading-three {
    margin-bottom: 10px;
}
.safari-img-warp {
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
}
.round-arrow-btn-wrap {
    border-radius: 50%;
    flex: none;
    padding: 1px;
    position: relative;
    overflow: hidden;
        max-width: 100%;
    display: inline-block;
}
.round-arrow-btn {
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 59px;
    height: 59px;
    display: flex;
    position: relative;
}
.round-arrow-btn img {
    display: inline-block;
    object-fit: cover;
   max-width: 100%;
}
.linear-border {
    background-image: linear-gradient(-90deg, #e25840, #e8ddcc);
    position: absolute;
    inset: 0%;
}

.home-safari-price-wrap {
    margin-top: 30px;
}
.home-safari-price-wrap .lead {
    color:var(--primary-color);
}
@media (max-width:1599px){
    .safari-left h2 {
    font-size: 32px;
    line-height: 1.3;
}
.heading-three {
    font-size: 26px;
}
.home-safari-block-one {
    padding: 30px;
}
.home-safari-block-two {
    padding-top: 30px;
    padding-left: 30px;
}
}
@media (max-width:1199px){
    .safari-left h2 {
    font-size: 28px;
}
    .heading-three {
        font-size: 22px;
    }
}
@media (max-width:991.98px){
    .safari-left {
        margin-bottom: 40px;
    }
    .container-large {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
}
@media (max-width:767.98px){
    .btn-arrow {
        background-position: 83% 21px;
    }
    .home-safari-block-wrap {
        flex-direction: column;
    }
    .home-safari-block-one {
        width: 100%;
        padding: 15px;
    }
    .home-safari-block-two {
        width: 100%;
        padding: 15px;
        border-right: 1px solid #dedede;
    }
    .home-safari-price-wrap {
    margin-top: 15px;
}
.home-safari-block-wrap:nth-child(2) .home-safari-block-one {
    border-right-width: 1px;
}
}

/* safari section ends */
/* safari rules section start */
.stp .ws-right .cvw {
    margin-top: 0px;
}
.stp .ws-right .cviw {
    width: 100%;
    align-items: center;
    display: flex;
}
.stp .ws-right .cviw h3 {
    margin-bottom: 0px;
    margin-left: 15px;
    font-weight: 600;
    font-size: 22px;
}
.stp .ws-right .cviw img {
    max-width: 40px;
}
.stp .ws-right .cv1 {
    flex-direction: column;
    gap: 15px;
    border-color: #e6c695;
    margin-bottom: 15px;
}
/* safari rules section ends */

/* point list start */
.p-list{
    margin:10px 0 0;
    padding:0;
    flex-direction:row;
    flex-wrap:wrap;
    list-style: none;
    display: flex;
}
.p-list hr{
    height:1px;
    background-color:#b2c1d9;
    margin:20px 0
}
.p-list h2{
    font-size:36px;
}
.p-list h3{
    font-size:16px;
    display:inline-block;
    margin-bottom:0;
    line-height:1.6
}
.p-list li::after{
    content:"";
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA1UlEQVQokZ3PvUoDQRiF4SfLQhpvIKXegrXYmIBCQCJYGLU0jYWNdt6C2AVUDFpYWYgYK7Gw9DLsRNIkNv5i4bewRRKSPTAMM2fe880pzcwtKagVHCcF4Xm00SsSsIAnvGB12oBF3OIZDbxOE1DFXUyv4w0SVCaAa7jHI7bwnhkJHrA+Bl7GNW7QRD9vJv77XGF7CLyGbqzN/ORMKXYwwEWcz8PbwGWEt/Ax7HspvrAXD07i/hMdnGEX36P6pbH/Yj9CTqPaEQ7wMwrOB2Q6xCzKk8DwBx2wKptSpvpvAAAAAElFTkSuQmCC');
    top:4px;
    width: 20px;
    height: 15px;
    position: absolute;
    left: 0;
    background-color: transparent;
    z-index: 1;
    background-position: center;
    border-radius: 0px;

}
.p-list li{
    width:100%;
    display:inline;
    padding-left:35px;
    margin-bottom:20px;
}
.p-list li:last-child {
    margin-bottom: 0px;
}

.p-list hr{
    height:1px;
    background-color:#b2c1d9;
    margin:20px 0
}
@media (max-width: 991.98px) {
   
    .p-list h2 {
    font-size: 28px;
}
.p-list hr {
    margin: 15px;
}
}

/* point list ends */