*{
    font-family: 'Albert Sans', sans-serif;
    scroll-behavior: smooth;
    outline: 0 !important;
}

body {
    font-size: 16px;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}
@media (min-width: 1400px){
.container{
    max-width: 1445px;
}
	
}
.online-odeme-mobile{display:none;}
.wow {
    visibility: hidden;
}

.toggle-menu {
    cursor: pointer;
}

.main-header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 300ms;
    padding: 12px 60px 12px;
}

.main-header .logo {
    width: 205px;
}

.main-header .logo > a {
    display: block;
    width: 100%;
}

.main-header .logo > img {
    width: 100%;
}

.main-header .menu {
    width: calc(100% - 420px);
    padding-left: 20px;
}

.main-header .menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 40px;
}

.main-header .menu > ul > li {
    position: relative;
}

.main-header .menu > ul > li > a {
    font-weight: 600;
    transition: 300ms;
    text-transform: uppercase;
    color: #20201e;
    position: relative;
    padding-bottom: 15px;
}

.main-header .menu > ul > li > a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background: #ca3726;
    bottom: 0;
    transition: 300ms;
    opacity: 0;
}

.main-header .menu > ul > li:Hover > a {
}

.main-header .menu > ul > li:Hover > a:before {
    opacity: 1;
    width: 100%;
}

.main-header .menu > ul > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    list-style: none;
    margin: 0;
    min-width: 100%;
    transition: 300ms;
    z-index: 1;
    padding: 60px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
}

.main-header .menu > ul > li > ul:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 30px);
    background: #fff;
    border-radius: 5px;
    z-index: -1;
}

.main-header .menu > ul > li > ul > li > a {
    display: block;
    white-space: nowrap;
    color: #20201e;
    transition: 300ms;
    padding: 5px 0;
}
.main-header .menu > ul > li > ul > li > a img {
   max-width:initial;
}

.main-header .menu > ul > li > ul > li:Hover > a {
    color: rgb(32 32 30 / 50%);
}

.main-header .menu > ul > li:Hover > ul {
    opacity: 1;
    visibility: visible;
}

.main-header .actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-header .actions > .languages {
    margin-right: 0px;
    padding-right: 0px;
    cursor: pointer;
    position: relative;
}

.main-header .actions > .languages > .active {
    font-weight: 600;
    text-transform: uppercase;
    color: #20201e;
    transition: 300ms;
    z-index: 3;
    position: relative;
}

.main-header .actions > .languages:Hover > .active {
    color: #000;
}

.main-header .actions > .languages > .list {
    position: absolute;
    left: -20px;
    top: -20px;
    background: #fff;
    border-radius: 5px;
    margin: 0;
    list-style: none;
    z-index: 2;
    padding: 60px 30px 20px 20px;
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
}
.main-header .actions > .online-odeme  {
   border-right: 1px solid #ca3625;
   margin-right: 30px;
   padding-right: 30px;
}
.main-header .actions > .online-odeme >  a {
    color: #20201e;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 300ms;
    font-weight: 500;
    font-size: 16px;
}
.main-header .actions > .languages > .list a {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    white-space: nowrap;
    padding: 5px 0;
    transition: 300ms;
    font-size: 14px;
}

.main-header .actions > .languages > .list a:Hover {
    color: #000;
}

.main-header .actions > .languages:Hover > .list {
    opacity: 1;
    visibility: visible;
}

.main-header .actions .menu-toggle {
    position: relative;
    width: 32px;
    height: 16px;
    display: none;
}

.main-header .actions .menu-toggle .toggle-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 16px;
    cursor: pointer;
}

.main-header .actions .menu-toggle .toggle-menu > span {
    width: 100%;
    height: 2px;
    background: #20201e;
    transition: 300ms;
    opacity: 1.5;
}

.main-header .actions .menu-toggle .toggle-menu:Hover > span {
    opacity: 1;
}

.main-header .actions .menu-toggle .toggle-menu:Hover > span:first-child {
    width: 50%;
    transform: translateX(100%);
}

.main-header .actions .menu-toggle .toggle-menu:Hover > span:last-child {
    width: 50%;
}

.main-video {
    position: relative;
  
    overflow: hidden;
}

.main-video video,
.main-video picture img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
    max-height: calc(100vh - 114.45px);
}

.main-video .item > .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    justify-content: start;
    display: flex;
    z-index: 1;
}

.main-video .slider-actions {
    width: 330px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100% - 114px);
    margin-top: 40px;
}

.main-video .slider-actions .slider-nav {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.main-video .slider-actions .slider-nav > span {
    transition: 300ms;
    width: 48px;
    cursor: pointer;
}

.main-video .slider-actions .slider-nav > span:last-child {
    transform: rotate(180deg);
}

.main-video .slider-actions .slider-nav > span > img {
    width: 100%;
}

.main-video .slider-actions .slider-nav > span:nth-child(1):Hover {
    transform: translateX(20px);
}

.main-video .slider-actions .slider-nav > span:nth-child(2):Hover {
    transform: translateX(-20px) rotate(180deg);
}

.main-video .slider-actions .scroll-page {
    position: absolute;
    bottom: 0;
    margin-bottom: 60px;
    left: calc(50% - 30px);
    text-align: center;
    row-gap: 5px;
    color: #fff;
    display: none;
}

.main-video .slider-actions .scroll-page-btn {
    display: flex;
    flex-direction: column;
    width: 60px;
    cursor: pointer;
    user-select: none;
}

.main-video .slider-actions .scroll-page-btn span {
    font-weight: lighter;
}

.main-video .slider-actions .scroll-page-btn img {
    margin-top: 20px;
}

.main-video .slider-socials {
    width: 330px;
    padding-right: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    row-gap: 40px;
    position: relative;
}

.main-video .slider-socials a {
    color: #fff;
    font-size: 22px;
    display: block;
    transition: 300ms;
}

.main-video .slider-socials a:Hover {
    transform: translateX(-10px);
}

.main-video .slider-content {
    width: calc(100% - 660px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 70px 0 0 29px;
}

.main-video .slider-content .slider-title {
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 84px;
    font-weight: 500;
    width: 51rem;
    max-width: 100%;
}

.main-video .slider-content .slider-description {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin: 40px 0;
    max-width: 35rem;
}

.main-video .slider-socials .slider-dots {
    position: absolute;
    left: 0;
    bottom: 60px;
    color: #fff;
    display: flex;
    column-gap: 35px;
}

.main-video .slider-socials .slider-dots span {
    transition: 300ms;
    opacity: .5;
}

.main-video .slider-socials .slider-dots span.active {
    opacity: 1;
}
@-webkit-keyframes bgMove {
  100% {
    background-position: 0px -3000px; } }
@-moz-keyframes bgMove {
  100% {
    background-position: 0px -3000px; } }
@-o-keyframes bgMove {
  100% {
    background-position: 0px -3000px; } }
@-ms-keyframes bgMove {
  100% {
    background-position: 0px -3000px; } }
@keyframes bgMove {
  100% {
    background-position: 0px -3000px; } }
.main-video:after {
  content: "";
  -webkit-animation: 20s bgMove infinite linear;
  -moz-animation: 20s bgMove infinite linear;
  -o-animation: 20s bgMove infinite linear;
  -ms-animation: 20s bgMove infinite linear;
  animation: 20s bgMove infinite linear;
  background-repeat: repeat-y;
  background-size: 100%;
  background-image: url(./images/line.png);
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  position: absolute;
  background-size: 100%;
  pointer-events: none; }
.site-btn {
    background: #ca3726;
    transition: 300ms;
    color: #fff;
    padding: 17px 80px 18px 30px;
    font-size: 14px;
    position: relative;
    display: inline-block;
    border-radius: 15px 0px 0px 0px;
}

.site-btn:before {
    content: '';
    background: #ca3726;
    height: 100%;
    width: 31px;
    position: absolute;
    right: -17px;
    top: 0;
    transition: 300ms;
    border-radius: 0px 0px 15px 0;
}

.site-btn:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background-image: url(../assets/images/arrow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 300ms;
}

.site-btn:hover {
    color: #fff;
}

.site-btn:Hover:after,
.site-btn:Hover:before {
    right: -21px;
}
.homeabout {
    margin: 90px 0;
    /* background: #F8F8F8; */
}

.homeabout h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    color: #20201e;
    margin-bottom: 37px;
}

.homeabout p {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    color: #707070;
    margin-bottom: 37px;
    padding-right: 8%;
}

.homeabout a {
   
}

.homeabout a i {
    font-size: 13px;
    margin-left: 34px;
}


.numbers {
    padding-bottom: 168px;
    /* background: #f8f8f8; */
    position: relative;
    overflow: hidden
}

.numbers:after {
    content: "";
    background: #fff;
    border-radius: 55%;
    height: 210px;
    width: 106vw;
    position: absolute;
    bottom: -84px;
    left: -3vw;
}

.numbers .left {
    margin-right: 72px;
}

.numbers span {
    font-size: 72px;
    font-weight: 500;
    line-height: 54px;
    color: #202021;
    margin-bottom: 7px;
}

.numbers h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: #20201e;
    margin-bottom: 27px;
    margin-top: 25px;
}

.numbers .number {
    border-bottom: 2px solid #20201e;
    width: 30%;
}
.main-solutions {
    /* background-image: url(../assets/images/shapes.png); */
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-solutions .solutions-container {
    padding: 200px 0;
    max-width: 1291px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-solutions .solutions-container > div {
    width: 50%;
}

.main-solutions .solutions-container .text .solution-text p{
    max-width: 65%;
    margin-bottom: 17px;
}

.main-solutions .solutions-container .text .solution-title {
    font-size: 42px;
    font-weight: 500;
    font-family: 'Space Grotesk', sans-serif;
    color: #20201e;
    margin-bottom: 40px;
    width: 90%;
}

h2.solution-title {}

.main-solutions .solutions-container .widgets {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.main-solutions .solutions-container .widgets > div {
    flex: 1;
    position: relative;
    text-align: center;
    padding: 50px 0;
}

.main-solutions .solutions-container .widgets > .widget .count {
    font-size: 96px;
    display: block;
    font-weight: 600;
    color: #20201e;
    margin: 8px 0;
    line-height: 1;
    font-family: 'Space Grotesk', sans-serif;
}

.main-solutions .solutions-container .widgets > .widget img {
    width: 96px;
    height: 96px;
    object-fit: contain;
}

.main-solutions .solutions-container .widgets > .widget .text {
    font-size: 20px;
    max-width: 60%;
    margin: auto;
}

.main-solutions .solutions-container .widgets > .widget:first-child:before {
    content: '';
    position: absolute;
    left: 0;
    top: -200px;
    width: 1px;
    height: calc(100% + 200px);
    background: #eaeaea;
}

.main-solutions .solutions-container .widgets > .widget:first-child:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: calc(100% + 200px);
    background: #eaeaea;
}

.main-solutions .solutions-container .widgets > .widget:last-child:before {
    content: '';
    position: absolute;
    right: 0;
    top: -200px;
    width: 1px;
    height: calc(100% + 200px);
    background: #eaeaea;
}
.home-services {
    position: relative;
    padding: 105px 0 170px;
    background: rgba(230,230,230,0.44);
    background: -moz-linear-gradient(left, rgba(230,230,230,0.44) 0%, rgba(230,230,230,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(230,230,230,0.44)), color-stop(100%, rgba(230,230,230,1)));
    background: -webkit-linear-gradient(left, rgba(230,230,230,0.44) 0%, rgba(230,230,230,1) 100%);
    background: -o-linear-gradient(left, rgba(230,230,230,0.44) 0%, rgba(230,230,230,1) 100%);
    background: -ms-linear-gradient(left, rgba(230,230,230,0.44) 0%, rgba(230,230,230,1) 100%);
    background: linear-gradient(to right, rgba(230,230,230,0.44) 0%, rgba(230,230,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6', GradientType=1 );
    margin-bottom: 140px;
}

.home-services:after {
    background: url(./images/services/services-bg.png);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    background-position: center;
}

.home-services h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 5px;
    margin-bottom: 15px;
}

.home-services h1 {
    margin-bottom: 75px;
    font-family: 'Space Grotesk';
    color: #20201e;
    font-size: 59px;
    font-weight: 500;
    text-transform: uppercase;
}

.home-services .item {
    background: #fff;
    padding: 65px 0 65px 64px;
    position: relative;
    z-index: 1;
    border: 1px solid #ca3726;
    overflow: hidden;
}

.home-services .item:hover {
    background: #20201e;
    -webkit-box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.75);
}

.home-services .item img {
    margin-bottom: 10px;
    position: relative;
    transition: all .5s;
    bottom: 0;
    height: 175px;
}

.home-services .item:hover img {
    filter: brightness(0) invert(1);
    bottom: 15px;
    /* height: 240px; */
}

.home-services .item h3 {
    margin-bottom: 28px;
    color: #20201e;
    font-size: 37px;
    width: 100%;
    min-height: 89px;
    max-width: 25rem;
}

.home-services .item:hover h3 {
    color: #ca3726;
}

.home-services .item b {
    color: #ca3726;
    position: relative;
    padding-left: 55px;
    transition: all .5s;
}

.home-services .item:hover b {
    color: #fff;
    padding-left: 70px;
}

.home-services .item b:after {
    content: "";
    background: #ca3726;
    height: 2px;
    width: 48px;
    position: absolute;
    left: 0;
    top: 10px;
    transition: all .5s;
}

.home-services .item:hover b:after {
    background: #fff;
    width: 60px;
}


.main-services {
    background: #0b6faa;
}

.main-services .section-container {
    max-width: 1080px;
    margin: auto;
    padding: 130px 0;
}

.main-services .services-container > div {
    width: 50%;
}

.main-services .section-container > .services-header {
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-services .section-container > .services-header h2 {
    font-size: 72px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    letter-spacing: -2px;
    font-family: 'Space Grotesk';
}

.main-services .services-container {
    display: flex;
    column-gap: 64px;
}

.main-services .services-container .service {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.main-services .services-container .service img {
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.main-services .services-container .service .content {
    position: absolute;
    z-index: 1;
    background: rgba(0, 64, 122, 0.2);
    height: 100%;
    width: 100%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-end;
    color: #fff;
    transition: 300ms;
}

.main-services .services-container .service .content .text {
    max-width: 100%;
    transition: 300ms;
    width: auto;
    height: 42px;
    object-fit: cover;
    position: absolute;
    top: 30px;
}
.main-services .services-container .service .content .text p{
    
    margin-bottom: 14px;
    transition: 300ms;
}
.main-services .services-container .service .content p {  transition: 300ms;}
.main-services .services-container .service .content .title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    transition: 300ms;
    width: 70%;
}

.main-services .services-container .service:Hover .content {
    background: rgba(0, 64, 122, 0.5);
}

.main-services .services-container .service:Hover .content p {
    transform: translateY(-20px);
}

.main-services .services-container .service:Hover .content .title {
    text-decoration: underline;
}

.main-services .services-container .section-header {
    padding: 100px 0;
}

.main-services .services-container .section-header p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 28px;
    font-weight: lighter;
    max-width: 80%;
}

.main-services .services-container .section-footer {
    padding: 80px 0;
}

.main-services .services-container .section-footer .text {
    font-size: 20px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    max-width: 50%;
    margin-bottom: 50px;
}
.footer-contact {
    padding-bottom: 90px;
}

.footer-contact .item {
    overflow: hidden;
    background: url(./images/footer-bg.png);
    height: 460px;
    background-size: cover;
    padding: 0 99px;
    background-position: center;
}

.footer-contact .item img {
    margin-bottom: 28px;
}

.footer-contact .item h2 {
    margin-bottom: 30px;
    font-size: 50px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Marcellus';
    width: 39rem;
}

.footer-contact .item h6 {
    color: #ca3726;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}



.main-about {
    height: 100vh;
    background-image: url(../assets/images/parallax.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

.main-about:Before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.main-about .about-container {
    text-align: center;
    width: 100%;
}

.main-about .about-container .title {
    font-size: 120px;
    font-family: 'Space Grotesk', sans-serif;
    text-decoration: underline;
    text-underline-offset: 13px;
    text-decoration-thickness: 6px;
}

.main-about .about-container p {
    margin: 20px auto;
    width: 600px;
}



.main-about .about-container p {
    font-size: 20px;
    font-weight: lighter;
}
.main-about .about-container p b {
    font-size: 25px;
    font-weight:600;
}
.main-medya .medya-container {
    max-width: 1291px;
    margin: auto;
    padding: 110px 0;
	
}
.main-medya .medya-container-flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  justify-content: space-between;
}
.medya-container  .article {
    width: calc(50% - 30px);
}
.medya-container .article .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.medya-container  .article .image img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    transition: 300ms;
}
.medya-container  .article .title {
    font-size: 20px;
    font-weight: 500;
    color: #00407A;
    transition: 300ms;
    margin-bottom: 10px;
    font-family: 'Space Grotesk', sans-serif;
}

.medya-container  .article .description {
    font-weight: lighter;
}

.medya-container  .article:Hover img {
    transform: scale(1.1);
}
.main-medya .medya-container  .medya-header {
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    border-bottom: 1px solid rgb(0 64 122 / .3);
}

.main-medya .medya-container  .medya-header h2 {
    font-size: 72px;
    color: #00407A;
    font-weight: 500;
    margin: 0;
    letter-spacing: -2px;
    font-family: 'Space Grotesk';
}
.main-offer {
    margin: 120px 0;
}

.main-offer .offer-container {
    max-width: 1291px;
    margin: auto;
    display: flex;
    padding: 60px 125px;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
    background-color: #ffffff;
}

.main-offer .offer-container > div {
    width: 50%;
}

.main-offer .offer-container > .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 20px;
}

.form input,
.form select,
.form textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0;
    transition: 300ms;
}

.form .form-input {
    position: relative;
    margin: 10px 0;
    width: 100%;
}

.form .form-input:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: red;
    transition: 300ms;
    width: 0;
    opacity: 0;
}

.form .form-input label {
    margin: 0;
    font-weight: 600;
    color: #757575;
    transform: translateY(20px);
    position: relative;
    z-index: 1;
    transition: 300ms;
}

.form .form-input:has(*:valid) label,
.form .form-input:has(*:not(select):focus) label {
    transform: translateY(0);
    font-size: 14px;
}

.form .form-input input:invalid:not(:focus) {
    color: transparent;
}

.form .form-input textarea {
    margin-bottom: -7px;
}

.form .form-input:has(*:invalid:focus):before {
    opacity: 1;
    width: 100%;
}

.form .form-col-2 {
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
   
}

.form .form-col-2:last-child {
     margin-top: 50px; 
}
.contact-form .form-col-2{width: 50%; }
.contact-form .form-col-2:last-child{margin-top: 20px;display: flex;justify-content: end;}
.form .recaptcha {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #d2d2d2;
    column-gap: 10px;
}

.form .recaptcha input {
    border: 0;
}

.main-offer .offer-container .text .content > .description {
    font-size: 20px;
    max-width: 50%;
    margin-bottom: 20px;
}

.main-offer .offer-container .text .content > .title {
    font-size: 60px;
    font-weight: 700;
    color: #20201e;
    line-height: 1.1;
    letter-spacing: -3px;
    font-family: 'Space Grotesk', sans-serif;
    max-width: 80%;
    width: 20rem;
}

.main-offer .offer-container .contacts {
    display: flex;
    flex-wrap: wrap;
}

.main-offer .offer-container .contacts > .text {
    width: 100%;
    margin-bottom: 40px;
    max-width: 70%;
}

.main-offer .offer-container .contact-widgets {
    display: flex;
    justify-content: space-between;
}

.main-offer .offer-container .contact-widgets .widget {
    width: 160px;
    height: 160px;
    margin-right: 24px;
    position: relative;
    padding: 25px;
    color: #fff;
    z-index: 1;
}

.main-offer .offer-container .contact-widgets .widget:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ca3726;
    z-index: -1;
    border-radius: 10px;
    transition: 300ms;
}

.main-offer .offer-container .contact-widgets img {
    margin-bottom: 26px;
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: 300ms;
}

.main-offer .offer-container .contact-widgets .title {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1;
}

.main-offer .offer-container .contact-widgets .value {
    font-size: 11px;
}

.main-offer .offer-container .contact-widgets .widget:Hover:before {
    height: calc(100% + 30px);
}

.main-offer .offer-container .contact-widgets .widget:Hover img {
    transform: translateY(-15px);
}


.main-footer {
    background: #20201e;
    width: calc(100% - 120px);
    margin: 60px;
}

.main-footer .footer-container {
    max-width: 1300px;
    margin: auto;
    padding: 80px 0 40px 0;
    color: rgba(255, 255, 255, 0.7);
}

.main-footer .footer-container .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.main-footer .footer-container .logo .text p {
    margin: 0;
    font-size: 24px;
    font-weight: 300;
}

.main-footer .footer-container .aside-container {
    display: flex;
    justify-content: space-between;
}

.main-footer .footer-container .aside-container .contact-widgets {
    display: flex;
    justify-content: flex-end;
}

.main-footer .footer-container .aside-container .contact-widgets .widget {
    width: 160px;
    height: 160px;
    margin-left: 24px;
    position: relative;
    padding: 25px;
    color: #fff;
    z-index: 1;
}

.main-footer .footer-container .aside-container .contact-widgets .widget:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
    transition: 300ms;
}

.main-footer .footer-container .aside-container .contact-widgets img {
    margin-bottom: 26px;
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: 300ms;
}

.main-footer .footer-container .aside-container .contact-widgets .title {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1;
}

.main-footer .footer-container .aside-container .contact-widgets .value {
    font-size: 11px;
}

.main-footer .footer-container .aside-container .contact-widgets .widget:Hover:before {
    height: calc(100% + 30px);
    background-color: rgba(255, 255, 255, 0.1);
}

.main-footer .footer-container .aside-container .contact-widgets .widget:Hover img {
    transform: translateY(-15px);
}

.main-footer .footer-container .aside-container .address {
    max-width: 200px;
    margin-bottom: 20px;
}

.main-footer .footer-container .aside-container .socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
}

.main-footer .footer-container .aside-container .socials a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 20px;
    color: #fff;
    transition: 300ms;
    opacity: .6;
}

.main-footer .footer-container .aside-container .socials a:Hover {
    opacity: 1;
    transform: scale(1.1);
}

.main-footer .footer-container .aside-container .menu .menu-title {
    opacity: .6;
    margin-bottom: 20px;
}

.main-footer .footer-container .aside-container .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-footer .footer-container .aside-container .menu ul a {
    font-size: 14px;
    font-weight: lighter;
    color: #fff;
    padding: 10px 0;
    display: block;
}

.main-footer .footer-container .aside-container .menu ul a:Hover {
    text-decoration: underline;
}

.main-footer .footer-bar {
    padding-top: 50px;
    margin-top: 55px;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: space-between;
}

.main-footer .footer-bar > div:first-child {
    display: flex;
    align-items: center;
    column-gap: 100px;
}

.main-footer .footer-bar > div .copyright {
    margin: 0;
    font-size: 14px;
    font-weight: lighter;
}

.main-footer .footer-bar > div .links {
    display: flex;
    column-gap: 45px;
}

.main-footer .footer-bar > div .links a {
    color: #fff;
    font-size: 14px;
    opacity: .7;
    font-weight: lighter;
    transition: 300ms;
}

.main-footer .footer-bar > div .links a:Hover {
    opacity: 1;
}

.main-footer .footer-bar img {
    width: 100px;
}

.menu-wrapper {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    background: #20201e;
    height: 100%;
    padding: 40px;
    width: 420px;
    overflow: auto;
    transition: 300ms;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
}

.open-menu .menu-wrapper {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.menu-wrapper .close-button {
    text-align: right;
    margin-bottom:0px;
}

.menu-wrapper .logo .company-text {
    margin-top: 36px;
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;;
    font-size: 20px;
    font-weight: 600;
    max-width: 70%;
    margin-bottom: 120px;
}

.menu-wrapper .menu {
    margin-bottom: 30px;
    margin-top: 50px;
}

.menu-wrapper .menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.menu-wrapper .menu > ul > li > a {
    color: #fff;
    display: block;
    padding: 10px 0;
    font-weight: 500;
}

.menu-wrapper .menu > ul > li > ul {
    list-style: none;
    padding: 0;
    margin: -10px 0 0 0;
}

.menu-wrapper .menu > ul > li > ul > li > a {
    padding: 10px 0;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
}

.menu-wrapper .menu > ul > li > ul > li > a:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;
}

.menu-wrapper .address {
    color: #fff;
    font-weight: lighter;
    margin: 30px 0;
}

.menu-wrapper .contact-widgets {
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
}

.menu-wrapper .contact-widgets .widget {
    width: 160px;
    height: 160px;
    position: relative;
    padding: 25px 10px;
    color: #fff;
    min-width: 130px;
}

.menu-wrapper .contact-widgets .widget:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    z-index: -1;
    border-radius: 10px;
    transition: 300ms;
}

.menu-wrapper .contact-widgets img {
    margin-bottom: 26px;
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: 300ms;
}

.menu-wrapper .contact-widgets .title {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1;
}

.menu-wrapper .contact-widgets .value {
    font-size: 11px;
}

.menu-wrapper .contact-widgets .widget:Hover:before {
    height: calc(100% + 30px);
    background: rgba(255, 255, 255, 0.1);
}

.menu-wrapper .contact-widgets .widget:Hover img {
    transform: translateY(-15px);
}

.menu-wrapper .socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
}

.menu-wrapper .socials a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 20px;
    color: #fff;
    transition: 300ms;
    opacity: .6;
}

.menu-wrapper .socials a:Hover {
    opacity: 1;
    transform: scale(1.1);
}

.breadcrumb {
    position: relative;
    border-radius: 0;
    margin: 0;
}
.breadcrumb:after {
    content: "";
    -webkit-animation: 20s bgMove infinite linear;
    -moz-animation: 20s bgMove infinite linear;
    -o-animation: 20s bgMove infinite linear;
    -ms-animation: 20s bgMove infinite linear;
    animation: 20s bgMove infinite linear;
    background-repeat: repeat-y;
    background-size: 100%;
    background-image: url(./images/line.png);
    height: 100%;
    width: 100%;
    z-index: 1;
    left: -7px;
    top: 0;
    position: absolute;
    background-size: 100%;
    pointer-events: none;
}
.breadcrumb > img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.breadcrumb > .breadcrumb-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.breadcrumb > .breadcrumb-content .breadcrumb-action {
    min-width: 313px;
    width: 313px;
    height: calc(100% - 120px);
    margin-top: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.breadcrumb .breadcrumb-socials {
    width: 100px;
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
    justify-content: flex-end;
    row-gap: 40px;
}

.breadcrumb .breadcrumb-socials a {
    color: #fff;
    font-size: 22px;
    display: block;
    transition: 300ms;
}

.breadcrumb .breadcrumb-socials a:Hover {
    transform: translateX(-10px);
}

.breadcrumb .breadcrumb-content > .breadcrumb-content {
    width: calc(100% - 300px);
    display: flex;
    align-items: center;
    padding-left: 48px;
    padding-top: 60px;
    position: relative;
}

.breadcrumb .breadcrumb-content > .breadcrumb-content h1 {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 48px;
    margin: 0;
}

.breadcrumb .breadcrumb-content > .breadcrumb-content .breadcrumb-list {
    position: absolute;
    left: 48px;
    bottom: 60px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.breadcrumb .breadcrumb-content > .breadcrumb-content .breadcrumb-list > li > a {
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: lighter;
}

.breadcrumb .breadcrumb-content > .breadcrumb-content .breadcrumb-list > li:not(:last-child) a:after {
    content: '/';
    margin: 0 15px;

}

.breadcrumb .breadcrumb-content > .breadcrumb-content .breadcrumb-list li:last-child a {
    font-weight: 500;
}

#page {
    position: relative;
    z-index: 1;
}

#page:Before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100vw - 17px);
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    /* background-image: url(../assets/images/page-bg.png); */
    background-position: right top;
}

.page {
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
    padding-top: 60px;
}

.page > .page-menu {
    width: 313px;
    padding: 0 60px 60px 60px;
   
    border-right: 1px solid rgb(136 156 155 / 50%);
}

.page > .page-content {
    width: calc(100% - 330px);
    padding-left: 80px;
}

.page > .page-menu  ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page > .page-menu  ul > li > a {
    display: block;
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 30px;
    color: #757575;
    transition: 300ms;
}

.page > .page-menu  ul > li > a:Hover {
    transform: translateX(10px);
    color: #ca3625;
}

.corporate {
    /* display: flex; */
    justify-content: space-between;
    column-gap: 75px;
    margin-bottom: 100px;
}

.corporate > div {
    width: 100%;
    margin-bottom: 30px;
}

.corporate > .title p {
    font-size: 48px;
    color: #20201e;
    font-weight: 600;
    letter-spacing: -2px;
    font-family: 'Space Grotesk', sans-serif;
    line-height: 54px;
    width: 60%;
}

.corporate > .description p {
    font-weight: lighter;
    font-size: 22px;
    line-height: 40px;
}

.mission {
    position: relative;
}

.mission .mission {
    color: #20201e;
    position: relative;
    z-index: 1;
    border-right: 40px solid #fff;
    border-bottom: 40px solid #fff;
    max-width: 64rem;
}

.mission .section-title {
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: -2px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    margin-bottom: 25px;
}

.mission .description {
    font-size: 20px;
    font-weight: lighter;
}

.mission .vision {
    z-index: -1;
    color: #20201e;
    margin-bottom: 90px;
    max-width: 64rem;
}

.counters {
    margin: 120px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 120px;
}
.counters .counter .count {
    font-size: 128px;
    display: block;
    letter-spacing: -4px;
    color: #0b6faa;
    font-weight: 600;
    line-height: 1;
    margin-bottom: -20px;
    font-family: 'Space Grotesk', sans-serif;
}

.counters .counter .unit {
    font-size: 128px;
    font-weight: lighter;
    line-height: 1;
    font-family: 'Space Grotesk', sans-serif;
    color: #cb3a2a;
}

.counters .counter .title {
    font-size: 24px;
    margin-bottom: 17px;
    color: #343434;
    max-width: 90%;
}

.services-page-header {
    margin-bottom: 100px;
}

.services-page-header > div {
    width: 100%;
}
.services-page-header > div.image {
    margin:40px 0;
    width: 60%;
}
.services-page-header > div.image img{
    width: 100%;
    max-height: 530px;
    object-fit: contain;
    border-radius: 15px;
    object-position: left;
    }
.services-page-header > .title p {
    font-size: 48px;
    color: #20201e;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 54px;
    font-family: 'Space Grotesk', sans-serif;
    margin-bottom: 40px;
}

.services-page-header > .description p {
    font-weight: lighter;
    font-size: 22px;
}

.services-list .service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}

.services-list .service > div {
    width: 50%;
}

.services-list .service img {
    width: 100%;
}

.services-list .service > .content {
    padding: 60px;
}

.services-list .service:nth-child(even) {
    flex-direction: row-reverse;
}

.services-list .service .title {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -2px;
    font-family: 'Space Grotesk', sans-serif;
    margin-bottom: 30px;
}

.services-list .service .description {
    margin: 0;
    font-weight: lighter;
}
.services-list .service .description p {
  display:none;
}
.services-list .service .description p:first-child {
  display:block;
}
.main-offer.gray-bg {
    background: #F5F5F5;
    margin: 60px 0 0 0;
    padding: 120px 0;
}

.articles-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 80px;
}

.articles-container > .article {
    width: calc(50% - 40px);
}

.articles-container > .article .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 15px;
}

.articles-container > .article .image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 300ms;
}

.articles-container > .article .title {
    font-size: 20px;
    display: block;
    font-weight: 500;
    color: #20201e;
    transition: 300ms;
    margin-bottom: 10px;
    font-family: 'Space Grotesk', sans-serif;
}

.articles-container > .article .description {
    font-weight: lighter;
}

.articles-container > .article:Hover img {
    transform: scale(1.1);
}

.article-details .article-header {
    text-align: center;
    margin-bottom: 50px;
}

.article-details .article-header .date {
    font-weight: lighter;
    color: #343434;
    margin-bottom: 25px;
}

.article-details .article-header .title {
    font-size: 48px;
    max-width: 50%;
    margin: auto auto 50px auto;
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -2px;
    color: #20201e;
}

.article-details .article-image img {
    width: 100%;
}

.article-details .article-image {
    margin-bottom: 50px;
}

.article-details .article-body {
    font-size: 20px;
    font-weight: lighter;
}

.page-details .page-title {
    font-size: 32px;
    letter-spacing: -2px;
    margin-bottom: 36px;
    font-weight: 500;
    color: #20201e;
    font-family: 'Space Grotesk', sans-serif;
}

.page-details .page-body {
    font-weight: lighter;
}

.contact-details {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 110px;
}

.contact-details > div {
    width: 50%;
}

.contact-details > .info {
    padding-right: 0;
    width: 40%;
}
.contact-details > .map {
    padding-right: 0;
    height:100%;
    width: 60%;
    border-radius:15px;overflow:hidden;
}

.contact-details > .info .company-title {
    font-size: 24px;
    font-weight: 600;
    max-width: 70%;
    color: #20201e;
    margin-bottom: 40px;
    font-family: 'Space Grotesk', sans-serif;
    line-height: 32px;
    padding-top: 30px;
}

.contact-details > .info .addresss {
    font-size: 20px;
    margin-bottom: 40px;
    max-width: 50%;
}

.contact-details > .info .contacts {
    margin-bottom: 40px;
}

.contact-details > .info .contacts .contact-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
    margin-bottom: 30px;
}

.contact-details > .info .contacts .contact-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.contact-details > .info .contacts .contact-item .title {
    margin: 0;
    color: #000;
}

.contact-details > .info .contacts .contact-item .value {
    margin: 0;
    transition: 300ms;
    font-size: 20px;
    color: #000;
}

.contact-details > .info .contacts .contact-item:Hover .value {
    color: #ca3726;
}

.contact-details > .info .socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
    margin-bottom: 40px;
}

.contact-details > .info .socials a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #343434;
    border-radius: 100%;
    font-size: 20px;
    color: #343434;
    transition: 300ms;
    opacity: .6;
}

.contact-details > .info .socials a:Hover {
    opacity: 1;
    transform: scale(1.1);
}

.contact-details > .form {
    background: #fff;
    padding: 30px;
    margin-bottom: 120px;
}

.contact-details > .form .form-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 50px;
    color: #20201e;
}
.mission-vision {position:relative;}
.mission-vision:before {
    z-index: 0;
    content: "";
    background: rgba(255,247,251,1);
    background: -moz-linear-gradient(left, rgba(255,247,251,1) 0%, rgba(255,247,251,1) 50%, rgba(237,235,244,1) 50.1%, rgba(237,235,244,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,247,251,1)), color-stop(50%, rgba(255,247,251,1)), color-stop(50.1%, rgba(237,235,244,1)), color-stop(100%, rgba(237,235,244,1)));
    background: -webkit-linear-gradient(left, rgba(255,247,251,1) 0%, rgba(255,247,251,1) 50%, rgba(237,235,244,1) 50.1%, rgba(237,235,244,1) 100%);
    background: -o-linear-gradient(left, rgba(255,247,251,1) 0%, rgba(255,247,251,1) 50%, rgba(237,235,244,1) 50.1%, rgba(237,235,244,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,247,251,1) 0%, rgba(255,247,251,1) 50%, rgba(237,235,244,1) 50.1%, rgba(237,235,244,1) 100%);
    background: linear-gradient(to right, rgba(255,247,251,1) 0%, rgba(255,247,251,1) 50%, rgba(237,235,244,1) 50.1%, rgba(237,235,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7fb', endColorstr='#edebf4', GradientType=1 );
    height: 50vh;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
}

@media (max-width: 1400px) {
    .services-page-header > .title p {
        font-size: 35px;
        line-height: 42px;
    }

    .services-list .service {
        margin-bottom: 60px;
    }

    .page > .page-content {
        padding-right: 50px;
    }

    .counters .counter .count {
        font-size: 90px;
    }

    .counters .counter .unit {
        font-size: 80px;
    }

    .mission .vision {
        padding-left: 610px;
    }

    .page > .page-content {
        padding-left: 60px;
    }

    .breadcrumb .breadcrumb-content > .breadcrumb-content {
        padding-left: 60px;
    }

    .breadcrumb .breadcrumb-content > .breadcrumb-content .breadcrumb-list {
        left: 60px;
    }

    .main-header .menu > ul {
        column-gap: 10px;
    }

    .main-header .actions > .languages {
        padding-right: 0px;
        margin-right: 0px;
    }

    .main-header .menu {
        padding-left: 75px;
    }

    .main-footer .footer-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .page .main-offer .offer-container {
        padding: 60px 80px;
    }

    .main-offer .offer-container .text .content > .title {
        font-size: 40px;
    }

    .main-offer .offer-container .text .content > .description {
        max-width: 100%;
    }
}

@media (max-width: 1200px) {
    .main-video .slider-content .slider-title {
        font-size: 35px;
    }

    .main-video .slider-actions .scroll-page-btn {
        font-size: 12px;
    }

    .main-header .menu > ul {
        column-gap: 18px;
    }

    .main-header .menu {
        padding-left: 66px;
    }

    .main-solutions .solutions-container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .main-solutions .solutions-container .widgets > .widget .text {
        max-width: 70%;
    }

    .main-footer {
        padding: 0 30px;
    }
    .main-header .actions > .online-odeme > a,
    .main-header .actions > .languages > .active,
    .main-header .menu > ul > li > a {
        font-size: 14px;
    }

    .corporate > .title p {
        font-size: 35px;
        line-height: 42px;
    }

    .mission .mission {
        width: 450px;
    }

    .mission .vision {
        padding-left: 490px;
    }

    .main-offer .offer-container {
        padding: 60px 80px;
    }

    .main-offer .offer-container .text .content > .description {
        max-width: 100%;
    }

    .form .form-col-2 {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .form .form-col-2 .form-input {
        width: 100%;
    }

    .main-offer .offer-container .text .content > .title {
        font-size: 40px;
    }

    .counters .counter .count {
        font-size: 60px;
    }

    .counters .counter .unit {
        font-size: 60px;
        margin-top: 20px;
    }

    .main-offer .offer-container .contact-widgets {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .contact-details > .info .addresss {
        max-width: 100%;
    }

    .services-list .service > .content {
        padding: 30px 0;
    }

    .services-list .service {
        margin-bottom: 30px;
    }

    .services-list .service .title {
        font-size: 25px;
    }

    .services-page-header {
        flex-direction: column;
        row-gap: 30px;
        justify-content: center;
        align-items: center;
    }

    .services-page-header > div {
        width: 100%;
    }

    .services-list .service:nth-child(even) {
        flex-direction: column;
    }

    .services-list .service {
        flex-direction: column;
    }

    .services-list .service > div {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .main-header {
        padding: 60px 30px;
    }

    .main-video .slider-actions {
        width: 270px;
    }

    .main-header .menu {
        padding-left: 0;
		display: none;
    }
 .main-header .actions > .online-odeme {
        margin-right: 30px;
        padding-right: 30px;
	
       
    }
    .main-header .actions > .languages {
        margin-right: 30px;
        padding-right: 30px;
        border-right: 1px solid #fff;
    }

    .main-video .slider-content {
        padding: 170px 0 0 0;
    }

    .main-video .slider-actions .scroll-page {
        margin-bottom: 0;
    }

    .main-solutions .solutions-container .widgets > .widget .count {
        font-size: 50px;
    }

    .main-solutions .solutions-container .widgets > .widget .text {
        max-width: 80%;
    }

    .main-services .section-container {
        padding: 130px 30px;
    }

    .main-about .about-container .title {
        font-size: 90px;
    }

    .main-offer .offer-container .text .content > .title {
        max-width: 100%;
    }

    .contact-details > .info .contacts .contact-item {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
    }
       .main-header .actions .menu-toggle {display:block;}
}

@media (max-width: 1080px) {
	.numbers span {
    font-size: 50px;
    line-height: 44px;
}
.numbers h4 {
    font-size: 22px;
   
}
.numbers .left {
    margin-right: 25px;
}
.main-footer {
    padding: 0 0px;
}
.main-footer {
   
    width: calc(100% - 90px);
    margin: 45px;
}
.contact-details {
    display: block;
   
}
.contact-details > div {
    width: 100%;
}
.contact-details > .form {
  
    padding: 30px 0;
}
.mission .mission {
    width: 100%;
	  border: none;
    margin-bottom: 41px;
}
.mission .vision {
    margin: 0;
    padding-left: 50px;
}
.articles-container > .article .image img {
 
    height: initial;
 
}
}
@media (max-width: 992px) {
 
    .main-header .logo {
        width: 160px;
    }

    .menu-wrapper {
        padding: 30px;
        width: 100%;
    }

    .main-header {
        padding: 10px;
    }

    .main-header .menu {
        display: none;
    }

    .main-video .slider-actions {
        width: 100px;
        margin-top: 80px;
    }

    .main-video video, .main-video picture img {
    
    aspect-ratio: unset;
    height: 85vh;
}
    

    .main-video .slider-content {
        padding: 0 0 30px 30px;
        width: calc(100% - 100px);
    }

    .main-video .slider-content .slider-title {
        font-size: 25px;
    }

    .main-video .slider-content .slider-description {
        font-size: 14px;
        margin: 20px 0;
    }

    .main-video .slider-socials {
        width: 0;
        display: none;
    }

    .main-solutions .solutions-container {
        padding: 30px 10px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .main-solutions .solutions-container > div {
        width: 100%;
    }

    .main-solutions .solutions-container .text {
        text-align: center;
    }

    .main-solutions .solutions-container .text .solution-text {
        max-width: 50%;
        margin: auto auto 17px auto;
    }

    .main-solutions .solutions-container .text .solution-title {
        font-size: 40px;
    }

    .main-solutions .solutions-container .widgets > .widget:first-child:before,
    .main-solutions .solutions-container .widgets > .widget:last-child:before {
        content: none;
    }

    .main-solutions .solutions-container .widgets > .widget:first-child:after {
        height: 100%;
        bottom: 0;
    }

    .main-solutions .solutions-container .widgets {
        margin-top: 30px;
    }

    .main-services .section-container > .services-header {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 0;
    }

    .main-services .section-container > .services-header h2 {
        font-size: 40px;
        letter-spacing: 0;
        margin-bottom: 20px;
    }

    .main-services .section-container {
        padding: 60px 30px;
    }

    .main-services .services-container > div {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .main-services .services-container {
        flex-wrap: wrap;
    }

    .main-services .services-container .section-footer {
        order: -1;
        text-align: center;
    }

    .main-services .services-container .service {
        order: 1;
    }

    .main-services .services-container .section-header {
        order: 2;
        padding: 30px 0;
    }

    .main-services .services-container .section-footer .text {
        text-align: center;
        max-width: 100%;
    }

    .main-services .services-container .section-header p {
        max-width: 100%;
        font-size: 20px;
    }

    .main-about .about-container p {
        width: 100%;
    }

    .main-about .about-container {
        padding: 0 30px;
    }

    .main-about .about-container .title {
        font-size: 60px;
    }

    .main-offer .offer-container {
        padding: 30px;
        flex-direction: column;
        width: calc(100% - 30px);
        margin-left: 15px;
    }

    .main-offer .offer-container > div {
        width: 100%;
    }

    .main-offer .offer-container .text .content > .title {
        font-size: 35px;
    }

    .main-offer .offer-container .text .content > .description {
        max-width: 80%;
    }

    .main-footer {
        width: calc(100% - 30px);
        margin-left: 15px;
    }

    .main-footer .footer-container .logo {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .main-footer .footer-container .logo .text p {
        display: none;
    }

    .main-footer .footer-container .aside-container {
        flex-direction: column;
        row-gap: 30px;
    }

    .main-footer .footer-container .aside-container .address {
        max-width: 100%;
    }

    .main-footer .footer-container .aside-container .contact-widgets {
        flex-direction: column;
        row-gap: 20px;
    }

    .main-footer .footer-container .aside-container .contact-widgets .widget {
        width: 100%;
        margin: 0;
    }

    .main-footer .footer-bar {
        flex-direction: column;
        row-gap: 30px;
    }

    .main-footer .footer-bar > div:first-child {
        flex-direction: column;
        row-gap: 30px;
    }

    .main-footer .footer-bar > div .copyright {
        order: 2;
        text-align: left;
        width: 100%;
    }

    .main-footer .footer-bar > div .links {
        width: 100%;
        justify-content: flex-start;
        flex-direction: column;
        row-gap: 30px;
    }

    .main-footer .footer-bar > div .links a {
        font-size: 16px;
    }

    .mission .vision {
        margin-top: -70px;
        padding: 120px 40px;
        text-align: right;
    }

    .mission .mission {
        border: 0;
    }

    .mission .vision .description {
        padding-left: 30%;
    }

    .breadcrumb > .breadcrumb-content .breadcrumb-action {
        width: 100px;
        min-width: 100px;
        margin-top: 100px;
    }

    .breadcrumb .breadcrumb-socials {
        display: none;
    }

    .breadcrumb .breadcrumb-content > .breadcrumb-content {
        width: calc(100% - 100px);
        padding-left: 20px;
        align-items: flex-end;
        padding-bottom: 60px;
    }

    .breadcrumb > img {
        height: 300px;
    }

    .breadcrumb .breadcrumb-content > .breadcrumb-content h1 {
        font-size: 20px;
    }

    .breadcrumb .breadcrumb-content > .breadcrumb-content .breadcrumb-list {
        left: 20px;
        overflow: auto;
        max-width: 100%;
        bottom: 20px;
    }

    .page > .page-menu {
        border-right: 0;
    }

    .page {
        flex-direction: column-reverse;
        row-gap: 30px;
    }

    .page > .page-content {
        padding: 0 20px;
        width: 100%;
    }

    .corporate {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .corporate > div {
        width: 100%;
    }

    .mission .mission {
        width: 100%;
        padding: 30px;
    }

    .mission .section-title {
        font-size: 35px;
    }

    .mission .vision {
        margin-top: 0;
        text-align: left;
        padding: 30px;
    }

    .mission .vision .description {
        padding-left: 0;
    }

    .counters {
        flex-direction: column;
        row-gap: 30px;
    }

    .page .main-offer .offer-container {
        padding: 30px 15px;
        margin: 0;
        width: 100%;
    }

    .main-offer .offer-container .text .content > .description {
        max-width: 100%;
    }

    .main-offer .offer-container .contacts > .text {
        max-width: 100%;
    }

    .main-offer .offer-container .contact-widgets {
        flex-wrap: unset;
        overflow: auto;
    }

    .main-offer .offer-container .contact-widgets .widget {
        min-width: 160px;
    }

    .page > .page-menu {
        width: 100%;
        padding: 15px 30px;
    }

    .main-offer {
        margin: 30px 0;
    }

    .menu-wrapper .menu {
        display: block;
    }

    .menu-wrapper .logo .company-text {
        margin-bottom: 30px;
    }

    .breadcrumb {
        overflow: hidden;
    }

    .article-details .article-header .title {
        max-width: 90%;
        font-size: 35px;
    }

    .contact-details {
        flex-direction: column;
        row-gap: 30px;
    }

    .contact-details > div {
        width: 100% !important;
    }

    .contact-details > .info {
        padding-right: 0;
    }

    .contact-details > .form {
        margin-bottom: 30px;
        padding: 0 20px;
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .main-services .services-container .service .content {
        padding: 30px;
    }

    .main-services .services-container .service img {
        height: 320px;
    }

    .main-services .services-container .service .content .title {
        font-size: 25px;
    }

    .main-services .services-container .service .content .text {
        max-width: 80%;
        font-size: 14px;
    }

    .articles-container {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .articles-container > .article {
        width: 100%;
    }
}
.opa-0{opacity:0;}
.form .form-input span {
    margin: 0;
    font-weight: 600;
    color: #757575;
    transform: translateY(20px);
    position: relative;
    z-index: 1;
    transition: 300ms;
    display:inline-block;
}

.form .form-input:has(*:valid) span,
.form .form-input:has(*:not(select):focus) span {
    transform: translateY(0);
    font-size: 16px;
}
.form .form-textarea span {
    margin: 0;
    font-weight: 600;
    color: #757575;
    transform: translateY(20px);
    position: relative;
    z-index: 1;
    transition: 300ms;
    display:inline-block;
}
.form-btn-two {display:none;}
@media(max-width:768px){
	.numbers .number {
    width: 100%;
    margin-bottom: 30px;
    justify-content: space-between;
    padding: 30px 0;
}
.homeabout h2 {
   
    margin-top: 40px;
}
}
@media(max-width:500px){
	.main-solutions .solutions-container .text .solution-text {
    max-width: 75%;
  
}
.main-solutions .solutions-container .text .solution-text p {
    max-width: 100%;
 
}
.main-video .slider-content .slider-title {
    font-size: 35px;
}
.main-video .slider-content {
    padding: 0 0 0px 30px;
    justify-content: end;
    margin-bottom: 50px;
}
.main-offer .offer-container {
    padding: 30px 15px;
}
.main-offer .offer-container .contact-widgets .widget {
    min-width: 130px;
}
.main-offer .offer-container .contact-widgets .widget {
   
    margin-right: 10px;
    padding: 25px 10px;
}
.main-offer .offer-container .contact-widgets .widget:last-child {
    margin-right: 0px;
}
.main-offer .offer-container > .text {
  
    padding-right: 0px;
}
.main-footer .footer-container {
    padding-left: 15px;
    padding-right: 15px;
}
.main-footer {
    padding: 0 15px;
}
.main-footer .footer-container .aside-container .contact-widgets {
    row-gap: 0px;
    flex-direction: initial;
	justify-content: start;
}
.main-footer .footer-container .aside-container .contact-widgets .widget {
    width: 100%;
    margin-right: 5px;
    padding: 25px 10px;
}
.main-footer .footer-container .aside-container .contact-widgets .widget:last-child {
   
    margin-right: 0px;
}
.contact-form .form-col-2 {
    width: 100%;
    display: block;
}
.numbers .number {
    width: 100%;
    margin-top: 40px;
}
.home-services .item {
   
    padding: 44px 0 44px 20px;
   
}
.home-services .item h3 {
    margin-bottom: 0;
  
    min-height: 80px;
}
.home-services {
  
    padding: 60px 0 0;
 
}
.footer-contact .item {
  
    height: auto;
    padding: 30px 30px;
}
.footer-contact .item h2 {
  
    font-size: 32px;
    width: 100%;
}
.corporate > .title p {
  
    width: 100%;
}
.home-services h1 {
    margin-bottom: 36px;
  
    font-size: 32px;
    font-weight: 400;
}
.services-page-header {
   
    text-align: left;
}
.services-list .service > .content {
    padding: 30px 0;
}
 .main-header .actions > .online-odeme {
      
		display: none;
       
    }
	.online-odeme-mobile{display:initial;position: absolute;
    top: 76px;
    right: 0px;}
.online-odeme-mobile	a {background: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    white-space: nowrap;
    transition: 300ms;
    font-weight: 600;
    font-size: 13px;
    color: #c66b04;
		padding: 11px 14px;}
		
		
    .breadcrumb > .breadcrumb-content .breadcrumb-action {
       
        display: none;
    }
	    .breadcrumb .breadcrumb-content > .breadcrumb-content {
        width: calc(100% - 35px);
     
    }
	    .main-video video, .main-video picture img {
    
        height: 86vh;
        max-height: 100%;
    }
}
@media(min-width:1410px){
	.main-video .slider-content {
   height: calc(100vh - 114px);
}
.main-video .slider-actions {
  height: calc(100vh - 114px);
}

}
@media(max-height:500px){
	
	.main-video video, .main-video picture img {
   max-height:initial;
    height: 550px;
}
.main-video .slider-actions {
   
    height: 550px;
    margin-top: 30px;
}

}
.fixed-bar .main-header {
    position: fixed;
   background: #fff;
}
.gallery-container a {height: 100%;
    display: block;
    padding: 7px;
    border-radius: 12px;
    border: 1px solid rgb(136 156 155 / 50%);}
	.breadcrumb-action a {display:none;}