@import url('https://fonts.googleapis.com/css2?family=Inter&family=Poppins:wght@200;300;400;500&family=Roboto:wght@500&display=swap');
.main-heady{
    margin-top:55px;
    font-weight: normal;
    margin-bottom: 20px;
}

.container-2 {
    /* width: 1050px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.container-2 .cardy{
    position: relative;
    width: 320px;
    height: 420px;
    margin: 15px;
    overflow: hidden;
}
.container-2 .cardy span{
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    opacity: 0.95;
    background: #00b27af8;
    z-index: 1;
    transition: width 0.5s, height 0.5s;
}
.container-2 .cardy:hover span{
width: 1000px;
height:1000px
}


.container-2 .cardy .imgBx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.container-2 .cardy .imgBx img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container-2 .cardy .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
display: flex;    
justify-content: center;
align-items: center;
z-index: 1;
}

.container-2 .cardy .content div {
    padding: 40px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transform: translate(50px);
    transition: 0.2s;

}
.container-2 .cardy:hover .content div {
    visibility: visible;
    opacity: 1;
    transform: translate(0px);
}

.cardy-text{
color: rgb(52, 8, 52);
font-size: 22px;
margin-bottom: 10px;
line-height: 24px;
font-weight: bold;

}
.cardy-sub-text {
color: #fff;
font-size: 18px;
line-height: 30px;

}
.service-link-1{
    color: #112025;
    padding: 4px;
    border: 2px solid #001f52;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 16px;
    background: white;
    width: 60%;
}

.analyst-back{
    background-image: url(../images/im2.jpg);
    object-fit: contain;
    background-size: cover;
    height: 750px;
    background-repeat: no-repeat;
    padding: 32px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* margin-top: 10px; */
}
.omdia-logo{
    width: 280px;
    height: 90px;
    margin-bottom: 120px;
}
.analyst-heading{
font-size: 35px;
color: #001f52;
font-family: 'Roboto', sans-serif;
margin-bottom: 30px;
width: 780px;
}
.analyst-sub-heading{
    font-size: 20px;
    color: #b8e9f9;
    line-height: 30px;
    width: 780px;
    font-weight: lighter;
}
.download-report{
    width: 190px;
    text-align: center;
    font-size: 20px;
    margin-top: 50px;
    color: white;
    background-color: #001f52;
}
.report-box{
    width: 390px;
    height: 530px;
    background-color: white;
    border:7px solid #bd79f5;
}
.date-type{
    font-size: 10px;
    color:black;
    line-height: 12px;
    font-weight: normal;
}
.sec-text-box{
    display: flex;
    align-items: center;
    padding: 20px;
    flex-direction: column;
}
.txt-type{
    padding-right: 10px;
    font-size: 10px;
    color:black;
   margin-top: -0px;
    line-height: 12px;
}
.rik-turner{
    color: #001f52;
    font-weight:bold;
    font-size:35px
}
.principal-analyst{
    font-size:20px
}
@media only screen and (max-width: 479px) {
    .analyst-back{
        flex-direction: column;
        height:640px;
    }
    .analyst-heading{
        width: 340px;
        font-size: 25px;
    }

    .analyst-sub-heading{
        width: 340px;
        font-size:16px;
    }
    .report-box{
        width: 380px;
        height: 72vh;
        margin-top: 25px;
    }
    .report-txt{
        display: none;
    }
    .report-box{
        display: none;
    }
    .rik-turner{
        font-size: 25px;
    }
    .omdia-logo{
        margin-bottom: 60px;
        width: 200px;
        height: 70px;
        margin-top: 40px;
    }
    .principal-analyst{
        font-size: 16px;
    }
    .download-report{
        margin-top: 50px;
        width: 140px;
        font-size: 15px;
    }
}
