@media only screen 
and (min-width : 1824px) {
 
    .card1:hover .image-one {
        transition: 0.5s all ease-in-out;
        transform: scale(1.1);
        top: -290px;
        left: 73px;
        position: absolute;
        width: 170px;
    }
     .card1:hover .image-three {
        opacity: 1;
        transform: translate(-100%, 0);
        position: absolute;
        top: -222px;
        right: -265px;
        }
        .card2:hover .image-one {
            transition: 0.5s all ease-in-out;
            transform: scale(1.1);
            top: -290px;
            left: 70px;
            position: absolute;
            width: 170px;
        }
        .card2:hover .image-two {
            opacity: 1;
            transform: translate(100%, 0);
            position: absolute;
            top: -168px;
            width: 120px;
            left: -70px;
        }
        .card2:hover .image-three {
            opacity: 1;
            transform: translate(-100%, 0);
            position: absolute;
            top: -125px;
            width: 100px;
            right: -164px;
        }
.card3:hover .image-one {
    transition: 0.5s all ease-in-out;
    transform: scale(1.1);
    top: -290px;
    left: 75px;
    position: absolute;
    width: 170px;
}
.card3:hover .image-two {
    opacity: 1;
    transform: translate(100%, 0);
    position: absolute;
    top: -208px;
    left: -170px;
    width: 170px;
}
.card3:hover .image-three {
    opacity: 1;
    transform: translate(-100%, 0);
    position: absolute;
    top: -167px;
    right: -264px;
    width: 150px
    }
    .card3:hover .image-four {
        opacity: 1;
        transform: translateY(-100%);
        position: absolute;
        top: 0;
        width: 140px;
        right: -20px;
        }
        .card4:hover .image-one {
            transition: 0.5s all ease-in-out;
            transform: scale(1.1);
            top: -290px;
            left: 75px;
            position: absolute;
            width: 170px;
        }
        .card4:hover .image-two {
            opacity: 1;
            transform: translateY(-100%);
            position: absolute;
            top: 0;
            right: -20px;
            width: 125px;
        }
        .card5:hover .image-one {
            transition: 0.5s all ease-in-out;
            transform: scale(1.1);
            top: -290px;
            left: 70px;
            position: absolute;
            width: 170px;
        }
        .card5:hover .image-two {
            opacity: 1;
            transform: translateY(-100%);
            position: absolute;
            top: 0;
            right: -45px;
            width: 165px;
        }
        
        .myDIV:hover + .hide {
            display: flex;
            color: white;
            background: #3c383840;
            border: 2px solid #ffffff1f;
            padding: 10px;
            border-radius: 10px;
            width: 250px;
            height: 90px;
            text-align: center;
            margin-left: 0;
            position: absolute;
            margin-top: -340px;
            transform: translateY(29%);
            align-items: center;
            justify-content: center;
        }


    }

    /* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) and (max-device-width : 1414px){
    .card3:hover .image-one {
        transition: 0.5s all ease-in-out;
        transform: scale(1.1);
        top: -290px;
        left: 25px;
        position: absolute;
        width: 170px;
    }
    .card3:hover .image-two {
        opacity: 1;
        transform: translate(100%, 0);
        position: absolute;
        top: -162px;
        left: -135px;
        width: 135px;
    }
    .card3:hover .image-three {
        opacity: 1;
        transform: translate(-100%, 0);
        position: absolute;
        top: -167px;
        right: -178px;
        width: 115px;
    }
    .card3:hover .image-four {
        opacity: 1;
        transform: translateY(-100%);
        position: absolute;
        top: 0;
        width: 140px;
        right: 8px;
    }
}

@media screen and (min-width: 1920px) {
    .mobilecardview{
    display: none;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .mobilecardhide {
        display: none;
    }
    .countingimg{
        display: none;
    }
    .myDIV:hover + .hide {
        display: block !important;
        color: white !important;
        background: #3c383840 !important;
        border: 2px solid #ffffff1f !important;
        padding: 10px !important;
        border-radius: 10px !important;
        margin: 0 !important ;
        transform: translateY(-85%) !important;
        text-align: center !important;
        width: auto !important;
        height: auto !important;
        position: inherit !important;
    }
}
  /* For PC with minimum resolution till your PC resolution */ 
  @media screen and (min-width: 1024px) and (max-width: 1400px) {
    .mobilecardview{
        display: none;
        }
      
  }
  /* For Screen Higher than 1400px */ 
  @media screen and (min-width: 1401px) {
    .mobilecardview{
        display: none;
        }
        .container{
            max-width: 1650px;
        }
  } 
 /*Mobile Query*/
 @media only screen and (max-width: 480px) {
    .mobilecardhide {
        display: none;
    }
    .countingimg{
        display: none;
    }
    .myDIV:hover + .hide {
        display: block !important;
        color: white !important;
        background: #3c383840 !important;
        border: 2px solid #ffffff1f !important;
        padding: 10px !important;
        border-radius: 10px !important;
        margin: 0 !important ;
        transform: translateY(-85%) !important;
        text-align: center !important;
        width: auto !important;
        height: auto !important;
        position: inherit !important;
    }
    .container.bring-to-front .imag {
        right: 0;
        padding: 0;
        position: relative;
    }
    .our-proposal .mobileflex{
        flex-direction: column-reverse;
    }
    .vid-wrapper iframe {
        width: 100%;
        height: auto;
       
    }
}

/*Tablet Query*/
@media only screen and (min-width: 481px) and (max-width: 768px) {
    .mobilecardhide {
        display: none;
    }
    .countingimg{
        display: none;
    }
    .myDIV:hover + .hide {
        display: block !important;
        color: white !important;
        background: #3c383840 !important;
        border: 2px solid #ffffff1f !important;
        padding: 10px !important;
        border-radius: 10px !important;
        margin: 0 !important ;
        transform: translateY(-85%) !important;
        text-align: center !important;
        width: auto !important;
        height: auto !important;
        position: inherit !important;
    }
   }


  @keyframes slideUp {
    0%,
    50% {
      transform: translateY(100%);
      opacity: 0;
    }
     
    60%,
    100% {
      transform: translateY(0);
      opacity: 1;
    
    }
  }
