@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-ultralight-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-ultralight-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-ultralight-webfont.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-thin-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-thin-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-thin-webfont.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-light-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-light-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-regular-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-regular-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-medium-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-medium-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-semibold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-semibold-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-semibold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-bold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-bold-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-heavy-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-heavy-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-heavy-webfont.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-extrabold-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-extrabold-webfont.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-black-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-black-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-black-webfont.ttf') format('truetype');
    font-weight: 1000;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/*
font-family: "Work Sans", sans-serif;
font-family: "Poppins", sans-serif;
*/

html,body{
    width:100%;
    height:100%;
}
body{
    font-size:13px;
    font-family: 'gilroy';
    color:var(--text-color);
    background;#F7F7F7;
}
@media only screen and (min-width:1440px){
    body{
        font-size:16px;
    }
}
a{
    color:var(--text-color);
    text-decoration: none;
    transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
}
a:hover{
    color:var(--text-color-2);
}

p{margin-bottom:10px;}

.text-align{text-align:center;}

header{position:relative;}
header .h-wrapper{display:flex;flex-direction:row;align-items:center;padding:20px 0;}
header .h-wrapper .h-left{max-width:25%;flex:0 0 25%;}
header .h-wrapper .h-right{display:flex;flex-direction:row;max-width:75%;flex:0 0 75%;align-items:center;gap:30px;}
header .logo{}
header .logo img{max-width:100%;height:auto;background:#fff;padding:10px;border-radius:15px;}
header .menu{position:relative;max-width:80%;flex:0 0 80%;}
header .menu .menu-bar{display:none;}
header .menu>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;justify-content:space-between;}
header .menu>ul>li{position:relative;}
header .menu>ul>li>a{display:block;font-weight:500;font-family: "Work Sans", sans-serif;font-size:1.06em;}
header .menu>ul>li>.sub-menu-bar{display:none;}
header .menu>ul>li>ul{position:absolute;padding:20px;background:#fff;border-radius:10px;box-shadow:0 0 10px #bababa;list-style:none;margin:0;z-index:9;transform:translate(0,30px);opacity:0;visibility:hidden;transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;}
header .menu>ul>li:hover>ul{transform:translate(0,0);opacity:1;visibility:visible;}
header .menu>ul>li>ul>li{}
header .menu>ul>li>ul>li>a{display:block;line-height:30px;font-size:.9rem;padding:5px;border-bottom:1px solid #ddd;white-space:nowrap;}
header .menu>ul>li>ul>li:last-child>a{border:0;}

header .buttons{font-size:2em;max-width:20%;flex:0 0 20%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;}
header .buttons>a{display:block;flex-grow:1;text-align:center;font-size:1.2rem;}
header .buttons>.whatsapp>i{width:35px;height:35px;background:green;color:#fff;border-radius:50%;text-align:center;line-height:35px;}

@media only screen and (max-width: 991px){
    header .h-wrapper{flex-direction:column;align-items:unset;}
    header .h-wrapper .h-left{max-width:100%;flex:0 0 100%;}
    header .logo img{display:block;margin:0 auto;}
    header .buttons{padding:10px 0;max-width:100%;flex:0 0 100%;}
    header .h-wrapper .h-right{display:flex;flex-direction:column-reverse;max-width:100%;flex:0 0 100%;align-items:unset;}
    header .menu{max-width:100%;flex:0 0 100%;}
    header .menu .menu-bar{display:block;background:var(--bg-color);color:#fff;padding:10px;font-size:1.12em;font-weight:700;}
    header .menu>ul{position:absolute;left:0;width:100%;display:none;flex-direction:unset;padding:10px;background:rgba(255,255,255,.9);z-index:99;}
    header .menu>ul>li>a{line-height:40px;color:#000;border-bottom:1px solid #fff;padding-left:20px;}
    header .menu>ul>li:last-child>a{border:0;}
    header .menu>ul>li>.sub-menu-bar{display:block;position:absolute;height:40px;padding:0 20px;display:flex;flex-direction:column;justify-content:center;right:0;top:0;}
    header .menu>ul>li>ul{position:relative;display:none;padding:20px;background:#fff;border-radius:10px;box-shadow:0 0 10px #bababa;list-style:none;margin:0;z-index:9;transform:translate(0,0);opacity:1;visibility:visible;transition: unset;-webkit-transition: unset;-moz-transition: unset;-o-transition: unset;}
}
/*--- SLIDER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slider{position:relative;}
.slider .bg{width:100%;height:calc(100vh - 130px);object-fit:cover;}
.slider .text{position:absolute;top:0;right:0;width:100%;height:100%;}
.slider .text .container{display:flex;flex-direction:column;height:100%;justify-content:center;align-items:flex-end;}
.slider .text .box{text-align:right;display:flex;flex-direction:column;gap:20px;align-items:flex-end;}
.slider .text .box h2{font-size:3rem;color:#fff;opacity:0;visibility:hidden;transform:translate(0,30px);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.slider .swiper-slide-active .text .box h2{opacity:1;visibility:visible;transform:translate(0,0);transition-delay:.3s;}
.slider .text .box h2>strong{display:block;font-weight:900;font-size:3.5rem;}
.slider .text .box p{padding-left:50%;font-size:1.5em;color:#fff;opacity:0;visibility:hidden;transform:translate(0,30px);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.slider .swiper-slide-active .text .box p{opacity:1;visibility:visible;transform:translate(0,0);transition-delay:.6s;}
.slider .text .box .more{display:inline-block;width:fit-content;background:#fff;border-radius:7px;line-height:45px;padding:0 20px;opacity:0;visibility:hidden;transform:translate(0,30px);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.slider .swiper-slide-active .text .box .more{opacity:1;visibility:visible;transform:translate(0,0);transition-delay:.9s;}
.slider .swiper-nav{position:absolute;left:0;right:0;bottom:20px;width:100%;display:flex;flex-direction:row;gap:10px;justify-content:center;z-index:9;}
.slider .swiper-nav>div{width:45px;height:45px;border-radius:15px;background:#fff;text-align:center;line-height:45px;}
.slider .swiper-nav>div:active{opacity:.5;}

/*--- M1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*.m1-wrapper{position:relative;width:100%;height:100auto;}
.m1{padding:50px 0;position:relative;overflow:hidden;}
.m1 .title{margin-bottom:50px;}
.m1 .title h2{font-size:2.28em;font-weight:700;color:#12346E;padding-left:30px;border-left:12px solid #00D8FF;line-height:1;text-transform:uppercase;}
.m1 ul{list-style:none;margin:0;padding:0;position:relative;margin-bottom:50px;margin-top:100px;}
.m1 ul li{position:absolute;top:0;left:0;background: #FFFFFF 0% 0% no-repeat padding-box;box-shadow: 10px 10px 22px #00000019;border-radius: 41px;}
.m1 ul li .box{padding:50px;}
.m1 ul li .box h3{font-size:2.06em;font-weight:900;color:#12346E;margin-bottom:30px;}
.m1 ul li .box p{font-size:1.12em;color:#12346E;line-height:1.3;min-height:4.2em;}
.m1 ul li .box .num{display:block;text-align:right;font-size:5.81em;color:#12346E;font-weight:900;}
.m1 .more{display:block;background:#12346E;border-radius:41px;height:250px;display:flex;flex-direction:column;justify-content:center;padding:0 60px;position:relative;}
.m1 .more a{display:block;font-weight:900;color:#fff;font-size:2.06em;}
.m1 .more i{position:absolute;line-height:36px;width:36px;border:2px solid #fff;color:#fff;bottom:20px;right:40px;border-radius:5px;font-size:.7em;text-align:center;}
.m1 ul li:nth-child(1){z-index:9;position:relative;}
.m1 ul li:nth-child(2){z-index:8;transform:translate(0,-60px) scale(0.9);}
.m1 ul li:nth-child(3){z-index:7;transform:translate(0,-120px) scale(0.8);}
.m1 .text{text-align:right;position:relative;z-index:9;}
.m1 .text h3{font-size:4.87em;font-weight:900;color:#808080;line-height:1.5em;margin-bottom:30px;}
.m1 .text h3>span{color:#12346E;}
.m1 .text p{font-size:2.43em;color:#12346E;}
.m1 .bg{position:absolute;bottom:0;right:0;max-width:50%;height:auto;transform:translate(0,30%);z-index:1;}
.m1 ul li {
  transition: transform 0.55s cubic-bezier(.2,.9,.2,1), opacity 0.35s ease;
  will-change: transform, opacity;
}
.m1 ul li.active{ transform: translateY(0)    scale(1)  !important; z-index: 20 !important; opacity: 1; }
.m1 ul li.prev{ transform: translateY(-60px) scale(.95) !important; z-index: 15 !important; opacity: .98; }
.m1 ul li.old{ transform: translateY(-120px) scale(.9)  !important; z-index: 10 !important; opacity: .95; }
.m1-sticky-inner { width:100%; display:block; z-index: 10;}
@media only screen and (max-width: 767px){
    .m1 .text{margin-top:50px;}
    .m1 .text h3{font-size:3em;}
    .m1 .text p{font-size:1.7em;}
}*/

/* M1 Scroll Wrapper */
.m1-scroll-wrapper {
    position: relative;
    width: 100%;
}

.m1 {
    position: sticky;
    top: 0;
    padding: 50px 0;
    overflow: hidden;
}

.m1-sticky-container {
    position: relative;
    width: 100%;
}

.m1 .title{margin-bottom:50px;}
.m1 .title h2{font-size:2.28em;font-weight:700;color:#12346E;padding-left:30px;border-left:12px solid #00D8FF;line-height:1;text-transform:uppercase;}

.m1 ul{
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    margin-bottom:100px;
    margin-top:100px;
    min-height: 450px; /* Li'ler için alan */
}

.m1 ul li{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 22px #00000019;
    border-radius: 41px;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                opacity 0.4s ease, 
                z-index 0s;
    will-change: transform, opacity;
}

.m1 ul li .box{padding:50px;}
.m1 ul li .box h3{font-size:2.06em;font-weight:900;color:#12346E;margin-bottom:30px;}
.m1 ul li .box p{font-size:1.12em;color:#12346E;line-height:1.3;min-height:4.2em;}
.m1 ul li .box .num{display:block;text-align:right;font-size:5.81em;color:#12346E;font-weight:900;}

.m1 ul li:nth-child(1){z-index:3;}
.m1 ul li:nth-child(2){z-index:2; transform:translate(0,-60px) scale(0.9); opacity: 0.5;}
.m1 ul li:nth-child(3){z-index:1; transform:translate(0,-120px) scale(0.8); opacity: 0.3;}

/* Aktif durumlar */
.m1 ul li.active{ 
    transform: translateY(0) scale(1) !important; 
    z-index: 20 !important; 
    opacity: 1 !important;
}

.m1 ul li.prev{ 
    transform: translateY(-60px) scale(0.95) !important; 
    z-index: 15 !important; 
    opacity: 0.7 !important;
}

.m1 ul li.old{ 
    transform: translateY(-120px) scale(0.9) !important; 
    z-index: 10 !important; 
    opacity: 0.4 !important;
}

.m1 .more{display:block;background:#12346E;border-radius:41px;height:250px;display:flex;flex-direction:column;justify-content:center;padding:0 60px;position:relative;}
.m1 .more a{display:block;font-weight:900;color:#fff;font-size:2.06em;}
.m1 .more i{position:absolute;line-height:36px;width:36px;border:2px solid #fff;color:#fff;bottom:20px;right:40px;border-radius:5px;font-size:.7em;text-align:center;}

.m1 .text{text-align:right;position:relative;z-index:9;}
.m1 .text h3{font-size:4.87em;font-weight:900;color:#808080;line-height:1.5em;margin-bottom:30px;}
.m1 .text h3>span{color:#12346E;}
.m1 .text p{font-size:2.43em;color:#12346E;}
.m1 .bg{position:absolute;bottom:0;right:0;max-width:50%;height:auto;transform:translate(0,30%);z-index:1;}

@media only screen and (max-width: 767px){
    .m1 .text{margin-top:50px;}
    .m1 .text h3{font-size:3em;}
    .m1 .text p{font-size:1.7em;}
}

.tvideo{padding:50px 0;background:#f9f9f9;}
.tvideo .box{border-radius:20px;overflow:hidden;}
.tvideo .box video{width:100%;height:480px;object-fit:cover;vertical-align:middle;}
/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m2{background:#1c4a99;padding:90px 0;overflow:hidden;}
.m2 .title{margin-bottom:50px;display:flex;flex-direction:row;justify-content:space-between;position:relative;z-index:9999;align-items:center;}
.m2 .title h2{font-size:2.68em;color:#fff;text-transform:uppercase;font-weight:700;padding-left:30px;border-left:12px solid #00D8FF;line-height:1;}
.m2 .title .swiper-nav{display:flex;flex-direction:row;gap:10px;}
.m2 .title .swiper-nav>div{border:2px solid #fff;border-radius:10px;width:45px;height:45px;text-align:center;line-height:45px;color:#fff;}
.m2 .title .swiper-nav>div:active{opacity:.5;}

.m2 .list{margin-bottom:50px;}
.m2 .list>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;gap:10px;overflow:scroll;}
.m2 .list>ul>li{}
.m2 .list>ul>li>button{border:0;background:unset;color:#fff;text-transform:uppercase;line-height:50px;padding:0 15px;border-radius:5px;white-space:nowrap;}
.m2 .list>ul>li>.active{background:#fff;color:#1c4a99;}

.m2 .list-body{position:relative;}
.m2 .list-body .list-body-item{position:absolute;top:0;left:0;opacity:0;visibility:hidden;}
.m2 .list-body .list-body-item-active{opacity:1;visibility:visible;position:relative;}

.m2 .product-box{position:relative;padding-top:30px;padding-left:12px;margin-bottom:30px;}
.m2 .product-box:before{content:'';width:calc(100% - 20px);height:100%;border:2px solid rgba(255,255,255,.3);position:absolute;top:0;left:0;z-index:1;}
.m2 .product-box:after{content:'';width:calc(100% - 20px);height:100%;border:2px solid #00D8FF;position:absolute;top:0;left:0;z-index:2;opacity:0;visibility:hidden;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.m2 .product-box:hover:after{transform:translate(10px,10px);opacity:1;visibility:visible;}
.m2 .product-box .img{background:#1c4a99;position:relative;z-index:9;position:relative;z-index:9;}
.m2 .product-box .img img{width:100%;height:400px;object-fit:contain;}
.m2 .product-box .content{min-height:200px;padding:20px 40px 20px 8px;position:relative;z-index:9;}
.m2 .product-box .content h3{font-size:1.12em;color:#fff;line-height:1.1em;min-height:3.3em;border-bottom:1px solid #fff;}
.m2 .product-box .content .spot{font-size:.75em;color:#fff;}
.m2 .product-box .bottom{padding:20px 40px 20px 8px;position:relative;z-index:9;}
.m2 .product-box .bottom a{display:flex;flex-direction:row;justify-content:space-between;}
.m2 .product-box .bottom span{font-size:1.12em;color:#fff;font-weight:700;text-transform:uppercase;}
.m2 .product-box .bottom i{width:45px;height:45px;border:2px solid #fff;border-radius:7px;line-height:45px;text-align:center;color:#fff;font-size:1.2em;}
/*--- M3 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{padding:60px 0;overflow:hidden;}
.m3 .title{margin-bottom:50px;}
.m3 .title h2{font-size:2.28em;font-weight:700;color:#12346E;padding-left:30px;border-left:12px solid #00D8FF;line-height:1;text-transform:uppercase;}
.m3 .m3-top{display:flex;flex-direction:row;gap:30px;margin-bottom:50px;}
.m3 .m3-top .m3-top-left{max-width:calc(50% - 30px);flex:0 0 calc(50% - 30px);}
.m3 .m3-top .m3-top-left img{width:100%;height:560px;object-fit:cover;border-radius:46px;}
.m3 .m3-top .m3-top-right{max-width:calc(50% - 30px);flex:0 0 calc(50% - 30px);display:flex;flex-direction:column;justify-content:center;}
.m3 .m3-top .m3-top-right h3{font-size:1.87em;color:#12346E;font-weight:900;line-height:1.2em;min-height:2.4em;position:relative;}
.m3 .m3-top .m3-top-right h3:before{content:'';width:75%;position:absolute;bottom:0;left:0;border-bottom:1px solid #707070;}
.m3 .m3-top .m3-top-right .text{color:#707070;font-size:1.06em;padding:20px 0;}
.m3 .m3-bottom{display:flex;flex-direction:row;gap:60px;justify-content:center;max-width:75%;margin:0 auto;position:relative;margin-bottom:50px;}
.m3 .m3-bottom:before{content:'';width:3px;height:100%;background:#12346E;border-radius:3px;position:absolute;left:0;top:0;right:0;margin:0 auto;}
.m3 .m3-bottom .m3-bottom-left{display:flex;flex-direction:row;gap:30px;align-items:center;flex:0 0 50%;max-width:50%;}
.m3 .m3-bottom .m3-bottom-left .img{width:105px;height:105px;}
.m3 .m3-bottom .m3-bottom-left .img img{width:100%;height:105px;object-fit:cover;border-radius:50%;}
.m3 .m3-bottom .m3-bottom-left .t{max-width:50%;flex:0 0 50%;}
.m3 .m3-bottom .m3-bottom-left .t h3{font-size:1.43em;font-weight:900;color:#12346E;text-align:right;}
.m3 .m3-bottom .m3-bottom-left .more i{width:36px;height:36px;line-height:36px;border:2px solid #12346E;color:#12346E;text-align:center;border-radius:7px;}
.m3 .m3-bottom .m3-bottom-right{display:flex;flex-direction:row;gap:30px;align-items:center;flex:0 0 50%;max-width:50%;}
.m3 .m3-bottom .m3-bottom-right .img{width:105px;height:105px;}
.m3 .m3-bottom .m3-bottom-right .img img{width:100%;height:105px;object-fit:cover;border-radius:50%;}
.m3 .m3-bottom .m3-bottom-right .t{max-width:50%;flex:0 0 50%;}
.m3 .m3-bottom .m3-bottom-right .t h3{font-size:1.43em;font-weight:900;color:#12346E;}
.m3 .m3-bottom .m3-bottom-right .more i{width:36px;height:36px;line-height:36px;border:2px solid #12346E;color:#12346E;text-align:center;border-radius:7px;}
.m3 .all a{display:block;width:fit-content;margin:0 auto;background:#fff;line-height:37px;border-radius:28px;border:1px solid #12346E;padding:0 30px;}
@media only screen and (max-width: 767px){
    .m3 .m3-top{display:flex;flex-direction:column;gap:30px;}
    .m3 .m3-top .m3-top-left{max-width:100%;flex:0 0 100%;}
    .m3 .m3-top .m3-top-right{max-width:100%;flex:0 0 100%;}
}
/*--- M4 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m4{padding:50px 0;overflow:hidden;}
.m4 .title h2 img{display:block;margin:0 auto;padding:0;max-width:75%;height:auto;}
.m4 .box img{width:100%;height:170px;object-fit:contain;}
.m4 .swiper-nav{display:flex;gap:10px;justify-content:center;}
.m4 .swiper-nav>div{width:45px;height:45px;border:2px solid #808080;border-radius:7px;line-height:45px;text-align:center;}
.m4 .swiper-nav>div:active{opacity:.5;}
/*--- M5 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m5{background:#12346E;padding:90px 0;overflow:hidden;}
.m5 .title{margin-bottom:50px;display:flex;flex-direction:row;justify-content:space-between;position:relative;z-index:9999;align-items:center;}
.m5 .title h2{font-size:2.68em;color:#fff;text-transform:uppercase;font-weight:700;padding-left:30px;border-left:12px solid #00D8FF;line-height:1;}
.m5 .title .more{color:#fff;display:flex;gap:15px;flex-direction:row;align-items:center;width:fit-content;color:#fff;font-size:1.12em;font-weight:700;}
.m5 .m5-body{margin-bottom:50px;}
.m5 .m5-body img{width:100%;height:auto;}
/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{padding:50px 0 0 0;background:var(--bg-color);color:#fff;}
footer a{color:#fff;opacity:.7;}
footer h3{font-size:1.12em;font-weight:700;margin-bottom:20px;font-family: "Work Sans", sans-serif;}
footer .f-top{margin-bottom:50px;}
footer .f-top .container{display:flex;flex-direction:row;justify-content:center;}
footer .f-top .text{font-size:2.25em;text-align:center;}
footer .f-top .text strong{display:block;}
footer .f-top .text span{display:block;}
footer .f-body{padding:50px 0 0 0;margin-bottom:50px;border-bottom:1px solid rgba(255,255,255,.5);border-top:1px solid rgba(255,255,255,.5);}
footer .logo{margin-bottom:50px;}
footer .logo img{max-width:100%;height:auto;background:#fff;padding:10px;border-radius:15px;}
footer .list{margin-bottom:50px;}
footer .list>ul{list-style:none;margin:0;padding:0;}
footer .list>ul>li{display:flex;align-items:center;}
footer .list>ul>li>i{margin-right:10px;}
footer .list>ul>li>span,footer .list>ul>li>a{display:inline-block;font-size:.9em;line-height:2em;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
footer .list>ul>li>span:hover,footer .list>ul>li>a:hover{padding-left:5px;}
footer .workhour{margin-bottom:50px;}
footer .map{margin-bottom:50px;}
footer .map>iframe{width:100%;height:250px;}
footer .copyright{margin-bottom:5px;font-size:11px;text-align:center;padding-top:25px;opacity:.7;}
footer .swa{margin-bottom:50px;text-align:center;}
footer .swa>a>img{display:block;width:50px;height:50px;margin:0 auto;opacity:.95;filter: invert(100%);}
footer .contracts{margin-bottom:50px;display:flex;flex-wrap:wrap;justify-content:center;}
footer .contracts a{display:inline-block;padding:0 10px;font-size:.8em;margin:0 0 5px 0;}
/*--- PAGE ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page .page-head{padding:35px 0 35px 0;background:var(--bg-color);}
.page .page-head h1{font-size:2.5em;font-weight:600;margin-bottom:25px;color:#fff;}
.page .page-head p{font-size:1.3em;font-weight:200;margin-bottom:25px;color:#fff;}
.page .page-head .title nav ol li{color:#fff;}
.page .page-head .title nav ol li a{color:#fff;}
.page .page-head .title .breadcrumb-item+.breadcrumb-item::before{color:#fff;}
.page .page-head .breadcrumb{font-size:.8em;color:#fff;}
.page .page-body{padding:50px 0 20px 0;}
.page .page-foot{padding:50px 0 20px 0;background:var(--bg-color);margin-bottom:50px;}
.page .page-form{margin-bottom:50px;}
/*--- COOKIE-POLICY -----------------------------------------------------------------------------------------------------------------------------------------------------*/
.cookie-accept {position:fixed;bottom:-100%;left:0;right:0;width:100%;z-index:99;border:1px solid #ddd;background:#fff;display:flex;justify-content:center;align-items:center;transition:bottom 1s ease-in-out;-webkit-transition:bottom 1s ease-in-out;-moz-transition:bottom 1s ease-in-out;-o-transition:bottom 1s ease-in-out;padding:20px;}
.cookie-accept.active {bottom:0;}
.cookie-accept .close {position:absolute;right:15px;top:-15px;width:30px;height:30px;border:1px solid #ddd;line-height:30px;text-align:center;font-size:1.5em;background:#fff;}
.cookie-accept .icon {text-align: center;}
.cookie-accept .icon i {font-size:4em;}
.cookie-accept .content {padding:1.5em;}
.cookie-accept .content strong {display:block;font-size:1.5em;line-height:1;margin-bottom:10px;}
.cookie-accept .content p {font-size:1.1em;font-weight:200;margin:0;}
.cookie-accept .buttons ul {list-style:none;margin:0;padding:0;display:flex;gap:10px;}
.cookie-accept .buttons ul > li {flex:1 1 auto;}
.cookie-accept .buttons ul > li > a{display:flex;padding:10px 20px;background:#aaa;color:#fff;text-align:center;text-decoration:none;align-items:center;height:100%;}
@media only screen and (max-width: 767px) {
    .cookie-accept {flex-direction: column;}
}
/*--- FORM --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.form-group{margin-bottom:20px;}
.form-group label{display:block;font-size:1em;font-weight:700;margin-bottom:5px;}
.form-group .form-control{min-height:45px;border:0;border:1px solid #eee;font-size:1em;}
.form-group .form-control::placeholder{font-size:1em;}
.form-group input[type="checkbox"]{width:25px;height:25px;}
.form-checkbox-group{display:flex;line-height: 25px;}
.form-checkbox-group>input{accent-color:var(--primary-color);}
.form-checkbox-group a{padding-left:15px;}
.form-group button{background-color:var(--primary-color);color:#fff;font-size:1em;}
.form-group button:hover{background-color:var(--secondary-color);color:#fff;}
/*rating*/
.stars {width:100%;text-align: center;border:1px solid #eee;border-radius:5px;overflow: hidden;display: flex;justify-content: center;flex-direction: row-reverse;margin-bottom:20px;}
.stars-focus{box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);}
input.star {display: none;}
label.star {margin:0;padding: 0 5px;font-size: 30px;color: #ddd;transition: all .2s;}
input.star:checked ~ label.star:before {content: '\f005';color: #FD4;transition: all .25s;font-weight: 900;}
input.star-5:checked ~ label.star:before {color: #FE7;}
input.star-1:checked ~ label.star:before {color: #F62;}
input.star-2:hover ~ label.star-1 {color: #F62;}
input.star-3:hover ~ label.star-1, input.star-3:hover ~ label.star-2 { color: #F62; }
input.star-4:hover ~ label.star-1, input.star-4:hover ~ label.star-2, input.star-4:hover ~ label.star-3 { color: #F62; }
input.star-5:hover ~ label.star-1, input.star-5:hover ~ label.star-2, input.star-5:hover ~ label.star-3, input.star-5:hover ~ label.star-4 {color: #F62;}
label.star:hover {color: #ffa300;}
label.star:before {content: '\f005';font-family: 'Font Awesome 5 Free';font-weight: 400;}
/*security-input*/
.security-group{margin-bottom:20px;position:relative;}
.security-group label{display: block;font-size:14px;font-weight:700;margin-bottom:5px;}
.security-group .img{position:absolute;bottom:0;left:0;}
.security-group .img img{min-height:45px;}
.security-group .img button{border:0;min-height:45px;min-width:45px;margin:0;background:transparent;}
.security-group input{text-indent:175px;min-height:45px;min-height:45px;border:1px solid #eee;font-size:1em;}
/*--- LOADING ---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#loading{width:100%;height:100vh;position:fixed;top:0;left:0;background:rgba(0,0,0,.7);z-index:9999999;display:flex;flex-direction:column;justify-content:center;align-items:center;}
@keyframes spin{to{transform: rotate(360deg);}from{transform: rotate(0);}}
#loading:before{content:'\f110';color:#fff;font-family: 'Font Awesome 6 Free';font-weight:900;animation: spin infinite 1s linear;}
/*--- NO-CONTENT --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.no-content{padding:40px 20px;border:1px dashed #eee;border-radius:10px;text-align:center;margin-bottom:30px;}
.no-content>i{font-size:30px;margin-bottom:15px;color:#aaa;}
.no-content>p{font-size:18px;padding:0;margin:0;font-weight:200;}
/*--- HEMEN ARA - WHATSAPP --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@-webkit-keyframes ripple {0% {opacity: 1;-webkit-transform: scale(0);transform: scale(0);}100% {opacity: 0;-webkit-transform: scale(1);transform: scale(1);}}
@keyframes ripple {0% {opacity: 1;-webkit-transform: scale(0);transform: scale(0);}100% {opacity: 0;-webkit-transform: scale(1);transform: scale(1);}}

.fixed-button{position:fixed;bottom:15px;left:15px;display:flex;flex-direction:column;gap:15px;display:none;}
.fixed-button>a{height:40px;width:40px;text-align: center;border-radius:80px;z-index: 999;color: white;position:relative;}
.fixed-button>a>i{line-height:40px;font-size:25px;}
.fixed-button>a .ripple{position: absolute;width:120px;height:120px;z-index: -1;left: 50%;top: 50%;opacity: 0;margin: -60px 0 0 -60px;border-radius:80px;-webkit-animation: ripple 1.8s infinite;animation: ripple 1.8s infinite;}
.fixed-button>a .ripple:nth-child(2) {animation-delay: .3s;-webkit-animation-delay: .3s;}
.fixed-button>a .ripple:nth-child(3) {animation-delay: .6s;-webkit-animation-delay: .6s;}

.whatsAppBg{background-color: #068404 !important;background-image: linear-gradient(90deg, #068404, #0ba909);}
.hemenAraBg{background-color: #004080 !important;background-image: linear-gradient(90deg, #004080, #0073e6);}

.video-gallery-box{margin-bottom:30px;position:relative;background:#000;height:250px;border-radius:10px;overflow: hidden;}
.video-gallery-box .img{position:relative;z-index:0;}
.video-gallery-box .img img{width:100%;height:250px;object-fit:cover;}
.video-gallery-box .img:before{content:'';width:100%;height:100%;background:rgba(0,0,0,.7);position:absolute;top:0;left:0;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:alll .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.video-gallery-box:hover .img:before{opacity:0;visibility:hidden;}
.video-gallery-box .video video{height:220px;object-fit:contain;width:auto;display:block;margin:0 auto;}
.video-gallery-box .info{list-style:none;margin:0;padding:5px;display:flex;position:absolute;top:5px;right:5px;color:#fff;font-size:11px;z-index:1;}
.video-gallery-box .info>li{margin-left:10px;}
.video-gallery-box .icon{position:absolute;left:0;right:0;margin:0 auto;width:40px;height:40px;line-height:40px;top:calc(50% - 20px);color:#eee;font-size:2.5em;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:alll .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.video-gallery-box:hover .icon{color:#c4302b;}
.video-gallery-box .td{position:absolute;bottom:0;left:0;width:100%;padding:15px;}
.video-gallery-box .td h3{color:#fff;font-size:1.1em;font-weight:300;margin:0;}
.video-gallery-box .td p{color:#fff;font-size:.8em;font-weight:200;margin:0;}