:root{
    --primarry-- : #5A422F;
  --secondary-- : #454545;
  --white-- : #ffffff;
  --peru-- : #C57139;
  --dim-gray-- : #766F6D;
  --dark-- : #28221D;
  --light-gray-- : #EBEBEB;
  --brown-- : #383028;
  --bg-- : #F0EFE9;
  --bbg-- : #FAFAF8;
  --fbg-- : #28221D;
  --border-- : #E9E9E9;
  --inter-- : "Inter";
  --marcellus-- : "Marcellus";
}
/*-------------- Owl crousel ---------------*/

.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    width: auto;
  }
/*---common css------------*/
a.slid-read-btn,a.abt-btn,.abt-yrs-info,h4.serv-icns i,section#testimonial button.owl-prev,section#testimonial button.owl-next{
  background: #C57139;
}
hr.abt-border,hr.chse-border,a.info-btn,hr.info-border,hr.serv-border,h3.service-title a:hover,hr.gall-border,hr.prod-border,hr.tours-border,hr.testi-border,hr.blog-border,hr.event-border,a.event-right-btn:hover{
  color: #C57139;
}
hr.chse-border {
    display: inline-block;
}
h6.choslist-item i,h3.info-head,h4.serv-icns i,h3.service-head,h3.gall-head,h3.product-head,h3.testi-head,hr.testi-bottom-border,h3.blog-head,h3.event-head{
    color: #322A2B;
}
h6.slid-small-head, h1.slid-main,p.slid-txt,h6.tours-sm-head,h3.tours-head,h3.tours-count,p.tours-inner-head,h3.event-title-2 a,p.event-content,a.event-right-btn{
  color: #ffffff;
}
a.slid-read-btn,a.abt-btn{
    font-size: 16px;
    font-weight: 500;
    color: var(--white--);
    border-radius: 0;
}
hr.abt-border,hr.chse-border,hr.event-border{
    width: 28%;
    opacity: 1;
}
/* SLIDER */
   section#slider .owl-nav,section#slider .owl-dots{
    /* display: none; */
   }
   section#slider .owl-dots{
    display: none !important;
   }
  #slider{
    position: relative;
  }
  h6.slid-small-head{
    font-size: 14px;
    font-weight: 400;
    background: #FFFFFF4D;
    backdrop-filter: blur(4px);
    width: max-content;
    border-radius: 50px;
    padding: 10px 20px;
    line-height: 1.5;
}

  #slider .slider-content{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
  }
.slider-content .row {
    align-items: center;
}
h1.slid-main{
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    font-family: var(--marcellus--);
    color: var(--primarry--);
}
.slider-content-wrapper {
    z-index: 2;
    position: relative;
}

.slider {
    position: relative;
    overflow: hidden;
}
.main-slider {
    position: relative;
}
section#slider {
    position: relative;
    padding: 0;
    overflow: hidden;
}
.slider-image {
    position: relative;
}
.slider-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .95;
}
.slider-inner-content {
    width: 100%;
    position: relative;
}
.slider-inner-content p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    font-family: var(--inter--);
    color: var(--secondary--);
}
.slider-read-btn a {
    border-radius: 32px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    padding: 12px 26px;
    text-transform: capitalize;
    color: var(--white--);
    font-family: var(--inter--);
}
.slider-read-btn .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.slider-read-btn .slide-btn1 {
    background-color: var(--dim-gray--);
}
.slider-read-btn .slide-btn2 {
    background: var(--peru--);
}
.slider-read-btn .slide-btn2:hover {
    background: var(--white--);
    color: var(--dim-gray--);
}
span.slide-btn-img {
    height: 15px;
    width: 22px;
}
span.slide-btn-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
section#slider .owl-nav {
    display: block;
    position: absolute;
    width: 100%;
    top: 43%;
    left: -43%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(90deg);
    gap: 15px;
}
.slider-image img {
    object-fit: cover;
    height: 832px;
}
section#slider .owl-nav button {
    display:none;
}
.slider-right-img img {
    position: relative;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 680px !important;
    margin-right: 0 !important;
}
.slider-read-btn a:hover {
    background: #C57139;
    color: #fff;
}
.absolute-section1,.absolute-section2, .absolute-section3,.absolute-section4 {
    position: absolute;
    z-index: 2;
}
.absolute-section2 {
    top: 80px;
    right: 43%;
}
.absolute-inner-sec {
    position: relative;
}
.g-rating-sec {
    position: absolute;
    right: -102px;
    bottom: -40px;
    background: var(--white--);
    border-radius: 10px;
    padding: 14px 32px;
    display: flex;
    flex-flow: column;
    gap: 4px;
    animation: pulse 2s infinite ease-in-out;
}
.g-rating-flex {
    display: flex;
    align-items: center;
    gap: 6px;
}
.g-rating-count span {
    font-family: Inter;
    font-weight: 800;
    font-size: 30px;
    line-height: 24px;
    text-align: center;
    color: #00162F;
}
.g-rating-content {
    font-family: Inter;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #00162F;
}
.g-rating-text1 {
    opacity: .7;
}
.absolute-section3 {
    bottom: 86px;
}
.starting-price {
    position: absolute;
    left: -37px;
    top: 108px;
    height: 105px;
    width: 105px;
    background: var(--peru--);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    color: var(--white--);
    font-family: Inter;
    font-weight: 600;
    font-size: 12px;
    line-height: 28px;
    text-transform: uppercase;
     animation: pulse 2s infinite ease-in-out;
}
.starting-price span:nth-child(2) {
    font-family: Inter;
    font-weight: 800;
    font-size: large;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
}
.absolute-section4 {
    right: 30%;
    top: 50%;
    background: var(--dim-gray--);
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
    width: 261px;
    animation: pulse 2s infinite ease-in-out;
}
.discount-sec {
    display: flex;
    flex-flow: column;
    color: var(--white--);
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    gap: 2px;
}
.discount-sec span:nth-child(2) {
    font-family: Inter;
    font-weight: 800;
    font-size: 26px;
    line-height: 1.2;
}
.discount-icon {
    height: 40px;
    width: 40px;
    background: var(--white--);
    border-radius: 100%;
    position: absolute;
    bottom: -10px;
    right: -10px;
    color: #00162F;
    display: flex;
    justify-content: center;
    align-items: center;
}
.discount-icon i {
    transform: rotate(45deg);
    color: var(--dim-gray--);
}
.absolute-section1 {
    top: 200px;
    right: -60px;
    z-index: 3;
}
.absolute-section1 .absolute-sec{transform: rotate(-90deg);}

.absolute-inner-sec {
    display: flex;
    gap: 12px;
}
.booking-sec {
    display: flex;
    flex-flow: column;
    justify-content: center;
    font-family: Inter;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: var(--dim-gray--);
    gap: 8px;
}
.booking-sec a {
    font-family: 'Inter';
    font-weight: 800 !important;
    font-size: 20px;
    line-height: 100%;
    color: var(--primarry--);
}
.booking-sec span:nth-child(2) {
    font-family: Inter;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    color: var(--primarry--);
}
.absolute-inner-sec .booking-call-icon i {
    color: var(--dim-gray--);
}

/* ------------Contact Info----------- */
section#contact-info {
    margin-top: 0;
    position: relative;
    z-index: 1;
    padding-top: 100px !important;
}

.contact-info-box-img {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0B3D2C;
    border-radius: 100%;
}
.contact-info-box-inner {
    padding: 20px 10px;
    border-radius: 30px;
}
.contact-info-box-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.contact-info-box-inner:hover {
    background: #C57139;
    position: relative;
    border-radius: 30px;
    padding: 20px 10px;
    transition: all 1s ease-in;
}

.contact-info-box-inner:hover h3.contact-info-head {
    /* font-size: 18px; */
    color: #fff;
}

.contact-info-box-inner:hover .contact-info-text {
    /* font-size: 30px; */
    font-family: 'Marcellus';
    color: #fff;
    word-wrap: break-word;
    word-break: break-all;
}

.contact-info-box-inner:hover .contact-info-box-img {
    background: #0B3D2C;
}



/* ---------------Info feature-------------- */
.ticket-box {
    padding: 10px;
    transition: all 500ms ease-in;
}
.ticket-box:hover *, .ticket-box:hover a {
    color: #fff !important;
}
.ticket-box {
    border-radius: 12px;
}
.ticket-box:hover {
    background: #0B3D2C;
}
.ticket-box-img {
    width: max-content;
    /* margin: 0 auto; */
    position: relative;
}
.ticket-box-img img.hover-img {
    position: absolute;
    left: 0;
    z-index: -1;
    transition: all 1s ease-in;
}
.ticket-box:hover .ticket-box-img img.hover-img {
    z-index: 1;
}
.ticket-box h3.info-head.m-0 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
}
.ticket-box p.info-text.mb-2 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
}
.ticket-box .info_btn a {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
    padding: 0;
    margin: 0;
    color:#000;
    font-family: 'Inter';
    text-transform: capitalize;
}
.ticket-box .info_btn {
    text-align: left;
    margin-top: 30px;
}
.ticket-box:hover .info_btn a {
    color: #C57139;
}
/*------------choose-us---------*/
#choose_us {
    background-size: 100% 100%;
    padding-bottom: 0;
}
h6.choslist-item {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}
h3.chse-head {
    padding-left: 0;
}
p.chse-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}
.chse-sm-head {
    background: #FFFFFF1A;
    color: white;
}
h2.chse-head {
    color: var(--white--);
    width: 50%;
    margin: 0 auto !important;
    margin-top: 20px !important;
}
.chos-checklist {
    padding-top: 53px;
}
ul.chos-under{
    list-style: none;
}
.choose-details {
    text-align: left !important;
}
.chos-checklist ul.chos-under {
    display: flex;
    padding: 0;
}
.chos-checklist ul.chos-under li {padding: 60px 11px 20px 11px;transition:all 500ms ease-in;background: var(--white--);border-right: 1px solid #E9E9E9;transition: all 500ms ease;}
.chos-checklist ul.chos-under li:hover {
    box-shadow: 0px 0px 20px 0px #164A181A;
    margin-top: -10px;
    border: 0;
    z-index: 1;
    transform: scaleX(1.1) !important;
}
.chos-checklist ul.chos-under li span {height: 100px;width: 100px;background: #FAF1EC;border-radius: 100%;display: flex;align-items: center;justify-content: center;margin: 0 auto;transition: all 1s ease;}
.chos-checklist ul.chos-under li:hover span{
    transform: rotateY(180deg);
}
.chos-checklist ul.chos-under li h6.choslist-title {
    margin: 0;
    font-size: 22px;
    font-family: var(--marcellus--);
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}
.chos-checklist ul.chos-under li p.choslist-item {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--secondary--);
    text-align: center;
    font-family: var(--inter--);
}
.chse-img-box:hover img.choose-img {
    filter: grayscale(1);
}

/*------------info---------*/
a.info-btn{
    font-size: 18px;
}
hr.info-border {
    opacity: 1;
    margin-top: 40px;
}
/*-------------service-------*/
.service-box {
    background: #F0FFF0;
    border-radius: 20px;
    padding: 40px 20px;
}
h3.service-head,h3.gall-head,h3.product-head,h3.tours-head,h3.tours-count,h3.testi-head,h3.blog-head,h3.event-head {
    font-size: 30px;
    font-weight: 400;
}
hr.serv-border,hr.gall-border,hr.prod-border,hr.tours-border,hr.testi-border,hr.blog-border{
    width: 12%;
    opacity: 1;
}
.service_content_pad {
    position: relative;
}
h4.serv-icns.serv-bolt0 i,h4.serv-icns.serv-bolt3 i{
    padding: 35px;
}
h4.serv-icns.serv-bolt2 i {
    padding: 35px 30px;
}
h4.serv-icns.serv-bolt1 i {
    padding: 35px 40px;
}
h3.service-title a {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
}
p.serv-inn-txt {
    color: #282828;
    font-size: 16px;
    line-height: 1.5;
}
.ser-img {
    border-radius: 45px;
    height: 90px;
    width: 90px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0B3D2C;
}
.ser-img img{
    width: auto !important;
}
.service-btn a {
    background: #000000;
    border-radius: 32px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
}
.service-btn {
    margin-top: 12px;
    display: flex;
    justify-content: center;
}
.service-box:hover {
    background: #C57139;
}
.service-box:hover .service-btn a {
    background: #E1FFE1;
    color: #000;
}
.service-box:hover h3.service-title a,
.service-box:hover p.serv-inn-txt{
    color: #fff;
}
.service_sec .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.service_sec .owl-nav button.owl-prev {
    background: #C57139 !important;
}
.service_sec .owl-nav button.owl-next {
    background: #000000 !important;
}
/*------------gallery*/
.gallery-image3 img.gall-img {
    width: 100%;
    height: 100%;
}
.gallery-image7 img.gall-img {
    width: 100%;
    height: 100%;
}
.gallery-box {
    margin-top: 51px;
}
.gallery-box  img {
    width: 100%;
}
.gallery-box img:hover {
    filter: grayscale(1);
}
.gallery-image1, .gallery-image2, .gallery-image3, .gallery-image4, .gallery-image5,.gallery-image6,.gallery-image7 {
    overflow: hidden;
}
/*----------------Product-------------*/
.produc-imagebg {
    width: 370px;
    height: 400px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 6px;
}
.produc-imagebg img {
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    transition: all 1s ease;
}
.produc-imagebg:hover>img {
    transform: rotateY(180deg);
}
.cart-icon {
    position: absolute;
    height: 46px;
    width: auto;
    border-radius: 12px;
    right: 23px;
    bottom: -23px;
    padding: 14px;
    background: var(--peru--);
    box-shadow: -9px 9px 12px 0px #C571394D;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.added_to_cart {
    font-size: 12px;
    color: var(--white--);
    line-height: 1.1;
}
.prodc-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}
.rating-star {
    display: flex;
    align-items: center;
    gap: 4px;
}
.rating-star i {
    color: #766F6D;
}
.rating-star i[data-rate="blank"] {
    color: #D9D9D9;
}
.prodc-rating .rating {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-transform: capitalize;
    color: #757575;
}
h5.prodc-name a {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter';
    line-height: 28px;
    color: var(--secondary--);
}
h5.prodc-name a:hover {
    color: var(--peru--);
}
h4.prodc-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--primarry--);
    line-height: 28px;
}
p.produc-tag {
    font-size: 12px;
    font-weight: 400;
    background: #322a2b;
    color: #ffffff;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 32px;
    font-family: 'Marcellus';
}
.product-btn {
    text-align: center;
    margin-top: 40px;
}
.product-btn a {
    background: var(--peru--);
    border-radius: 32px;
    padding: 12px 39px;
    text-transform: capitalize;
    transition: all 1s ease-in;
    color: var(--white--);
}
/*----------safari-tours------------*/
section#safari_tours .tour-bg {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 66vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.popup-youtube i {
    color: #000000;
    background: rgb(255 255 255);
    padding: 25px 22px 25px 25px;
    border-radius: 50%;
    font-size: 12px;
}
.tour-bg:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: #0B3D2CCC;
}
.count-info-box {
    border-right: 1px solid #F0FFF0;
}
.count-info-box.shape-border4 {
    border: none;
}
.tours-head h6.tours-sm-head {
    color: #fff;
    line-height: 1.5;
}
.tours-head {
    margin-top: 20px;
}
.tours-head h3.tours-head {
    font-size: 30px;
    line-height: 1.5;
}
.count-info-box h3.tours-count {
    font-size: 24px;
    font-family: 'Marcellus';
    line-height: 1.5;
    font-weight: 400;
}
.count-info-box p.tours-inner-head {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    margin-top: 15px;
}
/*--------------testimonial------------*/
h3.testi-title {
    padding: 0;
}
h3.testi-title a {
    font-size: 20px;
    font-weight: 400;
    color: var(--primarry--);
    font-family: 'Marcellus';
    text-align: right;
}
hr.testi-bottom-border {
    opacity: 1;
}
p.testi-inner-txt {
    width: 100%;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    color: var(--secondary--);
}
.testi-name-wrap {
    display: flex;
    gap: 8px;
    align-items: center;
}
p.testi-name {
    color: var(--primarry--);
    font-family: Marcellus;
    font-weight: 400;
    font-size: 20px;
    line-height: 27.53px;
    margin: 0;
}
.testi-rating .rating-star i {
    color: #FFB800;
}
.testimonial_sec1 .testi-name-wrap {
    flex-flow: row-reverse;
}
.testimonial_sec1 .testi-name-wrap .rating-star {
    flex-flow: row-reverse;
}
section#testimonial {
    position: relative;
}
section#testimonial button.owl-prev {
    position: absolute;
    transform: translateY(-50%);
    top: 20%;
    color: #ffffff;
    left: 0;
}
section#testimonial button.owl-next {
    position: absolute;
    transform: translateY(-50%);
    top: 20%;
    right: 0;
    color: #ffffff;
}
section#testimonial button.owl-prev:hover,section#testimonial button.owl-next:hover {
    background: #322A2B;
    color: #C57139;
}
.testi_content {
    background: var(--white--);
    padding: 42px 49px 41px 36px;
    border-radius: 18.53px;
    border: 0.92px solid #DEDEDD;
    text-align: left;
}
.testi_content:hover{background: var(--peru--);}
.testi_content:hover *{color:#fff;}
.testimonial-btn {
    text-align: center;
}
.testimonial-btn .testi-btn {
    background: var(--peru--);
    border-radius: 32px;
    padding: 12px 39px;
    text-transform: capitalize;
    transition: all 1s ease-in;
    color: var(--white--);
}

/* ---------------Booking---------------- */
#booking .booking-sec a {color: var(--white--);}
section#booking {
    padding-bottom: 0;
}
.booking-form {
    background: var(--bg--);
    border-radius: 20px;
    padding: 34px 30px 40px 30px;
}
.booking-form h3 {
    font-family: var(--marcellus--);
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    margin: 0;
    padding: 0;
}
.booking-form p {
    font-family: var(--inter--);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    margin: 0;
    margin-top: 6px;
}
.booking-form form {
    margin-top: 25px;
}
.booking-form form input {
    background: var(--white--);
    border-radius: 10px;
    height: 50px;
    font-family: var(--inter--);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 20px;
    color: #B2AFA1;
}
.booking-form form p {
    margin: 0;
}
.booking-form form input::placeholder {
    font-family: var(--inter--);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 20px;
    color: #B2AFA1;
}
.booking-form form input[type="submit"] {
    background: var(--peru--);
    margin: 0;
    border-radius: 60px;
    color: var(--white--);
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-transform: capitalize;
}
.booking-form form input[type="submit"]:hover {
    background: var(--primarry--);
}
.booking-box-img .absolute-section5 .absolute-sec {
    margin-left: 0;
    background: var(--dim-gray--);
}
.booking-box-img .absolute-section5 {
    bottom: 62px;
    left: -69px;
}
.booking-box-img .booking-call-icon {
    background: var(--white--);
}

.booking-box-img .booking-sec {
    color: var(--white--);
}
.booking-box-img .booking-sec span:nth-child(2) {
    color: var(--white--);
}
/* -----------Category------------ */
section#category .cat-main {
    width: 38%;
    margin: 0 auto;
}
.category-item {
    padding-right: 50px;
}
.category-item:last-child {
    padding: 0;
}
.category-item h3 a {
    font-family: Marcellus;
    font-weight: 400;
    font-size: 22px;
    line-height: 50px;
    text-transform: capitalize;
}
.category-item h3 a:hover{
    color:var(--peru--)
}
.category-item:nth-child(even) {
    margin-top: 40px;
}
/*------------------blog-----------*/
h3.post-title a {
    font-size: 18px;
    font-weight: 400;
    color: var(--primarry--);
    font-family: var(--marcellus--);
    line-height: 1.2;
}
h3.post-title a:hover{color: var(--peru--);}
.post-date span {
    color: var(--secondary--);
    font-size: 14px;
    font-weight: 500;
    font-family: var(--inter--);
    line-height: 1.2;
}
.post-content {
    font-family: Inter;
    font-weight: 400;
    color: var(--secondary--);
    font-size: 14px;
    line-height: 24px;
}
.post-btn a {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: var(--peru--);
}
.post-allbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.post-allbtn a {
    background: var(--dim-gray--);
    border-radius: 32px;
    padding: 12px 39px;
    text-transform: capitalize;
    transition: all 1s ease-in;
    color: var(--white--);
}
.bolg-box {padding-top: 20px;display: flex;flex-flow: column;gap: 20px;}
.post-date {display: flex;justify-content: start;align-items: center;}
.post-date img {
    height: 16px;
    width: 16px !important;
    margin: 0 9px 0 0 !important;
}
.bolg-image {
    overflow: hidden;
    width: 270px;
    height: 200px;
}
.bolg-image img{object-fit:cover;height:100%;}
.blog-info:hover .bolg-image img {transform: scale(1.1);}
    