html, body {
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.content {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    background-image: url("https://asset.corum.bel.tr/files/www/kurban-bagis/layout/app-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.content .content-overlay {
    flex: 1 1 auto !important;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #0A4576;
    background: linear-gradient(0deg, rgba(10, 69, 118, .96) 0%, rgba(13, 96, 163, .9) 100%);
    backdrop-filter: blur(4px);
}

header.header {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
    position: relative;
    background: rgb(63, 168, 255);
    background: -moz-linear-gradient(90deg, rgba(63, 168, 255, 0.05) 0%, rgba(63, 168, 255, 0.5) 10%, rgba(63, 168, 255, 0.5) 90%, rgba(63, 168, 255, 0.05) 100%);
    background: -webkit-linear-gradient(90deg, rgba(63, 168, 255, 0.05) 0%, rgba(63, 168, 255, 0.5) 10%, rgba(63, 168, 255, 0.5) 90%, rgba(63, 168, 255, 0.05) 100%);
    background: linear-gradient(90deg, rgba(63, 168, 255, 0.05) 0%, rgba(63, 168, 255, 0.5) 10%, rgba(63, 168, 255, 0.5) 90%, rgba(63, 168, 255, 0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3fa8ff", endColorstr="#3fa8ff", GradientType=1);
}

header.header .logo {
    position: absolute;
    top: -20px;
    width: 140px;
}

@media screen and (min-width: 992px) {
    header.header .logo {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 992px) {
    header.header .logo {
        width: 110px;
        left: 20px;
    }
}

header.header .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header.header .app-title {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 992px) {
    header.header .app-title {
        padding-left: 140px;
    }
}

header.header .app-title .brand,
header.header .app-title .title {
    margin: 0;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Jost", sans-serif;
}

header.header .app-title .brand {
    font-size: 20px;
}

@media screen and (max-width: 992px) {
    header.header .app-title .brand {
        font-size: 20px;
    }
}

header.header .app-title .title {
    font-size: 24px;
}

@media screen and (max-width: 992px) {
    header.header .app-title .title {
        font-size: 20px;
    }
}

@media screen and (max-width: 992px) {
    header.header .icon-box-item {
        display: none;
    }
}

section.content-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 120px;
    padding-bottom: 50px;
}

@media screen and (max-width: 992px) {
    section.content-body {
        padding: 70px 0 30px 0;
    }
}

section.content-body .content-box {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 15px;
    border-radius: 24px;
}

section.content-body .content-box .box-content {
    display: flex;
    flex-direction: column;
    border: 2px dashed #117AD0;
    border-radius: 20px;
    padding: 30px;
}

@media screen and (max-width: 992px) {
    section.content-body .content-box .box-content {
        padding: 20px;
    }
}

section.content-body .content-box .box-content .content-title {
    font-family: "Jost", sans-serif;
    color: #003D6F;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}

section.content-body .content-box .box-content p {
    font-weight: 500;
    color: #02111E;
}

section.content-body .content-box .box-content ul li {
    font-weight: 500;
    color: #02111E;
}

footer.footer {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    background: rgb(63, 168, 255);
    background: -moz-linear-gradient(90deg, rgba(63, 168, 255, 0.05) 0%, rgba(63, 168, 255, 0.5) 10%, rgba(63, 168, 255, 0.5) 90%, rgba(63, 168, 255, 0.05) 100%);
    background: -webkit-linear-gradient(90deg, rgba(63, 168, 255, 0.05) 0%, rgba(63, 168, 255, 0.5) 10%, rgba(63, 168, 255, 0.5) 90%, rgba(63, 168, 255, 0.05) 100%);
    background: linear-gradient(90deg, rgba(63, 168, 255, 0.05) 0%, rgba(63, 168, 255, 0.5) 10%, rgba(63, 168, 255, 0.5) 90%, rgba(63, 168, 255, 0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3fa8ff", endColorstr="#3fa8ff", GradientType=1);
}

footer.footer .footer-text {
    text-align: center;
    margin: 0;
    color: white;
    font-size: 15px;
    font-weight: 500;
}

/*  */

.icon-box-item {
    display: flex;
    align-items: stretch;
    gap: 15px;
    text-decoration: none;
    border-style: solid;
    border-color: rgba(255, 255, 255, .5);
    border-width: 1px;
    border-bottom-width: 3px;
    padding: 10px 20px;
    border-radius: 16px;
    transition: all .2s ease-in-out;
}

@media screen and (max-width: 992px) {
    .icon-box-item {
        display: none;
    }
}

.icon-box-item:hover {
    border-color: white;
}

.icon-box-item .box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box-item .box-icon svg {
    font-size: 24px;
    color: rgba(255, 255, 255, .75);
    transition: all .2s ease-in-out;
}

.icon-box-item:hover .box-icon svg {
    color: white;
}

.icon-box-item .box-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-box-item .box-content .title,
.icon-box-item .box-content .subtitle {
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: rgba(255, 255, 255, .85);
    transition: all .2s ease-in-out;
}

.icon-box-item:hover .box-content .title,
.icon-box-item:hover .box-content .subtitle {
    color: white;
}

.icon-box-item .box-content .title {
    margin-top: -2px;
    font-size: 16px;
    font-weight: 600;
}

.icon-box-item .box-content .title small {
    font-size: 14px;
}

.icon-box-item .box-content .phone {
    font-size: 18px;
}

.icon-box-item .box-content .subtitle {
    font-size: 10px;
    font-weight: 500;
}

@media screen and (min-width: 992px) {
    .hide-lg {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .hide-lg {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .hide-lg .icon-box-item {
        display: flex;
    }
}