@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

body{
    direction: ltr;
    font-family: 'Exo', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0px;
}

a{
    word-break: break-all;
}


        .atf_header_top{
            background-color: #ED6363;
            padding: 10px 0;
            color: rgba(255, 255, 255, 0.8);
            transition: all 0.3s ease 0s;
        }

        .header-top-bar {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            gap: 20px;
            justify-content: flex-start;
        }

        .header-top-bar p,.header-top-bar a{
            margin: 0;
            color: inherit;
            text-decoration: none;
            font-size: 14px;
        }

        .header-top-bar i {
            padding-right: 10px;
            color: rgba(255, 255, 255, 0.8);
        }

        .atf_header_top p:hover {
            color: white;
        }

        .navigation {
            display: flex;
            flex-direction: row;
            gap: 30px;
            padding: 11px 0;
        }

        .logo-head {
            display: flex;
            flex-direction: row;
            gap: 10px;
            align-items: center;
        }

        .logo-head-link {
            text-decoration: none;
            color: inherit;
        }

        .logo-head-img {
            width: 200px;
            height: auto;
        }

        .logo-head-txt {
            font-size: 26px;
            color: black;
            margin: 0;
        }

        .nav-bar-link {
            text-decoration: none;
            font-size: 22px;
            color: black;
        }

        .nav-bar {
            flex: 1;
            margin: 0;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            justify-content: end;
            align-items: center;
            gap: 20px;
        }

        .nav-bar a {
            float: left;
            font-size: 18px;
            color: black;
            text-align: center;
            text-decoration: none;
        }

        .dropdown {
            float: left;
        }

        .dropdown .dropbtn {
            font-size: 18px;
            border: none;
            outline: none;
            color: black;
            background-color: inherit;
            font-family: inherit;
            margin: 0;
        }

        .nav-bar a:hover, .dropdown:hover .dropbtn {
            background-color: black;
            color: white;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            max-width: 180px;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
        }

        .dropdown-content a {
            float: none;
            color: black;
            padding: 11px 19px;
            text-decoration: none;
            display: block;
            text-align: left;
        }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

        .dropdown:hover .dropdown-content {
            display: block;
        }

        .main-view {
            width: 100%;
            height: auto;
            overflow: hidden;
            background-position: center;
            background-size: cover;
            background-image: url(/assets/img/bg_f0nwpl.webp);
        }

        .main-view-op {
            height: 100%;
            background-color: #301B3F;
        }

        .main-view-content {
            padding-top: 70px;
            padding-bottom: 70px;
            display: flex;
            flex-direction: row;
            gap: 36px;
            align-items: center;
        }

        .about.container.main-view-content {
            padding-bottom: 15px;
        }

        .m-v-txt {
            flex: 1;
        }

        .m-v-title {
            margin-bottom: 22px;
            font-size: 24px;
            color: white;
            text-transform: inherit;
            text-align: start;
            font-weight:  700;
            text-transform: uppercase;
        }

        .m-v-subtitle {
            margin-bottom: 52px;
            font-size: 18px;
            color: white;
            text-transform: inherit;
            text-align: start;
            font-weight:  400;
        }

        .link-btn {
            text-decoration: none;
        }

        .m-v-btn {
            width: 100%;
            font-size: 22px;
            margin: 0;
        }

        .m-v-vector {
           flex: 1;
           top: -20px;
           position: relative;
        }

        /* .border-first {
            border: 50px solid #f8b603;
            border-radius: 50%;
        }

        .border-second {
            border: 10px solid #f7f3e9;
            border-radius: 50%;
        } */

        .border-second img {
            width: 28rem;
            height: 28rem;
            overflow: hidden;
            border: 35px solid #6f9eaf;
            border-radius: 50%;
            object-fit: cover;
        }

        .m-v-vector.about {
            top: -33px;
        }

        .m-v-vector.about .border-second img {
            width: 15rem;
            height: 15rem;
        }
        .m-v-vector.about .border-second {
            border: unset;
            border-radius: unset;
            text-align: center;
        }

        .m-v-vector.about .border-first {
            border: unset;
            border-radius: unset;
        }

        .feature-section-bg {
            height: auto;
            background-color: #301B3F;
        }

        .feature-section {
            padding: 113px 0;
        }

        .feature-title {
            margin-bottom: 72px;
            font-size: 26px;
            color: black;
            text-transform: inherit;
            text-align: center;
            font-weight:  700;
        }

        .feature-block {
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 24px;
        }

        .feature-card {
            box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
            border: 1px solid #eeeeee;
            border-radius: 6px;
            background: white;
            padding: 30px 20px;
            display: flex;
            flex-direction: column-reverse;
            gap: 19px;
            flex: 1;
            /* align-self: flex-start; */
        }

        .feature-img {
            height: 100px;
        }

        .feature-img img {
            height: 100px;
            width: auto;
        }

        .feature-txt {
            flex: 1;
            display: flex;
            /* align-items: center; */
        }

        .how-work-n-content {
            padding: 113px 0;
        }

        .how-work-content-block {
            display: flex;
            flex-direction:  row;
            gap: 29px;
            align-items: center;
        }

        .h-work-content-img {
            width: 50%;
            display: flex;
            flex-direction:  column-reverse;
            gap: 30px;
        }

        .content-img {
           width: 100%;
            display: flex;
        }

        .c-img {
            max-width: 100%;
            margin: 0 auto;
            object-fit: contain;
        }

        .content-text {
            padding: 0  30px;
            width: 50%;
        }

        .content-title {
            margin-bottom: 72px;
            font-size: 26px;
            color: black;
            text-transform: inherit;
            text-align: center;
            font-weight:  700;
        }

        .content-txt {
            font-size: 21px;
        }

        .how-work {
            padding: 30px 0;
        }

        .how-work-title {
            margin-bottom: 72px;
            font-size: 26px;
            color: black;
            text-transform: inherit;
            text-align: center;
            font-weight:  700;
        }

        .how-work-list {
            display: flex;
            flex-direction: column;
            gap: 20px;
            justify-content: center;
        }

        .how-work-item {
            padding: 11px 24px 12px;
            box-shadow: 0 0 15px rgba(0,0,0, 0.1);
            border-left: 3px solid #ED6363;
            border-radius: 6px;
        }

        .core__how-work-txt p {
            margin: 0;
        }

        .stat-section-bg {
            height: auto;
            background-color: #301B3F;
        }

        .stat-section {
            display: flex;
            flex-direction: row;
            gap: 30px;
            padding: 113px 0;
        }

        .core__stat-item {
            color: #ffffff;
            text-align: center;
            flex: 1;
            padding: 0 0 36px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }
        .core__stat-item i {
            position: absolute;
            font-size: 41px;
            left: 40%;
            top: 45%;
            color: #ED6363;
        }
        .core__stat-item:before,
        .core__stat-item:after{
            content: '';
            background-color: #ED6363;
            height: calc(100% - 120px);
            width: 100%;
            border-radius: 0 0 20px 20px;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: -1;
        }
        .core__stat-item:after{
            width: 30px;
            height: 30px;
            border-radius: 0;
            transform: translateX(-50%) rotate(45deg);
            bottom: -15px;
            left: 50%;
        }
        .stat-value {
            color: #ED6363;
            background: linear-gradient(#f9f9f9 50%,#f2f2f2 50%);
            font-size: 41px;
            font-weight: 700;
            line-height: 150px;
            width: 250px;
            height: 250px;
            margin: 0 auto 20px;
            border-radius: 50%;
            box-shadow: 0 -5px 0 rgba(255,255,255,0.8),0 10px 10px rgba(0, 0, 0, 0.3);
            display: block;
            -webkit-text-fill-color: #ddd;
            -webkit-text-stroke-color: #ED6363;
            -webkit-text-stroke-width: 1px;
        }
        .core__stat-item h3 {
            font-size: 22px;
            font-weight: 600;
            text-transform: capitalize;
            margin: 0 10px;
            color: #ffffff;
        }

        .services-section {
            padding: 113px 0;
        }

        .service-title {
            margin-bottom: 72px;
            font-size: 26px;
            color: black;
            text-transform: inherit;
            text-align: center;
            font-weight:  700;
        }

        .double-block {
            display: flex;
            flex-direction: row;
            gap: 20px;
        }

        .services-list {
            width: 50%;
            display: flex;
            flex-direction: column-reverse;
            gap: 20px;
            justify-content: space-between;
        }

        .s-card {
            box-shadow: 0 0 15px rgba(0,0,0,0.1);
            padding: 20px;
            border-left: 3px solid #ED6363;
            border-radius: 6px;
            display: flex;
            flex-direction: row;
            gap: 20px;
            transition: .3s;

        }

         .s-card:hover {
            transform: scale(1.05);
        }


        .s-link {
            width: 40%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .s-img {
            max-width: 100%;
            height: auto;
            object-fit: contain;
        }


        .core__s-text a {
            text-decoration: none;
        }

        .s-title {
            margin-bottom: 12px;
            font-size: 22px;
            text-align: start;
            color: black;
        }

        .media-block {
            width: 50%;
            display: flex;
            flex-direction: column-reverse;
            gap: 20px;
        }

        .media-img {
            display: flex;
            flex-direction:  row;
            gap: 20px;
            height: 100%;
        }

        .img-first, .img-second {
            width: 100%;
        }

        .img-first img, .img-second img {
            display: block;
            height: 100%;
            width: 100%;
            object-fit: contain;
            max-height: 1517px;
        }

        .media-video video {
            display: block;
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        .cta {
            border: none;
            background: none;
        }

        .cta span {
            padding-bottom: 7px;
            letter-spacing: 4px;
            font-size: 14px;
            padding-right: 15px;
            text-transform: uppercase;
        }

        .cta svg {
            transform: translateX(-8px);
            transition: all 0.3s ease;
        }

        .cta:hover svg {
            transform: translateX(0);
        }

        .cta:active svg {
            transform: scale(0.9);
        }

        .hover-underline-animation {
            position: relative;
            color: black;
            padding-bottom: 19px;
        }

        .hover-underline-animation:after {
            content: "";
            position: absolute;
            width: 100%;
            transform: scaleX(0);
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: #000000;
            transform-origin: bottom right;
            transition: transform 0.25s ease-out;
        }

        .cta:hover .hover-underline-animation:after {
            transform: scaleX(1);
            transform-origin: bottom left;
            color: #ED6363;
        }

         .blog-section {
            padding: 113px 0;
        }

        .blog-title {
            margin-bottom: 72px;
            font-size: 26px;
            color: black;
            text-transform: inherit;
            text-align: center;
            font-weight:  700;
        }

        .blog-block {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .blog-wrap {
            width: calc(100% / 2 - 10px);
            display: flex;
            flex-direction:  row;
            gap: 20px;
        }

        .blog-card {
            width: calc(100% / 2 - 10px);
            border: 1px solid #eeeeee;
            border-radius: 6px;
            overflow: hidden;
            transition: .3s;
            box-shadow: 0 10px 15px rgba(0,0,0,.1);
            display: flex;
            flex-direction: column-reverse;

        }

        .blog-card:hover {
            box-shadow: 0 10px 15px rgba(0,0,0,.2);
            transform: translateY(-15px);
        }


        .blog-link {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .blog-img {
            width: 100%;
            height: 390px;
            object-fit: contain;
        }

        .blog-text {
            padding: 36px 19px 19px;
            background: #fff;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .core__blog-stat i {
            color: #ED6363;
        }

        .blog-text a {
            text-decoration: none;
        }

        .b-title {
            font-size: 22px;
            font-weight: 700;
            color: #222;
            text-align: start;
            margin-bottom: 19px;
        }

        .blog-txt {
            padding-bottom: 20px;
            border-bottom: 1px solid #f7f7f7;
            margin-bottom: 0;
            color: #748182;
            text-align: start;
        }

        .comment-section-bg {
            height: auto;
            background-color: #301B3F;
        }

        .comment-section {
            padding: 113px 0;
        }

        .comment-title {
            margin-bottom: 15px;
            font-size: 26px;
            color: black;
            text-transform: inherit;
            text-align: center;
            font-weight:  700;
        }

        .comment {
            text-align: center;
            margin: 36px 11px 0;
            padding: 2% 10% 3%;
            background: white;
            border: 1px solid #eee;
        }
        .comment-avatar {
            width: 100px;
            height: 100px;
            border-radius: 0;
            border: 5px solid rgba(255,255,255,0.3);
            display: inline-block;
            margin-top: -50px;
            overflow: hidden;
            box-shadow:0 2px 6px rgba(0, 0, 0, 0.15);
        }
        .comment-avatar img{
            width: 100%;
            height: auto;
        }
        .description{
            font-style: italic;
            margin: 11px 0 24px;
        }
        .comment-person {
            text-transform: uppercase;
            color: #ED6363;
        }
        .comment-person:before{
            content: "";
            width: 26px;
            display: block;
            margin: 11px auto;
            border: 1px solid #ED6363;
        }

        :root {
            --star-size: 26px;
            --star-color: rgb(156, 156, 156);
            --star-background: #ED6363;
        }

        .Stars {
            text-align: center;
            --percent: calc(var(--rating) / 5 * 100%);
            font-size: var(--star-size);
            font-family: Times;
            line-height: 1;
            margin-bottom: 25px;
        }
        .Stars::before {
            content: '✸✸✸✸✸';
            letter-spacing: 5px;
            background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .slick-list {
            padding: 50px 0px;
        }

        .slick-slide {
            height: auto;
        }

        .slick-prev {
            left: -60px ;
        }

        .slick-next {
            right: -25px ;
        }

        .slick-prev:before {
            content: '<';
            background: #e2e2e2;
            color: initial;
            font-size: 37px;
            padding: 0 17px 9px;
            border-radius: 15px;
        }

        .slick-next:before {
            content: '>';
            background: #e2e2e2;
            color: initial;
            font-size: 37px;
            padding: 0 17px 9px;
            border-radius: 15px;
        }

        .slick-prev:hover:before, .slick-next:hover:before {
            background-image:  linear-gradient( to right, #EA8FEA 0%,  #FEDEFF 85%);
            color: #fff;
        }


        .team-section {
            padding: 113px 0;
        }

        .team-title {
            margin-bottom: 72px;
            font-size: 26px;
            color: black;
            text-transform: inherit;
            text-align: center;
            font-weight:  700;
        }

        .team-block {
            display: flex;
            flex-direction: row;
            gap: 24px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .team-item {
            flex: 0 0 auto;
            width: 23%;
            box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
            text-align: center;
            overflow: hidden;
            border-radius: 0px;
        }

        .team-avatar img{
            width: 100%;
            height: auto;
        }

        .core__team-content{
            padding: 11px 10px;
            background: white;
        }

        .team-person {
            font-size: 22px;
            font-weight: 700 ;
            color: black;
            text-transform: uppercase;
            margin: 0 0 12px 0;
        }

        .team-post {
            font-size: 14px;
            color: #000;
        }

        .feedback-section {
            padding-bottom: 113px;
            padding-top: 50px;
        }

        .feedback-block {
            display: flex;
            flex-direction: row;
            gap: 36px;
        }

        .form-block {
            width: 50%;
        }

        .vector-img {
            display: none;
            width: 100%;
        }

        .form-title {
            margin-bottom: 36px;
            font-size: 26px;
            color: black;
            text-transform: inherit;
            /* text-align: center; */
            font-weight:  700;
        }

        .form-txt {
            font-size: 14px;
            color: #737373;
        }

        .card {
            border: 0;
        }

        .feed-form {
            display: flex;
            flex-direction: column;
        }

        .feed-form input {
            padding: 11px 19px;
            border-radius: 6px;
            border-left: 6px solid #ED6363;

        }

         .form-check {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .form-check .form-check-input {
            border: 1px solid #ED6363;
        }



        .contact-block {
            width: 50%;
            padding: 0 29px;
            display: flex;
            flex-direction: column;
        }

        .contacts-title {
            margin-bottom: 36px;
            font-size: 26px;
            color: black;
            text-transform: inherit;
            /* text-align: center; */
            font-weight:  700;
        }

        .contact-wrap {
            display: flex;
            flex-direction: column-reverse;
            justify-content: start;
            flex: 1;
            gap: 25px 0;
        }
        .contact-wrap a {
            word-break: break-all;
        }
        .adress, .phone, .email {
           display: flex;
           flex-direction: row;
           gap: 24px;
           align-items: center;
        }
        

        .adress i, .phone i, .email i {
            font-size: 37px;
            color:  #ED6363;
            text-align: center;
        }

        .adress h4, .phone h4, .email h4 {
            color: black;
            font-size: 18px;
            font-weight: 700;
        }
        .adress p, .phone p, .email p,.phone a, .email a {
            color: black;
            text-decoration: none;
            font-size: 14px;
            
        }

        .map {
            padding-bottom: 113px;
        }

        .footer-bg {
            background-color: #ED6363;
            padding: 36px 0 30px 0;
        }

        .footer {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }

        .footer-col {
            display: flex;
            flex-direction: column;
            gap: 19px;
            max-width: 33%;
        }

        .footer-logo-txt {
            color: #fff;
        }

        .spesial-link {
            color: #fff;
            font-size: 16px;
            text-decoration: none;
        }

        .spesial-link:hover {
            text-decoration: underline;
        }

        .footer-gallery {
            display: flex;
            flex-direction: row;
            gap: 19px;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
        }
        footer .special-text {
            color: #fff;
            font-size: 16px;
        }

        .footer-gallery img {
            display: block;
            height: 122px;
            width: 122px;
            object-fit: cover;
        }

        .spes-page {
            padding: 113px 0;
        }

        .core__spes-page-block {
            height: auto;
            overflow: hidden;
        }

        .spes-page-img {
            float: left;
            margin-right: 29px;
            margin-bottom: 29px;
            max-width: 550px;
            width:100%;
        }

        .spes-page-title {
            margin-bottom: 72px;
            font-size: 26px;
            color: black;
            text-transform: inherit;
            text-align: center;
            font-weight:  700;
        }

        .spes-page-txt {
            font-size: 21px;
        }

        .cont-page {
            padding-top: 113px;
            padding-bottom: 113px;
        }

        .cont-txt {
            font-size: 20px;
            text-align: center;
            margin-bottom: 30px;
        }

        .cont-wrap {
            display: flex;
            flex-direction: row;
            gap: 36px;
        }

        .core__cont-block {
            background: #ED6363;
            padding: 30px 29px;
            border-radius: 0;
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
            margin-bottom: 50px;
        }
        .form-check{
            margin-top: 11px;
        }
        input, textarea {
            padding: 11px 19px;
            border-radius: 0px;
            border-left: 6px solid #ED6363;
            margin: 11px 0px;
        }
        .feed-form button{
            margin-top: 24px;
        }

        .cont-form {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .cont-adress i, .cont-phone i, .cont-email i {
            font-size: 37px;
            color: #fff;
            text-align: center;
        }

        .cont-adress, .cont-phone, .cont-email {
            display: flex;
            flex-direction: row;
            gap: 20px;
            align-items: center;
         }

        .cont-adress h4, .cont-phone h4, .cont-email h4 {
            color: #fff;
            font-size: 22px;
            font-weight: 700;
        }
        .cont-adress p, .cont-phone a, .cont-email a {
            color: #fff;
            text-decoration: none;
            font-size: 14px;
        }

.bg-legal {
    background-color: #ED6363;
}
.bg-legal .nav-bar a {
    color: #FFFFFF;
}

.content-section {
    padding: 94px 0px;
}

.content-section h1 {
    margin-bottom: 30px;
}

#cookie-img--6htn3--style{
    display: none;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 24px;
    left: 50%;
    width: 983px;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 24px;
    background-color:  #272121;
    border-radius: 15px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    gap: 24px;
    z-index: 999999;
}
#cookie-img--6htn3--style button{
    max-width: 200px;
    width: 100%;
}

#cookie-img--6htn3--style p{
    margin: 0;
    font-size: 14px;
    color: #fff;
}

#leads_submit {
    position: relative;
    overflow: unset;
}


#leads_submit::before {
    content: var(--error-message, '');
    width: 100%;
    padding: 8px;
    background-color: #f44336;
    color: #ffffff; 
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: 100%; 
    left: 50%;
    transform: translateX(-50%);
    margin-top: 8px; 
    z-index: 1;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    border: none;
    display: none;
}

#leads_submit.error::before {
    display: block;
}

#leads_submit.success::before {
    display: block;
    background-color: #ffd401;
}


@media (min-width: 576px){
    #cookie-img--6htn3--style.show{
        display: flex;
    }
    .cookie_accept{
        margin: 0 0 0 25px;
    }
}

@media (max-width: 575px){
    #cookie-img--6htn3--style.show{
        display: flex;
        flex-direction: column;
    }
    .cookie_accept{
        margin: 10px 0 0 0;
    }
    button{
        width: 100%;
    }
}


@media (max-width: 675px){
    .footer-col {
        text-align: center;
        max-width: 100%;
    }
}
