﻿:root {
  --renk1: #090516;
  --renk2: #ea162a;
  --renk3: #9772fb;
  --renk4: #c3986b;
}

.homeslider {
  height: 100%;
  width: 100%;
}

.slider {
  display:flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider .slidertable{
  position: relative;
  height: 100%;
  display: table;
  width: 100%;
  z-index: 5;
}
.slider .slidertablecell{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  z-index: 10;
  position: relative;
} 

.slider .container{
  z-index: 5;
}

.sliderbox {
  width: auto;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0px 0px;
  margin-bottom: 20px;
}


.sliderbox h1{
  padding: 0px;
  margin: 0px;
  position: relative;
  font-size: 50px;
  color: #fff;
  font-weight: 800;
}
.sliderbox h2{
  padding: 0px;
  margin: 0px;
  position: relative;
  font-size: 80px;
  color: #fff;
  font-weight: 900;
  color: #fff;
  background-image: url(
    "../img/textbg.jpg");
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;

}

.sliderbox p{
  padding: 0px;
  margin: 0px;
  position: relative;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}

.slidercontent {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items:center;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 0px;
}
.slidercontent .btns {
  position: relative;
  font-size: 14px;
  padding: 15px 31px;
  transition: all 350ms ease-out;
  color: #fff;
  text-align: center;
  background: var(--renk1);
  overflow: hidden;
  display: inline-block;
}
.slidercontent .btns:hover {
  color: #fff;
  background: var(--renk2);
}
.slidercontent .btns:before {
  transition: all 350ms ease-out;
  content: "";
  position: absolute;
  left: -16px;
  top: -16px;
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 0.7;
  border-radius: 50%;
  z-index: 1;
}
.slidercontent .btns:after {
  transition: all 350ms ease-out;
  content: "";
  position: absolute;
  right: -16px;
  bottom: -16px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #000;
  opacity: 0.3;
  z-index: 1;
}
.slidercontent .btns:hover:after {
  height: 100px;
  width: 100px;
  opacity: 0.0;
}
.slidercontent .btns:hover:before {
 height: 100px;
 width: 100px;
 opacity: 0.0;
}

.sliderbgcolor {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 1;
  background: rgb(9,5,22);
  background: linear-gradient(322deg, rgba(9,5,22,1) 7%, rgba(127,83,252,1) 26%, rgba(9,5,22,1) 68%, rgba(237,21,41,1) 100%);
  opacity: 0.8;
}
.sliderbgcolor2 {
  width: 100%;
  height: 50%;
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: 2;
  background: rgb(9,5,22);
  background: linear-gradient(0deg, rgba(9,5,22,1) 0%, rgba(237,21,41,0) 100%);
  opacity: 1;
}
.slideritem {
  height: 100%;
}
.slideritemimgabbs {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 0;
}
.slideritem img, .slideritem video, .slideritem iframe{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.slider .owl-stage-outer {
  height: 100% !important;
}
.slider .owl-item {
  height: 100% !important;
}
.slider .owl-stage {
  height: 100% !important;
}
.slider .owl-dots {
  bottom: 131px;
  position: absolute;
  width: 100%;
}
.slider .owl-nav {
  position: absolute;
  top: 45%;
  display: none;
  z-index: 2;
  width: 100%;
}
.slider .owl-nav .owl-next, .slider .owl-nav .owl-prev {
  position: absolute;
  background: rgba(0 0 0 / 20%);
  color:#fff;
  margin:0px;
  border-radius:0px;
  padding:6px 10px;
}
.slider .owl-nav .owl-next {
  right: 0px;
}
.slider .owl-nav .owl-prev {
  left: 0px;
}
.slider .owl-nav .owl-next:hover, .slider .owl-nav .owl-prev:hover {
  background: rgba(0 0 0 / 20%);
  opacity: 0.8;
  color:#fff;
}
.slider .owl-nav .owl-next:after {
  font-family: 'Font Awesome 6 Pro';
  content: "\f054";
  font-size:14px;
  font-weight: 900;
}
.slider .owl-nav .owl-prev:after {
  font-family: 'Font Awesome 6 Pro';
  content: "\f053";
  font-size:14px;
  font-weight: 900;
}
.slider .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 4px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.slider .owl-dots .owl-dot.active span {
  background: var(--renk1);
}
.owl-dots .owl-dot img {
  width: 60px;
  height: 40px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 5px;
  cursor: pointer;
}

.owl-dots .owl-dot.active img {
  border-color: #ff6600; /* Aktif olan dot'un rengi */
}



body {
  margin:0;
  padding:0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size:14px;
  color:#fff;
  background: var(--renk1);
  height:100%;
  box-sizing: border-box;
  display: block;
}

html {
  height:100%;
}

a, a:hover, a:focus {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 1400px;
}
.maxwidth100 {
  max-width: 100%;
}
.row:after {
  content: "";
  clear: both;
}
.flexrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flexrow2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.flexrow3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flexrow4 {
  display: flex;
  flex-wrap: wrap;
}
.dflexspacediv {
  display: flex;
  justify-content: space-between;
  align-items: top;

}
.row7-5 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.col7-5 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.text-left { text-align: left !important; }
.heightauto { height: auto !important; }
.text-white {color: #fff !important;}

.maxw100 {max-width: 100% !important;}
.w100 {width: 100% !important;}
.h100 {height: 100% !important;}
.hauto {height: auto !important;}
.mb0{margin-bottom: 0px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb50{ margin-bottom: 50px !important;}
.mr5{ margin-right: 5px !important;}
.mr10{ margin-right: 10px !important;}
.mt10{ margin-top: 10px !important;}

.radius0 {border-radius: 0px !important;}
.label {font-size: 15px !important;}

header{
  position: absolute;   
  z-index: 2;
  width:100%;   
  padding:0px;
  margin:0px;
  box-sizing:border-box;
  padding: 30px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logodiv {
  display: inline-flex;
  z-index:1;
}

.logodiv img {
  position: relative;
  border: 0px;
  max-width: 100%;
  transition: all 350ms ease-out;
}

.menu_btn {
  position: relative;
  z-index: 5;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgb(177,148,250);
  background: linear-gradient(90deg, rgba(177,148,250,1) 0%, rgba(107,58,253,1) 100%);
  padding: 10px 14px;
  color: #fff;
  font-size: 18px;
  transition: all 150ms ease-out;
  border-radius: 3px;
  position: relative;
  overflow: hidden;

}
.menu_btn:hover, .menu_btn:focus {
  color: #fff;
  background: var(--renk3);
}
.menu_btn:active {
}
.menu_btn:active:not(:hover), .menu_btn:focus:not(:hover){
  color: #fff;
  background: rgb(177,148,250);
  background: linear-gradient(90deg, rgba(177,148,250,1) 0%, rgba(107,58,253,1) 100%);
}
.menu_btn:before {
  transition: all 650ms ease-out;
  content: "";
  position: absolute;
  left: -16px;
  top: -16px;
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 0.7;
  border-radius: 00%;
  z-index: 1;
}
.menu_btn:after {
  transition: all 650ms ease-out;
  content: "";
  position: absolute;
  right: -16px;
  bottom: -16px;
  width: 15px;
  height: 15px;
  border-radius: 00%;
  background: #000;
  opacity: 0.3;
  z-index: 1;
}
.menu_btn:hover:after {
  height: 100px;
  width: 100px;
  opacity: 0.0;
}
.menu_btn:hover:before {
 height: 100px;
 width: 100px;
 opacity: 0.0;
}
.menu_close {
  color:#fff;    

  font-size:25px;
  float:left;
  padding:0px;
}
.menu_close:hover {
  color:var(--renk2);
}
.mobil_menu_link_close {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100%;
  z-index: 10;
  cursor: pointer;
  background: var(--renk1);
  display: none;
  opacity: 0.5;
}
.mobil_menu {
  display:none;
  width: 80%;
  right: -350px;
  top: 0px;
  position: fixed;
  z-index: 90;
  padding: 15px;
  height: 100vh;
  transition: all 350ms ease-out;
  background: var(--renk1);
  overflow-y: auto;
}

.mobil_menu_title {
 color:#fff;
 font-size:16px;
 font-weight:700;
 float:right;
 padding-top:12px;
}
.mobil_menu_title img{
  width: 70px;
}
.menu_cizgi {
 height:1px;
 background:rgba(255 255 255 / 10%);
 margin-top:10px;
 margin-bottom:15px;
}
.mobil_menu_list {
  margin:0px;
  padding:0px;
  list-style:none;
}

.mobil_menu_list li{
  margin:0px;
  padding:0px;
  list-style:none;
}
.mobil_menu_list li a{
  display:block;
  font-size:15px;
  color:#fff;
  text-decoration:none;
  padding:12px 0px;
  border-bottom:1px solid rgba(255 255 255 / 10%);
  transition: all 250ms ease-out;
  font-weight:500;
  cursor: pointer;
  border-radius: 5px;
}
.mobil_menu_list li a:hover {
  background:var(--renk3);
  padding-left:7px;
  color:#fff;
}
.mobil_menu_list li a i{
  margin-right: 7px;
}

.mobil_menu_list ul {
  position:relative;
  z-index:5;
  display:none;
  padding:0px;
  margin:0px;
  padding:7px 7px 7px 15px;
}
.mobil_menu_list ul li a{
  font-weight:300;
}


.top_btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;

}
.topbtn {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgb(177,148,250);
  background: linear-gradient(90deg, rgba(177,148,250,1) 0%, rgba(107,58,253,1) 100%);
  padding: 10px 14px;
  color: #fff;
  transition: all 150ms ease-out;
  cursor: pointer;
}
.topbtn.color {
  background: rgb(255,103,125);
  background: linear-gradient(90deg, rgba(255,103,125,1) 0%, rgba(234,22,42,1) 100%);
}
.topbtn.brdr {
  background: none;
  border: 1px solid rgba(255 255 255 / 40%);
}

.topbtn:hover, .topbtn:focus {
  color: #fff;
  background: var(--renk3);
}
.topbtn:active {
}
.topbtn:active:not(:hover), .topbtn:focus:not(:hover){
  color: #fff;
  background: rgb(177,148,250);
  background: linear-gradient(90deg, rgba(177,148,250,1) 0%, rgba(107,58,253,1) 100%);
}
.topbtn:before {
  transition: all 350ms ease-out;
  content: "";
  position: absolute;
  left: -16px;
  top: -16px;
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 0.7;
  border-radius: 00%;
  z-index: 1;
}
.topbtn:after {
  transition: all 350ms ease-out;
  content: "";
  position: absolute;
  right: -16px;
  bottom: -16px;
  width: 15px;
  height: 15px;
  border-radius: 00%;
  background: #000;
  opacity: 0.3;
  z-index: 1;
}
.topbtn:hover:after {
  height: 100px;
  width: 100px;
  opacity: 0.0;
}
.topbtn:hover:before {
 height: 100px;
 width: 100px;
 opacity: 0.0;
}
.mobil_menu .top_btns {
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: auto;
  align-items: normal;
  margin-bottom: 15px;
}

.header_menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display:block;
  position: relative;
  
}
.header_menu li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: none;
  display: inline-block;
  position: relative;
}
.header_menu ul li{
 margin: 0px;
 padding: 0px 0px;
 list-style: none;
 display:block;    

}

.header_menu ul {
  background: #222;
  position:absolute;
  z-index:10;
  display:none;
  width:250px;
  left: 0px;
  padding: 0px 0px;
  margin:0px;
  overflow: hidden;
  background: rgb(177, 148, 250);
  background: linear-gradient(-90deg, rgba(177, 148, 250, 1) 0%, rgba(107, 58, 253, 1) 100%);
  height: auto;
  border-radius: 7px;
}

.header_menu li > a {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 9px;
  position:relative;
  color: #fff;
  text-decoration: none;
  transition: all 150ms ease-out;
  cursor:pointer;
  border-radius: 5px;
}
.header_menu li > a i {
  margin-right: 5px;
}
.header_menu li:hover > a {
  background: var(--renk2);
}
.header_menu li:hover > a i{
  color: #fff;
}
.header_menu li:hover > ul{
  display: block;
}
.header_menu li ul li a{
  font-size:14px;
  font-weight:400;
  padding:10px 10px 10px 10px;
  color:#fff;
  text-align:left;
  text-decoration:none;
  border-top:0px solid #704794 !important;
  border-bottom:1px solid rgba(255 255 255 / 10%);
  transition: all 250ms ease-out;
  display:block;
  border-radius: 0px;
  border-right:0px;
  text-shadow: 0px 0px 0px #333;
}
.header_menu li ul li a i{
  color: #fff;
  font-size: 14px;
  margin-right: 7px;
}
.header_menu li ul li a:hover{ 
  background: rgba(0 0 0 / 30%);
  color: #fff;
  border-bottom:1px solid rgba(255 255 255 / 10%);
}
.header_menu li ul li a:hover i{ 
  color: #fff;
}


.textas {
  color: #dfdfdf;

  font-size:15px;
  line-height: 1.8;
  padding: 0px;
  margin: 0px;
}
.texthome {
  color: #999;
  line-height: 1.8;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 15px;
}



.whatsappdiv2 {
 position: fixed;
 bottom: 18px;
 right: 15px;
 display: flex;
 flex-direction: column;
 gap: 5px;
 z-index: 1;
}


.whatsappdiv2 i{
  font-size: 35px;
  line-height: 55px;
  color: #fff;
  transition: all 150ms ease-out;
}
.whatsappdiv2 span{
  display: block;
  text-align: center;
  background: #a483fa;
  color: #fff;
  z-index: 10100;
  border-radius: 4px;
  padding: 2px 5px;
}
.whatsappdiv2 a{
  margin: 0 auto;
  margin-bottom: 0px;
  background: #4dc247;
  color: #fff;
  padding: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 10;
  text-align: center;
  border: 0px solid #fff;
  transition: all 150ms ease-out;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
  display: flex;
  align-items: center;
  justify-content: center;

}
.whatsappdiv2 a:hover{ 
  background: #fff;
}

.whatsappdiv2:hover i{
  color: #00e676;
}


.content {
  margin: 70px auto 70px auto;
}
.content2 {
  margin: 50px auto 50px auto;
  min-height: 300px;
}
.pop_fiyat {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.pop_fiyat b{
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.pop_fiyat span{
  font-size: 13px;
  color: #00bcd4;
}

.campobox {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  width: 100%;
  justify-content: flex-end;
}
.campobox_text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.campobox_text h4{
  margin:0px; padding: 0px;
  font-size: 18px;
  font-weight: 700;
}
.campobox_text h5{
  margin:0px; padding: 0px;
  font-size: 18px;
  font-weight: 700;
}
.campoboxnumber {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgb(255,103,125);
  background: linear-gradient(90deg, rgba(255,103,125,1) 0%, rgba(234,22,42,1) 100%);
  color: #fff;
  line-height: normal;
}
.campoboxnumber b{
  font-size: 30px;
  line-height: normal;
}
.campoboxnumber span{
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}

.pophdyblg {
  padding: 5px 15px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  display: inline-flex;
  background: #5cb85c;
  margin-top: 15px;
}

.kdvbox {
  margin-top: 25px;
  font-size: 13px;
  color: #f44336;
}


.popupbox {
  z-index: 100;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0 0 0 / 0%);
  display: none;
  justify-content: center;
  align-items: center;
}
.popupbox.active {
  display: flex;
}
.popupboxincloseaa {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0px;
  left: 0px;
  cursor: pointer;
  background: rgba(0 0 0 / 50%);
}
.popupboxin {
  margin:20px 0px;
  width: 600px;
  max-width: 90%;
  background: #2e2a39;
  max-height: 90%;
  border-radius: 10px;
  overflow-y: auto;
  padding: 25px;
  position: relative;
  z-index: 100;
}
.popupboxinclose {
  position: absolute;
  right:10px;
  top: 10px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.popupboxintitle {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}



.pagetitle2 {
  display: flow-root;
}

.pagetitle2 h2 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: inline-block;
}

.pagetitle2 h2:after {
  width: 60px;
  content: "";
  height: 2px;
  background: var(--renk3);
  margin-top: 10px;
  display: block;
  border-radius: 2px;
}

.blog_details_img2 {
  float: left;
  margin: 0px 20px 12px 0px;
  max-width: 100%;
  width: 400px;
}

.blog_details_box {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.blog_details_date {
  padding: 4px 10px 2px 10px;
  background: rgba(255 255 255 / 15%);
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 15px;
}
.blog_social {
  display: flex;
  gap: 5px;
}

.blog_social a {
  display: flex;
  align-items: center;
  padding: 6px 7px;
  background: rgba(255 255 255 / 15%);
  color: #fff;
  border-radius: 3px;
  text-align: center;

}

.blog_social a:hover {
  background: #fff;
  color: #222;
}

.key_list {
  margin-top: 30px;
}

.key_list a {
  display: inline-block;
  color: rgba(255 255 255 / 60%);
  padding: 7px 12px;
  margin-bottom: 3px;
  font-size: 13px;
  background: rgba(255 255 255 / 15%);
  border-radius: 4px;
  border: 1px solid rgba(255 255 255 / 20%);
}

.key_list a:hover {
  background: rgba(255 255 255 / 30%);
}


.bilgi_bankasi_list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.bilgi_bankasi_list li {
  margin: 0px;
  padding: 12px 0px;
  list-style: none;
  border-bottom: 1px solid rgba(255 255 255 / 15%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bbpagelist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.bbpagelist li {
  width: calc(50% - 20px);
}

.bilgi_bankasi_list li:last-child {

}

.bb_title {
}

.bb_title a {
  font-size: 18px;
  color: #dfdfdf;
  display: flex;
  align-items: start;
  gap: 10px;
  transition: all 150ms ease-out;
}

.bb_title a i {
  color: #fff;
  background: var(--renk3);
  padding: 5px 5px;
  border-radius: 3px;
  font-size: 14px;
  
}

.bb_info {
}

.bb_info span {
  padding: 2px 5px;
  border-radius: 4px;
  border: 1px solid rgba(255 255 255 / 10%);
  color: #999;
  font-size: 14px;
  display: inline-flex;
  margin-left: 10px;
  align-items: center;
  gap: 5px;
}

.bb_info small {
  color: #999;
  font-size: 13px;
}

.bb_info a {
  font-size: 14px;
  padding: 2px 5px;
  border-radius: 4px;
  background: #e9e9e9;
  font-weight: 600;
}

.bb_title a:hover {
  color: var(--renk3);
}

.bb_info a:hover {
  background: #fff;
}

.bilgi_iletisim {
  padding: 15px;
  border-radius: 10px;
  background: #f9f9f9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 19px;
}

.b_iletisim_i {
  padding-right: 15px;
  font-size: 45px;
  color: #999;
}

.b_iletisim_text span {
  font-size: 18px;
  color: #111;
  display: block;
}

.b_iletisim_text b {
  font-size: 18px;
  color: #111;
  display: block;
}

.bb_link {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding: 20px;
  background: rgba(255 255 255 / 10%);
  border-radius: 10px;
}

.bb_link li {
  margin: 0px;
  padding: 0px 0px;
  list-style: none;
}

.bb_link li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding:11px 4px;
  border-bottom: 1px solid rgba(255 255 255 / 20%);
  border-radius: 5px;
  transition: all 150ms ease-out;
}

.bb_link li a span {
  display: inline-block;
  border-radius: 2px;
  padding: 2px 5px;
  background: #ccc;
  color: #fff;
  font-size: 13px;
}

.bb_link li a i {
  margin-right: 5px;
  color: rgba(255 255 255 / 50%);
}

.bb_link li a:hover {
  background: var(--renk3);
}

.bb_link li a.active {
  background: var(--renk3);
  color: #fff;
}
.bb_link_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}




.videohome {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.videohome video{
  width: 170px;
}

@keyframes topanim{
  0% { width:0; }
  50% { width:95%; }
  100% { width:0; }
}
@keyframes leftanim{
  0% { height:0; }
  50% { height:95%; }
  100% { height:0; }
}
.topanim {
  width: 10px;
  height: 1px;
  background: rgba(255 255 255 / 25%);
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  animation: topanim 1.5s ease;
  animation-delay:0s;
  animation-iteration-count:1000;
  animation-fill-mode: forwards;
  z-index: 1;
}
.bottomanim {
  width: 10px;
  height: 1px;
  background: var(--renk3);
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  animation: topanim 1.5s ease;
  animation-delay:0.5s;
  animation-iteration-count:1000;
  animation-fill-mode: forwards;
  z-index: 1;
}
.leftanim {
  width: 1px;
  height: 0;
  background: var(--renk2);
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  animation: leftanim 1.5s ease;
  animation-delay:0.7s;
  animation-iteration-count:1000;
  animation-fill-mode: forwards;
  z-index: 1;
}
.rightanim {
  width: 1px;
  height: 0;
  background: var(--renk4);
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  animation: leftanim 1.5s ease;
  animation-delay:0.2s;
  animation-iteration-count:1000;
  animation-fill-mode: forwards;
  z-index: 1;
}

@keyframes shadowanim{
  0% { box-shadow:none;}
  20% { box-shadow:0px 0px 20px var(--renk2);  }
  40% { box-shadow:none;}
  60% { box-shadow:0px 0px 20px var(--renk3);  }
  80% { box-shadow:none;}
  100% { box-shadow:none;}
}
.advantage_box {
  padding: 30px;
  border-radius: 10px;
  position: relative;
  background: rgba(255 255 255 / 10%);
  animation: shadowanim 1.5s ease;
  animation-delay:0s;
  animation-iteration-count:1000;
  animation-fill-mode: forwards;
}
.advantage_box2 {
  padding: 30px;
  border-radius: 10px;
  position: relative;
  background: rgba(255 255 255 / 3%);
}
.advantage_box_title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 22px;
  gap: 10px;
}
.package_list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.package_list li{
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px dashed rgba(255 255 255 / 10%);
}
.package_list_select {
  width: 30px;
  height: 30px;
  background: rgba(255 255 255 / 10%);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.package_list_select:after {
 font-family: 'Font Awesome 6 Pro'; 
 content: "\f0c8";
 font-size: 18px;
 font-weight: 500;
}
.package_list_select.passive:after {
 font-family: 'Font Awesome 6 Pro'; 
 content: "\f14a";
 font-size: 18px;
 font-weight: 500;
}
.package_list_select.passive {
  background: var(--renk3);
  
  color: rgba(255 255 255 / 80%);
}
.package_list_select.passive:hover {
  background: var(--renk2);
  
}
.package_list_select:hover {
  background:var(--renk3); }
  .package_list_img {
    width: 75px;
    padding: 10px;
    border: 1px solid rgba(255 255 255 / 10%);
    background: rgba(255 255 255 / 5%);
    border-radius: 5px;
  }
  .package_list_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;


  }
  .package_list_text {
    display: flex;
    flex-direction:column;
    align-items: flex-start;
    gap: 7px;
    font-size: 14px;
    font-weight: 500;
    flex: 2;
  }
  .package_list_text a span{
    font-size: 12px !important;
    font-weight: 400;
    padding: 2px 7px;
    margin-left: 5px;
  }
  .package_list_text_det {

    background: rgba(255 255 255 / 10%);
    color: rgba(255 255 255 / 50%);
    border-radius: 3px;
    padding: 3px 7px;
    font-size: 13px;
    cursor: pointer;
  }
  .package_list_text_det:hover {
    color: rgba(255 255 255 / 80%);
    background: var(--renk3);
    border-radius: 3px;
    padding: 3px 7px;
    font-size: 13px;
    cursor: pointer;
  }
  .package_list_text2 {
    color: #b194fa;
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 15px;
    font-weight: 600;
    flex: 1;
    align-items: flex-end;
  }
  .package_list_text2 small{
    text-decoration: line-through;
  }
  .package_list_total {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
    gap: 5px;
  }
  .package_list_total .item b{
    font-size: 24px;
  }
  .package_list_total .item b.camp{
    font-size: 16px;
    font-weight: 500;
    text-decoration: line-through;
  }

  .pagein_title {
    margin-bottom: 30px;
  }
  .pagein_title h2{
    padding: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 37px;
    font-weight: 400;
  }
  .pagein_title h2 b{
    font-weight: 700;
  }
  .pagein_slg {
    font-size: 18px;
    color: #ccb9ff;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .pagein_p {
    font-size: 16px;
    color: #dfdf;
    font-weight: 400;
    margin:0px;
    padding: 0px;
  }

  .pagein_topbox {
    position: relative;

  }
  .pagein_topbox_ {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    min-height: 525px;
  }
  .pagein_topbox .container {
    position: relative;
    z-index: 1;
  }
  .pagein_topboximg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .pagein_topboximg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
  }

  .pagein_list_div {
    margin: 20px 0px;
    position: relative;
    z-index: 1;
  }
  .pagein_list_divimg {
    max-width: 100%;
  }
  .pagein_ul {
    margin:0px;
    padding: 0px;
    list-style: none;
    margin-top: 20px;
  }
  .pagein_ul li{
    margin:0px;
    padding: 0px;
    list-style: none;
    font-size: 16px;
    color: #dfdf;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 7px;
  }
  .pagein_ul li i {
    color: #a98afa;
  }
  .pagein_text2 .pagein_ul li{
    flex-direction: row;
  }
  .pagein_text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .pagein_text2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .pagein_text {
    text-align: right;
  }
  .pagein_list_divimg {
    display: flex;
    width: 100%;
  }
  .pagein_list_divimg img{
    max-width: 100%;
  }

  .pagein_list_div:nth-child(even) .pagein_text{
   align-items: flex-start;
 }
 .pagein_list_div:nth-child(even) .pagein_slg{
  text-align: left;
}
.pagein_list_div:nth-child(even) .pagein_p{
 text-align: left;
}
.pagein_list_div:nth-child(even) .row{
 flex-direction: row-reverse;
}
.pagein_list_div:nth-child(even) .pagein_list_divimg{

  justify-content: flex-end;
}

.popul .pagein_ul li{
  font-size: 14px;
  flex-direction: row;
}

@keyframes  absanim{
  0% { transform: translateY(-8px); }
  50% { transform: translateY(0px); opacity: 0.8;}
  100% { transform: translateY(-8px);}
}


.leftabs {
  position: absolute;
  top: 900px;
  left: 0px;
  overflow: hidden;
  animation: absanim 1.4s ease;
  animation-delay:0s;
  animation-iteration-count:1000;
  animation-fill-mode: forwards;
}
.leftabs img{
  max-width: 100%;
  margin-left: -45%;

}
.rightabs {
  position: absolute;
  top: 1400px;
  right: 0px;
  overflow: hidden;
  animation: absanim 1.4s ease;
  animation-delay:0s;
  animation-iteration-count:1000;
  animation-fill-mode: forwards;
}
.rightabs img{
  max-width: 100%;
  margin-left: 40%;
}

.homegroup {
  margin-bottom: 30px;
}
.homegroupdiv {
  margin-bottom: 115px;
}
.homegroup_ {
  height: 100%;
  border:1px dashed #fc434e;
  border-radius: 15px;
  border-bottom-right-radius: 150px;
  position: relative;
  padding: 60px 40px 0px 10px;
  transition: all 350ms ease-out;
}
.homegroup_:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(255 255 255 / 20%);
  width: 0px;
  height: 0px;
  z-index: 1;
  opacity: 1;
  border-radius: 20px;
  transition: all 550ms ease-out;
  transform: translateX(-50%) translateY(-50%);
}
.homegroup_img {
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: -115px;
  margin-top: -30px;
  position: relative;
  z-index: 1;
  transition: all 350ms ease-out;
}
.homegroup_img img{
  max-width: 100%;
}
.restaurant_home_bgdiv {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0px;
  left: 0px;
  z-index: 0;
  overflow: hidden;
  border-radius: 15px;
  border-bottom-right-radius: 150px;
}
.restaurant_home_bgdiv img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center left;
  transition: all 350ms ease-out;
}
.homegroup_text {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}
.homegroup_title {
  display: inline-flex;
  align-items: center;
}
.homegroup_titleicon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  background: var(--renk2);
  border-radius: 50%;
  border: 1px dashed rgba(255 255 255 / 80%);
  margin-right: -30px;
  z-index: 1;
  transition: all 550ms ease-out;
}
.homegroup_titletext {
  border-radius: 10px;
  padding: 9px 14px 9px 44px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  border: 1px dashed rgba(255 255 255 / 80%);
  transition: all 350ms ease-out;
  flex: 1;
}
.homegroup_btn {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--renk2);
  background: linear-gradient(90deg, #ff687e 0%, var(--renk2) 100%);
  padding: 15px 22px;
  color: #fff;
  font-size: 16px;
  transition: all 250ms ease-out;
}
.homegroup_btn:before {
  transition: all 350ms ease-out;
  content: "";
  position: absolute;
  left: -16px;
  top: -16px;
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 0.7;
  border-radius: 00%;
  z-index: 1;
}
.homegroup_btn:after {
  transition: all 350ms ease-out;
  content: "";
  position: absolute;
  right: -16px;
  bottom: -16px;
  width: 15px;
  height: 15px;
  border-radius: 00%;
  background: #000;
  opacity: 0.3;
  z-index: 1;
}
.homegroupanitop{
  position: absolute;
  width: 0px;
  height: 1px;
  left: 20px;
  top: -1px;
  background: #fff;
  transition: all 350ms ease-out;
}
.homegroupanibottom{
  position: absolute;
  width: 1px;
  height: 0px;
  left: -1px;
  top:20px;
  background: #fff;
  transition: all 350ms ease-out;
}
.homegroup_:hover .homegroupanibottom{
  height: 200px;
}
.homegroup_:hover .homegroupanitop{
  width: 80%;
}


.homegroup_:hover .homegroup_img {
  transform: scale(0.7);
}
.homegroup_:hover .restaurant_home_bgdiv img{
  transform: scale(1.1);
}
.homegroup_:hover .homegroup_btn:after, .homegroup_:hover .homegroup_btn:before {
  height: 100px;
  width: 100px;
  opacity: 0.0;
}
.homegroup_:hover .homegroup_btn{
  color: #fff;
  background: var(--renk3);
}
.homegroup_:hover:before {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.homegroup_:hover .homegroup_titletext{
  background: var(--renk2);
}
.homegroup_:hover .homegroup_titleicon{
  background: var(--renk1);
  transform: rotate(360deg);
}

.homegroup:nth-child(even) .homegroup_img {
  justify-content: flex-end;
}
.homegroup:nth-child(even) .homegroup_ {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 150px;
  padding: 60px 10px 0px 40px;
}
.homegroup:nth-child(even) .restaurant_home_bgdiv {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 150px;
}
.homegroup:nth-child(even) .homegroup_titleicon {
  background: var(--renk4);
}
.homegroup:nth-child(even) .homegroup_btn {
  background: var(--renk4);
  background: linear-gradient(90deg, #603e33 0%, var(--renk4) 100%);
}
.homegroup:nth-child(even) .homegroup_text {
  align-items: flex-start;
}

.homegroup:nth-child(even) .homegroup_:hover .homegroup_titleicon{
  background: var(--renk1);
  transform: rotate(360deg);
}
.homegroup:nth-child(even) .homegroup_:hover .homegroup_btn{
  color: #fff;
  background: var(--renk3);
}
.homegroup:nth-child(even) .homegroup_:hover .homegroup_titletext {
  background: var(--renk4);
}

.homebg001 {
  position: relative;
  min-height: 590px;
  padding: 80px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homebg01img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
.topshadow {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(to top, rgba(0 0 0 / 0%), #090516);
}
.bottomshadow {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(to bottom, rgba(0 0 0 / 0%), #090516);
}
.homebg001text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.homebg001slg{
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  padding: 7px 19px;
  background: var(--renk3);
  border-radius: 5px;
  margin-bottom: 15px;
}
.homebg001text p{
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.homebg001btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  flex: 1;
}
.hmtopbtn {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--renk2);
  background: linear-gradient(90deg, #ff687e 0%, var(--renk2) 100%);
  padding: 15px 25px;
  color: #fff;
  font-size: 16px;
  transition: all 150ms ease-out;
}
.hmtopbtn.color {
  background: var(--renk4);
  background: linear-gradient(-90deg, #603e33 0%, var(--renk4) 100%);
}
.hmtopbtn:hover, .hmtopbtn:focus {
  color: #fff;
  background: rgb(177, 148, 250);
  background: linear-gradient(90deg, rgba(177, 148, 250, 1) 0%, rgba(107, 58, 253, 1) 100%);
}
.hmtopbtn:active {
}
.hmtopbtn:active:not(:hover), .hmtopbtn:focus:not(:hover){
  color: #fff;
  background: rgb(177,148,250);
  background: linear-gradient(90deg, rgba(177,148,250,1) 0%, rgba(107,58,253,1) 100%);
}
.hmtopbtn:before {
  transition: all 350ms ease-out;
  content: "";
  position: absolute;
  left: -16px;
  top: -16px;
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 0.7;
  border-radius: 00%;
  z-index: 1;
}
.hmtopbtn:after {
  transition: all 350ms ease-out;
  content: "";
  position: absolute;
  right: -16px;
  bottom: -16px;
  width: 15px;
  height: 15px;
  border-radius: 00%;
  background: #000;
  opacity: 0.3;
  z-index: 1;
}
.hmtopbtn:hover:after {
  height: 100px;
  width: 100px;
  opacity: 0.0;
}
.hmtopbtn:hover:before {
 height: 100px;
 width: 100px;
 opacity: 0.0;
}
.hmtopbtn.selected {
  background: rgba(255 255 255 / 10%)!important;
  border: 1px solid rgba(255 255 255 / 30%);
}
.homeinf {
  margin-bottom: 15px;
}
.homeinf_ {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px dashed #5c4a8d;
  border-radius: 10px;
  padding: 25px;
  position: relative;
}
.homeinf_:before{
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  left: 10px;
  top: -1px;
  background: var(--renk2);
  transition: all 350ms ease-out;
}
.homeinf_:after{
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  right: 10px;
  bottom: -1px;
  background: var(--renk3);
  transition: all 350ms ease-out;
}
.homeinf_ h3{ 
  margin:0px;
  padding: 0px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.homeinf_ p{ 
  margin:0px;
  padding: 0px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.homeinf_i {
  margin-top: -60px;
  margin-bottom: 20px;
  width: 65px;
  height: 65px;
  color: #fff;
  background: rgb(177, 148, 250);
  background: linear-gradient(90deg, rgba(177, 148, 250, 1) 0%, rgba(107, 58, 253, 1) 100%);
  border-radius: 50%;
  display: flex; 
  align-items: center;
  justify-content: center;
  font-size: 30px;
  z-index: 1;
}
.homeinf_i.color1 {
  background: var(--renk2);
  background: linear-gradient(90deg, #ff687e 0%, var(--renk2) 100%);
}
.homeinf_i.color2 {
  background: #00ac3d;
  background: linear-gradient(90deg, #01f255 0%, #00ac3d 100%);
}
.homeinf_i.color3 {
  background: var(--renk4);
  background: linear-gradient(-90deg, #603e33 0%, var(--renk4) 100%);
}
.homeinf_:hover:after, .homeinf_:hover:before {
  width: 80%;
}

.commentbox {
  position: relative;
}
.commentbox:after {
 font-family: 'Font Awesome 6 Pro'; 
 content: "\f0c0";
 font-size: 170px;
 opacity: 0.05;
 position: absolute;
 left: 0px;
 top: 0px;
 font-weight: 300;
}

.commenttextdiv {
  position: relative;
  display: flex;
  text-align: center;
  color: #cecece;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  padding: 35px;

}
.commenttextdiv:before {
 font-family: 'Font Awesome 6 Pro'; 
 content: "\f10d";
 font-size: 28px;
 opacity: 0.5;
 display: block;
 position: absolute;
 top:0px;
 left:2px;
 font-weight: 900;
}
.commenttextdiv:after {
 font-family: 'Font Awesome 6 Pro'; 
 content: "\f10e";
 font-size: 28px;
 opacity: 0.5;
 display: block;
 position: absolute;
 bottom:0px;
 right:0px;
 font-weight: 900;
}
.commentboxuser {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  margin-top: 50px;
}
.commentboxuser small{
  font-size: 14px;
  color: #ccb9ff;
  font-weight: 400;
}
.main_form_bg {
  padding: 30px;
  background: rgba(255 255 255 / 15%);
  border-radius: 10px;
  height:100%;
}
.main_title100 {
  display: flex;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.brands_logo {
  background: rgba(255 255 255 / 10%);
  border-radius: 5px;
  transition: all 500ms ease-out;
}
.brands_logo img{
  max-width: 100%;
  filter: grayscale(100%) brightness(200%);
  transition: all 350ms ease-out;
}
@keyframes  logoanim{
  0% { transform: translateY(-70px); opacity: 0;}
  100% { transform: translateY(0px); opacity: 1;}
}
.brands_logo:hover {
  background: rgba(255 255 255 / 100%);
}
.brands_logo:hover img {
  filter: grayscale(0%) brightness(100%);
  animation: logoanim 0.7s ease;
  animation-delay:0s;
  animation-iteration-count:1;
  animation-fill-mode: forwards;
}

.homedownani {
  position: absolute;
  z-index: 10;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%) translateY(0PX);
  display: inline-flex;
  border-radius: 30px;
  padding: 15px 8px;
  border: 1px solid rgba(255 255 255 / 50%);
  font-size: 20px;
  align-items: center;
  justify-content: center;
  color: #fff;
  animation: homedown 1.0s ease;
  animation-delay:0s;
  animation-iteration-count:100;
  animation-fill-mode: forwards;
  cursor: pointer;
}
.homedownani:hover{
  background: rgba(255 255 255 / 30%);
}
@keyframes  homedown{
  0% { transform: translateX(-50%) translateY(0px);}
  25% { transform: translateX(-50%) translateY(-10px);}
  50% { transform: translateX(-50%) translateY(0px);}
  75% { transform: translateX(-50%) translateY(-10px);}
  100% { transform: translateX(-50%) translateY(0px);}
}
.tab_list {
  display: flex;
  gap: 5px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  border: 0px;
  text-align: center;
  background-color: #e9e9e9;
  border:0px solid #e8e8e8;
  margin-top:30px; 

  background: none;
}


.tab_list li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-radius: 0px;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.tab_list li.active a {
  color: var(--renk1);
  background: #fff;
  border-radius: 0px;
  margin-right: 0px;
  border: 0px;
  border-bottom:0px;
  margin-bottom: 0px;
  margin-top:0px;
  border-bottom: 2px solid var(--renk1);
}

.tab_list li a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: var(--renk2);
  background: #fff;
  padding: 12px 20px;
  border-radius: 0px;
  margin-right: 0px;
  border: 0px solid #ddd;
  border-bottom:0px;
  margin-bottom: 0px;
  margin-top:0px;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}
.tab_list li:last-child a {
  margin-right: 0px;
}

.tab_list li a:hover {
  background: none;
  color: var(--renk1);
  background: #fff;
  margin-right: 0px;
  border: 0px;
  border-bottom:0px;
  margin-bottom: 0px;
  margin-top:0px;
  border-bottom: 2px solid var(--renk1);

}

.tab_list li.active a:hover {
  margin-right: 0px;
  color: var(--renk1);
  background: #fff;
  border-radius: 0px;
  border: 0px;
  border-bottom:0px; 
  margin-bottom: 0px;
  margin-top:0px;
  border-bottom: 2px solid var(--renk1);
}

.tab_list li.active a:focus, .tab_list li.active a:focus span {
  margin-right: 0px;
  color: var(--renk1);
  background: #fff;
  border-radius: 0px;
  border: 0px;
  border-bottom:0px;
  margin-bottom: 0px;
  margin-top:0px;
  border-bottom: 2px solid var(--renk1);
}
.tabdiv {
  padding: 20px 0px;
}

.tabdiv .textas{
  font-size: 14px;
  color: #333;
}
.btn100 {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 25px;
  background: rgb(177, 148, 250);
  background: linear-gradient(90deg, rgba(177, 148, 250, 1) 0%, rgba(107, 58, 253, 1) 100%);
  padding: 15px 25px;
  color: #fff;
  font-size: 16px;
  transition: all 150ms ease-out;
}
.btn100:hover, .btn100:focus {
  color: #fff;
  background: var(--renk2);
  background: linear-gradient(90deg, #ff687e 0%, var(--renk2) 100%);
}
.btn100:active {
}
.btn100:active:not(:hover), .btn100:focus:not(:hover){
  color: #fff;
  background: rgb(177,148,250);
  background: linear-gradient(90deg, rgba(177,148,250,1) 0%, rgba(107,58,253,1) 100%);
}
.btn100:before {
  transition: all 350ms ease-out;
  content: "";
  position: absolute;
  left: -16px;
  top: -16px;
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 0.7;
  border-radius: 00%;
  z-index: 1;
}
.btn100:after {
  transition: all 350ms ease-out;
  content: "";
  position: absolute;
  right: -16px;
  bottom: -16px;
  width: 15px;
  height: 15px;
  border-radius: 00%;
  background: #000;
  opacity: 0.3;
  z-index: 1;
}
.btn100:hover:after {
  height: 100px;
  width: 100px;
  opacity: 0.0;
}
.btn100:hover:before {
 height: 100px;
 width: 100px;
 opacity: 0.0;
}

.Social_Links {
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  bottom: 230px;
  left: 10px;
  z-index: 2;
}
.Social_Links a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  text-align: center;
  transition: all 180ms ease-out;
  border:1px solid transparent;
}

.Social_Links a:hover {
  border:1px solid rgba(255 255 255 / 0%);
  background: var(--renk1);
}

.Social_Links a:last-child {
  margin-right: 0px;
  padding: 0px 0px 0px 0px;
}

.csstable {
  border: 0px solid #e9e9e9;
  background: #fff;
  box-shadow: 0px 0px 0px rgba(0 0 0 / 5%);
  border-spacing: 0;
}
.csstable table {
  margin-bottom: 0px;
}
.csstable > table > thead {
  background: #fff;
  border: 0px solid #f9f9f9;
  border-bottom: 1px solid #ccc;
  border-top: 0px solid #ccc;
}
.csstable > table > thead > tr > th {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  padding: 12px 10px;
  position: relative;
}
.csstable > table > thead > tr > th:after {
}
.csstable > table > tbody > tr > td {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  padding: 15px 10px;
  
  border-top: 1px solid #eeeeee;
  position:relative;
}
.csstable > table > tbody > tr > td b{
  font-weight: 500;
}
.csstable > table > tbody > tr:hover td {

}
.pageboxbg {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 200PX 0PX 200PX 0PX;
  z-index: 0;
}
.pageboxbg .bottomshadow {
  height: 100%;
}
.pageboxbg .container:after, .pageboxbg .container:before{
  content: none;
}
.pageboxbg .container{
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@keyframes pageheaderani {
  from {
    opacity: 0.0;
    transform: scale(1.1);
  }
  to {
    opacity: 1.0;
    transform: scale(1.0);
  }
}
.pageboxbgimg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  animation: pageheaderani 1s ease-in-out normal;

}

.pageboxbg h3
{   
  padding:0px; 
  margin:0px;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

.main_title {
  margin-bottom: 30px;
  position: relative;
}
.main_title h2{
  margin:0px;
  padding: 0px;
  font-size: 38px;
  font-weight: 800;
  color: #fff;
  padding-bottom: 15px;
}

.pagenum {
  margin-top:30px;
  display:block;
  margin-bottom: 20PX;
}
.pagenum a{
  padding:8px 14px;
  color:#FFF;
  font-size:14px;
  background:rgba(255 255 255 / 15%);
  font-weight:400;
  display: inline-block;
  margin-bottom: 2px;
  border-radius: 2px;
}
.pagenum a:hover{
  background:var(--renk3);
  color:#fff;
  
}
.pagenum a.active{
  background:var(--renk1);
  color:#fff;
  border:1px solid transparent;
}
.pagetitle {
  margin-bottom: 20px;
}
.pagetitle h2{
  margin:0px;
  padding: 0px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}


.contact_form {
}

.contact_form label{
  font-weight:444;
  color:#fff;
  font-size:14px;
}
.contact_form .radio-inline{
  font-weight:500;

  font-size:14px;
  padding-top:10px;
}

.contact_form .btn {
  background: rgb(177, 148, 250);
  background: linear-gradient(90deg, rgba(177, 148, 250, 1) 0%, rgba(107, 58, 253, 1) 100%);
  color:#fff;
  border:0px;
  width: 100%;
  font-weight:500;
  padding:15px 38px;
  transition: all 150ms ease-out;
  margin-bottom:0px;
  border-radius:5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  position: relative;
}

.contact_form .btn:hover, .contact_form .btn:focus {
  color: #fff;
  background: var(--renk2);
  outline: none;
}
.contact_form .btn:active {
}
.contact_form .btn:active:not(:hover), .contact_form .btn:focus:not(:hover){
  color: #fff;
  background: rgb(177,148,250);
  background: linear-gradient(90deg, rgba(177,148,250,1) 0%, rgba(107,58,253,1) 100%);
}
.contact_form .btn:before {
  transition: all 350ms ease-out;
  content: "";
  position: absolute;
  left: -16px;
  top: -16px;
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 0.7;
  border-radius: 00%;
  z-index: 1;
}
.contact_form .btn:after {
  transition: all 350ms ease-out;
  content: "";
  position: absolute;
  right: -16px;
  bottom: -16px;
  width: 15px;
  height: 15px;
  border-radius: 00%;
  background: #000;
  opacity: 0.3;
  z-index: 1;
}
.contact_form .btn:hover:after {
  height: 150px;
  width: 150px;
  opacity: 0.0;
}
.contact_form .btn:hover:before {
 height: 150px;
 width: 150px;
 opacity: 0.0;
}

.contact_form .form-control {
  font-size: 14px;
  color: #fff;
  height:49px;
  border:0px;
  border-radius:5px;
  background:rgba(255 255 255 / 7%);
  box-shadow: 0 0px 10px rgba(0 0 0 / 0%);
  padding-left: 35PX;
  border:0px solid #e9e9e9;
}
.contact_form  .form-control::-webkit-input-placeholder  {
  color: #999;
}
.contact_form option {
  background: #333;
}

.inputdivi {
  position: relative;
}
.inputdivi i{
  position: absolute;
  left: 0px;
  top: 17px;
  font-size: 14px;
  margin-left: 10px;
  color: rgba(255 255 255 / 50%);
}

.contact_form .dropdown {
  padding:7px 12px;
}
.contact_form .textrea {
  height:110px;
}
.contact_form .form-group {
}
.contact_form_bg {
  background: rgba(255 255 255 / 1%);
  padding: 25px;
  padding-bottom: 10px;
  height: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255 255 255 / 30%);
  margin-bottom: 15px;
}
.contact_form_bg2 {
 background: rgba(255 255 255 / 10%);
 padding: 25px;
 padding-bottom: 10px;
 height: 100%;
 border-radius: 10px;
 margin-bottom: 30px;
}

.cont_title {    
  margin-bottom: 35px;
}

.cont_title h2{
  padding: 0px;
  margin: 0px;
  font-size: 24px;
  color:#fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 15px;
}
.cont_title h2 i{
  font-size: 30px;
  color: #ccc;
}

.contact_list {
  padding:0;
  margin:0;
  list-style:none;
}

.contact_list li{
  padding:0;
  margin:0;
  list-style:none;
  padding:10px 5px 10px 5px;
  border-bottom: 1px solid rgba(255 255 255 / 7%);
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: start;
  line-height: 1.9;
  color: #fff;
  border-bottom: 1px solid rgba(255 255 255 / 7%);
  border-radius: 5px;
  
}
.contact_list li a:hover{
  color: #fff;
}
.contact_list li i{
 border-radius: 3px;
 margin-right:10px;
 color:#fff;
 font-size: 18px;
 width: 30px;
 height: 30px;
 background: rgb(255, 103, 125);
 background: linear-gradient(-10deg, rgba(255, 103, 125, 1) 0%, rgba(234, 22, 42, 1) 100%);
 display: flex;
 align-items: center;
 justify-content: center;
 border: 0px solid var(--renk1);
 flex: none;
}

.map{
  height: 400px;
  width: 100%;
  filter: grayscale(100%) invert(92%) contrast(83%);
  border-radius: 10px;
  margin-top: 30px;
}

.contact_social_icon {
  display:flex;
  gap: 5px;
  margin-bottom:0px;
  padding: 10px 0px 30px 0px;

}

.contact_social_icon a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  text-align: center;
  transition: all 180ms ease-out;

  background: rgb(177, 148, 250);
  background: linear-gradient(20deg, rgba(177, 148, 250, 1) 0%, rgba(107, 58, 253, 1) 100%);

}

.contact_social_icon a:hover {
  color: #fff;
  background: var(--renk3);

}

.filter {
  margin-bottom: 0px;
  text-align: center;
}

.filter_productdetails {
 text-align: right;

}

.filter a {
  float: none;
  display: inline-block;
  padding: 1px 4px 1px 0px;
  line-height: 14px;
  color: rgba(255 255 255 / 70%);
  line-height: 1.2;
  text-decoration: none;
  font-size: 13px;
}
.filter a i{
  font-size: 13px;
  margin-right: 1px;
}
.filter a:after {
  font-family: 'Font Awesome 6 Pro'; 
  content: "\f105";
  font-size: 13px;
  margin-left: 7px;
}

.filter a:first-child {
  border-left: 0px;
  padding-left: 0px;
}
.filter a:last-child:after {
  content:none;
}


/* Elit Creative */
.ElitCreative {
  position: relative;
  display: inline-block;
  padding: 0px;
}

.ElitCreative .elit-icon {
  position: relative;
  cursor: pointer;
  display: block;
  width: 68px;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -webkit-transition-timing-function: linear;
  transition: width 0.3s;
  transition-timing-function: linear;
  margin-right: 10px;
  padding-top: 17.5px;
}

.ElitCreative .elit-icon img {
  position: relative;
  cursor: pointer;
  max-width: none;
}

.ElitCreative .elit-popup {
  width: 185px;
  box-sizing: border-box;
  bottom: 40px;
  left: -50px;
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 15px;
  display: none;
  text-align: center;
  z-index: 9999999999;
}

.ElitCreative .elit-popup .elit-logo {
  width: auto;
  margin-bottom: 7px;
}

.ElitCreative .elit-popup a {
  color: #4e4e4e;
}

.ElitCreative .elit-popup a:hover {
  color: #4e4e4e;
}

.ElitCreative .elit-popup .elit-text-1 {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: Calibri, sans-serif;
}

.ElitCreative .elit-popup .elit-text-2 {
  color: #4e4e4e;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: Calibri, sans-serif;
}

.ElitCreative .elit-popup .pupup-mask {
  position: absolute;
  left: 0px;
  bottom: -11px;
  width: 100%;
  text-align: center;
}

.ElitCreative:hover .elit-icon {
  width: 131px;
}

.ElitCreative:hover .elit-popup {
  display: block;
}

.elit-icon {
  padding: 0px;
  margin-bottom: 0;
  /*height: 50px;*/
}

.dikey_ortala {
  display: table-cell;
  vertical-align: middle;
}
/* Footer Elit İmza */

footer {
  background:rgba(255 255 255 / 7%);
  position: relative;
  margin-top: 90px;
  padding-top: 85px;
}

.footer_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px dashed rgba(255 255 255 / 10%);
}

.footer_in {
  position: relative;
  z-index: 1;
}
.footer_in:after, .footer_in:before{
  content: none;
}

.footer_copyright {
  font-size: 14px;
  font-weight: 300;
  color: #ccc;
  background:rgba(255 255 255 / 5%);
  padding: 10px 0px;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}

.footer_copyright .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_copyright .container:after, .footer_copyright .container:before{
  content: none;
}

.footerdiv {
  margin-top: 20px;
}

.footer_logo {
  display: block;
  text-align: center;
}
.footer_logo img {
  max-width: 100%;
}

.footerdiv h2 {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  display: block;
  margin-bottom: 22px;
  color: rgba(255 255 255 / 80%);
}
.footerdiv h2:after {
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  background: rgba(255 255 255 / 50%);
  margin-top: 13px;
}

.footerbox {
  margin-bottom: 5px;
  margin-top: 5px;
}
.footerbox_ {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.footerbox_ i{
  margin-right: 15px;
  font-size: 16px;
  color: rgba(255 255 255 / 70%);
}
.footerbox_ span{
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255 255 255 / 70%);
}


.footer_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;


}

.footer_menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;

}

.footer_menu li a {
  position: relative;
  padding: 6px 0px;
  font-size: 14px;
  color: rgba(255 255 255 / 70%);
  text-decoration: none;
  display: block;
  transition: all 80ms ease-out;
}


.footer_menu li a i {
  font-size: 12px;
  margin-right: 5px;
  transition: all 800ms ease-out;
}

.footer_menu li a:hover {
  color: #fff;


}

.Footer_Social_Links {
  display: block;

}
.Footer_Social_Links a {
  text-decoration: none;
  color: rgba(255 255 255 / 70%);
  font-size: 17px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  transition: all 180ms ease-out;
  border:1px solid rgba(255 255 255 / 20%);
}

.Footer_Social_Links a:hover {
  border:1px solid rgba(255 255 255 / 60%);
}

.Footer_Social_Links a:last-child {
  margin-right: 0px;
  padding: 0px 0px 0px 0px;
}
.footer_text {
  color: #cfcfcf;
  font-size: 13px;
  margin-bottom: 30px;
  line-height: 1.6;
  width: 80%;
}

.owl-stage {
}
.owl-stage-outer {

}

.owl-item {
  height: 100%;
}

.owl-item .item{
  height: 100%;
}
.owlstyle .owl-nav {
  position: relative;
  top: auto;
  margin-top: 50px;
}



.owlstyle .owl-nav .owl-next, .owlstyle .owl-nav .owl-prev {
  border-radius: 0px;
  background: none;
  padding: 5px 12px;
  border-radius: 0px;
  color: rgba(255 255 255 / 70%);
  font-size: 17px;
  background: none;
  border: 1px solid rgba(255 255 255 / 20%);
}


.owlstyle .owl-nav .owl-next {

}

.owlstyle .owl-nav .owl-next {

}
.owlstyle .owl-nav .owl-prev {
}



.owlstyle .owl-nav .owl-next:hover, .owlstyle .owl-nav .owl-prev:hover {
  background: none;
  border: 1px solid rgba(255 255 255 / 50%);
  color: #fff;

}
.owlstyle .owl-nav .owl-next.disabled, .owlstyle .owl-nav .owl-prev.disabled:hover {
  background: none;
  color: #fff;
}

.owlstyle .owl-nav .owl-next:after {
  font-family: 'Font Awesome 6 Pro'; 
  content: "\f054";

  font-weight: 900;

}
.owlstyle .owl-nav .owl-prev:after {
  font-family: 'Font Awesome 6 Pro'; 
  content: "\f053";

  font-weight: 300;
}

.owlstyle .owl-nav .owl-next:before {
}
.owlstyle .owl-nav [class*=owl-] {
  margin: 0px;
  margin-left: 8px;
  font-weight: 300;
}

@keyframes moveUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
.cookie {
  z-index: 100;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: rgba(0 0 0 / 80%);
  padding: 30px;
  animation: moveUp 1s ease-in-out normal;
}
.cookiebtn {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  background: var(--renk1);
  color: #fff;
  cursor: pointer;
  margin-bottom: 15px;
  text-align: center;
}
.cookiebtn.cookiebtn2 {
  background: var(--renk2);
}
.cookiebtn:hover {
  background: rgba(255 255 255 / 30%);
  color: #fff;
}
.cookiebtnlink {
  display: block;

  font-size: 15px;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.cookiebtnlink:hover {
  color: var(--renk2);
}
.cookietext {
  color: rgba(255 255 255 / 70%);
  font-size: 15px;
}
.cookie_title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (min-width: 1200px) and (max-width: 1500px) { 
  .container {
    width: 1170px;
  }
  .header_menu {
    margin-left: 90px;
  }
  .header_menu li > a {
    font-size: 14px;
    font-weight: 400;
    padding: 29px 8px;
  }

}

@media (min-width: 992px) and (max-width: 1200px) { 
  .container {
    width: 970px;
  }

  .logodiv img {
   max-width: 85px;
 }
 .header_menu {
  margin-left: 50px;
}

.header_menu li > a {
  font-size: 13px;
  font-weight: 400;
  padding: 30px 7px;
}
.header_menu li > a i{
 display: none;
}
.header_menu li:first-child > a i{
 display: block;
}




}

@media (min-width: 768px) and (max-width: 992px) {
  .container {
    width: 750px;
  }
  .logodiv img {
   max-width: 80px;
 }

 .header_menu {
  display: none;
}

.menu_btn {
  display: flex;
}

.pagetitle2 {
  display: block;
}
.pagetitle2 h2{
  font-weight: 600;
  font-size: 16px;
}
.blog_details_img2 {
  width: 100%;
}

}



@media (max-width: 768px){
  .container {
    width: 100%;
  }
  header {
    padding: 15px;
  }
  .logodiv img {
   max-width: 110px;
 }

 .header_menu {
  display: none;
}

.menu_btn {
  display: flex;
}
.top_btns {
  display: none;
}

.pageboxbg {
  padding: 120px 0px 20px 0px;
  height: auto;
}
.pageboxbg h3{
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.footer_social_icon a {
  font-size: 15px;
}
.footerdiv {
  width: 100%;
  text-align: center;
}

.dblock-xs {
  display: block !important;
}
.dflexspacediv-xs {
  display: flex;
  justify-content: space-between;
  align-items: top;
}

.main_title {
  text-align: left;
}
.main_title h2 {
  font-size: 18px;
}
.slider {

}
.slidercontent {
  width: 85%;
}
.sliderbox h1 {
  font-size: 18px;
  font-weight: 700;
}
.sliderbox h2 {
  font-size: 30px;
  font-weight: 900;

}
.sliderbox p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.slidercontent .btn_s {
  font-size: 15px;
  padding: 7px 22px;
}
.slider .owl-dots {
  bottom: 15px;
}

.owlstyle .owl-nav {
  margin-top: 20px;
}
.owlstyle .owl-nav .owl-next, .owlstyle .owl-nav .owl-prev {
  border-radius: 0px;
  padding: 2px 7px;
  font-size: 14px !important;
}
.owlstyle .owl-nav [class*=owl-] {
  margin: 0px;
  margin-left: 3px;
}
.filter a { 
  font-size: 12px;
}
.text-left-xs{
  text-align: left !important;
}
.text-center-xs{
  text-align: center !important;
}
.xs-row7-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.xs-col7-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.footer_copyright .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.footer_logo {
  padding-left: 5%;
}
.footer_logo img {
  max-width: 150px;
}
.footerbox_ {
 justify-content: center;
}

.pagenum a {
  padding: 5px 10px;
  font-size: 14px;
}

.footer_text {
  width: 100%;
}

.pagetitle2 {
  display: block;
}
.pagetitle2 h2{
  font-weight: 600;
  font-size: 16px;
}
.blog_details_img2 {
  width: 100%;
}
.homegroup_text {
  gap: 15px;
}
.homegroup_titletext {
  padding: 9px 14px 9px 44px;
  font-size: 18px;
  font-weight: 600;
}
.homegroup {
  margin-bottom: 150px;
}
.homegroup_ {
  padding: 30px 20px 0px 10px;
}
.homegroup:last-child {
  margin-bottom: 10px;
}
.homegroup_btn {
  padding: 10px 18px;
  font-size: 14px;
}
.homebg001slg {
  font-size: 16px;
  font-weight: 600;
  padding: 7px 10px;
  text-align: center;
}
.homebg001text p {
  font-size: 14px;
}
.homebg001btns {
  flex-direction: column;
  gap: 10px;
  justify-content: start;
  width: 100%;
}
.homebg001btns .hmtopbtn{ 
  width: 100%;
  font-size: 14px;
  padding: 12px 13px;
}
.homeinf_ h3 {
  font-size: 16px;
}
.homeinf_ p {
  font-size: 12px;
}
.main_form_bg {
  padding: 15px;
  margin-top: 30px;
}
.main_title100 {
  font-size: 18px;
}
.footer_top {
  flex-direction: column;
  gap: 10px;
}
.footerdiv h2:after {
  margin:0 auto;
  margin-top: 13px;
}
.footer_copyright {
  font-size: 12px;
  text-align: center;
}
.pagetitle h2 {
  font-size: 18px;
}
.pagein_topbox_ {
  min-height: 150px;
}
.btn100 {
  align-items: center;
  padding: 12px 18px;
  font-size: 14px;
}
.pagein_topboximg {
  position: relative;
}
.pagein_topboximg img{
  max-width: 100%;
}
.pagein_title h2 {
  font-size: 18px;
}
.pagein_slg {
  font-size: 15px;
}
.leftabs, .rightabs {
  display: none;
}
.pagein_text {
  align-items: flex-start;
  text-align: left;
}
.pagein_ul li {
  flex-direction: row;
  font-size: 14px;
}
.bbpagelist li {
  width: 100%;
}
.bb_title a {
  font-size: 14px;
}
.cont_title h2 {
  font-size: 18px;
}
.product_details_info .flexrow3{
  flex-direction: column-reverse;
  flex-wrap: inherit;
}
.pagein_p {
  font-size: 14px;
}
.packagebtn {
  display: flex;
  flex-direction: column;
}
.packagebtn .hmtopbtn{ 
  width: 100%;
  font-size: 14px;
  padding: 12px 13px;
  margin-bottom: 10px !important;
}
.advantage_box_title {
  font-size: 16px;
}
.advantage_box, .advantage_box2 {
  padding: 15px;
}
.package_list_text {
  font-size: 12px;
}
.package_list li {
  gap: 10px;
}
.package_list_img {
  width: 65px;
  padding: 5px;
}
.package_list_text2 {
  text-align: right;
  font-size: 13px;
}

.ElitCreative {
  margin-top: 15px;
}
.xsmb20 {
  margin-bottom: 20px;
}
.cookie {
  overflow-y: auto;
}
.cookietext {
  font-size: 13px;
}
.cookiebtn {
  padding: 7px 15px;
  font-size: 14px;
  margin-bottom: 5px;
}



}


@media (min-width: 480px) and (max-width: 768px) {
 .m_galeri_a {
  height:165px;
}
}