/********** Template CSS **********/
:root {
    --primary: #b81717;
    --secondary: #FE8800;
    --light: #F5F5F5;
    --dark: #14141F;
}
body{
    direction: rtl;
}
@font-face {
    font-family: 'BRoya';
    src: url('../Content/BRoya.woff') format('woff'),
         url('../Content/BRoya.woff2') format('woff2'),
         url('../Content/BRoyaBold.woff') format('woff'),
         url('../Content/BRoyaBold.woff2') format('woff2')
  }
  @font-face {
    font-family: 'BRoyaBold';
    src: url('../Content/BRoyaBold.woff') format('woff'),
         url('../Content/BRoyaBold.woff2') format('woff2')
  }
.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}
/* #b81717 */
/* #d32222 */
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    font-family: 'BRoya', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'BRoyaBold', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 20px 0;
    color: #ffffff !important;
    font-size: 26px;
    font-weight: 100;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
    /*font-weight: 100;*/
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
    /* width: 260px; */
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }
    .w-75{
        width: 100% !important;
    }
    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-right: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;

    }
}

@media (min-width: 992px) {

    /* TemplateMO */
    /* form#searchform select,
    form#searchform input {
      border: 1px solid #8d99af;
      border-radius: 7px;
      margin-bottom: 15px;
    }
    form#searchform button {
      border-radius: 7px;
    } */


    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
        direction: ltr;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}


/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../Content/bg-hero.jpg);
    backdrop-filter: blur(10px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.hero-header-fixed {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(0, 0, 0, 0)), url(../Content/bg-hero.jpg);
    backdrop-filter: blur(10px);
    background-attachment: fixed;
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Destination ***/
.destination img {
    transition: .5s;
}

.destination a:hover img {
    transform: scale(1.1);
}

.cars img {
    transition: .5s;
}

.cars a:hover img {
    transform: scale(1.1);
}


/*** Package ***/
.package-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.package-item img {
    transition: .5s;
}

.package-item:hover img {
    transform: scale(1.1);
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/booking.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 20px;
    border-bottom: 1px solid var(--primary);
}

.team-item .btn:hover {
    background: var(--primary);
    color: #FFFFFF;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }



    /* .responsive-table {
        width: 100%;
    } */
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: right;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;

}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}




@keyframes blink {
    0% { background-color: rgb(255, 187, 0); }   /* Fully red */
    50% { background-color: rgba(55, 0, 0, .18); box-shadow: none; color: #6d5001;}    /* Fully black */
    100% { background-color: rgb(255, 187, 0); } /* Fully red again */
}


.hero {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    overflow: hidden;
}

.hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    object-fit: cover;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 1;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Optional overlay for text readability */
    z-index: 0;
}


.text-right{
    text-align: right;
}



.moving-headline {
    direction: rtl;
    position: absolute;
    white-space: nowrap;
    animation: moveLeft 24s linear infinite;
    font-size: 20px;
    color: #ff5c00;
    font-family: 'BRoya', sans-serif;
    font-weight: normal;
    vertical-align: middle;
    line-height: 40px;
    font-weight: bold;
}

.moving-headline a {
    text-decoration: none; /* Remove underline from the link */
    color: inherit; /* Use the same color as the parent */
}

.moving-headline a:hover {
    /* color: #d31c1c !important */
}

.moving-headline:hover {
    animation-play-state: paused; /* Pause animation on hover */
}

@keyframes moveLeft {
    0% {
        transform: translateX(-90%);
    }
    100% {
        transform: translateX(70%);
    }
}


.py-45{
    padding-top:4rem !important;
    /* spadding-bottom:3rem !important */
}


.fs-0{
    font-size: 3rem !important
}



.responsive-heading {
    white-space: nowrap; /* Default: keep text in one line */
  }
@media (max-width: 768px) {
    .responsive-heading {
      white-space: normal; /* Allow wrapping below 768px */
    }
    .fs-00 {
        font-size: 2rem !important;
    }

    .responsive-table {
        width: 100% !important;
        margin: 0 auto;
    }
    .customWidth{
        width: 100% !important;
        /* margin: 0 auto; */
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
        width: 180px;
    }
    .custom-row {
        width: 100% !important;
        /* margin-left: auto;
        margin-right: auto;
        background: #ffff;
        border-radius: 10px;
        margin-top: 2rem; */
    }
    .aboutUs2P{
        /* padding-left: 15px; */
        line-height: 43px !important;
        color: #c91717;
        font-size: 25px !important;
        text-align: justify;
        text-shadow: 0 0rem 1rem rgb(36 0 0) !important;
        font-weight: bold;
        width: 100% !important;
        margin: 0 auto;
    }
  }
  @media (max-width: 575.98px) {
    .fs-00 {
        font-size: 1.5rem !important;
    }
  }
  @media (max-width: 420px) {
    .fs-00 {
        font-size: 1rem !important;
    }
  }
  .me-3r{
    margin-left: 1rem !important;
    color: #b81717;
  }

  .me-3s{
    margin-left: .5rem !important;
    font-size: 12px;
  }


/* =========================TemplateMo========================= */
.main-banner .top-text {
    text-align: center;
  }

  /* html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
} */

/* * {
    box-sizing: border-box;
  } */


  form#searchform {
    /* background-color: #ffffff70; */
    background-color: #0000007a;
    /* background-color: #0000005e; */

    /* background-color: #ffffff5e; */
    
    /* background-color: #fff; */
    padding: 0px 30px 0px 0px;
    width: 100%;
    border-radius: 50px;
    /* border-radius: 7px; */
    display: inline-block;
    text-align: center;


  }

  form#searchform select,
form#searchform input {
  width: 100%;
  height: 26px;
  background-color: transparent;
  border: none;
  color:#222;
  /* color: #2a2a2a; */
  font-size: 23px;
  outline: none;
  line-height: 24px;
  /* border-left: 1px solid #3e3e3e; */
  /* border-left: 1px solid #8d99af; */
  color: #adacac;
}

.form-select:focus {
    box-shadow: none;
  }


  form#searchform input::placeholder {
    color: #2a2a2a;
    font-size: 15px;
  }

  /*Removed duo to confilict with TemplateMo*/

  /* form#searchform select,
  form#searchform input {
    width: 100%;
    height: 36px;
    background-color: transparent;
    border: none;
    color: #2a2a2a;
    font-size: 15px;
    outline: none;
  } */

  /* First Go button style */
  /* form#searchform button {
    direction: ltr;
    width: 100%;
    height: 100%;
    background-color: #b81717;
    border: none;
    padding: 6px;
    color: #fff;
    font-size: 25px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-right: 1px;
  } */
  form#searchform button {
  direction: ltr;
    width: 93%;
    height: 100%;
    background-color: #b81717;
    border: none;
    padding: 0 1px 2px 1px;
    /* color: #fff; */
    color: #200e04;

    
    font-size: 24px;
    border-top-left-radius: 50px;
    border-radius: 50px;
    margin: 5px;
  }

form#searchform a {
    display: inline-block;
    direction: ltr;
    width: 93%;
    height: 100%;
    background-color: #ff5c00;
    border: none;
    padding: 0 1px 2px 1px;
    color: #fff;
    color: #200e04;
    font-size: 24px;
    border-top-left-radius: 50px;
    border-radius: 50px;
    margin: 5px;
    font-family: BRoyaBold
}


  form#searchform button:hover{
    background-color: #c21717;
  }


/*
.coolbtn {
    transition: all 1s ease;
}
    .coolbtn:hover {
        background: #c21717;
        box-shadow: 0 0 2px 4px #c21717;
    }*/



form#searchform button i {
    width: 40px;
    height: 40px;
    /* background-color: #930000; */
    border-radius: 50%;
    /* color: #b81717; */
    display: inline-block;
    text-align: center;
    line-height: 38px;
    margin-right: -5%;
    font-size: 19px;

}

form#searchform a i {
    width: 40px;
    height: 40px;
    /* background-color: #930000; */
    border-radius: 50%;
    /* color: #b81717; */
    display: inline-block;
    text-align: center;
    line-height: 38px;
    margin-right: -0.8rem;
    font-size: 19px;
    transform: scaleX(-1);
    /*display: inline-block;*/
}

  form#searchform input.searchText {
    border-left: 1px solid #8d99af;
    border-right: 1px solid #8d99af;
    padding: 0px 30px;
  }


  @media (max-width: 991.98px){
    form#searchform {
        padding: 30px;
        border-radius: 25px;
      }
    form#searchform select,
    form#searchform input {
        border: 0 !important;
        /* border: 1px solid #8d99af; */
        border-radius: 50px;
        /* border-radius: 7px; */
        margin-bottom: 15px;
        height: 40px;
        /* background-color: #ffffff88 */
        background-color: #a3a3a336;
        
      }
      form#searchform button {
        border-radius: 50px;
        width: 50%
        /* border-radius: 7px;
         */
      }

    .MiddleVideoInfo {
        width: 95% !important;
        margin: 0 auto;
        text-align: right;
    }

    .MiddleVideo {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        /*height: 100vh;*/
        height: auto !important;
        width: 95% !important;
        border-radius: 5px;
        object-fit: cover;
    }
  }

        /*Div based tables*/
        .responsive-table {
            display: flex;
            flex-direction: column;
            width: 70%;
            margin: 0 auto;
            /* border: 1px solid #ddd; */
        }

        .responsive-table .row {
            display: flex;
            /* width: 100%; */
        }

        .responsive-table a:hover {
            background-color: #eeeeeeee !important;
        }


        .responsive-table .header {
            /* background-color: #007bff; */
            color: #111;
            font-weight: bold;
            background: rgb(84 86 92 / 76%);
            /* background: rgba(220, 220, 220, .97); */
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            padding: 0;
            font-size: 24px;
        }

        .responsive-table .cell {
            flex: 1;
            padding: 10px;
            /* border: 1px solid #ddd; */
            text-align: center;
            color:#555;
            font-weight: bold;
        }
        .responsive-table .cell img{
            width: 30%;
        }
        .responsive-table .header .cell {
            /* flex: 1; */
            padding: 0;
            /* border: 1px solid #ddd; */
            /* text-align: center; */
        }

        .responsive-table .row:nth-child(odd):not(.header) {
            background-color: rgba(255, 255, 255, .9);
        }

        .responsive-table .row:nth-child(even):not(.header) {
            background-color: rgba(255, 255, 255, .95);
        }

        .responsive-table .row:last-child {
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            overflow: hidden; /* Ensures the radius is applied within the boundary */
        }

        .padding-top{
            padding-top: 4% !important;
            color:#e70606 !important
        }

        .carInfoP{
            padding-left: 15px;
            line-height: 38px;
            color: #111;
            font-size: 21px;

            font-family: 'BRoyaBold' !important;
            font-weight: bold;
            /*font-size: 19px;*/
        }
        .aboutUsP{
            padding-left: 15px;
            line-height: 37px;
            color: #111;
            font-size: 22px;
        }
        .aboutUs2P{
            /* padding-left: 15px; */
            line-height: 51px;
            color: #d5d5d5;
            font-size: 25px;
            text-align: justify;
            /* text-shadow: 0 0rem 1rem rgb(36 0 0) !important; */
            /* font-weight: bold; */
            width: 78%;
            margin: 0 auto;
            font-family: 'BRoyaBold'
        }

        .pad15{
            padding: 15px;
            /* padding: 15px, 15px, 0, 15px; */

        }
        .customWidth{
            width: 90%;
            margin: 0 auto;
        }
        .englishForced{
            font-family: "Nunito" !important;
        }
        .notBold{
            font-weight: normal !important;
        }
        .rounded-square{
            border-radius: 10% !important;
        }

        .image-container {
            display: flex;
            flex-wrap: wrap;
            gap: 0; /* Avoid automatic spacing, as we use padding */
        }

        .image-container a:not(:nth-child(6n)) img {
            margin: 0 0 14px 14px ; /* Apply padding-left except to the last item in each row */
        }

        .PriceTag{
            display: block;
            text-align: center;
            background: #fedf22;
            width: 240px;
            border-radius: 10px;
            padding: 25px 5px 5px 5px;
        }



        .price-badge {
            background-color: #28a745;
            color: #fff;
            font-size: 1.2rem;
            font-weight: bold;
            padding: 10px 15px;
            border-radius: 0 10px 0 10px;
            width: 240px;
            direction: rtl;
            text-align: center;
        }
        .price-badge i {
            margin-left: 8px;
            position: relative;
            top: 4px; /* Adjust the value as needed */
        }

        .custom-row {
            width: 80%;
            margin-left: auto;
            margin-right: auto;
            background: #ffff;
            border-radius: 10px;
            margin-top: 2rem;
        }

        .sadiglabel{
            color: #d31c1c;
            font-size: 27px;
        }


        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            pointer-events: none; /* Allow clicks to pass through */
            background: repeating-linear-gradient(
                to bottom,
                /* rgba(255, 0, 0, 0.699), */
                rgba(229, 255, 0, 0.5),
                rgba(255, 255, 255, 0.1) 2px,
                transparent 2px,
                transparent 4px
            );
        }

        .myshadow {
            position: absolute;
            width: 100%;
            height: 100%;
            box-shadow: inset 0px 0px 6px 5px rgba(0,0,0,0.45) !important;
            top: 0;
            left: 0;
            z-index: 1;
        }
        .py-5c{
            padding-top: 5.5rem;
        }

        .selectlistCustomPadding{
            padding: 0 2.25rem 0 .75rem !important;
        }

        .fs-00{
            font-size: 2.5rem;
        }
.asppager {
    padding: 0 30px 0 30px;
    font-size: 1.7rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #b81717 !important;
    border-radius:25px;
    margin:25px
}

a.asppager:hover {
    background-color: #da1010 !important;
    color: #fff !important;
}

.package-item p {
    font-size: 1.1rem !important;
    text-align: justify !important;
    text-align-last: right !important;
    font-family: 'BRoyaBold';
    color: #bbb;
}


.package-item h5 {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}




.animated-logo {
    display: block;
    margin: auto;
    animation: moveUpDown 3s infinite ease-in-out;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(0);
  }
  75%, 100% {
    transform: translateY(0); /* Pause state */
  }
}


.custom-border {
    position: relative;
}

.custom-border::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15%; /* (100% - 70%) / 2 */
    width: 70%;
    border-bottom: 1px solid #ccc; /* Adjust thickness and color as needed */
}



.MiddleVideoText {
    text-align: justify;
    text-align-last: right;
    color: rgba(255, 255, 255, 0.65); 
    font-size: 1.5rem;
}

.MiddleVideoInfo {
    width: 50%;
    margin: 0 auto;
    text-align: right;
}

.MiddleVideo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;

    width: 66%;
    border-radius: 5px;
    object-fit: cover;
}