header {
    padding-top: 132px;
    padding-bottom: 132px;
    background-color: #6461ff;
    background-image: url(../img/blog/02.svg), url(../img/blog/01.svg);
    background-position: 0px 0px, 100% 100%;
    background-size: contain, auto;
    background-repeat: no-repeat, no-repeat;
}

h1 {
    font-size: 60px;
}

.bar {
    width: 220px;
    height: 5px;
    border-radius: 100px;
    background-color: hsla(0, 0%, 100%, 0.1);
    margin: 0 auto;
}

.inner-bar {
    width: 180px;
    height: 5px;
    border-radius: 100px;
    background-image: -webkit-gradient(linear,
            left top,
            right top,
            from(rgba(251, 154, 193, 0)),
            to(#fb9acf));
    background-image: linear-gradient(90deg, rgba(251, 154, 193, 0), #fb9acf);
}

main {
    background-color: #f2f5f8;
}

.py-blog {
    padding-top: 132px;
    padding-bottom: 132px;
}

.subscribe {
    box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.06);
}

.main-post,
.search-btn {
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.06);
}

.featured-block img {
    box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.16);
}

.main-post .main-post-img {
    transition: transform 0.9s ease;
}

.main-post:hover .main-post-img {
    transform: scale(1.1);
}

.fs-14 {
    font-size: 14px;
}

.mb-80 {
    margin-bottom: 80px;
}

.btn-purple {
    background-color: #03478E;
}

.btn-purple:hover {
    background-color: #03478E !important;
}

.text-blue {
    color: #03478E;
}

.text-blue-bold {
    color: #03478E;
    font-weight: 500;
}

p {
    font-size: 18px;
}

.subscribe {
    background-image: url(../img/blog/paper-plane.png);
    background-position: -20px -30px;
    background-size: 125px;
    background-repeat: no-repeat;
    padding-top: 100px !important;
}

.subscribe .input-group,
.subscribe input,
.subscribe .btn {
    background-color: #f2f5f8;
}

.subscribe input:focus {
    background-color: #f2f5f8;
}

.singleblog-header-img {
    background: linear-gradient(0deg,
            rgba(34, 193, 195, 0) 50%,
            rgba(100, 97, 255, 1) 50%);
}

/* AN_CSS */

footer {
    overflow: hidden;
}

.top-heading {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navbar {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 50px 0px;
}

.nav-link {
    font-size: 18px;
}

@media (max-width: 1600px) {
    .nav-link {
        font-size: 17px;
    }
}

@media (max-width: 1366px) {
    .nav-link {
        font-size: 15px;
    }
}

@media (max-width: 1024px) {
    .nav-link {
        font-size: 17px;
        padding: 10px;
    }
}

.header-logo {
    width: 250px;
}

@media (max-width: 1366px) and (min-width: 1024px) {
    .header-logo {
        width: 200px;
    }
}

.description {
    width: 75%;
    color: #848484;
}

.upload-img {
    width: 50%;
}

.main-card,
.card-header,
.langcontainer {
    background-color: transparent;
}
.main-card-jpg-text,
.card-header,
.langcontainer {
    background-color: transparent;
}

#fileUploadForm1 {
    gap: 20px;
    justify-content: space-between;
}

.main-card {
    width: 49%;
}

@media (max-width: 1024px) {
    .main-card {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .main-card {
        width: 94%;
    }

    #fileUploadForm1 {
        justify-content: center;
    }
}

.main-card,
.main-card-wide {
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 7px 0px;
    border: none;
    padding-top: 20px;
}
.main-card-wide{
    background-color: white;
    padding-bottom: 20px;
    margin-top: 10px;
}
.main-card-jpg-text,
.main-card-jpg-text-wide {
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 7px 0px;
    border: none;
    padding-top: 20px;
}
.main-card-jpg-text-wide{
    background-color: white;
    padding-bottom: 20px;
    margin-top: 10px;
}

.card-header {
    border: none;
}

.tt-resp-textarea,
.tt-source-textarea,
.itt-resp-textarea {
    border: 1px dashed #02478D;
    border-radius: 30px;
    padding: 20px;
}

.langcontainer {
    display: flex;
    justify-content: space-between;
}

@media(max-width:500px) {
    .langcontainer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
}

.img-btn {
    padding: 0px !important;
    width: 115px;
    height: 40px;
}

.translate-btn {
    padding: 8px 25px;
    font-size: 20px;
    margin-left: -10px !important;
}

.translate-btn-cont {
    margin: 20px 0 50px 0;
}

.text-gray {
    color: #848484;
}

.label-heading {
    margin: 10px 0 0px 10px;
    font-weight: 700;
}

.mb-2 {
    margin-bottom: 20px;
}

.mr-2 {
    margin-right: 5px;
}

@media (max-width:500px) {
    .adv-btn-ct {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .bt1 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .adv-ct2 {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .lang-cont-tt {
        gap: 0px;
    }
}

.lang-cont-tt {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

img#swapLanguages {
    margin-right: 10px;
}

.tt-btn {
    width: 150px;
}

.tt-btn-ct {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

input#file-upload {
    margin-left: 10px;
}

.TT-Heading {
    text-transform: capitalize;
}

.blue-wave {
    width: 100%;
}

.all-tools {
    background: #02478D;
}

.bold {
    font-weight: 700;
}

input#all-tools {
    background-color: white;
}

.tools .svg-icon,
.tools .card-text {
    display: none;
}

.tools .card-body {
    background-color: white;
    border-radius: 15px;
}

.tools .card {
    border-radius: 15px;
}

.tools .card-body a {
    color: #02478D;
    font-weight: 700;
}

img.globe {
    margin-right: 10px;
    margin-top: -5px;
}

.footer-content {
    width: 68%;
    margin-top: 30px !important;
    text-align: justify !important;
}

@media(max-width:1199px) {

    .footer-content {
        width: 100% !important;
        text-align: left !important;
    }
}

@media (max-width: 500px) {
    .footer-content {
        text-align: center !important;
    }
}

.row.footer-row {
    display: flex;
    justify-content: center !important;
}

.langrow1{
    display: none;
}
.accordion-button {
    text-wrap: wrap;
}
.card-3{
    background-color: #02478D !important;
}