@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

*, *::after, *::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    font-family: "Inter", serif;
    color: #55527C;
    outline: none;
    visibility: visible;
    overflow-X: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: "";
    background-color: #D6DFD1;

}

body[dir=rtl] {
    text-align: right;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Inter", serif;
    color: #1A1A1A;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 0;
}

h1 {
    font-size: 36px;
}


@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 30px;
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 24px;
    }
}

h3 {
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    margin-bottom: 0;
}

a, button {
    border: none;
    background: transparent;
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a, button, img, input {
    transition: all 0.3s linear;
    outline: 0;
}

a:focus, button:focus, img:focus, input:focus {
    outline: 0;
}

a:focus {
    color: none;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--button-hover);
}

ul, ol {
    padding: 0;
    list-style: none;
    margin: 0;
}

button, input[type=submit] {
    cursor: pointer;
}

img {
    height: auto;
    max-width: 100%;
}

.w-img img {
    width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
}

.fix {
    overflow: hidden;
}

.header-logo {
    max-width: fit-content;
    white-space: nowrap
}

/*-- Common Classes --*/
.section,
.main-wrapper {
    float: left;
    width: 100%;
}

/*-- Background Classes --*/
.theme-bg {
    background: #FFF5F6;
}

.theme-bg2 {
    background: #D9F4FF;
}

/*--Section Spacing--*/
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
    .section-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.section-padding-02 {
    padding-top: 120px;
}

@media only screen and (max-width: 1199px) {
    .section-padding-02 {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .section-padding-02 {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding-02 {
        padding-top: 60px;
    }
}

.section-padding-03 {
    padding-top: 140px;
}

@media only screen and (max-width: 1199px) {
    .section-padding-03 {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .section-padding-03 {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding-03 {
        padding-top: 60px;
    }
}

/*--Section Title--*/
.section-title {
    margin: 0 auto;
}

.section-title .title {
    font-size: 36px !important;
    line-height: 1;
    font-family: "Inter", serif;
    font-weight: 700;
    color: #141414;
    letter-spacing: 2px;
}

@media only screen and (max-width: 1399px) {
    .section-title .title {
        font-size: 52px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title .title {
        font-size: 30px;
        line-height: 36px;
    }
}

.section-title .title.white {
    color: #ffffff;
}

.section-title .title.color-2 {
    color: #21404B;
}

.section-title .title.color-3 {
    color: #1e2838;
}

.section-title .sub-title {
    font-size: 16px;
    line-height: 18px;
    font-family: "Inter", serif;
    font-weight: 600;
    display: inline-block;
    border-radius: 30px;
    color: #FFFFFF;
    background-color: #000000;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.section-title .sub-title.white {
    color: #ffffff;
}

.section-title p {
    font-size: 18px;
    line-height: 30px;
    color: #55527C;
    margin-top: 15px;
}

.tp-brand-slide-element {
    width: auto;
    display: inline-block;
}

.tp-slide-transtion {
    transition-timing-function: linear;
}

/*--Swiper Pagination--*/
.swiper-pagination .swiper-pagination-bullet {
    border-radius: 50%;
    background-color: #e8e8e8;
    width: 10px;
    height: 10px;
    margin: 0 6px !important;
    transition: all 0.3s linear;
    position: relative;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--button-hover);
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    transform: scale(1);
}

/*--  Pagination Styles  --*/
.tp-pagination {
    margin-top: 50px;
}

.tp-pagination ul li {
    display: inline-block;
    margin-right: 10px;
}

@media only screen and (max-width: 449px) {
    .tp-pagination ul li {
        margin-right: 5px;
    }
}

.tp-pagination ul li:last-child {
    margin-right: 0;
}

.tp-pagination ul li.active a {
    background: #D9F4FF;
    border: 1px solid transparent;
}

.tp-pagination ul li a.page-numbers {
    padding: 14px 5px;
    line-height: 1.2;
}

@media only screen and (max-width: 575px) {
    .tp-pagination ul li a.page-numbers {
        padding: 10px 5px;
    }
}

.tp-pagination ul li a, .tp-pagination ul li span {
    position: relative;
    overflow: hidden;
    background: transparent;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #B4B2C5;
    border-radius: 50%;
    color: #1e2838;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 575px) {
    .tp-pagination ul li a, .tp-pagination ul li span {
        width: 42px;
        height: 42px;
        line-height: 40px;
    }
}

.tp-pagination ul li a:hover, .tp-pagination ul li a.current, .tp-pagination ul li span:hover, .tp-pagination ul li span.current {
    background: var(--button-color);
    border: 1px solid transparent;
}

/*--  Preloader Styles  --*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999999;
}

#preloader .preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
}

#preloader .preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--button-hover);
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

#preloader .preloader span:last-child {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.go-top-area {
    position: relative;
    z-index: 9999;
}

.go-top-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 24px;
    color: #ffffff;
    background-color: var(--button-hover);
    z-index: 9999;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s linear;
    border-right: 0;
}

.go-top-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    transform: translateY(-50%);
    transition: all 0.5s linear;
}

.go-top-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top-area .go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--button-hover);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s linear;
}

.go-top-area .go-top:focus, .go-top-area .go-top:hover {
    color: #ffffff;
}

.go-top-area .go-top:focus::before, .go-top-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.go-top-area .go-top:focus i:first-child, .go-top-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top-area .go-top:focus i:last-child, .go-top-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top-area .go-top.active {
    top: 98%;
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 20px;
}

@media only screen and (max-width: 1199px) {
    .go-top-area .go-top.active {
        top: 93%;
    }
}

.go-top-wrap {
    position: relative;
}

.go-top-wrap .go-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    top: 3px;
    z-index: 1;
    background: var(--button-hover);
}

.go-top-wrap .go-top-btn i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #ffffff;
}

.go-top-wrap .go-top-btn::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background: var(--button-hover);
}

.go-top-wrap .go-top-btn:hover {
    background-color: #000000;
    color: #ffffff;
}

@-webkit-keyframes ripple {
    0%, 35% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@keyframes ripple {
    0%, 35% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

/*----------------------------------------*/
/*  02. Elements CSS
/*----------------------------------------*/
/*--
/*  2.4 - Form CSS
/*----------------------------------------*/
label {
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: capitalize;
}

/*Input Field & Select*/
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
textarea {
    border: 1px solid #ebebeb;
    box-shadow: none;
    color: #55527C;
    border-radius: 5px;
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 10px 25px;
    max-width: 100%;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    transition: all 0.3s linear;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus,
textarea:focus {
    outline: none;
    border-color: var(--button-hover);
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 18px;
    color: #55527C;
    font-weight: 400;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 0.95;
    font-size: 18px;
    color: #55527C;
    font-weight: 400;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 0.95;
    font-size: 18px;
    color: #55527C;
    font-weight: 400;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 0.95;
    font-size: 18px;
    color: #55527C;
    font-weight: 400;
}

/*--
/*  2.3 - Button CSS
/*----------------------------------------*/
.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.btn-wrap .btn {
    margin: 5px;
}

.btn {
    display: inline-block;
    overflow: hidden;
    transform: perspective(0) translateZ(0);
    border-color: transparent;
    color: #1e2838;
    border-radius: 30px;
    font-size: 18px;
    font-family: "Inter", serif;
    font-weight: 400;
    height: 58px;
    line-height: 56px;
    padding: 0px 30px;
    text-transform: uppercase;
    border: 1px solid var(--button-hover);
    border-style: solid;
    box-shadow: none;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.btn i {
    margin-left: 5px;
}

.btn:focus, .btn:focus:active {
    box-shadow: none;
}

.btn:hover {
    background: var(--button-hover);
    border: 1px solid var(--button-hover);
    color: #ffffff;
}

.btn-2 {
    background: var(--alt-button-color);
    border: 1px solid transparent;
    color: #ffffff;
}

.btn-2:hover {
    background: var(--alt-button-hover);
    color: #ffffff;
    border: 1px solid transparent;
}

.btn-3 {
    height: 50px;
    line-height: 45px;
    font-size: 14px;
    padding: 0 40px;
    background: var(--button-hover);
    color: #ffffff;
}

.btn-round {
    border-radius: 100px;
}

.btn-square {
    border-radius: 0;
}

[class*=btn-icon-] i {
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 28px;
    text-align: center;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.1);
}

.btn-icon-left {
    padding-left: 69px;
}

.btn-icon-left i {
    left: 0;
    right: auto;
}

.btn-icon-right {
    padding-right: 69px;
}

.btn-icon-right i {
    left: auto;
    right: 0;
}

.btn-primary {
    background-color: var(--button-hover);
    border-color: var(--button-hover);
    color: #ffffff;
}

.btn-primary:hover {
    background-color: var(--button-hover);
    border-color: var(--button-hover);
}

.btn-secondary {
    background-color: #D9F4FF;
    border-color: #D9F4FF;
    color: #ffffff;
}

.btn-secondary:hover {
    background-color: #D9F4FF;
    border-color: #D9F4FF;
}

.btn-white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #141414;
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}

.btn-white::after {
    background: var(--button-hover);
}

.btn-white::before {
    background: var(--button-hover);
}

/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
/*--
/*  2.1 - Header Top CSS
/*----------------------------------------*/
.header-section {
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
    z-index: 999;
}

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

.main-menu ul li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .main-menu ul li {
        margin-right: 22px;
    }
}

.main-menu ul li:last-child {
    margin-right: 0;
}

.main-menu ul li.has-dropdown > a {
    padding-right: 14px;
}

.main-menu ul li.has-dropdown > a::after {
    display: inline-block;
    content: "\f16c";
    transform: translateY(-1px);
    margin-left: 6px;
    font-size: 10px;
    color: #141414;
    font-family: "flaticon";
}

.main-menu ul li a {
    color: #1e2838;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Inter", serif;
    font-weight: 500;
    padding: 35px 0;
    display: inline-block;
    transition: 0.3s;
}

.main-menu ul li.active-menu > a {
    color: var(--button-hover);
}

.main-menu ul li.active-menu > a::after {
    color: var(--button-hover);
}

.main-menu ul li:hover > a {
    color: var(--button-hover);
}

.main-menu ul li:hover > a::after {
    color: var(--button-hover);
}

.main-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 110%;
    min-width: 220px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 20px 0px 15px;
    transition: 0.3s;
    border-top: 4px solid var(--button-hover);
}

.main-menu ul li .sub-menu li {
    margin: 0;
    padding: 0;
    display: inline;
    position: relative;
    width: 100%;
    display: block;
}

.main-menu ul li .sub-menu li a {
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 7px 25px;
    transition: 0.3s;
    color: #031628;
    text-transform: capitalize;
}

.main-menu ul li .sub-menu li.has-dropdown > a::after {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(-90deg);
}

.main-menu ul li .sub-menu li.active > a {
    color: var(--button-hover);
}

.main-menu ul li .sub-menu li:hover > a {
    color: var(--button-hover);
}

.main-menu ul li .sub-menu li > .sub-menu {
    left: 110%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.main-menu ul li .sub-menu li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
}

.main-menu ul li.menu-last .sub-menu {
    left: auto;
    right: 0;
}

.main-menu ul li.menu-last .sub-menu li > .sub-menu {
    left: auto;
    right: 100%;
    opacity: 0;
    visibility: hidden;
}

.main-menu ul li.menu-last .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-top-section {
    background: #D9F4FF;
}

.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.header-top-wrapper .header-top-info ul li {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #1e2838;
    position: relative;
}

.header-top-wrapper .header-top-info ul li i {
    font-size: 18px;
    color: #1e2838;
    position: relative;
    top: 1px;
    margin-right: 7px;
}

.header-top-wrapper .header-top-info ul li + li {
    margin-left: 40px;
}

.header-top-wrapper .header-social ul li {
    display: inline-block;
}

.header-top-wrapper .header-social ul li + li {
    margin-left: 20px;
}

.header-top-wrapper .header-social ul li a {
    display: inline-block;
    font-size: 18px;
    color: #1e2838;
}

.header-top-wrapper .header-social ul li a:hover {
    color: var(--button-hover);
}

@media only screen and (max-width: 991px) {
    .header-bottom-section {
        padding: 15px 0;
    }
}

.header-btn .btn {
    height: 52px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #B4B2C5;
    font-family: "Inter", serif;
    letter-spacing: 0.3px;
}

.header-btn .btn:hover {
    border: 1px solid transparent;
}

.header-section-03 {
    position: inherit;
}

.header-section-03 .header-top-section {
    background: transparent;
    border-bottom: 1px solid #B4B2C5;
}

.header-section-04 {
    position: inherit;
}

.header-sticky {
    width: 100%;
    position: fixed;
    top: 0;
    background: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    -webkit-animation: header-sticky 1s;
    animation: header-sticky 1s;
    z-index: 99;
}

@-webkit-keyframes header-sticky {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}

@keyframes header-sticky {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}

/*----------------------------------------*/
/*  03. MEAN MENU CSS START
/*----------------------------------------*/
/* mean menu customize */
.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: #1a1a1a;
    border-top: 1px solid #ebebeb;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--button-hover);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
    line-height: 14px;
    border: 1px solid #ebebeb !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #1a1a1a;
    line-height: 30px;
    top: 0;
    font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: var(--tp-theme-1);
    color: var(--button-hover);
    border-color: #ebebeb;
}

.mean-container .mean-nav ul li > a > i {
    display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
    display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
    color: var(--tp-common-white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    color: var(--tp-heading-primary);
}

/*----------------------------------------*/
/*  00. Sidebar CSS START
/*----------------------------------------*/
.sidebar__area {
    position: fixed;
    right: -485px;
    top: 0;
    width: 465px;
    height: 100%;
    background: #ffffff none repeat scroll 0 0;
    overflow-y: scroll;
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 9999;
}

@media only screen and (max-width: 575px) {
    .sidebar__area {
        width: 360px;
    }
}

@media only screen and (max-width: 449px) {
    .sidebar__area {
        width: 290px;
    }
}

.sidebar__area.sidebar-opened {
    right: 0px;
}

.sidebar__wrapper {
    position: relative;
    padding: 45px;
    background: #f7f7f7;
}

@media only screen and (max-width: 449px) {
    .sidebar__wrapper {
        padding: 20px;
    }
}

.sidebar__close {
    position: absolute;
    top: 35px;
    right: 45px;
}

@media only screen and (max-width: 449px) {
    .sidebar__close {
        top: 22px;
        right: 20px;
    }
}

.sidebar__close-btn {
    display: inline-block;
    font-size: 16px;
    height: 45px;
    width: 45px;
    line-height: 49px;
    background: #000;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 50%;
}

.sidebar__close-btn:hover {
    background: var(--button-hover);
}

.sidebar__logo {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
}

.sidebar__search {
    position: relative;
    margin-bottom: 25px;
}

.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    font-weight: 500;
    color: #415674;
}

.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
    color: #415674;
    font-weight: 500;
}

.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
    color: #415674;
    font-weight: 500;
}

.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::placeholder {
    color: #415674;
    font-weight: 500;
}

.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus {
    border-color: var(--button-hover);
}

.sidebar__search button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 14px;
    color: #aeaeae;
    outline: none;
    border: none;
    background: transparent;
    transition: 0.3s;
}

.sidebar__search button:hover {
    color: var(--button-hover);
}

.sidebar__text p {
    margin-bottom: 25px;
    font-size: 16px;
}

.sidebar__contact {
    margin-top: 30px;
    margin-bottom: 20px;
}

.sidebar__contact h4 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #000000;
}

.sidebar__contact ul li:not(:last-child) {
    margin-bottom: 20px;
}

.sidebar__contact ul li:hover i {
    background: var(--button-hover);
    color: #ffffff;
    border-color: #ebebeb;
}

.sidebar__contact ul li:hover a {
    color: var(--button-hover);
}

.sidebar__contact-icon {
    margin-right: 15px;
}

.sidebar__contact-icon i {
    display: inline-block;
    color: #343a40;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ebebeb;
    border-radius: 7px;
}

.sidebar__contact-text a {
    font-size: 18px;
    font-weight: 400;
    color: #343a40;
}

.sidebar__img {
    margin-bottom: 20px;
}

.sidebar__single-img {
    margin-bottom: 10px;
}

.sidebar__map iframe {
    width: 100%;
    height: 200px;
    border: none;
}

.sidebar__social ul li {
    display: inline-block;
}

.sidebar__social ul li:not(:last-child) {
    margin-right: 5px;
}

.sidebar__social ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: #f1f1f1;
    color: #343a40;
    border-radius: 5px;
}

.sidebar__social ul li a:hover {
    background: var(--button-hover);
    color: #ffffff;
}

.side-menu-icon {
    margin-left: 30px;
}

.side-menu-icon {
    width: 52px;
    height: 52px;
    line-height: 60px;
    background: var(--button-hover);
    text-align: center;
    border-radius: 50%;
}

.side-menu-icon span {
    width: 20px;
    height: 2px;
    background: #ffffff;
    margin-bottom: 6px;
    display: block;
    transition: all 0.3s linear;
}

.side-menu-icon span:last-child {
    margin-bottom: 0;
}

.side-menu-icon:hover span:first-child {
    width: 20px;
}

.body-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.body-overlay:hover {
    cursor: pointer;
}

.body-overlay.opened {
    opacity: 1;
    visibility: visible;
}

/*----------------------------------------*/
/*  4.1. Pages CSS (All Page Styles)
/*----------------------------------------*/
/*--
/*  03 - Hero CSS
/*----------------------------------------*/
.nenix-hero-section {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 2%;
    z-index: 1;
}

.nenix-hero-section .shape-1 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.nenix-hero-section .hero-content {
    max-width: 610px;
    margin-top: -60px;
}

.nenix-hero-section .hero-content .title {
    font-size: 50px;
    line-height: 60px;
    color: #1a1a1a;
    font-family: 'Inter', serif;
}

.nenix-hero-section .hero-content .text {
    font-size: 18px;
    line-height: 30px;
    color: #1e2838;
    margin-top: 20px;
}

.nenix-hero-section .hero-content .hero-btn-wrap {
    padding-top: 35px;
}

.nenix-hero-section .hero-content .hero-btn-wrap .btn-1 {
    margin-right: 20px;
}

.nenix-hero-section .hero-content .hero-btn-wrap .btn {
    margin-top: 15px;
}

.nenix-hero-section .hero-content .hero-client-text-wrap {
    display: flex;
    align-items: center;
    margin-top: 55px;
}

.nenix-hero-section .hero-content .hero-client-text-wrap .client-text {
    flex: 1;
    margin-left: 15px;
}

.hero-client-text-wrap span {
    margin-left: 10px !important;
}
.hero-client-text-wrap .fab {
    font-size: 30px;
    color: #525659;
}


.nenix-hero-section .hero-content .hero-client-text-wrap .client-text .client-title {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    color: #1e2838;
}

.nenix-hero-section .hero-content .hero-client-text-wrap .client-text .rating span {
    font-size: 20px;
    line-height: 20px;
    color: #1e2838;
}

.nenix-hero-section .hero-images {
    padding-top: 85px;
    padding-bottom: 170px;
}

.nenix-hero-section .hero-images .image {
    position: relative;
    text-align: center;
    z-index: 1;
}

.nenix-hero-section .hero-images .image .svg-shape1 {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: -1;
}

.nenix-hero-section .hero-images .image .svg-shape1 svg {
    fill: #FFF5F6;
}

.nenix-hero-section .hero-images .image .svg-shape2 {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: -1;
    margin-top: -10%; margin-right: 7%;
}

.nenix-hero-section .hero-images .image .svg-shape2 svg {
    fill: #D9F4FF;
}

.nenix-hero-section .hero-images .image .svg-shape3 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    margin-bottom: -5%;
    margin-left: 7%
}

.nenix-hero-section .hero-images .image .svg-shape3 svg {
    fill: #D9F4FF;
}

.nenix-hero-section .hero-images .image .svg-shape4 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.nenix-hero-section .hero-images .image .svg-shape4 svg {
    fill: #fff;
}

.nenix-hero-section .hero-images .image .image-content {
    position: absolute;
    right: 65px;
    bottom: 35px;
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 35px 40px;
}

.nenix-hero-section .hero-images .image .image-content .image-text {
    flex: 1;
    text-align: left;
    margin-left: 15px;
}

.nenix-hero-section .hero-images .image .image-content .image-text .number {
    font-size: 64px;
    line-height: 1;
    color: #1e2838;
}

.nenix-hero-section .hero-images .image .image-content .image-text span {
    font-size: 18px;
    line-height: 30px;
    color: #1e2838;
}

.rating {
    position: relative;
    display: inline-block;
}

.rating::before {
    content: "\f13b\f13b\f13b\f13b\f13b";
    font-family: "flaticon";
    color: #dedede;
    font-size: 16px;
    letter-spacing: 5px;
}

.rating .rating-active {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
}

.rating .rating-active::before {
    content: "\f13b\f13b\f13b\f13b\f13b";
    font-family: "flaticon";
    color: #FCD554;
    font-size: 16px;
    letter-spacing: 5px;
}

@media only screen and (max-width: 1399px) {
    .nenix-hero-section .hero-content .title {
        font-size: 50px;
        line-height: 78px;
    }
}

@media only screen and (max-width: 1199px) {
    .nenix-hero-section .hero-content {
        margin-top: 0;
    }

    .nenix-hero-section .hero-content .title {
        font-size: 40px;
        line-height: 66px;
    }

    .nenix-hero-section .hero-images {
        padding-bottom: 120px;
    }

    .nenix-hero-section .hero-images .image .image-content {
        padding: 30px 35px;
    }

    .nenix-hero-section .hero-images .image .image-content .image-text .number {
        font-size: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .nenix-hero-section .hero-content {
        padding-top: 60px;
    }

    .nenix-hero-section .hero-content .title {
        font-size: 48px;
        line-height: 54px;
    }

    .nenix-hero-section .hero-content .hero-btn-wrap {
        padding-top: 20px;
    }

    .nenix-hero-section .hero-images {
        padding-top: 70px;
    }

    .nenix-hero-section .hero-images .image .image-content {
        padding: 30px 35px;
    }
}

@media only screen and (max-width: 767px) {
    .nenix-hero-section .hero-content .title {
        font-size: 36px;
        line-height: 42px;
    }

    .nenix-hero-section .hero-images {
        padding-top: 55px;
        padding-bottom: 90px;
    }

    .nenix-hero-section .hero-images .image .image-content {
        padding: 30px 35px;
    }
}

@media only screen and (max-width: 449px) {
    .nenix-hero-section .hero-content .title {
        font-size: 30px;
        line-height: 36px;
    }

    .nenix-hero-section .hero-content .text {
        font-size: 16px;
    }

    .nenix-hero-section .hero-content .hero-client-text-wrap .client-text .client-title {
        font-size: 20px;
        line-height: 26px;
    }

    .nenix-hero-section .hero-images .image .svg-shape3 {
        margin-bottom: -5% !important;
        margin-left: -3% !important;
    }

    .nenix-hero-section .hero-images .image .svg-shape2 {
        margin-top: -15% !important;
        margin-right: -4% !important;
    }

    .nenix-hero-section .hero-images .image .image-content {
        padding: 30px 20px;
    }

    .nenix-hero-section .hero-images .image .image-content .image-text .number {
        font-size: 50px;
    }

    .nenix-hero-section .hero-images .image .image-content .image-text span {
        font-size: 16px;
        line-height: 28px;
    }
}

.nenix-hero-section-02 {
    background: #FFF5F6;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 80px;
    z-index: 1;
}

.nenix-hero-section-02 .hero-content {
    max-width: 610px;
    padding-top: 30px;
}

.nenix-hero-section-02 .hero-content .title {
    font-size: 90px;
    line-height: 96px;
    color: #1a1a1a;
}

.nenix-hero-section-02 .hero-content .text {
    font-size: 18px;
    line-height: 30px;
    color: #1e2838;
    padding-right: 180px;
    margin-top: 20px;
}

.nenix-hero-section-02 .hero-content .hero-btn .btn {
    margin-top: 40px;
}

.nenix-hero-section-02 .hero-content .hero-client-brand {
    margin-top: 40px;
}

.nenix-hero-section-02 .hero-content .hero-client-brand .label {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #55527C;
    margin-bottom: 5px;
}

.nenix-hero-section-02 .hero-images {
    padding-top: 65px;
    padding-bottom: 85px;
}

@media only screen and (max-width: 991px) {
    .nenix-hero-section-02 .hero-images {
        padding-top: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .nenix-hero-section-02 .hero-images {
        padding-top: 30px;
    }
}

.nenix-hero-section-02 .hero-images .image {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .nenix-hero-section-02 .hero-images .image {
        text-align: center;
    }
}

.nenix-hero-section-02 .hero-images .image .image-content {
    position: absolute;
    right: 0;
    top: 70px;
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 25px 30px;
    transform: rotate(15deg);
}

@media only screen and (max-width: 1399px) {
    .nenix-hero-section-02 .hero-images .image .image-content {
        right: -75px;
    }
}

@media only screen and (max-width: 1199px) {
    .nenix-hero-section-02 .hero-images .image .image-content {
        right: 67%;
        bottom: 6%;
        top: auto;
        padding: 20px 25px;
    }
}

@media only screen and (max-width: 991px) {
    .nenix-hero-section-02 .hero-images .image .image-content {
        right: 3%;
        top: 70px;
        bottom: auto;
    }
}

@media only screen and (max-width: 767px) {
    .nenix-hero-section-02 .hero-images .image .image-content {
        top: 38%;
        right: 0;
        padding: 15px 20px;
    }
}

@media only screen and (max-width: 575px) {
    .nenix-hero-section-02 .hero-images .image .image-content {
        top: 42%;
    }
}

.nenix-hero-section-02 .hero-images .image .image-content .image-icon svg {
    fill: #1e2838;
}

.nenix-hero-section-02 .hero-images .image .image-content .image-text {
    flex: 1;
    text-align: left;
    margin-left: 15px;
}

.nenix-hero-section-02 .hero-images .image .image-content .image-text .number {
    font-size: 58px;
    line-height: 1;
    color: #1e2838;
}

@media only screen and (max-width: 575px) {
    .nenix-hero-section-02 .hero-images .image .image-content .image-text .number {
        font-size: 45px;
    }
}

.nenix-hero-section-02 .hero-images .image .image-content .image-text span {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #1e2838;
}

.nenix-hero-section-02 .hero-images .image .image-content2 {
    background: #D9F4FF;
    transform: rotate(-15deg);
    padding: 15px 20px;
    bottom: 25%;
    top: auto;
    border-radius: 12px;
}

@media only screen and (max-width: 1199px) {
    .nenix-hero-section-02 .hero-images .image .image-content2 {
        bottom: 15%;
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .nenix-hero-section-02 .hero-images .image .image-content2 {
        bottom: 9%;
    }
}

@media only screen and (max-width: 575px) {
    .nenix-hero-section-02 .hero-images .image .image-content2 {
        bottom: 2%;
    }
}

.nenix-hero-section-02 .hero-images .image .image-content2 .image-text {
    margin-left: 10px;
}

.nenix-hero-section-02 .hero-images .image .image-content2 .image-text .number {
    font-size: 40px;
    margin-bottom: -7px;
}

@media only screen and (max-width: 575px) {
    .nenix-hero-section-02 .hero-images .image .image-content2 .image-text .number {
        font-size: 35px;
    }
}

.nenix-hero-section-02 .hero-images .image .image-content2 .image-text span {
    font-size: 12px;
    line-height: 18px;
}

.nenix-hero-section-02 .hero-images .image .image-content3 {
    right: auto;
    left: -7%;
    top: 18%;
    bottom: auto;
    transform: rotate(9deg);
}

@media only screen and (max-width: 1199px) {
    .nenix-hero-section-02 .hero-images .image .image-content3 {
        left: -15%;
    }
}

@media only screen and (max-width: 991px) {
    .nenix-hero-section-02 .hero-images .image .image-content3 {
        left: 3%;
    }
}

@media only screen and (max-width: 767px) {
    .nenix-hero-section-02 .hero-images .image .image-content3 {
        left: 0;
        top: 35%;
    }
}

@media only screen and (max-width: 575px) {
    .nenix-hero-section-02 .hero-images .image .image-content3 {
        top: 58%;
    }
}

@media only screen and (max-width: 1399px) {
    .nenix-hero-section-02 .hero-content .title {
        font-size: 76px;
        line-height: 82px;
    }
}

@media only screen and (max-width: 1199px) {
    .nenix-hero-section-02 .hero-content .title {
        font-size: 58px;
        line-height: 64px;
    }

    .nenix-hero-section-02 .hero-content .text {
        padding-right: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .nenix-hero-section-02 .hero-content {
        padding-top: 50px;
    }

    .nenix-hero-section-02 .hero-content .text {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .nenix-hero-section-02 .hero-content .title {
        font-size: 42px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 575px) {
    .nenix-hero-section-02 .hero-content .title {
        font-size: 30px;
        line-height: 36px;
    }
}

.nenix-hero-section-03 {
    height: 705px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

.nenix-hero-section-03::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(19, 15, 73, 0.8);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.nenix-hero-section-03 .shape-1 {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: -1;
}

.nenix-hero-section-03 .shape-1 svg {
    fill: var(--button-hover);
}

.nenix-hero-section-03 .shape-2 {
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: -1;
}

.nenix-hero-section-03 .shape-2 svg {
    fill: var(--button-hover);
}

.nenix-hero-section-03 .hero-content .title {
    position: relative;
    font-size: 78px;
    line-height: 82px;
    color: #ffffff;
}

.nenix-hero-section-03 .hero-content .title::after {
    content: "";
    position: absolute;
    right: -34%;
    bottom: 18%;
    background: #ffffff;
    width: 630px;
    height: 2px;
    z-index: -1;
}

.nenix-hero-section-03 .hero-content .text {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 30px;
}

.nenix-hero-section-03 .hero-content .hero-btn .btn {
    color: #ffffff;
    background: rgba(19, 15, 73, 0.1);
    margin-top: 35px;
}

.nenix-hero-section-03 .hero-content .hero-btn .btn:hover {
    background: var(--button-hover);
}

@media only screen and (max-width: 1199px) {
    .nenix-hero-section-03 {
        height: 650px;
    }

    .nenix-hero-section-03 .shape-2 {
        bottom: -15px;
        transform: rotate(-15deg);
    }

    .nenix-hero-section-03 .hero-content {
        margin-top: -50px;
    }

    .nenix-hero-section-03 .hero-content .title {
        font-size: 58px;
        line-height: 62px;
    }

    .nenix-hero-section-03 .hero-content .title::after {
        width: 420px;
    }
}

@media only screen and (max-width: 991px) {
    .nenix-hero-section-03 {
        height: 580px;
    }

    .nenix-hero-section-03 .hero-content .title {
        font-size: 48px;
        line-height: 52px;
    }

    .nenix-hero-section-03 .hero-content .title::after {
        width: 260px;
        right: 0;
    }

    .nenix-hero-section-03 .hero-content .text {
        font-size: 16px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .nenix-hero-section-03 {
        height: 540px;
    }

    .nenix-hero-section-03 .hero-content .title {
        font-size: 36px;
        line-height: 40px;
    }

    .nenix-hero-section-03 .hero-content .title::after {
        width: 200px;
    }
}

@media only screen and (max-width: 575px) {
    .nenix-hero-section-03 {
        height: 540px;
    }

    .nenix-hero-section-03 .hero-content .title {
        font-size: 30px;
        line-height: 34px;
    }

    .nenix-hero-section-03 .hero-content .title::after {
        display: none;
    }
}

/*--
/*  04 - About CSS
/*----------------------------------------*/
.nenix-about-section {
    background: #FFF5F6;
}

.nenix-about-section .about-content .section-title {
    margin: 0;
}

.nenix-about-section .about-content .about-list-wrap {
    padding-top: 10px;
    padding-right: 110px;
}

.nenix-about-section .about-content .about-list-wrap .about-list-item {
    display: flex;
    margin-top: 25px;
}

.nenix-about-section .about-content .about-list-wrap .about-list-item .about-icon span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #1e2838;
    text-align: center;
    border-radius: 50%;
    background: #ffffff;
}

.nenix-about-section .about-content .about-list-wrap .about-list-item .about-list-content {
    flex: 1;
    margin-left: 20px;
}

.nenix-about-section .about-content .about-list-wrap .about-list-item .about-list-content .title {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1e2838;
}

.nenix-about-section .about-content .about-list-wrap .about-list-item .about-list-content p {
    font-size: 18px;
    line-height: 30px;
    color: #55527C;
    margin-top: 10px;
}

.nenix-about-section .about-img {
    position: relative;
    overflow: hidden;
}

.nenix-about-section .about-img img {
    border-radius: 20px;
}

.nenix-about-section .about-img .image-content {
    position: absolute;
    right: 65px;
    bottom: 35px;
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 20px 30px;
}

.nenix-about-section .about-img .image-content .image-icon svg {
    fill: #1e2838;
}

.nenix-about-section .about-img .image-content .image-text {
    flex: 1;
    text-align: left;
    margin-left: 15px;
}

.nenix-about-section .about-img .image-content .image-text .number {
    font-size: 64px;
    line-height: 1;
    color: #1e2838;
}

.nenix-about-section .about-img .image-content .image-text span {
    font-size: 18px;
    line-height: 30px;
    color: #1e2838;
}

@media only screen and (max-width: 1399px) {
    .nenix-about-section .about-img {
        margin-right: 40px;
    }

    .nenix-about-section .about-content .about-list-wrap {
        padding-right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .nenix-about-section .about-content {
        padding-left: 0;
    }

    .nenix-about-section .about-content .about-list-wrap {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .nenix-about-section .about-img {
        text-align: center;
    }

    .nenix-about-section .about-content {
        padding-left: 0;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .nenix-about-section .about-img .image-content {
        right: 10px;
        bottom: 25px;
        padding: 20px 25px;
    }

    .nenix-about-section .about-img .image-content .image-text {
        margin-left: 10px;
    }

    .nenix-about-section .about-img .image-content .image-text .number {
        font-size: 48px;
    }

    .nenix-about-section .about-img .image-content .image-text span {
        font-size: 16px;
        line-height: 28px;
    }
}

.nenix-about-section-02 {
    background: transparent;
}

.nenix-about-section-02 .about-content .about-list-wrap {
    padding-top: 0;
    padding-right: 110px;
}

.nenix-about-section-02 .about-content .about-list-wrap .about-list-item {
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.nenix-about-section-02 .about-content .about-list-wrap .about-list-item .about-icon {
    width: 80px;
    height: 80px;
    line-height: 78px;
    text-align: center;
    border: 1px solid #B4B2C5;
    border-radius: 50%;
    transition: all 0.3s linear;
}

.nenix-about-section-02 .about-content .about-list-wrap .about-list-item .about-icon svg {
    fill: var(--button-hover);
}

.nenix-about-section-02 .about-content .about-list-wrap .about-list-item .about-list-content {
    flex: 1;
    margin-left: 20px;
}

.nenix-about-section-02 .about-content .about-list-wrap .about-list-item .about-list-content .title {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1e2838;
}

.nenix-about-section-02 .about-content .about-list-wrap .about-list-item .about-list-content p {
    font-size: 18px;
    line-height: 30px;
    color: #646464;
    margin-top: 5px;
}

.nenix-about-section-02 .about-content .about-list-wrap .about-list-item:hover .about-icon {
    border: 1px solid var(--button-hover);
}

.nenix-about-section-02 .about-img {
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .nenix-about-section-02 .about-img {
        text-align: left;
    }
}

.nenix-about-section-02 .about-img img {
    border-radius: 20px;
}

.nenix-about-section-02 .about-img .image-content {
    position: absolute;
    left: 30px;
    right: auto;
    bottom: 30px;
    display: flex;
    align-items: center;
    background: #FFF5F6;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 30px 25px;
}

.nenix-about-section-02 .about-img .image-content .image-text span {
    display: inline-block;
    font-size: 26px;
    line-height: 32px;
    color: #1e2838;
    letter-spacing: -0.8px;
    margin-top: 15px;
}

@media only screen and (max-width: 1199px) {
    .nenix-about-section-02 .about-content .about-list-wrap {
        padding-right: 0;
    }

    .nenix-about-section-02 .about-content .about-list-wrap .about-list-item {
        margin-top: 50px;
    }
}

.nenix-about-section-03 {
    background: transparent;
}

.nenix-about-section-03 .about-content .about-list-wrap {
    padding-top: 30px;
    padding-right: 110px;
}

.nenix-about-section-03 .about-content .about-list-wrap .about-list-item {
    display: flex;
}

.nenix-about-section-03 .about-content .about-list-wrap .about-list-item .about-icon {
    font-size: 25px;
    color: var(--button-hover);
}

.nenix-about-section-03 .about-content .about-list-wrap .about-list-item .about-list-content {
    flex: 1;
    margin-left: 20px;
}

.nenix-about-section-03 .about-content .about-list-wrap .about-list-item .about-list-content .title {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1e2838;
}

.nenix-about-section-03 .about-content .about-list-wrap .about-list-item .about-list-content p {
    font-size: 18px;
    line-height: 30px;
    color: #55527C;
    margin-top: 5px;
}

.nenix-about-section-03 .about-img-wrap {
    position: relative;
    z-index: 1;
}

.nenix-about-section-03 .about-img-wrap .shape-1 {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 600px;
    height: 590px;
    background: #D9F4FF;
    border-radius: 20px;
    z-index: -1;
}

.nenix-about-section-03 .about-img {
    text-align: right;
}

.nenix-about-section-03 .about-img img {
    border-radius: 20px;
}

@media only screen and (max-width: 1199px) {
    .nenix-about-section-03 .about-content {
        padding-left: 0;
    }

    .nenix-about-section-03 .about-content .about-list-wrap {
        padding-right: 0;
    }

    .nenix-about-section-03 .about-img-wrap {
        padding-left: 20px;
    }

    .nenix-about-section-03 .about-img-wrap .shape-1 {
        right: -25px;
        width: 440px;
        height: 440px;
    }
}

@media only screen and (max-width: 991px) {
    .nenix-about-section-03 .about-content {
        margin-top: 0;
    }

    .nenix-about-section-03 .about-img-wrap {
        padding-left: 0;
        margin-top: 70px;
    }

    .nenix-about-section-03 .about-img-wrap .shape-1 {
        right: 60px;
        top: -30px;
        width: 600px;
        height: 590px;
    }

    .nenix-about-section-03 .about-img {
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .nenix-about-section-03 .about-img-wrap .shape-1 {
        right: -25px;
        width: 450px;
        height: 505px;
    }
}

@media only screen and (max-width: 575px) {
    .nenix-about-section-03 .about-img-wrap {
        margin-top: 50px;
    }

    .nenix-about-section-03 .about-img-wrap .shape-1 {
        display: none;
    }
}

/*--
/*  05 - Journey CSS
/*----------------------------------------*/
.journey-content-wrap {
    padding-top: 30px;
}

@media only screen and (max-width: 767px) {
    .journey-content-wrap {
        padding-top: 10px;
    }
}

.journey-item {
    margin-top: 30px;
}

.journey-item .title {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1e2838;
    letter-spacing: -0.8px;
}

.journey-item .title span {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #FFF5F6;
    border-radius: 50%;
    margin-right: 15px;
}

.journey-item p {
    font-size: 18px;
    line-height: 30px;
    color: #55527C;
    margin-top: 20px;
}

.nenix-journey-section-02 {
    padding-top: 50px;
}

.nenix-journey-section-02 .journey-wrap {
    position: relative;
    padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
    .nenix-journey-section-02 .journey-wrap {
        padding-bottom: 0;
    }
}

.nenix-journey-section-02 .journey-wrap .shape-1 {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media only screen and (max-width: 991px) {
    .nenix-journey-section-02 .journey-wrap .shape-1 {
        display: none;
    }
}

.journey-content-wrap-02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}

@media only screen and (max-width: 767px) {
    .journey-content-wrap-02 {
        justify-content: center;
    }
}

.journey-content-wrap-02 .journey-col {
    margin-top: 30px;
}

.journey-content-wrap-02 .journey-col:nth-child(2) {
    margin-top: 60px;
}

@media only screen and (max-width: 991px) {
    .journey-content-wrap-02 .journey-col:nth-child(2) {
        margin-top: 30px;
    }
}

.journey-item-02 {
    max-width: 300px;
    border: 1px solid var(--button-hover);
    border-radius: 20px;
    padding: 30px 29px 35px;
}

.journey-item-02 .number {
    font-size: 60px;
    line-height: 68px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--button-hover);
}

.journey-item-02 .title {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1e2838;
    margin-top: 20px;
}

.journey-item-02 p {
    font-size: 18px;
    line-height: 30px;
    color: #55527C;
    margin-top: 10px;
}

/*--
/*  06 - Service CSS
/*----------------------------------------*/
.nenix-service-section {
    position: relative;
    z-index: 1;
}

.nenix-service-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF5F6;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    width: 50%;
    height: 82%;
    z-index: -1;
}

.nenix-service-section .section-title {
    margin: 0;
}

.nenix-service-section .service-content-wrap {
    padding-top: 20px;
}

.service-item {
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 60px 40px 65px;
    margin-top: 30px;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1199px) {
    .service-item {
        padding: 55px 35px 60px;
    }
}

.service-item .service-icon svg {
    fill: #1e2838;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

.service-item .service-content .title {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1e2838;
    margin-top: 25px;
}

.service-item .service-content p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
}

.service-item .service-content .read-more {
    font-size: 14px;
    line-height: 1;
    font-family: "Inter", serif;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #1e2838;
    margin-top: 25px;
}

.service-item .service-content .read-more i {
    margin-left: 5px;
}

.service-item .service-content .read-more:hover {
    color: var(--button-hover);
}

.service-item:hover {
    border: 1px solid var(--button-hover);
}

.service-item:hover .service-icon svg {
    transform: translateY(-5px) translate3d(0, -3px, 0);
}

.nenix-service-section-02 {
    position: relative;
    z-index: 1;
}

.nenix-service-section-02::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF5F6;
    width: 100%;
    height: 80%;
    z-index: -1;
}

.nenix-service-section-02 .section-title {
    margin: 0;
}

.nenix-service-section-02 .service-btn {
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .nenix-service-section-02 .service-btn {
        text-align: left;
        margin-top: 30px;
    }
}

.nenix-service-section-02 .service-content-wrap {
    padding-top: 35px;
}

@media only screen and (max-width: 767px) {
    .nenix-service-section-02 .service-content-wrap {
        padding-top: 20px;
    }
}

.service-item-02 {
    background: #ffffff;
    box-shadow: 0px 15px 40px 10px #fff5f6;
    border: 1px solid transparent;
    padding: 45px 40px 40px;
    margin-top: 60px;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1199px) {
    .service-item-02 {
        padding: 55px 35px 60px;
        margin-top: 30px;
    }
}

.service-item-02.item-02 {
    margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
    .service-item-02.item-02 {
        padding: 55px 35px 60px;
        margin-top: 30px;
    }
}

.service-item-02 .service-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.service-item-02 .service-title-wrap .title {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1e2838;
}

.service-item-02 .service-title-wrap .service-icon svg {
    fill: rgba(19, 15, 73, 0.1);
    transition: all 0.3s linear;
}

.service-item-02 .service-content {
    border-top: 1px solid #B4B2C5;
    margin-top: 30px;
    padding-top: 30px;
}

.service-item-02 .service-content p {
    font-size: 18px;
    line-height: 30px;
}

.service-item-02 .service-content .btn {
    margin-top: 60px;
}

.service-item-02:hover {
    border: 1px solid var(--button-hover);
}

.service-item-02:hover .service-icon svg {
    fill: var(--button-hover);
}

.nenix-service-section-04 .service-wrap {
    margin-top: -30px;
}

.nenix-service-section-04 .service-item {
    box-shadow: none;
    border: 0;
}

.nenix-service-section-04 .service-item .service-icon svg {
    fill: var(--button-hover);
}

.nenix-service-section-04 .service-item .service-icon svg path {
    fill: var(--button-hover);
}

.nenix-service-section-04 .service-item:hover {
    background: #FFF5F6;
}

/*--
/*  07 - Counter CSS
/*----------------------------------------*/
.counter-content-wrap {
    padding-top: 25px;
}

@media only screen and (max-width: 767px) {
    .counter-content-wrap {
        padding-top: 10px;
    }
}

.counter-item {
    padding-left: 85px;
    margin-top: 30px;
}

.counter-item .counter-text {
    padding-right: 110px;
}

@media only screen and (max-width: 1399px) {
    .counter-item .counter-text {
        padding-right: 30px;
    }
}

.counter-item .counter-text span {
    font-size: 78px;
    line-height: 82px;
    font-family: "Inter", serif;
    font-weight: 700;
    color: #1e2838;
}

.counter-item .counter-text p {
    font-size: 18px;
    line-height: 30px;
    color: #55527C;
    margin-top: 5px;
}

@media only screen and (max-width: 1199px) {
    .counter-item {
        padding-left: 60px;
    }

    .counter-item .counter-text {
        padding-right: 0;
    }

    .counter-item .counter-text span {
        font-size: 60px;
        line-height: 65px;
    }
}

@media only screen and (max-width: 767px) {
    .counter-item {
        padding-left: 0;
    }

    .counter-item .counter-text span {
        font-size: 48px;
        line-height: 52px;
    }

    .counter-item .counter-text p {
        font-size: 16px;
        line-height: 28px;
    }
}

.nenix-counter-section-02 {
    background: #D9F4FF;
}

.nenix-counter-section-02 .counter-wrap {
    margin-top: -30px;
}

.counter-item-02 {
    background: #ffffff;
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 35px 30px;
    margin-top: 30px;
}

@media only screen and (max-width: 1399px) {
    .counter-item-02 {
        padding: 35px 25px;
    }
}

.counter-item-02 .counter-img svg {
    fill: #1e2838;
}

.counter-item-02 .counter-text {
    flex: 1;
    margin-left: 20px;
}

.counter-item-02 .counter-text span {
    font-size: 64px;
    line-height: 1;
    font-family: "Inter", serif;
    font-weight: 700;
    letter-spacing: -0.2px;
    color: #1e2838;
}

@media only screen and (max-width: 1399px) {
    .counter-item-02 .counter-text span {
        font-size: 52px;
    }
}

@media only screen and (max-width: 767px) {
    .counter-item-02 .counter-text span {
        font-size: 48px;
    }
}

.counter-item-02 .counter-text p {
    font-size: 18px;
    line-height: 30px;
    color: #1e2838;
}

@media only screen and (max-width: 1399px) {
    .counter-item-02 .counter-text p {
        font-size: 16px;
        line-height: 28px;
    }
}

/*--
/*  08 - Faq CSS
/*----------------------------------------*/
.nenix-faq-section .faq-content-wrap {
    padding-top: 25px;
}

@media only screen and (max-width: 991px) {
    .nenix-faq-section .faq-content-wrap {
        padding-top: 10px;
    }
}

.faq-accordion {
    padding-top: 15px;
}

.faq-accordion .accordion-item {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 25px;
}

.faq-accordion .accordion-item .accordion-button {
    padding: 20px 35px;
}

.faq-accordion .accordion-item .accordion-button .title {
    font-size: 26px;
    line-height: 32px;
    color: #1e2838;
    font-family: "Inter", serif;
    display: inline-block;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.faq-accordion .accordion-item .accordion-button::after {
    position: absolute;
    content: "\f16c";
    font-family: "flaticon";
    border: none;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
    color: #1e2838;
    background: none;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-out 0s;
}

.faq-accordion .accordion-item .accordion-body {
    font-size: 18px;
    line-height: 30px;
    padding: 25px 35px;
    padding-right: 160px;
    padding-top: 5px;
    position: relative;
    color: #1e2838;
}

@media only screen and (max-width: 991px) {
    .faq-accordion .accordion-item .accordion-body {
        padding-right: 70px;
    }
}

@media only screen and (max-width: 575px) {
    .faq-accordion .accordion-item .accordion-body {
        padding-right: 35px;
    }
}

.faq-accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #ffffff;
    box-shadow: none;
}

.faq-accordion .accordion-item .accordion-button:not(.collapsed)::after {
    position: absolute;
    border: none;
    transform: rotate(180deg);
}

/*--
/*  09 - Portfolio CSS
/*----------------------------------------*/
.portfolio-wrap {
    margin-top: -30px;
}

.portfolio-item {
    position: relative;
    margin-top: 30px;
}

.portfolio-item .portfolio-img {
    overflow: hidden;
    border-radius: 20px;
}

.portfolio-item .portfolio-img a {
    display: block;
}

.portfolio-item .portfolio-img a img {
    height: 410px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 767px) {
    .portfolio-item .portfolio-img a img {
        height: auto;
    }
}

.portfolio-item .portfolio-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding: 35px 30px 35px;
    background: #FFF5F6;
    border-radius: 20px;
    width: 60%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}

.portfolio-item .portfolio-content .sub-title {
    font-size: 18px;
    line-height: 30px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1e2838;
}

.portfolio-item .portfolio-content .title {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1e2838;
    margin-top: 10px;
}

.portfolio-item:hover .portfolio-img a img {
    transform: scale(1.05);
}

.portfolio-item:hover .portfolio-content {
    opacity: 1;
    visibility: visible;
}

.nenix-gallery-section {
    background: #D9F4FF;
}

.nenix-gallery-section .section-title {
    max-width: 810px;
}

.nenix-gallery-section .gallery-wrap {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
}

@media only screen and (max-width: 1199px) {
    .nenix-gallery-section .gallery-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .nenix-gallery-section .gallery-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .nenix-gallery-section .gallery-wrap {
        padding-left: 0;
        padding-right: 0;
    }
}

.single-gallery {
    position: relative;
}

.single-gallery .gallery-img {
    overflow: hidden;
}

.single-gallery .gallery-img a {
    display: block;
}

.single-gallery .gallery-img a img {
    height: 480px;
    border-radius: 20px;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 991px) {
    .single-gallery .gallery-img a img {
        height: 425px;
    }
}

.single-gallery .gallery-content {
    max-width: 410px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding: 35px 30px 35px;
    background: #D9F4FF;
    border-radius: 20px;
    display: none;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1399px) {
    .single-gallery .gallery-content {
        max-width: 310px;
    }
}

@media only screen and (max-width: 991px) {
    .single-gallery .gallery-content {
        max-width: 290px;
        left: 25px;
    }
}

.single-gallery .gallery-content .sub-title {
    font-size: 18px;
    line-height: 30px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1e2838;
}

.single-gallery .gallery-content .title {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1e2838;
    margin-top: 7px;
}

.gallery-slider-wrap .swiper-slide.swiper-slide-active .single-gallery .gallery-content {
    display: block;
}

.gallery-active .gallery-arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    transform: translateY(-25%);
    background: #ffffff;
    box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.15);
    color: var(--button-hover);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 991px) {
    .gallery-active .gallery-arrow {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

.gallery-active .gallery-arrow.swiper-button-prev {
    left: 0;
}

.gallery-active .gallery-arrow.swiper-button-prev::after {
    content: "\f11c";
    font-family: flaticon !important;
    transform: rotate(180deg);
    font-size: 24px;
}

.gallery-active .gallery-arrow.swiper-button-next {
    right: 0;
}

.gallery-active .gallery-arrow.swiper-button-next::after {
    content: "\f11c";
    font-family: flaticon !important;
    font-size: 24px;
}

.gallery-active .gallery-arrow:hover {
    color: #ffffff;
    background: var(--button-hover);
}

.gallery-active:hover .gallery-arrow {
    opacity: 1;
    visibility: visible;
}

.gallery-active:hover .gallery-arrow.swiper-button-prev {
    left: 2%;
}

.gallery-active:hover .gallery-arrow.swiper-button-next {
    right: 2%;
}

.nenix-portfolio-section-02 {
    background: #D9F4FF;
}

.nenix-portfolio-section-02 .section-title {
    max-width: 810px;
}

.nenix-portfolio-section-02 .portfolio-content-wrap {
    padding-top: 15px;
}

.nenix-portfolio-section-02 .portfolio-item-02 {
    margin-top: 45px;
}

.nenix-portfolio-section-02 .portfolio-item-02:nth-child(2n+2) .portfolio-content {
    padding-right: 110px;
    padding-left: 0;
}

.nenix-portfolio-section-02 .portfolio-item-02 .portfolio-img-wrap .portfolio-img {
    overflow: hidden;
    border-radius: 20px;
}

.nenix-portfolio-section-02 .portfolio-item-02 .portfolio-img-wrap .portfolio-img a {
    display: block;
}

.nenix-portfolio-section-02 .portfolio-item-02 .portfolio-img-wrap .portfolio-img a img {
    border-radius: 20px;
}

.nenix-portfolio-section-02 .portfolio-item-02 .portfolio-img-wrap .portfolio-img-link {
    margin-top: -50px;
}

.nenix-portfolio-section-02 .portfolio-item-02 .portfolio-img-wrap .portfolio-img-link span {
    display: inline-block;
    width: 115px;
    height: 115px;
    line-height: 105px;
    border: 7px solid #D9F4FF;
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
    background: #ffffff;
    color: var(--button-hover);
    transition: all 0.3s linear;
}

.nenix-portfolio-section-02 .portfolio-item-02 .portfolio-content {
    padding-left: 110px;
}

.nenix-portfolio-section-02 .portfolio-item-02 .portfolio-content .portfolio-cat span {
    font-size: 16px;
    line-height: 20px;
    font-family: "Inter", serif;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #B4B2C5;
    border-radius: 30px;
    color: #B4B2C5;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 15px;
    margin-right: 25px;
}

.nenix-portfolio-section-02 .portfolio-item-02 .portfolio-content .title {
    font-size: 45px;
    line-height: 55px;
    color: #000000;
    margin-top: 15px;
}

@media only screen and (max-width: 991px) {
    .nenix-portfolio-section-02 .portfolio-item-02 .portfolio-content .title {
        font-size: 30px;
        line-height: 34px;
    }
}

.nenix-portfolio-section-02 .portfolio-item-02 .portfolio-content p {
    font-size: 18px;
    line-height: 30px;
    color: #55527C;
    margin-top: 20px;
}

.nenix-portfolio-section-02 .portfolio-item-02:hover .portfolio-img-wrap .portfolio-img-link span {
    background: var(--button-hover);
    transform: rotate(-40deg);
}

.nenix-portfolio-section-02 .portfolio-item-02:hover .portfolio-img-wrap .portfolio-img-link span a {
    color: #ffffff;
}

@media only screen and (max-width: 1199px) {
    .nenix-portfolio-section-02 .portfolio-item-02:nth-child(2n+2) .portfolio-content {
        padding-right: 50px;
    }

    .nenix-portfolio-section-02 .portfolio-item-02 .portfolio-content {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .nenix-portfolio-section-02 .portfolio-item-02:nth-child(2n+2) .portfolio-content {
        padding-right: 15px;
    }

    .nenix-portfolio-section-02 .portfolio-item-02 .portfolio-img-wrap .portfolio-img-link span {
        width: 90px;
        height: 90px;
        line-height: 78px;
        font-size: 30px;
    }

    .nenix-portfolio-section-02 .portfolio-item-02 .portfolio-content {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .nenix-portfolio-section-02 .portfolio-content-wrap {
        padding-top: 0;
    }

    .nenix-portfolio-section-02 .portfolio-item-02:nth-child(2n+2) .portfolio-content {
        padding-right: 0;
    }

    .nenix-portfolio-section-02 .portfolio-item-02 .portfolio-content {
        padding-left: 0;
        margin-top: 30px;
    }
}

/*--
/*  10 - Testimonial CSS
/*----------------------------------------*/
.testimonial-slider-wrap {
    background: #FFF5F6;
    border-radius: 30px;
    padding: 85px 80px 80px;
}

@media only screen and (max-width: 1199px) {
    .testimonial-slider-wrap {
        padding: 75px 70px 75px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-slider-wrap {
        padding: 70px 55px 75px;
    }
}

@media only screen and (max-width: 575px) {
    .testimonial-slider-wrap {
        padding: 65px 40px 70px;
    }
}

.single-testimonial .testimonial-quote svg {
    fill: #B4B2C5;
}

.single-testimonial .testimonial-content p {
    font-size: 45px;
    line-height: 50px;
    margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
    .single-testimonial .testimonial-content p {
        font-size: 35px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .single-testimonial .testimonial-content p {
        font-size: 30px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .single-testimonial .testimonial-content p {
        font-size: 22px;
        line-height: 30px;
    }
}

.single-testimonial .testimonial-content .testimonial-author-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.single-testimonial .testimonial-content .testimonial-author-wrap .author-img img {
    border-radius: 50%;
}

.single-testimonial .testimonial-content .testimonial-author-wrap .author-text {
    text-align: left;
    margin-left: 20px;
}

@media only screen and (max-width: 575px) {
    .single-testimonial .testimonial-content .testimonial-author-wrap .author-text {
        margin-left: 15px;
    }
}

.single-testimonial .testimonial-content .testimonial-author-wrap .author-text .name {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.8px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1e2838;
}

@media only screen and (max-width: 575px) {
    .single-testimonial .testimonial-content .testimonial-author-wrap .author-text .name {
        font-size: 20px;
        line-height: 26px;
    }
}

.single-testimonial .testimonial-content .testimonial-author-wrap .author-text .designation {
    font-size: 18px;
    line-height: 30px;
    color: #55527C;
}

@media only screen and (max-width: 575px) {
    .single-testimonial .testimonial-content .testimonial-author-wrap .author-text .designation {
        font-size: 16px;
        line-height: 28px;
    }
}

.testimonial-active .testimonial-arrow {
    color: rgba(19, 15, 73, 0.3);
    transition: all 0.3s linear;
}

.testimonial-active .testimonial-arrow.swiper-button-prev {
    left: 20px;
    top: auto;
    bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .testimonial-active .testimonial-arrow.swiper-button-prev {
        left: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .testimonial-active .testimonial-arrow.swiper-button-prev {
        bottom: 50%;
    }
}

.testimonial-active .testimonial-arrow.swiper-button-prev::after {
    content: "\f11c";
    font-family: flaticon !important;
    transform: rotate(180deg);
    font-size: 60px;
}

@media only screen and (max-width: 991px) {
    .testimonial-active .testimonial-arrow.swiper-button-prev::after {
        font-size: 45px;
    }
}

@media only screen and (max-width: 575px) {
    .testimonial-active .testimonial-arrow.swiper-button-prev::after {
        font-size: 35px;
    }
}

.testimonial-active .testimonial-arrow.swiper-button-next {
    right: 20px;
    top: auto;
    bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .testimonial-active .testimonial-arrow.swiper-button-next {
        right: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .testimonial-active .testimonial-arrow.swiper-button-next {
        bottom: 50%;
    }
}

.testimonial-active .testimonial-arrow.swiper-button-next::after {
    content: "\f11c";
    font-family: flaticon !important;
    font-size: 60px;
}

@media only screen and (max-width: 991px) {
    .testimonial-active .testimonial-arrow.swiper-button-next::after {
        font-size: 45px;
    }
}

@media only screen and (max-width: 575px) {
    .testimonial-active .testimonial-arrow.swiper-button-next::after {
        font-size: 35px;
    }
}

.testimonial-active .testimonial-arrow:hover {
    color: var(--button-hover);
}

.testimonial-active .swiper-pagination {
    position: relative;
    margin-top: 50px;
}

.nenix-testimonial-section-02 {
    background: #FFF5F6;
    padding-top: 270px;
}

@media only screen and (max-width: 1199px) {
    .nenix-testimonial-section-02 {
        padding-top: 240px;
    }
}

@media only screen and (max-width: 991px) {
    .nenix-testimonial-section-02 {
        padding-top: 220px;
    }
}

.nenix-testimonial-section-02 .testimonial-slider-wrap-02 {
    display: flex;
    margin-top: 60px;
}

@media only screen and (max-width: 991px) {
    .nenix-testimonial-section-02 .testimonial-slider-wrap-02 {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .nenix-testimonial-section-02 .testimonial-slider-wrap-02 {
        margin-top: 40px;
    }
}

.nenix-testimonial-section-02 .testimonial-slider-wrap-02 .testimonial-author {
    width: 25%;
}

@media only screen and (max-width: 991px) {
    .nenix-testimonial-section-02 .testimonial-slider-wrap-02 .testimonial-author {
        width: 100%;
    }
}

.nenix-testimonial-section-02 .testimonial-slider-wrap-02 .testimonial-author .author-image {
    position: relative;
}

@media only screen and (max-width: 991px) {
    .nenix-testimonial-section-02 .testimonial-slider-wrap-02 .testimonial-author .author-image {
        text-align: center;
        margin: 0 auto;
        width: 100% !important;
    }
}

.nenix-testimonial-section-02 .testimonial-slider-wrap-02 .testimonial-author .author-image img {
    border-radius: 20px;
}

.nenix-testimonial-section-02 .testimonial-slider-wrap-02 .testimonial-author .author-image .author-content-wrap {
    position: absolute;
    left: 20px;
    bottom: 20px;
    max-width: 185px;
    background: #1e2838;
    border-radius: 10px;
    padding: 15px 30px;
}

@media only screen and (max-width: 991px) {
    .nenix-testimonial-section-02 .testimonial-slider-wrap-02 .testimonial-author .author-image .author-content-wrap {
        text-align: left;
        left: 215px;
    }
}

@media only screen and (max-width: 767px) {
    .nenix-testimonial-section-02 .testimonial-slider-wrap-02 .testimonial-author .author-image .author-content-wrap {
        left: 125px;
    }
}

@media only screen and (max-width: 449px) {
    .nenix-testimonial-section-02 .testimonial-slider-wrap-02 .testimonial-author .author-image .author-content-wrap {
        left: 80px;
    }
}

.nenix-testimonial-section-02 .testimonial-slider-wrap-02 .testimonial-author .author-image .author-content-wrap .name {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.8px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #ffffff;
}

.nenix-testimonial-section-02 .testimonial-slider-wrap-02 .testimonial-author .author-image .author-content-wrap .designation {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.nenix-testimonial-section-02 .testimonial-slider-wrap-02 .testimonial-content {
    position: relative;
    width: 75%;
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 55px 50px;
    padding-right: 70px;
    margin-left: 30px;
}

@media only screen and (max-width: 1199px) {
    .nenix-testimonial-section-02 .testimonial-slider-wrap-02 .testimonial-content {
        width: 72%;
    }
}

@media only screen and (max-width: 991px) {
    .nenix-testimonial-section-02 .testimonial-slider-wrap-02 .testimonial-content {
        text-align: center;
        width: 100%;
        padding-right: 55px;
        margin-left: 0;
        margin-top: 50px;
    }
}

.nenix-testimonial-section-02 .testimonial-slider-wrap-02 .testimonial-content .single-testimonial-content .rating::before {
    font-size: 20px;
    letter-spacing: 8px;
}

.nenix-testimonial-section-02 .testimonial-slider-wrap-02 .testimonial-content .single-testimonial-content .rating .rating-active::before {
    font-size: 20px;
    color: #1e2838;
    letter-spacing: 8px;
}

.nenix-testimonial-section-02 .testimonial-slider-wrap-02 .testimonial-content .single-testimonial-content p {
    font-size: 45px;
    line-height: 55px;
    color: #1e2838;
    margin-top: 10px;
}

@media only screen and (max-width: 1399px) {
    .nenix-testimonial-section-02 .testimonial-slider-wrap-02 .testimonial-content .single-testimonial-content p {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .nenix-testimonial-section-02 .testimonial-slider-wrap-02 .testimonial-content .single-testimonial-content p {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .nenix-testimonial-section-02 .testimonial-slider-wrap-02 .testimonial-content .single-testimonial-content p {
        font-size: 26px;
        line-height: 36px;
    }
}

.testimonial-content-active .testimonial-arrow {
    color: rgba(19, 15, 73, 0.3);
    transition: all 0.3s linear;
}

.testimonial-content-active .testimonial-arrow.swiper-button-prev {
    left: 65px;
    top: auto;
    bottom: 40px;
}

@media only screen and (max-width: 575px) {
    .testimonial-content-active .testimonial-arrow.swiper-button-prev {
        left: 30px;
    }
}

.testimonial-content-active .testimonial-arrow.swiper-button-prev::after {
    content: "\f11c";
    font-family: flaticon !important;
    transform: rotate(180deg);
    font-size: 50px;
}

@media only screen and (max-width: 1199px) {
    .testimonial-content-active .testimonial-arrow.swiper-button-prev::after {
        font-size: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-content-active .testimonial-arrow.swiper-button-prev::after {
        font-size: 35px;
    }
}

.testimonial-content-active .testimonial-arrow.swiper-button-next {
    left: 155px;
    top: auto;
    bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .testimonial-content-active .testimonial-arrow.swiper-button-next {
        left: auto;
        right: 65px;
    }
}

@media only screen and (max-width: 575px) {
    .testimonial-content-active .testimonial-arrow.swiper-button-next {
        right: 30px;
    }
}

.testimonial-content-active .testimonial-arrow.swiper-button-next::after {
    content: "\f11c";
    font-family: flaticon !important;
    font-size: 50px;
}

@media only screen and (max-width: 1199px) {
    .testimonial-content-active .testimonial-arrow.swiper-button-next::after {
        font-size: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-content-active .testimonial-arrow.swiper-button-next::after {
        font-size: 35px;
    }
}

.testimonial-content-active .testimonial-arrow:hover {
    color: var(--button-hover);
}

.testimonial-slider-wrap-03 {
    padding-top: 65px;
}

@media only screen and (max-width: 767px) {
    .testimonial-slider-wrap-03 {
        padding-top: 40px;
    }
}

.single-testimonial-02 {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.single-testimonial-02 .testimonial-content {
    padding: 30px;
}

.single-testimonial-02 .testimonial-content .quote-icon span {
    font-size: 40px;
    display: inline-block;
    border-radius: 50%;
    line-height: 78px;
    text-align: center;
    border-radius: 50%;
    color: var(--button-hover);
}

.single-testimonial-02 .testimonial-content p {
    font-size: 18px;
    line-height: 30px;
    color: #4B5563;
}

.single-testimonial-02 .testimonial-content .testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.single-testimonial-02 .testimonial-content .testimonial-author .author-img img {
    border-radius: 50%;
}

.single-testimonial-02 .testimonial-content .testimonial-author .author-text {
    margin-left: 25px;
}

.single-testimonial-02 .testimonial-content .testimonial-author .author-text .name {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1e2838;
}

.single-testimonial-02 .testimonial-content .testimonial-author .author-text .designation {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #55527C;
}

.testimonial-2-active .swiper-pagination {
    position: relative;
    margin-top: 50px;
}

/*--
/*  11 - Blog CSS
/*----------------------------------------*/
@media only screen and (max-width: 991px) {
    .postbox__wrapper .section-title {
        text-align: center;
    }
}

.postbox__content-wrapper {
    margin-top: -30px;
}

@media only screen and (max-width: 991px) {
    .postbox__content-wrapper {
        margin-top: 0;
        padding-top: 20px;
    }
}

.postbox__item {
    background: #FFF5F6;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 30px;
}

.postbox__item .postbox__thumb {
    overflow: hidden;
}

.postbox__item .postbox__thumb a {
    display: block;
}

.postbox__item .postbox__content {
    padding: 30px;
    padding-top: 25px;
}

.postbox__item .postbox__content .postbox__meta {
    margin-bottom: 7px;
}

.postbox__item .postbox__content .postbox__meta span {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #7A7A7A;
    margin-right: 15px;
    margin-bottom: 5px;
}

.postbox__item .postbox__content .postbox__meta span:last-child {
    margin-right: 0;
}

.postbox__item .postbox__content .postbox__meta span i {
    color: var(--button-hover);
    margin-right: 5px;
}

.postbox__item .postbox__content .postbox__title {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1e2838;
    margin-bottom: 20px;
}

.postbox__item .postbox__content p {
    margin-bottom: 20px;
}

.postbox__item .postbox__content .postbox__read-more {
    padding-top: 10px;
}

.postbox__item:hover .postbox__thumb a img {
    transform: scale(1.05);
}

.postbox__section-02 .section-title {
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .postbox__section-02 .section-title {
        text-align: center;
        margin: 0 auto;
    }
}

.postbox__section-02 .blog-btn {
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .postbox__section-02 .blog-btn {
        text-align: center;
        margin-top: 30px;
    }
}

.postbox__section-02 .blog-btn .btn {
    height: 52px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #D9F4FF;
    font-family: "Inter", serif;
    letter-spacing: 0.3px;
}

.postbox__section-02 .blog-btn .btn:hover {
    border: 1px solid transparent;
}

.postbox__content-wrapper-02 {
    padding-top: 65px;
}

.postbox__item-02 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #B4B2C5;
}

.postbox__item-02:last-child {
    border-bottom: 1px solid #B4B2C5;
}

.postbox__item-02 .postbox__title-wrap {
    padding-right: 55px;
}

@media only screen and (max-width: 1399px) {
    .postbox__item-02 .postbox__title-wrap {
        padding-right: 0;
    }
}

.postbox__item-02 .postbox__title-wrap .postbox__title {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1e2838;
}

.postbox__item-02 .postbox__meta span {
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    color: #1e2838;
    margin-right: 15px;
}

.postbox__item-02 .postbox__meta span:last-child {
    margin-right: 0;
}

.postbox__item-02 .postbox__meta span i {
    font-size: 18px;
    margin-right: 3px;
}

.postbox__item-02 .hover-image {
    position: absolute;
    overflow: hidden;
    max-width: 230px;
    right: 80px;
    border-radius: 20px;
    top: 80%;
    transform: translateY(-35%) rotate(-10deg);
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    transition: all 0.3s linear;
}

.postbox__item-02 .postbox__link {
    text-align: right;
}

.postbox__item-02 .postbox__link .blog-link {
    width: 75px;
    height: 75px;
    line-height: 77px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    background: transparent;
    color: #1e2838;
}

.postbox__item-02 .postbox__link .blog-link:hover {
    background: var(--button-hover);
    color: #ffffff;
}

.postbox__item-02.active-blog-item .hover-image {
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 991px) {
    .postbox__item-02 {
        text-align: center;
    }

    .postbox__item-02 .postbox__title-wrap .postbox__title {
        margin-bottom: 15px;
    }

    .postbox__item-02 .postbox__meta span {
        margin-top: 4px;
    }

    .postbox__item-02 .hover-image {
        position: static;
        transform: unset !important;
        visibility: visible !important;
        opacity: 1 !important;
        margin: 0 auto;
        margin-top: 30px;
    }

    .postbox__item-02 .postbox__link {
        text-align: center;
        margin-top: 25px;
    }
}

.postbox__section-03 .postbox__wrapper {
    margin-top: -15px;
}

.postbox__section-03 .postbox__content-wrapper-02 {
    padding-top: 30px;
}

.postbox__item-03 {
    overflow: hidden;
    padding: 20px;
    padding-bottom: 40px;
    border-radius: 10px;
    margin-top: 30px;
    transition: all 0.3s linear;
}

.postbox__item-03 .postbox__thumb {
    overflow: hidden;
}

.postbox__item-03 .postbox__thumb a {
    display: block;
}

.postbox__item-03 .postbox__thumb a img {
    border-radius: 10px;
}

.postbox__item-03 .postbox__content {
    padding-top: 20px;
}

.postbox__item-03 .postbox__content .postbox__meta {
    margin-bottom: 10px;
}

.postbox__item-03 .postbox__content .postbox__meta span {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #7A7A7A;
    margin-right: 15px;
    margin-bottom: 5px;
}

.postbox__item-03 .postbox__content .postbox__meta span:last-child {
    margin-right: 0;
}

.postbox__item-03 .postbox__content .postbox__meta span i {
    color: var(--button-hover);
    margin-right: 5px;
}

.postbox__item-03 .postbox__content .postbox__title {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1e2838;
    margin-bottom: 20px;
}

.postbox__item-03 .postbox__content p {
    margin-bottom: 20px;
}

.postbox__item-03 .postbox__content .postbox__read-more {
    padding-top: 10px;
}

.postbox__item-03 .postbox__content .postbox__read-more .read-more {
    font-size: 14px;
    line-height: 1;
    font-family: "Inter", serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e2838;
}

.postbox__item-03 .postbox__content .postbox__read-more .read-more i {
    margin-left: 5px;
}

.postbox__item-03 .postbox__content .postbox__read-more .read-more:hover {
    color: var(--button-hover);
}

.postbox__item-03:hover {
    box-shadow: 0px 15px 40px 10px #fff5f6;
}

.postbox__grid {
    margin-top: -30px;
}

/*--
/*  12 - Cta CSS
/*----------------------------------------*/
.nenix-cta-section.theme-bg {
    background: #FFF5F6;
}

.nenix-cta-section .cta-wrap {
    position: relative;
    background: #FFF5F6;
    border-radius: 20px;
    padding: 70px 80px 55px;
    margin-bottom: -130px;
    z-index: 2;
}

.nenix-cta-section .cta-wrap.white-bg {
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.nenix-cta-section .cta-wrap .cta-left {
    padding-right: 85px;
}

.nenix-cta-section .cta-wrap .cta-left .title {
    font-size: 64px;
    line-height: 1;
    letter-spacing: -2px;
    color: #1e2838;
}

.nenix-cta-section .cta-wrap .cta-left p {
    font-size: 18px;
    line-height: 30px;
    color: #1e2838;
    margin-top: 18px;
}

.nenix-cta-section .cta-wrap .cta-right {
    text-align: right;
}

.nenix-cta-section .cta-wrap .cta-right .btn {
    height: 52px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid var(--button-hover);
    font-family: "Inter", serif;
    letter-spacing: 0.3px;
}

.nenix-cta-section .cta-wrap .cta-right .btn:hover {
    border: 1px solid transparent;
}

@media only screen and (max-width: 1399px) {
    .nenix-cta-section .cta-wrap {
        padding: 70px 70px 55px;
    }

    .nenix-cta-section .cta-wrap .cta-left {
        padding-right: 0;
    }

    .nenix-cta-section .cta-wrap .cta-left .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .nenix-cta-section .cta-wrap {
        padding: 70px 70px 55px;
    }

    .nenix-cta-section .cta-wrap .cta-left {
        text-align: center;
    }

    .nenix-cta-section .cta-wrap .cta-right {
        text-align: center;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .nenix-cta-section .cta-wrap {
        padding: 60px 45px 55px;
    }

    .nenix-cta-section .cta-wrap .cta-left .title {
        font-size: 42px;
    }

    .nenix-cta-section .cta-wrap .cta-left p {
        font-size: 16px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .nenix-cta-section .cta-wrap {
        padding: 60px 35px 55px;
    }

    .nenix-cta-section .cta-wrap .cta-left .title {
        font-size: 36px;
    }
}

.nenix-cta-section-02 .cta-wrap {
    position: relative;
    background: #ffffff;
    box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 70px 80px 55px;
    margin-bottom: -175px;
    z-index: 2;
}

.nenix-cta-section-02 .cta-wrap .cta-image {
    position: relative;
    overflow: hidden;
    margin-bottom: -55px;
    margin-top: -150px;
    margin-left: -30px;
    z-index: 1;
}

.nenix-cta-section-02 .cta-wrap .cta-content .title {
    font-size: 64px;
    line-height: 1;
    letter-spacing: -2px;
    color: #1e2838;
}

.nenix-cta-section-02 .cta-wrap .cta-content p {
    font-size: 18px;
    line-height: 30px;
    color: #1e2838;
    margin-top: 30px;
}

.nenix-cta-section-02 .cta-wrap .cta-content .btn {
    height: 52px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    border: 0;
    background: #1e2838;
    font-family: "Inter", serif;
    letter-spacing: 0.3px;
    color: #ffffff;
    margin-top: 30px;
}

.nenix-cta-section-02 .cta-wrap .cta-content .btn:hover {
    background: var(--button-hover);
}

@media only screen and (max-width: 1399px) {
    .nenix-cta-section-02 .cta-wrap .cta-content .title {
        font-size: 52px;
    }
}

@media only screen and (max-width: 1199px) {
    .nenix-cta-section-02 .cta-wrap {
        padding: 50px 80px 55px;
    }

    .nenix-cta-section-02 .cta-wrap .cta-image {
        margin-bottom: -127px;
    }

    .nenix-cta-section-02 .cta-wrap .cta-content .title {
        font-size: 44px;
    }
}

@media only screen and (max-width: 991px) {
    .nenix-cta-section-02 .cta-wrap {
        padding: 55px 60px 70px;
    }

    .nenix-cta-section-02 .cta-wrap .cta-image {
        text-align: center;
        margin-bottom: 0;
        margin-top: 0;
        margin-top: 0;
    }

    .nenix-cta-section-02 .cta-wrap .cta-content {
        text-align: center;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .nenix-cta-section-02 .cta-wrap .cta-content .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .nenix-cta-section-02 .cta-wrap {
        padding: 55px 35px 70px;
    }

    .nenix-cta-section-02 .cta-wrap .cta-content .title {
        font-size: 30px;
    }
}

/*--
/*  12 - Brand CSS
/*----------------------------------------*/
.nenix-brand-section {
    background: #D9F4FF;
    padding-top: 210px;
}

.nenix-brand-section .brand-wrapper {
    border-bottom: 1px solid rgba(19, 15, 73, 0.2);
    padding-bottom: 50px;
}

.nenix-brand-section-02 {
    padding-bottom: 200px;
}

@media only screen and (max-width: 1199px) {
    .nenix-brand-section-02 {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .nenix-brand-section-02 {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .nenix-brand-section-02 {
        padding-bottom: 60px;
    }
}

.nenix-brand-area-03 .section-title {
    padding-bottom: 50px;
}

.nenix-brand-area-03 .section-title .brand-title {
    font-size: 18px;
    line-height: 30px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1C1E26;
}

.nenix-brand-area-03 .tp-brand-wrapper-02 {
    padding-top: 50px;
}

/*--
/*  13 - Features CSS
/*----------------------------------------*/
.features-wrap {
    margin-top: -30px;
}

.features-item {
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 55px 40px 65px;
    margin-top: 30px;
    transition: all 0.3s linear;
}

.features-item .features-icon svg {
    fill: var(--button-hover);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

.features-item .features-content .number {
    font-size: 160px;
    line-height: 0.6;
    color: rgba(180, 178, 197, 0.3);
    margin-top: 55px;
}

@media only screen and (max-width: 1199px) {
    .features-item .features-content .number {
        font-size: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .features-item .features-content .number {
        font-size: 90px;
    }
}

.features-item .features-content .title {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1e2838;
    letter-spacing: -0.8px;
    margin-top: 70px;
}

@media only screen and (max-width: 1199px) {
    .features-item .features-content .title {
        margin-top: 45px;
    }
}

.features-item .features-content p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
}

.features-item:hover {
    background: #FFF5F6;
}

.features-item:hover .features-icon svg {
    transform: translateY(-5px) translate3d(0, -3px, 0);
}

.nenix-features-section-02 .section-title {
    margin: 0;
}

.nenix-features-section-02 .features-content .text {
    margin-top: 25px;
}

.nenix-features-section-02 .features-content .features-list-wrap {
    padding-top: 0;
}

.nenix-features-section-02 .features-content .features-list-wrap .features-list-item {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.nenix-features-section-02 .features-content .features-list-wrap .features-list-item .features-left .number {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #FFF5F6;
    border-radius: 50%;
    text-align: center;
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 18px;
    color: #1e2838;
}

.nenix-features-section-02 .features-content .features-list-wrap .features-list-item .features-right {
    flex: 1;
    margin-left: 20px;
}

.nenix-features-section-02 .features-content .features-list-wrap .features-list-item .features-right p {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.8px;
    color: #1e2838;
}

.nenix-features-section-02 .features-img-wrap {
    position: relative;
}

.nenix-features-section-02 .features-img-wrap .shape-2 {
    position: absolute;
    left: 6%;
    bottom: 20%;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: 2;
}

.nenix-features-section-02 .features-img-wrap .shape-3 {
    position: absolute;
    right: 2%;
    top: 19%;
    z-index: 2;
}

.nenix-features-section-02 .features-img-wrap .rating-wrap {
    display: inline-block;
    position: absolute;
    right: -2%;
    bottom: 16%;
    background: #1e2838;
    border-radius: 13px;
    padding: 15px 15px;
    z-index: 2;
}

.nenix-features-section-02 .features-img-wrap .rating-wrap .rating span {
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    margin-left: -5px;
}

.nenix-features-section-02 .features-img-wrap .rating-wrap .rating::before {
    font-size: 20px;
    letter-spacing: 8px;
}

.nenix-features-section-02 .features-img-wrap .rating-wrap .rating .rating-active::before {
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 8px;
}

.nenix-features-section-02 .features-img-wrap .image {
    position: relative;
    text-align: right;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .nenix-features-section-02 .features-img-wrap {
        margin-top: 35px;
    }

    .nenix-features-section-02 .features-img-wrap .shape-3 {
        right: 10%;
    }

    .nenix-features-section-02 .features-img-wrap .rating-wrap {
        right: 9%;
    }

    .nenix-features-section-02 .features-img-wrap .image {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .nenix-features-section-02 .features-img-wrap .shape-3 {
        right: -3%;
    }

    .nenix-features-section-02 .features-img-wrap .rating-wrap {
        right: -1%;
    }
}

@media only screen and (max-width: 449px) {
    .nenix-features-section-02 .features-img-wrap .shape-2 {
        left: 1%;
        bottom: 5%;
    }

    .nenix-features-section-02 .features-img-wrap .shape-3 img {
        width: 150px;
    }
}

.nenix-features-section-03 {
    padding-top: 25px;
}

.features-item-02 {
    background: #FFF5F6;
    border-radius: 20px;
    padding: 50px 60px 45px;
    margin-top: 30px;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1199px) {
    .features-item-02 {
        padding: 50px 35px 45px;
    }
}

.features-item-02 .features-content .number {
    font-size: 64px;
    line-height: 1;
    color: var(--button-hover);
}

.features-item-02 .features-content .title {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1e2838;
    letter-spacing: -0.8px;
    margin-top: 35px;
}

.features-item-02 .features-content p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
    color: #55527C;
}

.features-item-02:hover {
    background: #FFF5F6;
}

.features-item-02:hover .features-icon svg {
    transform: translateY(-5px) translate3d(0, -3px, 0);
}

/*--
/*  14 - Process CSS
/*----------------------------------------*/
.nenix-process-section .process-wrap {
    position: relative;
    margin-bottom: -150px;
    z-index: 1;
}

.nenix-process-section .section-title {
    margin: 0;
}

.nenix-process-section .process-desc {
    padding-left: 205px;
}

@media only screen and (max-width: 1399px) {
    .nenix-process-section .process-desc {
        padding-left: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .nenix-process-section .process-desc {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .nenix-process-section .process-desc {
        padding-left: 0;
        margin-top: 25px;
    }
}

.nenix-process-section .process-desc p {
    font-size: 18px;
    line-height: 30px;
    color: #55527C;
}

.nenix-process-section .process-content-wrap {
    padding-top: 20px;
}

.process-item {
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 40px 40px 35px;
    margin-top: 30px;
}

.process-item .number {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 400;
    letter-spacing: -0.8px;
    color: rgba(19, 15, 73, 0.2);
}

.process-item .title {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 400;
    letter-spacing: -0.8px;
    color: #1e2838;
    margin-top: 5px;
}

.process-item p {
    font-size: 18px;
    line-height: 30px;
    color: #646464;
    margin-top: 5px;
}

.process-item .read-more {
    font-size: 14px;
    line-height: 1;
    font-family: "Inter", serif;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #1e2838;
    margin-top: 30px;
}

.process-item .read-more i {
    margin-left: 5px;
}

.process-item .read-more:hover {
    color: var(--button-hover);
}

/*--
/*  15 - Choose Us CSS
/*----------------------------------------*/
.nenix-choose-us-section .choose-us-content .section-title {
    margin: 0;
}

.nenix-choose-us-section .choose-us-content .text {
    font-size: 18px;
    line-height: 30px;
    color: #55527C;
    margin-top: 30px;
    padding-right: 70px;
}

.nenix-choose-us-section .choose-us-content .choose-us-list-wrap {
    padding-top: 15px;
}

.nenix-choose-us-section .choose-us-content .choose-us-list-wrap .choose-us-list-item {
    display: flex;
    margin-top: 20px;
}

.nenix-choose-us-section .choose-us-content .choose-us-list-wrap .choose-us-list-item .choose-us-icon {
    font-size: 16px;
    color: var(--button-hover);
}

.nenix-choose-us-section .choose-us-content .choose-us-list-wrap .choose-us-list-item .choose-us-list-content {
    flex: 1;
    margin-left: 15px;
}

.nenix-choose-us-section .choose-us-content .choose-us-list-wrap .choose-us-list-item .choose-us-list-content .title {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1e2838;
}

.nenix-choose-us-section .choose-us-content .btn {
    margin-top: 50px;
}

.nenix-choose-us-section .choose-us-img-wrap {
    position: relative;
    z-index: 1;
}

.nenix-choose-us-section .choose-us-img-wrap .image-content {
    position: absolute;
    left: 6%;
    top: 37%;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 20px 25px;
}

.nenix-choose-us-section .choose-us-img-wrap .image-content .image-text {
    flex: 1;
    text-align: left;
}

.nenix-choose-us-section .choose-us-img-wrap .image-content .image-text .number {
    font-size: 54px;
    line-height: 64px;
    color: #1e2838;
}

.nenix-choose-us-section .choose-us-img-wrap .image-content .image-text span {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-family: "Inter", serif;
    font-weight: 600;
    color: #55527C;
}

.nenix-choose-us-section .choose-us-img-wrap .image-content.content-2 {
    position: absolute;
    right: 3%;
    top: auto;
    left: auto;
    bottom: 7%;
    padding-right: 60px;
}

.nenix-choose-us-section .choose-us-img {
    text-align: right;
}

.nenix-choose-us-section .choose-us-img img {
    border-radius: 20px;
}

@media only screen and (max-width: 1199px) {
    .nenix-choose-us-section .choose-us-img-wrap .image-content {
        left: -9%;
        top: 37%;
    }

    .nenix-choose-us-section .choose-us-img-wrap .image-content .image-text .number {
        font-size: 44px;
        line-height: 54px;
    }

    .nenix-choose-us-section .choose-us-img-wrap .image-content .image-text span {
        font-size: 16px;
        line-height: 28px;
    }

    .nenix-choose-us-section .choose-us-img-wrap .image-content.content-2 {
        right: 1%;
        padding-right: 45px;
    }
}

@media only screen and (max-width: 991px) {
    .nenix-choose-us-section .choose-us-img-wrap {
        margin-top: 40px;
    }

    .nenix-choose-us-section .choose-us-img-wrap .image-content {
        left: 11%;
    }

    .nenix-choose-us-section .choose-us-img-wrap .image-content.content-2 {
        right: 15%;
    }

    .nenix-choose-us-section .choose-us-img {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .nenix-choose-us-section .choose-us-img-wrap .image-content {
        left: 5%;
    }

    .nenix-choose-us-section .choose-us-img-wrap .image-content.content-2 {
        right: 7%;
    }
}

@media only screen and (max-width: 449px) {
    .nenix-choose-us-section .choose-us-img-wrap .image-content {
        left: 0;
    }

    .nenix-choose-us-section .choose-us-img-wrap .image-content.content-2 {
        right: 0;
        bottom: 0;
    }
}

/*--
/*  15 - Breadcrumb CSS
/*----------------------------------------*/
.breadcrumb__area {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 85px;
    background-position: center center;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .breadcrumb__area {
        padding-top: 120px;
        padding-bottom: 125px;
    }
}

@media only screen and (max-width: 991px) {
    .breadcrumb__area {
        padding-top: 90px;
        padding-bottom: 100px;
    }
}

.breadcrumb__area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 246, 0.9);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.breadcrumb__area .breadcrumb__content .breadcrumb__title {
    font-size: 78px;
    line-height: 82px;
    font-weight: 700;
    color: #1e2838;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .breadcrumb__area .breadcrumb__content .breadcrumb__title {
        font-size: 52px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb__area .breadcrumb__content .breadcrumb__title {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .breadcrumb__area .breadcrumb__content .breadcrumb__title {
        font-size: 36px;
        line-height: 42px;
    }
}

.breadcrumb__area .breadcrumb__content .breadcrumb__title-pre {
    display: inline-block;
    font-family: "Inter", serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 25px;
}

.breadcrumb__area .breadcrumb__content .breadcrumb__list span {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    color: #1e2838;
    display: inline-block;
}

@media only screen and (max-width: 1199px) {
    .breadcrumb__area .breadcrumb__content .breadcrumb__list span {
        font-size: 20px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb__area .breadcrumb__content .breadcrumb__list span {
        font-size: 18px;
        line-height: 24px;
    }
}

.breadcrumb__area .breadcrumb__content .breadcrumb__list span.dvdr {
    font-size: 16px;
    display: inline-block;
    color: #1e2838;
    padding: 0 12px;
}

.breadcrumb__area .breadcrumb__content .breadcrumb__list span:nth-last-child(2).dvdr {
    color: #1e2838;
}

.breadcrumb__area .breadcrumb__content .breadcrumb__list span:last-child {
    color: #1e2838;
}

.breadcrumb__area .breadcrumb__content .breadcrumb__list span a:hover {
    color: var(--button-hover);
}

/*--
/*  15 - Service Details CSS
/*----------------------------------------*/
.nenix-service-details .service-details-img img {
    border-radius: 20px;
}

.nenix-service-details .service-details-content-wrap {
    padding-top: 15px;
}

.nenix-service-details .service-details-content-wrap .service-details-inner-content.inner-content-02 {
    padding-top: 15px;
}

.nenix-service-details .service-details-content-wrap .service-details-inner-content .service-details-content {
    margin-top: 25px;
}

.nenix-service-details .service-details-content-wrap .service-details-inner-content .service-details-content .title {
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #1e2838;
    margin-bottom: 20px;
}

.nenix-service-details .service-details-content-wrap .service-details-inner-content .service-details-content p {
    font-size: 18px;
    line-height: 30px;
    color: #55527C;
    margin-bottom: 20px;
}

.nenix-service-details .service-details-content-wrap .service-details-inner-content .service-details-content p:last-child {
    margin-bottom: 0;
}

.nenix-service-details .service-details-content-wrap .service-details-inner-content .service-details-inner-img {
    margin-top: 25px;
}

.nenix-service-details .service-details-content-wrap .service-details-inner-content .service-details-inner-img img {
    border-radius: 20px;
}

@media only screen and (max-width: 1199px) {
    .nenix-service-details .service-details-content-wrap .service-details-inner-content .service-details-content .title {
        font-size: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .nenix-service-details .service-details-content-wrap .service-details-inner-content .service-details-content .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .nenix-service-details .service-details-content-wrap .service-details-inner-content .service-details-content .title {
        font-size: 30px;
    }
}

.nenix-service-section-03 {
    background: #FFF5F6;
}

@media only screen and (max-width: 991px) {
    .nenix-service-section-03 .section-title {
        text-align: center;
    }
}

.nenix-service-section-03 .service-desc {
    padding-left: 205px;
}

@media only screen and (max-width: 1199px) {
    .nenix-service-section-03 .service-desc {
        padding-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .nenix-service-section-03 .service-desc {
        text-align: center;
        margin-top: 15px;
    }
}

.nenix-service-section-03 .service-desc p {
    font-size: 18px;
    line-height: 30px;
    color: #55527C;
}

.nenix-service-section-03 .service-content-wrap {
    padding-top: 15px;
}

.service-item-03 {
    background: #ffffff;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 40px;
    margin-top: 30px;
    transition: all 0.3s linear;
}

.service-item-03 .service-content .title {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1e2838;
    margin-top: 20px;
}

.service-item-03 .service-content svg {
    fill: var(--button-hover);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

.service-item-03 .service-content svg path {
    fill: var(--button-hover);
}

.service-item-03:hover {
    border: 1px solid var(--button-hover);
}

.service-item-03:hover svg {
    transform: translateY(-5px) translate3d(0, -3px, 0);
}

/*--
/*  16 - Portfolio Details CSS
/*----------------------------------------*/
.nenix-portfolio-details .portfolio-details-img {
    overflow: hidden;
    border-radius: 20px;
}

.nenix-portfolio-details .portfolio-details-info-wrap {
    position: relative;
    max-width: 1070px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 40px 55px 40px;
    margin-top: -125px;
    z-index: 2;
}

.nenix-portfolio-details .portfolio-details-info-wrap .portfolio-details-info-content .portfolio-info-title {
    max-width: 340px;
    border-bottom: 1px solid #B4B2C5;
    padding-bottom: 35px;
}

.nenix-portfolio-details .portfolio-details-info-wrap .portfolio-details-info-content .portfolio-info-title .title {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1e2838;
}

.nenix-portfolio-details .portfolio-details-info-wrap .portfolio-details-info-content .portfolio-info-item-wrap .portfolio-info-item {
    border-bottom: 1px solid #B4B2C5;
    padding-top: 20px;
    padding-bottom: 10px;
}

.nenix-portfolio-details .portfolio-details-info-wrap .portfolio-details-info-content .portfolio-info-item-wrap .portfolio-info-item h5 {
    margin-bottom: 20px;
}

.nenix-portfolio-details .portfolio-details-info-wrap .portfolio-details-info-content .portfolio-info-item-wrap .portfolio-info-item h5, .nenix-portfolio-details .portfolio-details-info-wrap .portfolio-details-info-content .portfolio-info-item-wrap .portfolio-info-item .label {
    font-size: 18px;
    line-height: 30px;
    font-family: "Inter", serif;
    font-weight: 600;
    color: #1e2838;
}

.nenix-portfolio-details .portfolio-details-info-wrap .portfolio-details-info-content .portfolio-info-item-wrap .portfolio-info-item span {
    font-size: 18px;
    line-height: 30px;
    color: #1e2838;
}

.nenix-portfolio-details .portfolio-details-info-wrap .portfolio-details-info-content .portfolio-rating-social-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.nenix-portfolio-details .portfolio-details-info-wrap .portfolio-details-info-content .portfolio-rating-social-wrap .portfolio-rating {
    margin-top: 15px;
}

.nenix-portfolio-details .portfolio-details-info-wrap .portfolio-details-info-content .portfolio-rating-social-wrap .portfolio-rating .rating {
    margin-left: 7px;
}

.nenix-portfolio-details .portfolio-details-info-wrap .portfolio-details-info-content .portfolio-rating-social-wrap .portfolio-rating .rating .rating-active::before {
    color: #D9F4FF;
}

.nenix-portfolio-details .portfolio-details-info-wrap .portfolio-details-info-content .portfolio-rating-social-wrap .portfolio-social {
    margin-top: 15px;
}

.nenix-portfolio-details .portfolio-details-info-wrap .portfolio-details-info-content .portfolio-rating-social-wrap .portfolio-social ul li {
    display: inline-block;
}

.nenix-portfolio-details .portfolio-details-info-wrap .portfolio-details-info-content .portfolio-rating-social-wrap .portfolio-social ul li + li {
    margin-left: 5px;
}

.nenix-portfolio-details .portfolio-details-info-wrap .portfolio-details-info-content .portfolio-rating-social-wrap .portfolio-social ul li a {
    width: 37px;
    height: 37px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    background: #FFF5F6;
    color: #1e2838;
    transition: all 0.3s linear;
}

.nenix-portfolio-details .portfolio-details-info-wrap .portfolio-details-info-content .portfolio-rating-social-wrap .portfolio-social ul li a:hover {
    background: #D9F4FF;
    color: #1e2838;
}

.nenix-portfolio-details .portfolio-details-content {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.nenix-portfolio-details .portfolio-details-content .main-title {
    font-size: 36px;
    line-height: 1;
    letter-spacing: -2px;
    color: #1e2838;
    padding-bottom: 80px;
    font-family: 'Inter', serif;
    font-weight: 700;
}

.nenix-portfolio-details .portfolio-details-content .title {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 400;
    letter-spacing: -0.8px;
    color: #1e2838;
    padding-top: 25px;
}

.nenix-portfolio-details .portfolio-details-content p {
    font-size: 18px;
    line-height: 30px;
    color: #55527C;
    margin-top: 15px;
}

.nenix-portfolio-details .portfolio-details-content .portfolio-list-wrap {
    padding-top: 10px;
}

.nenix-portfolio-details .portfolio-details-content .portfolio-list-wrap .portfolio-list-item {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.nenix-portfolio-details .portfolio-details-content .portfolio-list-wrap .portfolio-list-item .portfolio-icon {
    font-size: 16px;
    color: #D9F4FF;
}

.nenix-portfolio-details .portfolio-details-content .portfolio-list-wrap .portfolio-list-item .portfolio-list-content {
    flex: 1;
    margin-left: 20px;
}

.nenix-portfolio-details .portfolio-details-content .portfolio-list-wrap .portfolio-list-item .portfolio-list-content p {
    font-size: 18px;
    line-height: 30px;
    font-family: "Inter", serif;
    font-weight: 600;
    color: #1e2838;
    margin-top: 0;
}

.nenix-portfolio-details .portfolio-details-inner-img-wrap .portfolio-details-inner-img {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
    .nenix-portfolio-details .portfolio-details-info-wrap {
        max-width: 820px;
    }

    .nenix-portfolio-details .portfolio-details-content .main-title {
        font-size: 48px;
    }
}

@media only screen and (max-width: 991px) {
    .nenix-portfolio-details .portfolio-details-info-wrap {
        max-width: 580px;
    }
}

@media only screen and (max-width: 767px) {
    .nenix-portfolio-details .portfolio-details-info-wrap {
        max-width: 450px;
    }

    .nenix-portfolio-details .portfolio-details-content {
        padding-top: 40px;
    }

    .nenix-portfolio-details .portfolio-details-content .main-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .nenix-portfolio-details .portfolio-details-info-wrap {
        max-width: 450px;
        padding: 40px 40px 40px;
        margin-top: 35px;
    }

    .nenix-portfolio-details .portfolio-details-content {
        padding-top: 40px;
    }

    .nenix-portfolio-details .portfolio-details-content .main-title {
        font-size: 30px;
    }
}

.nenix-portfolio-details p {
    font-family: 'Inter', serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px
}
/*--
/*  17 - Blog List CSS
/*----------------------------------------*/
.tp-blog__wrapper {
    margin-top: -50px;
    padding-right: 50px;
}

@media only screen and (max-width: 1199px) {
    .tp-blog__wrapper {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .tp-blog__wrapper {
        padding-right: 0;
    }
}

.tp-blog-item {
    margin-top: 50px;
}

.tp-blog-item .tp-blog__thumb {
    position: relative;
    margin-bottom: 25px;
}

.tp-blog-item .tp-blog__thumb img {
    border-radius: 20px;
}

.tp-blog-item .tp-blog__thumb .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tp-blog-item .tp-blog__thumb .video-button a {
    width: 90px;
    height: 90px;
    background: #ffffff;
    border-radius: 50%;
    color: var(--button-hover);
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    line-height: 90px;
    text-align: center;
    font-size: 18px;
    transition: all 0.3s linear;
}

.tp-blog-item .tp-blog__thumb .video-button a::before {
    position: absolute;
    content: "";
    width: 90px;
    height: 90px;
    background: #ffffff;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
}

.tp-blog-item .tp-blog__thumb .video-button a:hover {
    background: var(--button-hover);
    color: #ffffff;
}

.tp-blog-item .tp-blog__content .tp-blog__title {
    font-size: 64px;
    line-height: 1;
    color: #1e2838;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .tp-blog-item .tp-blog__content .tp-blog__title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .tp-blog-item .tp-blog__content .tp-blog__title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .tp-blog-item .tp-blog__content .tp-blog__title {
        font-size: 30px;
    }
}
.section .blog__list-area {
    background-color: var(--alt-background-color) !important;

}
.tp-blog-item .tp-blog__content p {
    font-size: 18px;
    line-height: 30px;
    color: #55527C;
    margin-bottom: 15px;
}

.tp-blog-item .tp-blog__content .tp-blog-btn {
    margin-top: 35px;
}

.tp-blog-item .tp-blog__content .tp-blog-btn .btn {
    height: 52px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    padding: 0 35px;
    background:  var(--button-color);
    color: #1e2838;
    font-family: "Inter", serif;
    letter-spacing: 0.3px;
}

.tp-blog-item .tp-blog__content .tp-blog-btn .btn:hover {
    background: var(--button-hover);
    color: var(--text-color);
}

.tp-blog-item blockquote {
    text-align: left;
    border: 1px solid #B4B2C5;
    padding: 70px 60px 65px;
    border-radius: 20px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .tp-blog-item blockquote {
        padding: 55px 45px 55px;
    }
}

.tp-blog-item blockquote .blog__grid-quote-icon {
    margin-bottom: 25px;
}

.tp-blog-item blockquote .blog__grid-quote-icon span {
    display: inline-block;
    font-size: 24px;
    color: var(--button-hover);
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 56px;
    border: 2px solid #EFF0F6;
    border-radius: 50%;
}

.tp-blog-item blockquote .blog__grid-quote-content {
    text-align: left;
}

.tp-blog-item blockquote .blog__grid-quote-content span {
    font-size: 16px;
    color: #55527C;
    display: inline-block;
    margin-bottom: 15px;
}

.tp-blog-item blockquote .blog__grid-quote-content p {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    color: #141414;
    margin-bottom: 40px;
}

.tp-blog-item blockquote .blog__grid-quote-content cite {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 18px;
    color: #141414;
    font-style: normal;
    position: relative;
    padding-top: 12px;
}

.tp-blog-item blockquote .blog__grid-quote-content cite::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 30px;
    height: 2px;
    background-color: var(--button-hover);
}

.tp-blog-item .tp-blog-nav button {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 30px;
    color: #ffffff;
}

.tp-blog-item .tp-blog-nav button:hover {
    color: var(--button-hover);
}

.tp-blog-item .tp-blog-nav .tp-blog-button-prev {
    transform: translateY(-50%) rotate(180deg);
}

.tp-blog-item .tp-blog-nav .tp-blog-button-next {
    left: auto;
    right: 50px;
}

.tp-blog-item .postbox__audio {
    overflow: hidden;
    height: 420px;
    border-radius: 20px;
}

.tp-blog-item .postbox__audio iframe {
    width: 100%;
    height: 100%;
}

.tp-blog__meta {
    margin-bottom: 10px;
}

.tp-blog__meta span {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #55527C;
    margin-right: 15px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
    .tp-blog__meta span {
        margin-right: 12px;
    }
}

.tp-blog__meta span:last-child {
    margin-right: 0;
}

.tp-blog__meta span i {
    color: var(--button-hover);
    margin-right: 5px;
}

/* sidebar area */
.blog-sidebar__wrapper {
    margin-top: -50px;
}

@media only screen and (max-width: 991px) {
    .blog-sidebar__wrapper {
        margin-top: 0;
    }
}

.blog-sidebar__widget {
    padding: 35px 35px 30px;
    border-radius: 20px;
    margin-top: 50px;
    border: 1px solid #000000;
}

@media only screen and (max-width: 575px) {
    .blog-sidebar__widget {
        padding: 35px 30px 30px;
    }
}

.blog-sidebar__widget-title {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 400;
    padding-bottom: 18px;
    color: #1e2838;
    letter-spacing: -0.8px;
    border-bottom: 1px solid #B4B2C5;
    margin-bottom: 30px;
}

.blog-sidebar__widget ul li {
    list-style: none;
    margin-bottom: 20px;
}

.blog-sidebar__widget ul li:last-child {
    margin-bottom: 0;
}

.blog-sidebar__widget ul li a {
    display: inherit;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    color: #1e2838;
}

.blog-sidebar__widget ul li a::after {
    position: absolute;
    content: "\f11c";
    left: auto;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-family: "flaticon";
    font-size: 18px;
    color: #1e2838;
    transition: all 0.3s ease-out 0s;
}

.blog-sidebar__widget ul li a:hover {
    color: var(--alt-hover-color);
}

.blog-sidebar__widget ul li a:hover::after {
    color: var(--button-hover);
}

.blog-sidebar__widget ul li ul {
    padding-top: 10px;
    padding-left: 15px;
}

.blog-sidebar__search {
    position: relative;
}

.blog-sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    width: 100%;
    height: 58px;
    margin-bottom: 0;
    background: transparent;
    border: 1px solid #B4B2C5;
    border-radius: 50px;
    padding-right: 45px;
    color: #55527C;
    font-weight: 400;
    outline: none;
    overflow: hidden;
}

.blog-sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 18px;
    color: #55527C;
    font-weight: 400;
}

.blog-sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
    opacity: 0.95;
    font-size: 18px;
    color: #55527C;
    font-weight: 400;
}

.blog-sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
    opacity: 0.95;
    font-size: 18px;
    color: #55527C;
    font-weight: 400;
}

.blog-sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
    opacity: 0.95;
    font-size: 18px;
    color: #55527C;
    font-weight: 400;
}

.blog-sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus {
    border-color: var(--button-hover);
}

.blog-sidebar__search button {
    position: absolute;
    top: 50%;
    right: 25px;
    left: auto;
    font-size: 18px;
    transform: translateY(-50%);
}

.blog-sidebar__search button:hover {
    color: var(--button-hover);
}

.rc__post:not(:last-child) {
    margin-bottom: 30px;
}

.rc__meta span {
    font-size: 18px;
    line-height: 30px;
    color: #55527C;
}

.rc__meta span i {
    font-size: 14px;
    color: var(--button-hover);
    margin-right: 3px;
}

.rc__thumb img {
    width: 80px;
    height: 85px;
    border-radius: 20px;
}

.rc__content {
    flex: 1;
    margin-left: 15px;
}

.rc__title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #141414;
}

.rc__title a:hover {
    color: var(--button-hover);
}

.tagcloud span {
    font-family: "Inter", serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #141414;
    margin-right: 12px;
}

.tagcloud a {
    display: inline-block;
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    border: 1px solid #B4B2C5;
    border-radius: 50px;
    color: #55527C;
    padding: 9px 18.5px;
    text-transform: capitalize;
    margin-bottom: 6px;
    margin-right: 2px;
    transition: all 0.3s linear;
}

.tagcloud a:hover {
    background: var(--button-hover);
    border: 1px solid transparent;
    color: #ffffff;
}

blockquote {
    border: 1px solid #B4B2C5;
    border-radius: 20px;
    padding: 35px 50px;
    margin-bottom: 35px;
}

blockquote .blog__grid-quote-icon {
    margin-bottom: 25px;
}

blockquote .blog__grid-quote-icon span {
    display: inline-block;
    font-size: 24px;
    color: var(--button-hover);
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 56px;
    border: 2px solid #EFF0F6;
    border-radius: 50%;
}

blockquote p {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    color: #141414;
    margin-bottom: 40px;
}

blockquote cite {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 18px;
    color: #141414;
    font-style: normal;
    position: relative;
    padding-top: 12px;
}

blockquote cite::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 30px;
    height: 2px;
    background-color: var(--button-hover);
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/*--
/*  17 - Blog Details CSS
/*----------------------------------------*/
.tp-blog__details-wrapper {
    padding-right: 50px;
}

@media only screen and (max-width: 1199px) {
    .tp-blog__details-wrapper {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .tp-blog__details-wrapper {
        padding-right: 0;
    }
}

.tp-blog-details-post {
    margin-bottom: 55px;
}

.tp-blog-details-post .tp-blog__thumb {
    margin-bottom: 25px;
}

.tp-blog-details-post .tp-blog__thumb img {
    border-radius: 20px;
}

.tp-blog-details-post .postbox__text .blog__details-title {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1e2838;
    margin-bottom: 20px;
}

.tp-blog-details-post .postbox__text p {
    font-size: 18px;
    line-height: 30px;
    color: #55527C;
    margin-bottom: 20px;
}

.tp-blog-details-post .postbox__text p:last-child {
    margin-bottom: 0;
}

.tp-blog-details-post .postbox__text blockquote {
    margin-top: 35px;
}

.tp-blog-details-post .postbox__text blockquote p {
    color: #55527C;
    margin-bottom: 40px;
}

.tp-blog-details-post .postbox__text h1, .tp-blog-details-post .postbox__text h2, .tp-blog-details-post .postbox__text h3, .tp-blog-details-post .postbox__text h4, .tp-blog-details-post .postbox__text h5, .tp-blog-details-post .postbox__text h6 {
    margin-bottom: 0.5rem;
}

.tp-blog-details-post .postbox__text .blog__d-inner-img-wrap {
    margin-bottom: 10px;
}

.tp-blog-details-post .postbox__text .blog__d-inner-img-wrap .blog__d-inner-img {
    margin-bottom: 20px;
}

.tp-blog-details-post .postbox__text .blog__d-inner-img-wrap .blog__d-inner-img img {
    border-radius: 20px;
}

.tp-blog-details-post .blog-details-tag-share {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #B4B2C5;
    border-radius: 20px;
    padding: 10px 25px 25px;
    margin-top: 35px;
}

.tp-blog-details-post .blog-details-tag-share .tagcloud {
    padding-top: 15px;
}

.tp-blog-details-post .blog-details-tag-share .tagcloud span {
    font-size: 18px;
    line-height: 30px;
    font-family: "Inter", serif;
    font-weight: 600;
    color: #1e2838;
}

.tp-blog-details-post .blog-details-tag-share .tagcloud a {
    padding: 0;
    border: 0;
    margin-right: 15px;
    margin-bottom: 0;
}

.tp-blog-details-post .blog-details-tag-share .tagcloud a:hover {
    background: none;
    color: var(--button-hover);
}

.tp-blog-details-post .blog-details-tag-share .blog-details-share {
    padding-top: 15px;
}

.tp-blog-details-post .blog-details-tag-share .blog-details-share ul li {
    display: inline-block;
}

.tp-blog-details-post .blog-details-tag-share .blog-details-share ul li + li {
    margin-left: 5px;
}

.tp-blog-details-post .blog-details-tag-share .blog-details-share ul li a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    border: 1px solid #B4B2C5;
    color: #1e2838;
    transition: all 0.3s linear;
}

.tp-blog-details-post .blog-details-tag-share .blog-details-share ul li a:hover {
    background: var(--button-hover);
    border: 1px solid transparent;
    color: #ffffff;
}

.tp-blog-details-post .postbox__more-navigation {
    margin-top: 40px;
}

.tp-blog-details-post .postbox__more-navigation .postbox__more-icon a {
    width: 60px;
    height: 60px;
    line-height: 55px;
    border: 1px solid #B4B2C5;
    border-radius: 50%;
    text-align: center;
    color: #1e2838;
    font-size: 16px;
    margin-right: 20px;
}

.tp-blog-details-post .postbox__more-navigation .postbox__more-icon a svg {
    fill: #1e2838;
}

.tp-blog-details-post .postbox__more-navigation .postbox__more-icon a:hover {
    border: 1px solid transparent;
    background: #D9F4FF;
}

.tp-blog-details-post .postbox__more-navigation .postbox__more-right {
    text-align: right;
}

.tp-blog-details-post .postbox__more-navigation .postbox__more-right .postbox__more-icon a {
    margin-left: 20px;
    margin-right: 0;
}

.tp-blog-details-post .postbox__more-navigation .postbox__more-content p {
    font-size: 18px;
    line-height: 28px;
    color: #55527C;
    margin-bottom: 5px;
}

.tp-blog-details-post .postbox__more-navigation .postbox__more-content p a:hover {
    color: var(--button-hover);
}

.tp-blog-details-post .postbox__more-navigation .postbox__more-content h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.tp-blog-details-post .postbox__more-navigation .postbox__more-content h4 a:hover {
    color: var(--button-hover);
}

.post-comments .post-comment-title {
    margin-bottom: 35px;
}

.post-comments .post-comment-title h3 {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1e2838;
}

.post-comments .latest-comments ul li {
    list-style: none;
}

.post-comments .latest-comments ul li:first-child .comments-box {
    border-top: 0;
    padding-top: 0;
}

.post-comments .latest-comments ul li.children {
    margin-left: 105px;
}

@media only screen and (max-width: 767px) {
    .post-comments .latest-comments ul li.children {
        margin-left: 70px;
    }
}

@media only screen and (max-width: 575px) {
    .post-comments .latest-comments ul li.children {
        margin-left: 35px;
    }
}

.post-comments .comments-avatar {
    float: left;
    margin-right: 20px;
}

@media only screen and (max-width: 575px) {
    .post-comments .comments-avatar {
        float: none;
        margin-right: 0;
    }
}

.post-comments .comments-avatar img {
    width: 80px;
    border-radius: 50%;
}

.post-comments .comments-text {
    overflow: hidden;
    border-bottom: 1px solid #f1f0f7;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .post-comments .comments-text {
        margin-top: 15px;
    }
}

.post-comments .comments-text .avatar-name {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.post-comments .comments-text .avatar-name h5 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #1e2838;
    margin-bottom: 0;
}

.post-comments .comments-text .avatar-name span {
    font-size: 18px;
    line-height: 30px;
    color: #55527C;
}

.post-comments .comments-text p {
    font-size: 18px;
    line-height: 30px;
    color: #55527C;
    margin-bottom: 20px;
}

.post-comments .comments-text .comment-reply {
    font-size: 18px;
    color: #1e2838;
}

.post-comments .comments-text .comment-reply:hover {
    color: var(--button-hover);
}

.post-comment-form,
.contact-form-wrap {
    background:;
    border-radius: 20px;
    padding: 60px;
    margin-top: 55px;
    border: 1px solid #000;
}

@media only screen and (max-width: 575px) {
    .post-comment-form,
    .contact-form-wrap {
        padding: 40px;
    }
}

.post-comment-form h3,
.contact-form-wrap h3 {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: #1e2838;
    margin-bottom: 10px;
}

.post-comment-form > span,
.contact-form-wrap > span {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #1e2838;
    margin-bottom: 30px;
}

.post-comment-form .post-input,
.contact-form-wrap .post-input {
    margin-top: 20px;
}

.post-comment-form .post-input input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
.contact-form-wrap .post-input input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    border: 1px solid #B4B2C5;
    height: 60px;
    border-radius: 20px;
    font-size: 16px;
    background: transparent;
    color: #1e2838;
}

.post-comment-form .post-input input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder,
.contact-form-wrap .post-input input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 16px;
    color: #1e2838;
    font-weight: 400;
}

.post-comment-form .post-input input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder,
.contact-form-wrap .post-input input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
    opacity: 0.95;
    font-size: 16px;
    color: #1e2838;
    font-weight: 400;
}

.post-comment-form .post-input input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder,
.contact-form-wrap .post-input input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
    opacity: 0.95;
    font-size: 16px;
    color: #1e2838;
    font-weight: 400;
}

.post-comment-form .post-input input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder,
.contact-form-wrap .post-input input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
    opacity: 0.95;
    font-size: 16px;
    color: #1e2838;
    font-weight: 400;
}

.post-comment-form .post-input input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus,
.contact-form-wrap .post-input input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus {
    outline: none;
    border-color: var(--button-hover);
}

.post-comment-form .post-input textarea,
.contact-form-wrap .post-input textarea {
    height: 135px;
    padding-top: 15px;
    background: transparent;
    border: 1px solid #B4B2C5;
    color: #1e2838;
    border-radius: 20px;
    font-size: 16px;
    padding: 10px 25px;
    resize: none;
}

.post-comment-form .post-input textarea::-webkit-input-placeholder,
.contact-form-wrap .post-input textarea::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 16px;
    color: #1e2838;
    font-weight: 400;
}

.post-comment-form .post-input textarea:-moz-placeholder,
.contact-form-wrap .post-input textarea:-moz-placeholder {
    opacity: 0.95;
    font-size: 16px;
    color: #1e2838;
    font-weight: 400;
}

.post-comment-form .post-input textarea::-moz-placeholder,
.contact-form-wrap .post-input textarea::-moz-placeholder {
    opacity: 0.95;
    font-size: 16px;
    color: #1e2838;
    font-weight: 400;
}

.post-comment-form .post-input textarea:-ms-input-placeholder,
.contact-form-wrap .post-input textarea:-ms-input-placeholder {
    opacity: 0.95;
    font-size: 16px;
    color: #1e2838;
    font-weight: 400;
}

.post-comment-form .post-input textarea:focus,
.contact-form-wrap .post-input textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--button-hover);
}

.post-comment-form .form-btn,
.contact-form-wrap .form-btn {
    width: 100%;
    background: var(--button-color) !important;
    border: 0;
    margin-top: 25px;
}

.post-comment-form .form-btn:hover,
.contact-form-wrap .form-btn:hover {
    background: var(--button-hover);
    color: var(--text-color);
}

/*--
/*  18 - Contact CSS
/*----------------------------------------*/
.contact-info-wrap {
    background: var(--background-color);
    border-radius: 20px;
    padding: 60px;
}

@media only screen and (max-width: 1199px) {
    .contact-info-wrap {
        padding: 45px;
    }
}

.contact-info-wrap .section-title p {
    color: #1e2838;
}

.contact-info-wrap .contact-info-inner-wrap {
    border-top: 1px solid #B4B2C5;
    padding-top: 10px;
    margin-top: 30px;
}

.contact-info-wrap .single-contact-info {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 20px;
}

.contact-info-wrap .single-contact-info .info-icon i {
    display: inline-block;
    color: var(--button-hover);
    font-size: 18px;
}

.contact-info-wrap .single-contact-info .info-text {
    flex: 1;
    font-size: 18px;
    line-height: 30px;
    font-family: "Inter", serif;
    font-weight: 400;
    margin-left: 15px;
    color: #1e2838;
}

.contact-form-wrap {
    margin-top: 0;
    margin-left: 15px;
}

@media only screen and (max-width: 1199px) {
    .contact-form-wrap {
        padding: 45px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-form-wrap {
        margin-left: 0;
        margin-top: 50px;
    }
}

.contact-form-wrap .contact-form-inner-wrap {
    margin-top: 15px;
}

.contact-form-wrap .post-input input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    border: 2px solid #B4B2C5;
    border-radius: 50px;
}

.contact-form-wrap .post-input textarea {
    border: 2px solid #B4B2C5;
    border-radius: 30px;
}

.contact-form-wrap .form-btn {
    background: var(--button-hover);
    color: #ffffff;
}

.contact-form-wrap .form-btn:hover {
    background: #D9F4FF;
    color: #1e2838;
}

.contact-map-section .contact-map-wrap iframe {
    height: 570px;
    width: 100%;
    border-radius: 20px;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

@media only screen and (max-width: 991px) {
    .contact-map-section .contact-map-wrap iframe {
        height: 450px;
    }
}

/*--
/*  19 - Video CSS
/*----------------------------------------*/
.nenix-video-wrap {
    margin-top: -85px;
    position: relative;
    z-index: 2;
}

.video-play {
    position: relative;
    text-align: right;
}

.video-play .shape-1 {
    position: relative;
    border-radius: 50%;
}

@media only screen and (max-width: 991px) {
    .video-play .shape-1 {
        width: 160px;
    }
}

@media only screen and (max-width: 449px) {
    .video-play .shape-1 {
        width: 130px;
    }
}

.video-play a {
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    border: 1px solid #ffffff;
    font-size: 14px;
    color: #ffffff;
    border-radius: 50%;
    transition: all 0.3s linear;
    position: absolute;
    right: 11.5%;
    top: 36%;
    z-index: 5;
}

@media only screen and (max-width: 1399px) {
    .video-play a {
        right: 13.5%;
    }
}

@media only screen and (max-width: 1199px) {
    .video-play a {
        right: 16.5%;
    }
}

@media only screen and (max-width: 991px) {
    .video-play a {
        right: 8.5%;
    }
}

@media only screen and (max-width: 767px) {
    .video-play a {
        right: 11.5%;
    }
}

@media only screen and (max-width: 449px) {
    .video-play a {
        right: 12.5%;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.video-play a:hover {
    border: 1px solid transparent;
    background: #ffffff;
    color: var(--button-hover);
}

/*--
/*  20 - 404 CSS
/*----------------------------------------*/
/* 404 page */
.error-wrap {
    margin-top: -20px;
}

.error-404-title {
    font-size: 180px;
    line-height: 1;
    font-weight: 700;
    color: #141414;
}

@media only screen and (max-width: 991px) {
    .error-404-title {
        font-size: 150px;
    }
}

@media only screen and (max-width: 575px) {
    .error-404-title {
        font-size: 110px;
    }
}

.error-content .error-title {
    font-size: 35px;
    color: #141414;
}

@media only screen and (max-width: 575px) {
    .error-content .error-title {
        font-size: 25px;
    }
}

.error-content p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 0 70px;
}

@media only screen and (max-width: 575px) {
    .error-content p {
        font-size: 16px;
        padding: 0 0;
        margin-top: 10px;
    }
}

.error-content .btn {
    padding: 0 40px;
}

/*--
/*  21 - Login Register CSS
/*----------------------------------------*/
.login-register-section .login-register-wrap {
    margin-top: -50px;
}

.login-register-section .login-register-wrap .section-title .title {
    font-size: 36px;
    font-weight: 700;
    color: #141414;
    line-height: 1.2;
    margin-top: -8px;
}

.login-register-section .login-register-wrap .login-register-box {
    border: 1px solid #ebebeb;
    padding: 40px;
    border-radius: 10px;
    margin-top: 50px;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form {
    margin-top: 20px;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control {
    border: 1px solid transparent;
    background: #f6f7f9;
    border-radius: 0;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: "Inter", serif;
    color: #787884;
    font-weight: 400;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: "Inter", serif;
    color: #787884;
    font-weight: 400;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control::-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: "Inter", serif;
    color: #787884;
    font-weight: 400;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:-ms-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: "Inter", serif;
    color: #787884;
    font-weight: 400;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:focus {
    outline: none;
    border-color: var(--button-hover);
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form textarea.form-control {
    height: 135px;
    font-size: 13px;
    color: #415674;
    font-weight: 600;
    padding: 10px 25px;
    padding-top: 15px;
    resize: none;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form textarea.form-control:focus {
    outline: none;
    box-shadow: none;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input {
    margin-right: 8px;
    margin-top: 8px;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input:focus {
    box-shadow: none;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-label {
    display: inline;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
    text-transform: none;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn {
    margin-top: 30px;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn .btn {
    height: 50px;
    line-height: 45px;
    width: 100%;
}

/*----------------------------------------*/
/*  05. Widget CSS
/*----------------------------------------*/
/*--
/*  5.1 - Sidebar Widget CSS
/*----------------------------------------*/
.sidebar-wrap {
    border-left: 1px solid #eeeeee;
    height: 100%;
}

@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
    .sidebar-wrap {
        border-left: none;
        height: auto;
        padding-top: 0;
    }
}

.widget {
    margin-bottom: 40px;
    color: #55527C;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget .widget-title {
    border-bottom: 1px solid #eeeeee;
    padding-left: 20px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
    .widget .widget-title {
        padding-left: 0;
    }
}

/*--
/*  24.1 - Footer Widget CSS
/*----------------------------------------*/
.footer-widget-wrap {
    padding-top: 25px;
    padding-bottom: 75px;
}

.footer-section-02 .footer-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer-section-02 .footer-widget-wrap {
    padding-top: 240px;
    padding-bottom: 75px;
}

.footer-widget {
    margin-top: 30px;
}

.footer-widget.footer-widget-2, .footer-widget.footer-widget-3 {
    padding-left: 40px;
}

@media only screen and (max-width: 991px) {
    .footer-widget.footer-widget-2, .footer-widget.footer-widget-3 {
        padding-left: 0px;
    }
}

.widget-info ul li {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 20px;
}

.widget-info ul li .info-icon i {
    display: inline-block;
    color: #1e2838;
    font-size: 14px;
}

.widget-info ul li .info-text {
    flex: 1;
    font-size: 18px;
    line-height: 30px;
    font-family: "Inter", serif;
    font-weight: 400;
    margin-left: 15px;
    color: #1e2838;
}

.footer-search .footer-search-wrap {
    max-width: 300px;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.footer-search .footer-search-wrap form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    background-color: transparent;
    height: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #55527C;
    border: 1px solid rgba(85, 82, 124, 0.8);
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 60px;
}

.footer-search .footer-search-wrap form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
    opacity: 0.9;
    font-size: 18px;
    color: #55527C;
    font-weight: 400;
}

.footer-search .footer-search-wrap form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
    opacity: 0.9;
    font-size: 18px;
    color: #55527C;
    font-weight: 400;
}

.footer-search .footer-search-wrap form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
    opacity: 0.9;
    font-size: 18px;
    color: #55527C;
    font-weight: 400;
}

.footer-search .footer-search-wrap form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
    opacity: 0.9;
    font-size: 18px;
    color: #55527C;
    font-weight: 400;
}

.footer-search .footer-search-wrap form button {
    width: 60px;
    height: 50px;
    line-height: 50px;
    background: var(--button-hover);
    border: 0;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.footer-widget-about {
    margin-top: 30px;
}

.footer-widget-about p {
    font-size: 18px;
    line-height: 30px;
    color: #1e2838;
    margin-top: 22px;
}

@media only screen and (max-width: 575px) {
    .footer-widget-about p {
        font-size: 16px;
        line-height: 28px;
    }
}

.footer-widget .footer-widget-title {
    font-size: 26px;
    line-height: 32px;
    font-family: "Inter", serif;
    font-weight: 500;
    color: #1e2838;
    margin-bottom: 30px;
}

.footer-widget-link ul li {
    margin-bottom: 8px;
}

.footer-widget-link ul li:last-child {
    margin-bottom: 0;
}

.footer-widget-link ul li a {
    font-size: 18px;
    line-height: 30px;
    color: #1e2838;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 575px) {
    .footer-widget-link ul li a {
        font-size: 16px;
        line-height: 28px;
    }
}

.footer-widget-link ul li a:hover {
    color: var(--alt-hover-color);
}

.footer-section-02 .footer-social {
    text-align: left;
}

.footer-section-02 .footer-social ul {
    margin-top: 20px;
}

.footer-section-02 .footer-social ul li {
    display: inline-block;
}

.footer-section-02 .footer-social ul li + li {
    margin-left: 5px;
}

.footer-section-02 .footer-social ul li a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    background: rgba(180, 178, 197, 0.3);
    color: #1e2838;
    transition: all 0.3s linear;
}

.footer-section-02 .footer-social ul li a:hover {
    background: var(--button-hover);
    color: #ffffff;
}

.footer-section-03 .footer-widget-about p {
    color: #55527C;
}

.footer-section-03 .footer-widget-link ul li a {
    color: #55527C;
    transition: all 0.3s linear;
}

.footer-section-03 .footer-widget-link ul li a:hover {
    color: var(--button-hover);
}

.footer-section-03 .footer-copyright-area {
    padding-bottom: 30px;
}

/*--
/*  24. Footer CSS
/*----------------------------------------*/
.footer-section {
    background: #D6DFD1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.footer-section .shape-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.footer-logo {
    max-width: 122px;
}

.footer-copyright-area {
    padding-bottom: 40px;
}

.footer-copyright-wrap {
    border-top: 1px solid rgba(19, 15, 73, 0.2);
    padding-top: 10px;
}

.footer-copyright-text-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 991px) {
    .footer-copyright-text-wrap {
        flex-direction: column;
    }
}

.copyright-text {
    margin-top: 10px;
}

.copyright-text p {
    font-size: 18px;
    line-height: 30px;
    color: #1e2838;
}

@media only screen and (max-width: 575px) {
    .copyright-text p {
        font-size: 16px;
    }
}

.footer-copyright-links {
    margin-top: 10px;
    padding-left: 35px;
}

@media only screen and (max-width: 991px) {
    .footer-copyright-links {
        padding-left: 0;
    }
}

.footer-copyright-links a {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #1e2838;
    padding-left: 15px;
    margin-left: 10px;
}

@media only screen and (max-width: 575px) {
    .footer-copyright-links a {
        font-size: 16px;
        line-height: 28px;
        padding-left: 10px;
        margin-left: 8px;
    }
}

.footer-copyright-links a:first-child {
    padding-left: 0;
    margin-left: 0;
}

.footer-copyright-links a:first-child::before {
    display: none;
}

.footer-copyright-links a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #1e2838;
    width: 1px;
    height: 15px;
    transform: translateY(-50%);
}

.footer-copyright-links a:hover {
    color: var(--button-hover);
}

.footer-social {
    text-align: center;
    margin-top: 25px;
}

.hero-social {
    text-align: center;
    margin-top: 25px;
}

@media only screen and (max-width: 575px) {
    .footer-social {
        margin-top: 20px;
    }
    .hero-social {
        margin-top: 20px;
    }
}

.footer-social ul li {
    display: inline-block;
}

.hero-social ul li {
    display: inline-block;
}

.footer-social ul li + li {
    margin-left: 40px;
}

.hero-social ul li + li {
    margin-left: 40px;
}

.footer-social ul li a {
    display: inline-block;
    font-size: 25px;
    color: #1e2838;
}

.hero-social ul li a {
    display: inline-block;
    font-size: 25px;
    color: #1e2838;
}

@media only screen and (max-width: 575px) {
    .footer-social ul li a {
        font-size: 20px;
    }

    .hero-social ul li a {
        font-size: 20px;
    }
}

.footer-social ul li a:hover {
    color: var(--button-hover);
}

.hero-social ul li a:hover {
    color: var(--button-hover);
}

.footer-copyright-social {
    text-align: right;
    margin-top: 10px;
}

@media only screen and (max-width: 991px) {
    .footer-copyright-social {
        text-align: center;
        margin-top: 15px;
    }
}

.footer-copyright-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 20px;
    text-align: center;
    border-radius: 5px;
    margin-right: 15px;
    font-size: 16px;
    border: 1px solid #B4B2C5;
    color: #55527C;
    transition: all 0.3s linear;
}

.footer-copyright-social a:last-child {
    margin-right: 0;
}

.footer-copyright-social a:hover {
    background: var(--button-hover);
    border: 1px solid transparent;
    color: #ffffff;
}

.footer-section-02 .footer-copyright-links {
    padding-left: 0;
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .footer-section-02 .footer-copyright-links {
        text-align: center;
    }
}

.footer-section-02 .footer-copyright-links a {
    color: #B4B2C5;
}

.footer-section-02 .footer-copyright-links a::before {
    background: #B4B2C5;
}

.footer-section-02 .footer-copyright-links a:hover {
    color: var(--button-hover);
}

@media only screen and (max-width: 991px) {
    .footer-section-02 .copyright-text {
        text-align: center;
    }
}

.footer-section-02 .copyright-text p {
    color: #B4B2C5;
}

.footer-section-03 .footer-copyright-links {
    text-align: center;
    padding-left: 0;
}

.footer-section-03 .footer-copyright-links a {
    color: #55527C;
    margin-left: 15px;
    padding-left: 0;
}

.footer-section-03 .footer-copyright-links a:first-child {
    margin-left: 0;
}

.footer-section-03 .footer-copyright-links a::before {
    display: none;
}

.footer-section-03 .footer-copyright-links a:hover {
    color: var(--button-hover);
}

@media only screen and (max-width: 991px) {
    .footer-section-03 .copyright-text {
        text-align: center;
    }
}

.footer-section-03 .copyright-text p {
    color: #55527C;
}
 .carousel-container {
     width: 100%;
     height: 200px;
 }


.brand-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    font-size: 20px;
    height: 175px !important;
    width: 280px !important;
}

.brand-swiper .swiper-slide img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 3px solid #ccc;
    border-radius: 10px;
}


.about-me-slider.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    font-size: 20px;
    height: 100%;
}

.about-me-slider.swiper-slide img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ccc;
}

/* About Me Slider Stil İzolasyonu */
#about-me {
    text-align: center;
    background-color: #F2F4F6 !important;
}

#about-me h2 {
    font-size: 3.5rem;
    color: #0f172a;
    margin-bottom: 20px;
}

/* Swiper container boyutlandırması */
#about-me .swiper-container {
    width: 100%;
    height: 400px;
    margin: 0 auto;
}

#about-me .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: transparent !important;
}

#about-me .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 20px !important;
}

#about-me .swiper-slide img:nth-child(1) {
    margin-left: 30px !important;
    border-radius: 20px !important;
}
#about-me .swiper-slide img:nth-last-child(-n + 1) {
    margin-right: 30px !important;
    border-radius: 20px !important;
}

#about-me .swiper-slide-active {
    transform: scale(1.2); /* Ortadaki görselin büyümesi */
}

#about-me .swiper-slide-next,
#about-me .swiper-slide-prev {
    transform: scale(0.8); /* Diğer görsellerin küçülmesi */
}

/* Navigasyon butonları */
#about-me .swiper-button-next,
#about-me .swiper-button-prev {
    background-color: #fff;
    color: #0f172a;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#about-me .swiper-button-next::after,
#about-me .swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
}

/* Siyah arka plan sadece navigasyonlarda */
#about-me .swiper-button-next,
#about-me .swiper-button-prev {
    background-color: #000; /* Siyah arka plan */
    color: #fff; /* Beyaz oklar */
}

#about-me .swiper-button-prev {
    margin-right: 40px !important;
}

/* Temel spacer sınıfı */
.spacer {
    display: block;
    width: 100%;
    clear: both;
    background-color: #F2F4F6 !important;
    position: relative
}

/* Sabit yükseklikler */
.spacer-xs { height: 10px; }
.spacer-sm { height: 20px; }
.spacer-md { height: 40px; }
.spacer-lg { height: 60px; }
.spacer-xl { height: 80px; }

/* Responsive yükseklikler */
@media (max-width: 768px) {
    .spacer-xs { height: 5px; }
    .spacer-sm { height: 10px; }
    .spacer-md { height: 20px; }
    .spacer-lg { height: 30px; }
    .spacer-xl { height: 40px; }
}

/* Özel boşluk boyutları için yardımcı sınıflar */
.space-10 { height: 10px; }
.space-20 { height: 20px; }
.space-30 { height: 30px; }
.space-40 { height: 40px; }
.space-50 { height: 50px; }
.space-60 { height: 60px; }
.space-70 { height: 70px; }
.space-80 { height: 80px; }
.space-90 { height: 90px; }
.space-100 { height: 100px; }

/* Margin tabanlı boşluklar */
.mt-spacer { margin-top: 60px; }
.mb-spacer { margin-bottom: 60px; }
.my-spacer {
    margin-top: 60px;
    margin-bottom: 60px;
}

/* Gizli spacer (görsel öğeler için) */
.spacer-hidden {
    height: 0;
    margin: 0;
    padding: 60px 0;
}

.about-wrap p{
    text-align: left !important
}

h3 .main-title {
    font-family: 'Inter', serif;
    font-size: 36px;
    font-weight: 600;
}
