.news-sec {
    color: #101820;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.news-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(5 195 220 / 75%);
}

.news-sec form {
    position: relative;
    width: 597px;
    max-width: 100%;
}

.news-sec .form-control {
    color: #101820;
    font-size: 20px;
    font-weight: bold;
    font-weight: 600;
    background: #FFFFFF;
    padding: 24px 34px;
    border-radius: 50px;
}

.btn-black {
    color: #ffffff;
    background: #101820;
    border-color: #101820;
}

.btn-black:hover {
    color: #000000;
    background: #05C3DD;
    border-color: #05C3DD;
}

.news-sec .btn {
    position: absolute;
    top: 5px;
    right: 4px;
    /* transform: translateY(-50%); */
    font-weight: bold;
    padding: 19px 20px;
    border-radius: 0 50px 50px 0;
}

.video-list .btn-video {
    font-size: 45px;
    width: 100px;
    height: 100px;
}

.Platform-sec .videoListen-block {
    border-radius: 0;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    padding: 14px 20px;
    border: 1px solid white;
    margin: 0 10px;
    background-color: #05C3DD;
    border-color: #05C3DD;
    color: #000000;
    font-weight: 500;
    border-radius: 50px;
}

.nav-tabs .nav-link.active {
    padding: 14px 20px;
    border: 1px solid white;
    margin: 0 10px;
    background-color: transparent;
    border-color: #05C3DD;
    color: #05C3DD;
    font-weight: 500;
    border-radius: 50px;
}

.photograpy-sec .ratio {
    border: 2px solid #FFFFFF;
    border-radius: 20px;
}

.photograpy-sec .ratio .content {
    width: auto;
    height: auto;
    top: auto;
    bottom: -42%;
    left: 22px;
    right: 22px;
    padding: 12px;
    text-align: center;
    border-radius: 100px;

    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background-color: rgb(0 0 0 / 20%);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);

}



.photograpy-sec .ratio .content h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45;
    margin-bottom: 0;
}

.photograpy-sec .ratio:hover .content {
    bottom: 22px;
}