@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Quicksand:wght@300..700&display=swap');
/*
font-family: "Bodoni Moda", serif;
font-family: "Quicksand", sans-serif;
*/
html,body{
    width:100%;
    height:100%;
}
body{
    font-size:16px;
    font-family: "Quicksand", sans-serif;
    color:var(--text-color);
}
@media only screen and (max-width:767px){
    body{
        font-size:13px;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    body{
        font-size:14px;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    body{
        font-size:13px;
    }
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    body{
        font-size:14px;
    }
}


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 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
header{position:relative;}
header .h-top{padding:50px 0;}
header .h-top .container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;}
header .logo{text-align:center;max-width:14.28%;flex:0 0 14.28%;position:relative;z-index:9;}
header .logo img{max-width:120%;height:auto;position:absolute;left:0;right:0;margin:0 auto;transform:translate(-10%,-25%);top:0;}
header .left-list{max-width:42.84%;flex:0 0 42.84%;}
header .left-list ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;gap:20px;}
header .left-list ul>li>a{display:block;color:#322F3D;position:relative;}
header .left-list ul>li>a:before{content:'';width:1px;height:100%;background:#322F3D;position:absolute;right:-10px;top:0;}
header .left-list ul>li:last-child>a:before{display:none;}
header .right-list{max-width:42.84%;flex:0 0 42.84%;}
header .right-list ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;gap:20px;justify-content:flex-end;}
header .right-list ul>li>a{display:block;width:40px;height:40px;border-radius:50%;background:#9F6B6B;color:#fff;line-height:34px;text-align:center;font-size:1.3em;box-shadow:0 0 5px #ddd;border:3px solid #fff;}
header .h-body{border-top:1px solid #ddd;}
header .h-body .menu{position:relative;margin-bottom:75px;}
header .h-body .menu .menu-bar{display:none;}
header .h-body .menu>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;justify-content:space-between;}
header .h-body .menu>ul>li{max-width:14.28%;flex:0 0 14.28%;}
header .h-body .menu>ul>li:nth-child(3){margin-right:14.28%;}
header .h-body .menu>ul>li>a{display:block;font-size:1.1em;color:#000;font-weight:600;line-height:50px;}
header .h-body .menu>ul>li:nth-child(4)>a,header .h-body .menu>ul>li:nth-child(5)>a,header .h-body .menu>ul>li:nth-child(6)>a{text-align:right;}
@media only screen and (max-width:991px){
    header .h-top{padding:20px 0 0 0;}
    header .h-top .container{flex-direction:column;align-items:unset;justify-content:unset;}
    header .logo{max-width:100%;flex:0 0 100%;padding:10px 0;}
    header .logo img{max-width:175px;transform:translate(0,0);position:relative;}
    header .left-list, header .right-list{max-width:100%;flex:0 0 100%;}
    header .right-list{position:absolute;top:10px;right:10px;z-index:1;}
    header .right-list ul{gap:10px;}
    header .h-body{padding-top:20px;}
    header .h-body .menu{margin-bottom:20px;}
    header .h-body .menu .menu-bar{display:block;padding:10px;font-size:1.3em;font-weight:700;background:#9F6B6B;color:#fff;}
    header .h-body .menu>ul{position:absolute;padding:20px;left:0;width:100%;background:rgba(0, 0, 0, .9);display:none;justify-content:unset;flex-direction:unset;z-index:999;}
    header .h-body .menu>ul>li{max-width:100%;flex:0 0 100%;}
    header .h-body .menu>ul>li>a{color:#fff;border-bottom:1px dashed #9F6B6B;}
    header .h-body .menu>ul>li:last-child>a{border:0;padding:0 10px;}
    header .h-body .menu>ul>li:nth-child(3){margin-right:0;}
    header .h-body .menu>ul>li:nth-child(4)>a,header .h-body .menu>ul>li:nth-child(5)>a,header .h-body .menu>ul>li:nth-child(6)>a{text-align:left;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    header .h-body .menu{margin-bottom:20px;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    header .h-body .menu{margin-bottom:30px;}
}
/*--- SLIDER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slider .swiper-slider .swiper-slide img{width:100%;height:auto;position:relative;z-index:1;}
.slider .swiper-slider .swiper-slide:before{content:'';width:100%;height:100%;background:linear-gradient(to right,#000,transparent);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;}
.slider .swiper-slider .swiper-slide-active:before{opacity:.7;visibility:visible;transition-delay:.2s;}
.slider .swiper-slider .swiper-slide .text{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:10%;z-index:99;}
.slider .swiper-slider .swiper-slide .text h2{font-size:3.25em;color:#fff;font-family: "Bodoni Moda", serif;max-width:45%;margin-bottom:30px;transform:translate(50px,0); 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;}
.slider .swiper-slider .swiper-slide-active .text h2{transform:translate(0,0);opacity:1;visibility:visible;transition-delay:.4s;}
.slider .swiper-slider .swiper-slide .text p{font-size:1.87em;color:#fff;font-style:italic;margin-bottom:30px;max-width:40%;transform:translate(50px,0);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;}
.slider .swiper-slider .swiper-slide-active .text p{transform:translate(0,0);opacity:1;visibility:visible;transition-delay:.6s;}
.slider .swiper-slider .swiper-slide .text .more{display:block;width:fit-content;line-height:42px;min-height:42px;color:#000;background:#fff;border-radius:30px;padding:0 30px;transform:translate(50px,0);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;}
.slider .swiper-slider .swiper-slide-active .text .more{transform:translate(0,0);opacity:1;visibility:visible;transition-delay:.8s;}
@keyframes leftToRight{
    0%{
        object-position:left;
    }
    100%{
        object-position:right;
    }
}
@media only screen and (max-width:767px){
    .slider .swiper-slider .swiper-slide img{height:50vh;object-fit:cover;width:100%;object-fit:cover;}
    .slider .swiper-slider .swiper-slide-active img{animation:leftToRight 7s infinite linear;}
    .slider .swiper-slider .swiper-slide .text h2{font-size:2em;max-width:100%;}
    .slider .swiper-slider .swiper-slide .text p{font-size:1.1em;max-width:100%;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .slider .swiper-slider .swiper-slide img{height:50vh;object-fit:cover;}
    .slider .swiper-slider .swiper-slide .text h2{font-size:2.5em;max-width:75%;}
    .slider .swiper-slider .swiper-slide .text p{font-size:1.2em;max-width:65%;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .slider .swiper-slider .swiper-slide img{height:100vh;object-fit:cover;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    .slider .swiper-slider .swiper-slide img{height:80vh;object-fit:cover;}
}
/*--- CICEK-ICON ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.cicek-icon-1{position:relative;}
.cicek-icon-1 img{position:absolute;left:0;max-width:25%;height:auto;top:0;z-index:-1;transform:translate(0,30%);}
/*--- M1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m1{padding:100px 0;}
.m1 .box{display:flex;flex-direction:column;align-items:center;}
.m1 .box h2{font-size:2em;font-family: "Bodoni Moda", serif;font-weight:700;text-align:center;margin-bottom:30px;letter-spacing: 3.2px;}
.m1 .box h2>a{color:#4D4D4D;}
.m1 .box .text{font-size:1.31em;color:#4D4D4D;text-align:center;margin-bottom:20px;}
.m1 .box .more{display:block;width:fit-content;background:#977505;color:#fff;padding:0 30px;line-height:42px;border-radius:21px;font-size:1em;}
/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m2{padding:50px 0;overflow:hidden;}
.m2 .title{margin-bottom:100px;display:flex;flex-direction:column;align-items:center;}
.m2 .title h2{font-size:2em;font-family: "Bodoni Moda", serif;font-weight:700;text-align:center;margin-bottom:30px;letter-spacing: 3.2px;}
.m2 .title h2>a{color:#4D4D4D;}
.m2 .m2-body{position:relative;}
.m2 .m2-body .icon1{position:absolute;left:0;right:0;margin:0 auto;z-index:-1;transform: translate(-40%,-40%);}
.m2 .m2-body .icon2{position:absolute;left:0;top:20%;z-index:-1;transform: translate(-50%,0%);}
.m2 .m2-body .icon3{position:absolute;right:0;top:15%;z-index:-1;transform: translate(50%,0%);}
.m2 .m2-body .icon4{position:absolute;left:0;bottom:10%;z-index:-1;transform: translate(-25%,0%);}
.m2 .m2-body .icon5{position:absolute;left:0;right:0;bottom:0;margin:0 auto;z-index:-1;transform: translate(-45%,0%);}
.m2 .box{margin-bottom:30px;}
.m2 .box:hover img{transform: scale(1.01) rotate(1deg);}
.m2 .box img{width:100%;height:540px;object-fit:cover;border-radius:10px;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 .box h3{font-size:2.06em;font-family: "Bodoni Moda", serif;font-weight:700;font-style:italic;text-align:center;margin:0;padding:15px 0;}
.m2 .all{display:block;width:fit-content;background:#977505;color:#fff;line-height:42px;min-height:42px;padding:0 30px;border-radius:21px;margin:0 auto;}
/*--- CICEK-ICON-2 ------------------------------------------------------------------------------------------------------------------------------------------------------*/
.cicek-icon-2{position:relative;}
.cicek-icon-2 img{position:absolute;right:0;max-width:25%;height:auto;top:0;z-index:-1;transform:translate(0,25%);}
/*--- M3 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{padding:100px 0 70px 0;background:url('../images/main-3-bg.png') no-repeat center center;background-size:contain;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;}
.m3 .box{margin-bottom:30px;padding:0 10%;}
.m3 .box img{display:block;margin:0 auto 30px auto;max-width:100%;height:auto;width:160px;height:135px;object-fit:contain;}
.m3 .box h4{font-size:1.31em;color:#4D4D4D;line-height:1.2;min-height:3em;display:flex;align-items:center;justify-content:center;text-align:center;}
.m3 .box p{font-size:1.12em;color:#4D4D4D;text-align:center;letter-spacing: 1.8px;}
/*--- M4 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m4{padding:50px 0;overflow:hidden;position:relative;}
.m4 .title{margin-bottom:100px;display:flex;flex-direction:column;align-items:center;}
.m4 .title h2{font-size:2em;font-family: "Bodoni Moda", serif;font-weight:700;text-align:center;margin-bottom:30px;letter-spacing: 3.2px;}
.m4 .title h2>a{color:#4D4D4D;}
.m4 .row{position:relative;}
.m4 .icon1{position:absolute;top:0;left:0;max-width:20%;height:auto;top:15%;left:10%;z-index:-1;}
.m4 .icon2{position:absolute;bottom:0;right:0;max-width:20%;height:auto;bottom:15%;right:10%;z-index:-1;}
.m4 .box{width:560px;margin:0 auto;max-width:100%;display:flex;flex-direction:column;}
.m4 .box .img>img{width:100%;height:auto;aspect-ratio:1;border-radius:12px;margin-bottom:30px;}
.m4 .box .content h3{font-size:2em;text-align:center;font-family: "Bodoni Moda", serif;font-weight:900;margin-bottom:30px;}
.m4 .box .content h3>a{color:#977505;}
.m4 .box .content p{font-size:1.12em;color:#4D4D4D;text-align:center;margin-bottom:30px;}
.m4 .box .content .more{display:block;margin:0 auto 30px auto;background:#977505;color:#fff;padding:0 50px;width:fit-content;line-height:42px;border-radius:21px;min-height:42px;}
.m4 .box-2{flex-direction:column-reverse;}
@media only screen and (max-width:767px){
    .m4 .box-2{flex-direction:column;}
}
/*--- M5 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m5{position:relative;background:url('../images/galeri-bg.png') no-repeat center center;background-size:contain;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;image-rendering: auto;}
.m5 .icon-bg-2{position:absolute;top:50%;right:0;max-width:15%;height:auto;z-index:-1;transform:translate(0%,0);}
.m5 .m5-wrapper-1{display:flex;flex-direction:row;align-items:flex-end;margin-left:-10px;margin-right:-10px;}
.m5 .m5-wrapper-1>div{flex-grow:1;max-width:33.33%;flex:0 0 33.33%;padding:0 10px;}
.m5 .m5-wrapper-2{display:flex;flex-direction:row;margin-left:-10px;margin-right:-10px;}
.m5 .m5-wrapper-2>div:first-child{max-width:66.66%;flex:0 0 66.66%;padding:0 10px;}
.m5 .m5-wrapper-2>div:last-child{max-width:33.33%;flex:0 0 33.33%;padding:0 10px;}
.m5 .title{margin-bottom:20px;display:flex;flex-direction:column;align-items:center;}
.m5 .title h2{font-size:2em;font-family: "Bodoni Moda", serif;font-weight:700;text-align:center;margin-bottom:30px;letter-spacing: 3.2px;}
.m5 .title h2>a{color:#4D4D4D;}
.m5 .box{margin-bottom:20px;object-position:bottom;}
.m5 .box img{width:100%;height:auto;}
.m5 .more{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;}
.m5 .more a{display:block;margin:0 auto 30px auto;background:#977505;color:#fff;padding:0 50px;width:fit-content;line-height:42px;border-radius:21px;min-height:42px;}
.m5 .m5-wrapper-3{padding:50px 0;}
.m5 .m5-wrapper-3 .sub-title{margin-bottom:50px;display:flex;flex-direction:column;align-items:center;}
.m5 .m5-wrapper-3 .sub-title .t1{font-size:2em;font-family: "Bodoni Moda", serif;font-weight:700;text-align:center;}
.m5 .m5-wrapper-3 .sub-title span>a{color:#000;}
.m5 .m5-wrapper-3 .sub-title .t2{font-size:1.3em;font-family: "Bodoni Moda", serif;text-align:center;}
.m5 .m5-wrapper-3 .share img{width:100%;height:auto;}
@media only screen and (max-width:767px){
    .m5 .m5-wrapper-1{flex-wrap:wrap;justify-content:center;}
    .m5 .m5-wrapper-1>div{max-width:50%;flex:0 0 50%;}
    .m5 .m5-wrapper-2{flex-direction:column;}
    .m5 .m5-wrapper-2>div:first-child{max-width:100%;flex:0 0 100%;padding:0 10px;}
    .m5 .m5-wrapper-2>div:last-child{max-width:100%;flex:0 0 100%;padding:0 10px;}
}
/*--- M5 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m6{padding:50px 0 20px 0;}
.m6 .title{margin-bottom:50px;display:flex;flex-direction:column;align-items:center;}
.m6 .title h2{font-size:2em;font-family: "Bodoni Moda", serif;font-weight:700;text-align:center;margin-bottom:30px;letter-spacing: 3.2px;}
.m6 .title h2>a{color:#000;}
.m6 .box{margin-bottom:30px;}
.m6 .box .img{}
.m6 .box .img img{width:100%;height:300px;object-fit:cover;}
.m6 .box .content{padding:30px 10px;}
.m6 .box .content h3{font-size:1.2em;font-weight:900;font-family: "Bodoni Moda", serif;margin-bottom:20px;}
.m6 .box .content h3>a{color:#000;}
.m6 .box .content .text{font-size:1.06em;line-height:1.1;min-height:10em;}
.m6 .box .content .more{display:block;width:fit-content;color:#977505;font-weight:700;}
/*--- M5 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m1, .m2, .m3, .m4, .m5, .m6{overflow:hidden;}
/*--- FOOTER ------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{padding:50px 0 0 0;background:var(--bg-color);color:#fff;}
footer a{color:#fff;}
footer h3{font-size:18px;font-weight:700;margin-bottom:20px;}
footer .logo{margin-bottom:50px;}
footer .logo img{max-width:100%;height:auto;}
footer .about{margin-bottom:50px;}
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;}
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:75px 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 .breadcrumb{font-size:.8em;}
.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-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;}
.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: block;padding: 10px 20px;background: #aaa;color: #fff;text-align: center;text-decoration: none;}
@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;z-index:999999;}
.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);}