﻿

@media only screen and (min-width: 412px) and (max-width:915px) {
    .Sultra {
        height: 120vh !important;
    }
}

.p210 {
    padding: 20px 0px 10px
}

.p010 {
    padding: 0px 0px 10px
}



@media screen and (min-width: 1024px) {
    .ipadbtn {
        padding-top: 350px !important;
    }

    .ipadt180 {
        top: 180px !important;
        ;
    }
}

@media screen and (max-width: 1200px) {
    .ipadbtn {
        padding-top: 265px !important;
        top: 150px !important;
    }

    @media screen and (max-width: 850px) {
        .ipadbtn {
            padding-top: 65px !important;
            top: 50px !important;
        }
    }
}

    .vc {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    /*.boxt6{
            position:absolute;
            top:30px;
            text-align:left;
            font-size:24px;
            color:black;
            padding-left:30px;
            text-underline-offset: 15px;
            text-decoration-thickness: 20px;
            text-decoration: underline;
            -webkit-text-decoration-color: red;
            text-decoration-color: red;
            font-size:24px;font-weight:700;
            
        }*/




    .boxt6 {
        position: absolute;
        top: 20px;
        text-align: left;
        font-size: 24px;
        color: black;
        padding-left: 30px;
        text-underline-offset: 15px;
        text-decoration-thickness: 20px;
        -webkit-text-decoration-color: red;
        text-decoration-color: red;
        font-size: 24px;
        font-weight: 700;
    }



    .outer {
        width: 100%;
        position: relative;
        display: inline-block;
        margin: 0 15px;
        height: 100%;
        font-size: 22px;
        font-weight: 700;
    }

    .inner {
        font-size: 28px;
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .rotate {
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
        transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    }



    .big-char {
        font-size: 44px; /* Make the pipe character larger */
        /* vertical-align: middle;  Align it vertically with the text */
    }

    .hamoorFont {
        font-family: 'Roboto', sans-serif !important;
    }

    .hamoorMainHeading {
        font-size: 36px !important;
    }

    .hamoorSubHeading {
        font-size: 28px !important;
    }

    .hamoorSubTitle {
        font-size: 24px !important;
    }







    .oval-button {
        display: inline-block;
        padding: 10px 30px; /* Adjust padding to make it look oval */
        border-radius: 50px; /* Make the corners rounded to create the oval effect */
        background-color: white; /* Set the background color */
        color: #333; /* Text color */
        text-align: center;
        text-decoration: none; /* Remove underline if any */
        font-size: 1.8rem; /* Font size */
        border: none; /* Remove the default border */
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow for effect */
    }



    body {
        background: url('https://hamoor.blob.core.windows.net/insurance/images/Homepage/wtw/wtwbgv16.png') no-repeat center center fixed !important;
        background-size: cover !important;
        background-position: center 0px !important; /* Keeps it centered */
        background-attachment: scroll !important;
        background-color: #0a192f;
    }

    .txtEmiratesID {
        box-shadow: 0 0 0 1px #fff !important;
        background-color: transparent;
        color: white;
        width: 100% !important
    }

        .txtEmiratesID:focus,
        .txtEmiratesID:active,
        .txtEmiratesID:valid {
            color: white !important;
            background-color: transparent !important;
        }

        .txtEmiratesID::placeholder {
            color: white;
        }

        .txtEmiratesID::after {
            color: white;
        }

    .txtPlateNumber {
        box-shadow: 0 0 0 1px #fff !important;
        background-color: transparent;
        color: white;
        width: 100% !important
    }

        .txtPlateNumber:focus,
        .txtPlateNumber:active,
        .txtPlateNumber:valid {
            color: white !important;
            background-color: transparent !important;
        }

        .txtPlateNumber::placeholder {
            color: white;
        }

    /*.ddlPlateEmirate {
    box-shadow: 0 0 0 1px #fff !important;
    border-radius: 4px;
    background-color: transparent;
    color: white;
    width: 200px !important;
    height:50px !important;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 6px 10px;
}*/

    /* Optional: Add a white down arrow using a background SVG */
    /*.ddlPlateEmirate::after {
    content: '▼';
    pointer-events: none;
}

 .ddlPlateEmirate option {
    color: black;*/ /* Text color of dropdown list */
    /*background-color: white;*/ /* Background of dropdown list */
    /*}*/

    /* Placeholder-style effect for first option (disabled) */
    /*.ddlPlateEmirate option[disabled] {
    color: #ccc;
}*/

    .ddlPlateEmirate {
        box-shadow: 0 0 0 1px #fff !important;
        border-radius: 4px;
        background-color: transparent;
        background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 24px;
        padding-right: 30px;
        padding-left: 10px;
        appearance: none;
        color: white;
        width: 100% !important;
        height: 50px !important;
    }

        .ddlPlateEmirate option {
            color: black;
        }

    .ddlPlateCode {
        /* box-shadow: 0 0 0 1px #fff !important;
    border-radius: 4px;
    background-color: transparent;
    color: white;
    width: 200px !important;
    height:50px !important;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 6px 10px;*/

        box-shadow: 0 0 0 1px #fff !important;
        border-radius: 4px;
        background-color: transparent;
        background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 24px;
        padding-right: 30px;
        padding-left: 10px;
        appearance: none;
        color: white;
        width: 100% !important;
        height: 50px !important;
    }

        /* Optional: Add a white down arrow using a background SVG */
        /*.ddlPlateCode::after {
    content: '▼';
    pointer-events: none;
}*/

        .ddlPlateCode option {
            color: black; /* Text color of dropdown list */
            background-color: white; /* Background of dropdown list */
        }

            /* Placeholder-style effect for first option (disabled) */
            .ddlPlateCode option[disabled] {
                color: #ccc;
            }

    .hamoor-button {
        position: relative;
        display: inline-block;
        padding: 10px 20px;
        font-size: 18px;
        font-weight: 400;
        color: white;
        background-color: navy;
        border: 1px solid #ffffff; /* Blue border */
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .hamoor-button::before,
        .hamoor-button::after {
            content: "";
            position: absolute;
            top: 50%;
            width: 0px; /* Length of the side lines */
            height: 3px; /* Thickness of the side lines */
            background-color: white;
            transform: translateY(-50%);
        }

        .hamoor-button::before {
            left: -25px; /* Distance from the button */
        }

        .hamoor-button::after {
            right: -25px; /* Distance from the button */
            color: white;
        }

        /* Hover Effect */
        .hamoor-button:hover {
            background-color: black;
            color: white;
        }

    .row {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .btn-patch-outline {
        width: 100%;
        background-color: #424242;
        color: #E7E7E7;
        border: 2px solid #E7E7E7;
        padding: 14px 24px;
        border-radius: 5px;
        font-size: 1.8rem;
        font-weight: 400;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

        .btn-patch-outline:hover {
            background-color: #E7E7E7;
            color: #424242;
        }

    .patch-row {
        /*margin-right: 15px !important;
  margin-left: 15px !important;*/
    }

    .patch-col {
        /*padding-right: 15px !important;
  padding-left: 15px !important;*/
    }


    .divContentWrapperClass {
        padding-top: 625px;
        margin-bottom: -100px;
    }

    @media only screen and (max-width: 768px) {
        .divContentWrapperClass {
            padding-top: 0px;
            margin-bottom: -100px;
        }
    }

    @media only screen and (min-width: 769px) and (max-width: 1024px) {
        /* Tablets like iPads */
        .divContentWrapperClass {
            padding-top: 625px;
            margin-bottom: -100px;
        }
    }

    @media only screen and (min-width: 1025px) and (max-width: 1366px) {

        .divContentWrapperClass {
            padding-top: 625px;
            margin-bottom: -100px;
        }
    }

    @media only screen and (pointer: coarse) and (hover: none) and (min-width: 1024px) and (max-width: 1365px) and (orientation: landscape) {
        .divContentWrapperClass {
            padding-top: 625px;
            margin-bottom: -100px;
        }
    }


    .travel-ins-box-shadow {
        position: relative;
        background-color: #fff; /* or any light background */
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        /*padding: 15px;*/
        width: 100%;
        height: 60px;
        max-width: 100%;
        max-height: 60px;
        text-align: center;
        vertical-align: middle;
        font-size: 1.7rem;
        font-weight: 600;
        font-family: 'Roboto', sans-serif !important;
        overflow: hidden; /* Ensure background is clipped to box */
        z-index: 0;
    }

        .travel-ins-box-shadow::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /* background-image: url('/images/homepage-travel-ins.png');*/ /* put the correct image URL here */
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            opacity: 0.2; /* faded effect */
            z-index: 0;
            pointer-events: none;
        }

        .travel-ins-box-shadow > * {
            position: relative;
            z-index: 1;
        }

        .travel-ins-box-shadow:hover {
            transform: translateY(-6px); /* subtle lift */
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); /* deeper shadow */
            cursor: pointer;
        }

    .home-ins-box-shadow {
        position: relative;
        background-color: #fff; /* or any light background */
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        /*padding: 15px;*/
        width: 100%;
        height: 60px;
        max-width: 100%;
        max-height: 60px;
        text-align: center;
        vertical-align: middle;
        font-size: 1.7rem;
        font-weight: 600;
        font-family: 'Roboto', sans-serif !important;
        overflow: hidden; /* Ensure background is clipped to box */
        z-index: 0;
    }

        .home-ins-box-shadow::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /* background-image: url('/images/homepage-home-ins.png');*/ /* put the correct image URL here */
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            opacity: 0.2; /* faded effect */
            z-index: 0;
            pointer-events: none;
        }

        .home-ins-box-shadow > * {
            position: relative;
            z-index: 1;
        }

        .home-ins-box-shadow:hover {
            transform: translateY(-6px); /* subtle lift */
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); /* deeper shadow */
            cursor: pointer;
        }

    .ds-ins-box-shadow {
        position: relative;
        background-color: #fff; /* or any light background */
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        /*padding: 15px;*/
        width: 100%;
        height: 60px;
        max-width: 100%;
        max-height: 60px;
        text-align: center;
        vertical-align: middle;
        font-size: 1.7rem;
        font-weight: 600;
        font-family: 'Roboto', sans-serif !important;
        overflow: hidden; /* Ensure background is clipped to box */
        z-index: 0;
    }

        .ds-ins-box-shadow::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /* background-image: url('/images/homepage-ds-ins.png'); */ /* put the correct image URL here */
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            opacity: 0.2; /* faded effect */
            z-index: 0;
            pointer-events: none;
        }

        .ds-ins-box-shadow > * {
            position: relative;
            z-index: 1;
        }

        .ds-ins-box-shadow:hover {
            transform: translateY(-6px); /* subtle lift */
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); /* deeper shadow */
            cursor: pointer;
        }

    .pet-ins-box-shadow {
        position: relative;
        background-color: #fff; /* or any light background */
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        /*padding: 15px;*/
        width: 100%;
        height: 60px;
        max-width: 100%;
        max-height: 60px;
        text-align: center;
        vertical-align: middle;
        font-size: 1.7rem;
        font-weight: 600;
        font-family: 'Roboto', sans-serif !important;
        overflow: hidden; /* Ensure background is clipped to box */
        z-index: 0;
    }

        .pet-ins-box-shadow::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /* background-image: url('/images/homepage-pet-ins.png');*/ /* put the correct image URL here */
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            opacity: 0.2; /* faded effect */
            z-index: 0;
            pointer-events: none;
        }

        .pet-ins-box-shadow > * {
            position: relative;
            z-index: 1;
        }

        .pet-ins-box-shadow:hover {
            transform: translateY(-6px); /* subtle lift */
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); /* deeper shadow */
            cursor: pointer;
        }

    .health-ins-box-shadow {
        position: relative;
        background-color: #fff; /* or any light background */
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        /*padding: 15px;*/
        width: 100%;
        height: 60px;
        max-width: 100%;
        max-height: 60px;
        text-align: center;
        vertical-align: middle;
        font-size: 1.7rem;
        font-weight: 600;
        font-family: 'Roboto', sans-serif !important;
        overflow: hidden; /* Ensure background is clipped to box */
        z-index: 0;
    }

        .health-ins-box-shadow::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /*background-image: url('/images/homepage-health-ins.png');*/ /* put the correct image URL here */
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            opacity: 0.2; /* faded effect */
            z-index: 0;
            pointer-events: none;
        }

        .health-ins-box-shadow > * {
            position: relative;
            z-index: 1;
        }

        .health-ins-box-shadow:hover {
            transform: translateY(-6px); /* subtle lift */
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); /* deeper shadow */
            cursor: pointer;
        }


    .pa-ins-box-shadow {
        position: relative;
        background-color: #fff; /* or any light background */
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        /*padding: 15px;*/
        width: 100%;
        height: 60px;
        max-width: 100%;
        max-height: 60px;
        text-align: center;
        vertical-align: middle;
        font-size: 1.7rem;
        font-weight: 600;
        font-family: 'Roboto', sans-serif !important;
        overflow: hidden; /* Ensure background is clipped to box */
        z-index: 0;
    }

        .pa-ins-box-shadow::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /* background-image: url('/images/homepage-pa-ins.png');*/ /* put the correct image URL here */
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            opacity: 0.2; /* faded effect */
            z-index: 0;
            pointer-events: none;
        }

        .pa-ins-box-shadow > * {
            position: relative;
            z-index: 1;
        }

        .pa-ins-box-shadow:hover {
            transform: translateY(-6px); /* subtle lift */
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); /* deeper shadow */
            cursor: pointer;
        }

    .life-ins-box-shadow {
        position: relative;
        background-color: #fff; /* or any light background */
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        /*padding: 15px;*/
        width: 100%;
        height: 60px;
        max-width: 100%;
        max-height: 60px;
        text-align: center;
        vertical-align: middle;
        font-size: 1.7rem;
        font-weight: 600;
        font-family: 'Roboto', sans-serif !important;
        overflow: hidden; /* Ensure background is clipped to box */
        z-index: 0;
    }

        .life-ins-box-shadow::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /* background-image: url('/images/homepage-life-ins.png');*/ /* put the correct image URL here */
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            opacity: 0.2; /* faded effect */
            z-index: 0;
            pointer-events: none;
        }

        .life-ins-box-shadow > * {
            position: relative;
            z-index: 1;
        }

        .life-ins-box-shadow:hover {
            transform: translateY(-6px); /* subtle lift */
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); /* deeper shadow */
            cursor: pointer;
        }

    .boat-ins-box-shadow {
        position: relative;
        background-color: #fff; /* or any light background */
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        /*padding: 15px;*/
        width: 100%;
        height: 60px;
        max-width: 100%;
        max-height: 60px;
        text-align: center;
        vertical-align: middle;
        font-size: 24px;
        font-weight: 600;
        font-family: 'Roboto', sans-serif !important;
        overflow: hidden; /* Ensure background is clipped to box */
        z-index: 0;
    }

        .boat-ins-box-shadow::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /*background-image: url('/images/homepage-boat-ins.png'); */ /* put the correct image URL here */
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            opacity: 0.2; /* faded effect */
            z-index: 0;
            pointer-events: none;
        }

        .boat-ins-box-shadow > * {
            position: relative;
            z-index: 1;
        }

        .boat-ins-box-shadow:hover {
            transform: translateY(-6px); /* subtle lift */
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); /* deeper shadow */
            cursor: pointer;
        }

    .insurance-table-wrapper table {
        width: 100%;
        height: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        background-color: transparent;
        margin-top: 5px;
    }

    .insurance-table-wrapper td,
    .insurance-table-wrapper th {
        padding: 8px 12px;
        border: none;
        text-align: left;
        font-size: 1.8rem;
        font-weight: 600;
        font-family: 'Roboto', sans-serif !important;
    }

        .insurance-table-wrapper td:first-child,
        .insurance-table-wrapper th:first-child {
            width: 30% !important;
            padding-left: 10px !important;
        }

        .insurance-table-wrapper td:last-child,
        .insurance-table-wrapper th:last-child {
            width: 70% !important;
            padding-left: 10px !important;
        }

    .col3MaxSize {
        width: 144px;
        height: 60px;
        max-width: 144px;
        max-height: 60px;
    }


    .stats {
        text-align: center;
        /*padding: 40px 20px;*/
        font-family: Arial, sans-serif;
        background-color: transparent;
        /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);*/
    }

        .stats h2 {
            font-size: 24px;
            margin-bottom: 30px;
        }

    .stats-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 1000px;
        margin: 0 auto;
    }

    .stat {
        flex: 1 1 22%;
        min-width: 200px;
        padding: 0 20px;
        position: relative;
    }

        .stat:not(:last-child)::after {
            content: "";
            position: absolute;
            top: 10%;
            right: 0;
            height: 80%;
            width: 1px;
            background-color: #000;
        }

    .stat-large {
        /*font-size: 36px;
      font-weight: bold;
      color: #000;*/
        font-size: 24px !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: bold !important;
        color: #333 !important;
        margin-bottom: 20px !important;
    }

    .stat p {
        margin-top: 8px;
    }

    .stat-p {
        font-size: 1.8rem !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400 !important;
        color: #333 !important;
        line-height: 1.5 !important;
    }
    /*Mobile Stat Start*/
    .mobile-stats {
        text-align: center;
        /*padding: 40px 20px;*/
        font-family: Arial, sans-serif;
        background-color: transparent;
        /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);*/
    }

        .mobile-stats h2 {
            font-size: 16px;
            margin-bottom: 10px;
            text-align: center;
        }

    .mobile-stats-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 1000px;
        margin: 0 auto;
    }

    .mobile-stat {
        flex: 1 1 22%;
        width: 72px;
        /*padding: 0 10px;*/
        position: relative;
        text-align: center;
    }

        .mobile-stat:not(:last-child)::after {
            content: "";
            position: absolute;
            top: 10%;
            right: 0;
            height: 80%;
            width: 1px;
            background-color: #000;
        }

    .mobile-stat-large {
        /*font-size: 36px;
  font-weight: bold;
  color: #000;*/
        font-size: 14px !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: bold !important;
        color: #333 !important;
        margin-bottom: 0px !important;
    }

    .mobile-stat p {
        margin-top: 0px;
    }

    .mobile-stat-p {
        font-size: 12px !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400 !important;
        color: #333 !important;
        line-height: 1.5 !important;
    }
    /*Mobile Stat End*/
    @media (max-width: 600px) {
        .stats-container {
            flex-direction: column;
            gap: 20px;
        }

        .stat {
            padding: 0;
            border: none;
        }

            .stat::after {
                display: none;
            }
    }


    /* Default for desktops and other devices */
    .wtw-team {
        top: 370px !important;
    }

    .smarter-protection {
        top: 180px;
    }

    /* Override for all iPads in landscape (standard + Pro) */
    @media only screen and (pointer: coarse) and (hover: none) and (min-width: 1024px) and (max-width: 1365px) and (orientation: landscape) {

        .wtw-team {
            top: 310px !important;
        }

        .smarter-protection {
            top: 120px;
        }
    }

    /* Override for all iPads in landscape (standard + Pro) */
    @media only screen and (pointer: coarse) and (hover: none) and (min-width: 1366px) and (orientation: landscape) {

        .wtw-team {
            top: 370px !important;
        }

        .smarter-protection {
            top: 200px;
        }
    }


    .inscomp-logo-scroll-container {
        overflow: hidden;
        white-space: nowrap;
        background-color: transparent;
        padding: 20px 0;
        position: relative;
    }

    .logo-scroll-content {
        display: flex;
        gap: 0px;
        width: max-content;
        animation: scrollLoop 40s linear infinite;
    }

    .inscomp-logo-item {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 120px;
        height: 80px;
    }

        .inscomp-logo-item img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

    @keyframes scrollLoop {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }
