@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&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&display=swap');
/*
font-family: "Poppins", sans-serif;
font-family: "Playfair", serif;
*/
html,body{
    width:100%;
    height:100%;
}
body{
    font-size:13px;
    font-family: "Poppins", sans-serif;
    color:var(--text-color);
}
@media only screen and (min-width:1441px){
    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;}

@media only screen and (min-width:1441px){
    .container{
        max-width:100%;
        padding:0 10%;
    }
}

/*--- HEADER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
header{padding:30px 0;position:absolute;top:0;left:0;width:100%;height:auto;min-height:50px;z-index:9;font-family: "Playfair", serif;}
header .h-wrapper{display:grid;grid-template-columns:190px 1fr;align-items:center;gap:70px;justify-content:center;}
header .h-right{display:grid;gap:50px;align-items:center;}
header .h-right .hr-grid{display:grid;grid-template-columns: 1fr 158px;gap:50px;align-items:center;}
header .logo img{width:100%;height:auto;filter: brightness(0) invert(1);}
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>a{display:block;color:#E6E5DF;font-size:.9em;}
header .menu>ul>li .submenu-bar{display:none;}
header .menu>ul>li>ul{list-style:none;margin:0;padding:0;position:absolute;background:#ffffff;padding:20px;border-radius:10px;box-shadow:0 0 10px #ddd;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-top:20px;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{margin-top:0;opacity:1;visibility:visible;}
header .menu>ul>li>ul>li{}
header .menu>ul>li>ul>li>a{display:block;border-bottom:1px solid rgba(0,0,0,.3);line-height:40px;padding:0 20px;color:#9C856E;}
header .menu>ul>li>ul>li>a:hover{color:#343432;}
header .menu>ul>li>ul>li:last-child>a{border:0;}
header .button{width:158px;}
header .button a{display:block;text-align:center;background:rgba(230, 229, 223, .27);color:#E6E5DF;line-height:36px;border-radius:5px;box-shadow: inset -16px 3px 16px #0000000D, 9px 10px 23px #0000001F;font-size:.87em;}
header .langs{background: #F7F9FB 0% 0% no-repeat padding-box;padding:10px;box-shadow: inset 0px 3px 6px #00000010, 0px 3px 6px #00000029;border-radius: 11px;display:flex;flex-direction:row;justify-content:center;text-transform:uppercase;}
header .langs a{display:block;padding:0 10px;color:#E6E5DF;}
header .langs a:first-child{border-right:1px solid #E6E5DF;}

.ic-sayfa-header .menu>ul>li>a{color:#9C856E;}
.ic-sayfa-header .button a{color:#9C856E;}
.ic-sayfa-header .langs a{color:#9C856E;}
.ic-sayfa-header .logo img{filter:unset;}

@media only screen and (max-width:767px){
    header{padding:10px 0;}
    header .h-wrapper{display:unset;grid-template-columns:unset;align-items:unset;gap:unset;justify-content:unset;position:relative;}
    header .h-right .hr-grid{gap:20px;}
    header .logo{margin-bottom:20px;}
    header .logo img{width:auto;max-width:100%;display:block;margin:0 auto;}
    header .menu .menu-bar{display:block;padding:10px;background:#9C856E;color:#F4F1EF;border-radius:9px;}
    header .menu>ul{position:absolute;padding:20px;left:0;width:100%;background:rgba(244, 241, 239, .9);display:none;flex-direction:unset;justify-content:unset;border-radius:8px 8px 0 0;}
    header .menu>ul>li{position:relative;}
    header .menu>ul>li>a{line-height:40px;font-size:1.2em;color:#9C856E;border-bottom:1px dashed #9C856E;padding:0 30px;text-align:center;width:fit-content;margin:0 auto;display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:center;}
    header .menu>ul>li:last-child>a{border:0;}
    header .menu>ul>li .submenu-bar{display:block;z-index:99;left:0;right:0;position:absolute;margin:0 auto;width:30px;height:30px;border-radius:50%;line-height:30px;text-align:center;transform: translate(250%, -120%);background:#9C856E;}
    header .menu>ul>li>ul{display:none;position:relative;margin-top:0;opacity:1;visibility:visible;transition: unset;-webkit-transition:unset;-moz-transition:unset;-o-transition:unset;}
    header .menu>ul>li>ul>li>a{color:#9C856E;text-align:center;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    header{padding:10px 0;}
    header .h-wrapper{display:unset;grid-template-columns:unset;align-items:unset;gap:unset;justify-content:unset;position:relative;}
    header .h-right .hr-grid{gap:20px;}
    header .logo{margin-bottom:20px;}
    header .logo img{width:auto;max-width:100%;display:block;margin:0 auto;}
    header .menu .menu-bar{display:block;padding:10px;background:#9C856E;color:#F4F1EF;border-radius:9px;}
    header .menu>ul{position:absolute;padding:20px;left:0;width:100%;background:rgba(244, 241, 239, .9);display:none;flex-direction:unset;justify-content:unset;border-radius:8px 8px 0 0;}
    header .menu>ul>li{position:relative;}
    header .menu>ul>li>a{line-height:40px;font-size:1.2em;color:#9C856E;border-bottom:1px dashed #9C856E;padding:0 30px;text-align:center;width:fit-content;margin:0 auto;}
    header .menu>ul>li:last-child>a{border:0;}
    header .menu>ul>li .submenu-bar{display:block;z-index:99;left:0;right:0;position:absolute;margin:0 auto;width:30px;height:30px;border-radius:50%;line-height:30px;text-align:center;transform: translate(250%, -120%);background:#9C856E;}
    header .menu>ul>li>ul{display:none;position:relative;margin-top:0;opacity:1;visibility:visible;transition: unset;-webkit-transition:unset;-moz-transition:unset;-o-transition:unset;}
    header .menu>ul>li>ul>li>a{color:#9C856E;text-align:center;}
}
.main-title{position:absolute;left:0;top:0;width:0;height:0;opacity:0;visibility:hidden;}
/*--- SLIDER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slider{position:relative;overflow:hidden;}
.slider .bg{width:100%;height:100vh;object-fit:cover;}
.slider .text{width:50%;height:100%;position:absolute;transform:translate(75px,0);opacity:0;visibility:hidden;left:0;right:0;top:0;margin:0 auto;z-index:99;display:flex;flex-direction:column;justify-content:center;text-align:center;font-size:4.62em;line-height:1.2em;letter-spacing: 0px;color: #E6E5DF;text-shadow: -2px 3px 3px #333232;text-transform: uppercase;font-family: "Playfair", serif;transition:all .7s ease-in-out;-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;}
.slider .swiper-slide-active .text{transform:translate(0,0);opacity:1;visibility:visible;transition-delay:3s;}
/*--- M1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m1{background-color:#F4F1EF;border-bottom:2px solid #9C856E;background-image:url('../images/hakkimizda.png');background-repeat:no-repeat;background-position:center;background-size:cover;-webkit-background-size:cover;-o-background-size:cover;-moz-background-size:cover;}
.m1 .text{padding:75px 0;}
.m1 .text h2{font-size:2em;color:#343432;margin-bottom:30px;font-weight:200;text-transform:uppercase;}
.m1 .text h2 a{display:flex;flex-direction:row;gap:10px;align-items:center;}
.m1 .text h2 i{font-size:.7em;}
.m1 .text h3{font-size:4.62em;text-transform:uppercase;color:#333232;line-height:1.3em;margin-bottom:30px;font-family: "Playfair", serif;}
.m1 .text h3>span{display:block;color:#9C856E;}
.m1 .text .p1{font-size:1.5em;text-transform:uppercase;margin-bottom:20px;font-weight:200;}
.m1 .text .p2{font-size:1.5em;margin-bottom:50px;font-weight:200;}
.m1 .text .buttons{display:flex;flex-direction:row;gap:20px;}
.m1 .text .buttons a{display:block;text-align:center;text-transform:uppercase;width:252px;max-width:100%;line-height:58px;border-radius:9px;border:1px solid #9C856E;color:#333232;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;}
.m1 .text .buttons a:hover{background:#9C856E;color:#E6E5DF;}
@media only screen and (min-width:992px) and (max-width:1199px){
    .m1 .text h3{font-size:3em;}
    .m1 .text .p1{font-size:1.1em;}
    .m1 .text .p2{font-size:1.1em;}
    .m1 .text .buttons a{line-height:40px;}
}
/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m2{background-color:#F4F1EF;padding:50px 0;}
.m2 .title{margin-bottom:50px;}
.m2 .title h2{font-size:2em;color:#343432;margin-bottom:30px;font-weight:200;text-transform:uppercase;}
.m2 .title h2 a{display:flex;flex-direction:row;gap:10px;align-items:center;}
.m2 .title h2 i{font-size:.7em;}
.m2 .title p{font-size:1.62em;color:#343432;text-transform:uppercase;text-indent:30px;font-family: "Playfair", serif;}
.m2 .title p span{color:#9C856E;}
/*--- M3 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{padding:50px 0;}
.m3 .title{margin-bottom:50px;}
.m3 .title h2{font-size:2em;color:#343432;margin-bottom:30px;font-weight:200;text-transform:uppercase;}
.m3 .title h2 a{display:flex;flex-direction:row;gap:10px;align-items:center;}
.m3 .title h2 i{font-size:.7em;}
.m3 .title p{font-size:1.62em;color:#343432;text-transform:uppercase;text-align:center;font-family: "Playfair", serif;}
.m3 .title p span{color:#9C856E;}
.m3 .img{margin-bottom:50px;}
.m3 .img img{width:100%;height:auto;box-shadow: 0px 3px 30px #9EA8B1;border-radius: 22px;margin-bottom:30px;}
.m3 .img .more{display:block;width:fit-content;margin:0 auto;border:1px solid #9C856E;border-radius:9px;color:#333232;font-size:.96em;padding:0 10px;line-height:58px;}
.m3 .accordion{--bs-accordion-bg:unset;}
.m3 .accordion-item{border:0;border-bottom:1px solid #A39C94;}
.m3 .accordion-item:first-of-type{border-top-left-radius:0;border-top-right-radius:0;border-top:1px solid #A39C94;}
.m3 .accordion-item:last-of-type{border-bottom-left-radius:0;border-bottom-right-radius:0;}
.m3 .accordion-button:focus{box-shadow:unset;}
.m3 .accordion-button{color:#A39C94;font-weight:500;padding:20px 30px;}
.m3 .accordion-button::after{position:absolute;left:0;content: '\2b';background-image:unset;transform:unset;}
.m3 .accordion-button:not(.collapsed){background-color:unset;}
.m3 .accordion-button:not(.collapsed)::after{content: '\f068';font-family:'Font Awesome 5 Free';font-weight:900;}
.m3 .accordion-body{color:#A39C94;padding:20px 30px;}
/*--- M4 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m4{padding:130px 0;background:url('../images/m4-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.m4 .text{width:660px;max-width:100%;}
.m4 .text h2{font-size:3.12em;color:#fff;font-family: "Playfair", serif;}
.m4 .text p{color:#E6E5DF;font-size:1.06em;margin-bottom:30px;}
.m4 .text .more-buttons{border:1px solid #E6E5DF;border-radius:9px;height:60px;padding:5px;display:flex;width:fit-content;align-items:center;justify-content:center;}
.m4 .text .more-buttons .more{font-size:.96em;color:#E6E5DF;display:inline-block;padding:0 20px;border-right:1px solid #ffffff;}
.m4 .text .more-buttons .whatsapp{margin:0 5px;width:21px;height:21px;background:#E6E5DF;border-radius:50%;line-height:21px;text-align:center;font-size:.7em;}
/*--- M5 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m5{padding:50px 0;}
.m5 .title{margin-bottom:50px;}
.m5 .title h2{font-size:2em;color:#343432;margin-bottom:30px;font-weight:200;text-transform:uppercase;}
.m5 .title h2 a{display:flex;flex-direction:row;gap:10px;align-items:center;}
.m5 .title h2 i{font-size:.7em;}
.m5 .title p{font-size:1.62em;color:#343432;text-transform:uppercase;text-align:right;font-family: "Playfair", serif;}
.m5 .title p span{color:#9C856E;}
.m5 .small-box{display:grid;grid-template-columns:1fr 1fr;padding:30px 0;border-bottom:1px solid #9C856E;align-items:center;width:85%;}
.m5 .small-box .img img{width:100%;height:160px;border-radius:9px;object-fit:cover;}
.m5 .small-box .content{padding:30px;}
.m5 .small-box .content h3{font-size:1.37em;color:#A39C94;}
.m5 .border-none{border:0;}
.m5 .all a{display:inline-block;width:fit-content;font-weight:300;padding:0 20px;line-height:58px;background:#9C856E;border-radius:9px;color:#E6E5DF;font-size:1.06em;}
.m5 .big-box{display:grid;grid-template-columns:60% 40%;padding:30px 0;align-items:center;height:100%;}
.m5 .big-box .img img{width:100%;height:auto;border-radius:9px;object-fit:cover;aspect-ratio:1/.8;}
.m5 .big-box .content{padding-left:30px;}
.m5 .big-box .content h3{font-size:1.5em;color:#A39C94;border-bottom:1px solid #BCBCBC;padding-bottom:20px;margin-bottom:20px;}
.m5 .big-box .content .text{font-size:1.06em;color:#A39C94;}
/*--- M6 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m6{background-color:#F4F1EF;padding:50px 0;}
.m6 .title{margin-bottom:50px;}
.m6 .title h2{font-size:2em;color:#343432;margin-bottom:30px;font-weight:200;text-transform:uppercase;text-align:center;}
.m6 .title h2 a{display:flex;flex-direction:row;gap:10px;align-items:center;}
.m6 .title h2 i{font-size:.7em;}
.m6 .title p{font-size:1.62em;color:#343432;text-transform:uppercase;text-align:center;font-family: "Playfair", serif;}
.m6 .title p span{color:#9C856E;}
.m6 .m6-body{position:relative;}
.m6 .m6-body img{width:100%;height:auto;}
/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{padding:50px 0 0 0;background:var(--bg-color);color:#A39C94;}
footer .f-wrapper{display:grid;grid-template-columns: 1fr 30%;gap:30px;}
footer .f-wrapper .f-left-top{display:grid;grid-template-columns: 1fr 2fr;border-bottom:1px solid #9C856E;gap:30px;padding:30px 0;}
footer .f-wrapper .f-left-bottom{display:grid;grid-template-columns: 1fr 2fr;padding:30px 0;margin-bottom:30px;gap:30px;}
footer h3{font-size:18px;font-weight:700;margin-bottom:10px;}
footer .logo img{width:80%;height:auto;}
footer .f-list{display:grid;grid-template-columns: 1fr 1fr;}
footer .f-list h3{font-size:1em;color:#A39C94;font-weight:500;}
footer .f-list .f-list-item a{display:block;font-size:.86em;}
footer .address{margin-bottom:20px;}
footer .address a{display:block;font-weight:600;color:#A39C94;line-height:30px; }
footer .address span{display:block;}
footer .map{margin-bottom:50px;}
footer .map>iframe{width:100%;height:350px;}
footer .social-media{display:flex;flex-direction:row;gap:30px;font-size:1.2em;color:#000000;}
footer .copyright{margin-bottom:5px;font-size:11px;text-align:center;padding-top:25px;}
footer .swa{margin-bottom:50px;text-align:center;}
footer .swa>a>img{display:block;width:50px;height:50px;margin:0 auto;opacity:.95;}
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;}
@media only screen and (max-width:767px){
    footer .f-wrapper{grid-template-columns:1fr;}
    footer .f-wrapper .f-left-top{grid-template-columns:1fr;}
    footer .f-wrapper .f-left-bottom{grid-template-columns:1fr;text-align:center;}
    footer .logo img{margin:0 auto;display:block;width:auto;max-width:100%;}
    footer .social-media{justify-content:center;}
}
@media only screen and (min-width:768px) and (max-width:991px){

}
@media only screen and (min-width:992px) and (max-width:1199px){

}
@media only screen and (min-width:1200px) and (max-width:1440px){

}
/*--- PAGE ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page .page-head{padding-top:175px;display:grid;grid-template-columns:35% 65%;background:#F4F1EF;}
.page .page-icon{width:25%;height:auto;position:absolute;top:250px;left:5%;}
.page .page-head h1{font-size:2.5em;font-weight:600;margin-bottom:25px;display:none;width:0;height:0;opacity:0;visibility:hidden;position:absolute;}
.page .page-head p{font-size:1.3em;font-weight:200;margin-bottom:25px;display:none;width:0;height:0;opacity:0;visibility:hidden;position:absolute;}
.page .page-head .breadcrumb{font-size:1em;color:#686F76;justify-content:center;}
.page .page-head .title .breadcrumb-item+.breadcrumb-item::before{color:#303030;}
.page .page-head .title .breadcrumb-item.active{color:#303030;font-weight:700;}
.page .page-head .title{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;}
.page .page-head .cover{position:relative;}
.page .page-head .cover .bg{width:100%;height:70vh;object-fit:cover;}
.page .page-head .cover .page-bg{position:absolute;left:0;bottom:0;max-height:100%;width:auto;height:auto;max-width:100%;transform:translate(-37%,0);}
.page .page-body{padding:100px 0 50px 0;background:#F4F1EF;border-bottom:2px solid #9C856E;min-height:65vh;}
.page .page-body .page-sub-title{font-family: "Playfair", serif;color:#333232;padding:30px 5%;}
.page .page-body .page-sub-title span:first-child{font-size:4.62em;color:#9C856E;text-transform:uppercase;line-height:1.2em;}
.page .page-body .page-sub-title span:last-child{font-size:4em;display:block;}
@media only screen and (max-width:991px){
    .page .page-body .page-sub-title{text-align:center;}
    .page .page-body .page-sub-title span:first-child{font-size:2.5em;}
    .page .page-body .page-sub-title span:last-child{font-size:2em;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .page .page-body .page-sub-title span:first-child{font-size:2.5em;}
    .page .page-body .page-sub-title span:last-child{font-size:2em;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    .page .page-body{min-height:50vh;}
    .page .page-body .page-sub-title span:first-child{font-size:3.5em;}
    .page .page-body .page-sub-title span:last-child{font-size:3em;}
    .page .page-head .cover .bg{height:50vh;}
}
.page .page-content{text-align:center;display:flex;flex-direction:column;height:100%;font-weight:500;justify-content:center;align-items:center;margin-bottom:50px;}
.page .page-foot{padding:50px 0 20px 0;background:var(--bg-color);margin-bottom:50px;}
.page .page-form{margin-bottom:50px;}
.page .page-ex-body{padding:50px 0;}
.page .page-ex-body .box{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:30px 0;text-align:center;height:100%;}
.page .page-ex-body .box h2{font-size:1.31em;color:#333232;text-transform:uppercase;padding-bottom:20px;margin-bottom:20px;position:relative;font-family: "Playfair", serif;}
.page .page-ex-body .box h2:before{content:'';width:105px;height:.5px;background:#A39C94;position:absolute;left:0;right:0;bottom:0;margin:0 auto;}
.page .page-ex-body .box p{color:#333232;font-size:.93em;color:#333232;padding:0 15%;font-size:.93em;font-weight:300;}
.page .page-ex-body .img{position:relative;background:#333232 0% 0% no-repeat padding-box;mix-blend-mode: multiply;border-radius:8px;opacity:0.56;}
.page .page-ex-body .img img{width:100%;height:370px;object-fit:cover;border-radius:8px;}
.page .page-ex-body .img1:before{content:'';width:.5px;height:100%;position:absolute;left:-12px;top:0;background:#9C856E;}
.page .page-ex-body .img2:before{content:'';width:.5px;height:100%;position:absolute;right:-12px;top:0;background:#9C856E;}
.page .page-services-body{padding:50px 0;}
.uygulama-box{padding:95px 25%;display:flex;flex-direction:column;gap:100px;justify-content:space-around;position:relative;border-radius:9px;}
.uygulama-box .bg{position:absolute;left:0;top:0;border-radius:8px;object-fit:cover;width:100%;height:100%;z-index:0;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;}
.uygulama-box h2{font-size:1.31em;color:#333232;text-transform:uppercase;text-align:center;line-height:1.5em;min-height:3em;display:flex;justify-content:center;align-items:center;font-family: "Playfair", serif;position:relative;z-index:9;}
.uygulama-box .more{display:block;width:fit-content;margin:0 auto;color:#A39C94;border-bottom:1px solid #A39C94;font-size:.81em;padding:5px 0;position:relative;z-index:9;}
.box1 .bg,.box3 .bg,.box6 .bg{opacity:0;}
.box2 h2,.box4 h2,.box5 h2{color:#A39C94;}
.box2:hover .bg,.box4:hover .bg,.box5:hover .bg{opacity:.5;}
.box2:before{content:'';width:calc(100% + 22px);left:-11px;height:100%;position:absolute;top:0;z-index:-1;border-left:1px solid #9C856E;border-right:1px solid #9C856E;}
.uygulama-box-2:before{content:'';width:calc(100% + 22px);left:-11px;height:100%;position:absolute;top:0;z-index:-1;border-left:1px solid #9C856E;border-right:1px solid #9C856E;}
.uygulama-box-2{display:flex;flex-direction:column;position:relative;justify-content:center;gap:30px;padding:95px 0;align-items:center;text-align:center;height:100%;}
.uygulama-box-2 h3{font-size:1.93em;color:#333232;font-family: "Playfair", serif;text-transform:uppercase;}
.uygulama-box-2 .more{display:block;width:fit-content;background:#9C856E;color:#E6E5DF;font-weight:200;border-radius: 9px;padding:15px;}
.ubox1 .bg,.ubox3 .bg,.ubox5 .bg,.ubox7 .bg,.ubox9 .bg,.ubox11 .bg,.ubox13 .bg,.ubox15 .bg,.ubox17 .bg,.ubox19 .bg{opacity:0;}
hr{border-top:1px solid #9C856E;color:#9C856E;opacity:1;margin:20px 0 !important;}
/*--- 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);}