@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
.menu-item,
.menu-open-button {
  background: #eeeeee;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  position: absolute;
  color: #ffffff;
  text-align: center;
  line-height: 80px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}

.iletisimlink {
  color: #7c7c7c;
}

.kisitlama li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 217px;
}

/* .menu-open {
} */

.menu-open-button i {
  color: #0082e6;
}

.footbot {
  float: left;
  width: 100%;
  padding: 10px 70px;
}

.altyazi {
  text-decoration: underline;
}

.lines {
  width: 25px;
  height: 3px;
  background: #596778;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -1.5px;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
  display: none;
}

.line-1 {
  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
}

.line-2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.line-3 {
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
}

.menu-open:checked + .menu-open-button .fa-comments {
  display: none;
}

.menu-open:checked + .menu-open-button .line-1 {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
  display: block;
}

.menu-open:checked + .menu-open-button .line-2 {
  -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
  transform: translate3d(0, 0, 0) scale(0.1, 1);
  display: block;
}

.menu-open:checked + .menu-open-button .line-3 {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
  transform: translate3d(0, 0, 0) rotate(-45deg);
  display: block;
}

.menu {
  margin: auto;
  position: fixed;
  bottom: 60px;
  right: 60px;
  width: 80px;
  height: 80px;
  text-align: center;
  box-sizing: border-box;
  font-size: 37px;
  z-index: 9999;
}

/* Keep WhatsApp/Tawk always visible without opener */
.menu .menu-open,
.menu .menu-open-button,
.menu .menu-item.blue {
  display: none !important;
}

.menu {
  width: auto !important;
  height: auto !important;
  bottom: 24px !important;
  right: 24px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  align-items: center !important;
}

.menu .menu-item {
  position: static !important;
  margin-left: 0 !important;
  width: 62px !important;
  height: 62px !important;
  line-height: 62px !important;
  font-size: 30px !important;
  transform: none !important;
}

.menu .menu-item.green {
  order: 1;
}

.menu .menu-item.red {
  order: 2;
}

/* .menu-item {

   transition: all 0.1s ease 0s;

} */

.menu-item:hover {
  background: #eeeeee;
  color: #3290b1;
}

.menu-item:nth-child(3) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(4) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(5) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(6) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(7) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(8) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(9) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-open-button {
  z-index: 2;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;
  box-shadow: 3px 3px 0 0 rgba(58, 58, 58, 0.14);
}

.menu-open-button:hover {
  -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked + .menu-open-button {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
  transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item {
  -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
  transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

.menu-open:checked ~ .menu-item:nth-child(3) {
  transition-duration: 180ms;
  -webkit-transition-duration: 180ms;
  -webkit-transform: translate3d(0.08361px, -104.99997px, 0);
  transform: translate3d(0.08361px, -104.99997px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(7) {
  transition-duration: 280ms;
  -webkit-transition-duration: 280ms;
  -webkit-transform: translate3d(90.9466px, -52.47586px, 0);
  transform: translate3d(90.9466px, -52.47586px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(8) {
  transition-duration: 380ms;
  -webkit-transition-duration: 380ms;
  -webkit-transform: translate3d(90.9466px, 52.47586px, 0);
  transform: translate3d(90.9466px, 52.47586px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(6) {
  transition-duration: 480ms;
  -webkit-transition-duration: 480ms;
  -webkit-transform: translate3d(0.08361px, 104.99997px, 0);
  transform: translate3d(0.08361px, 104.99997px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(4) {
  transition-duration: 580ms;
  -webkit-transition-duration: 580ms;
  -webkit-transform: translate3d(-90.86291px, 52.62064px, 0);
  transform: translate3d(-90.86291px, 52.62064px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(5) {
  transition-duration: 680ms;
  -webkit-transition-duration: 680ms;
  -webkit-transform: translate3d(-91.03006px, -52.33095px, 0);
  transform: translate3d(-91.03006px, -52.33095px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(9) {
  transition-duration: 780ms;
  -webkit-transition-duration: 780ms;
  -webkit-transform: translate3d(-0.25084px, -104.9997px, 0);
  transform: translate3d(-0.25084px, -104.9997px, 0);
}

.blue {
  background-color: #669ae1;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.blue:hover {
  color: #669ae1;
  text-shadow: none;
}

.green {
  background-color: #70cc72;
  box-shadow: 3px 3px 0 0 rgb(36, 36, 36);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.green:hover {
  color: #70cc72;
  text-shadow: none;
}

.red {
  background-color: #fe4365;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.red:hover {
  color: #fe4365;
  text-shadow: none;
}

.purple {
  background-color: #c49cde;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.purple:hover {
  color: #c49cde;
  text-shadow: none;
}

.orange {
  background-color: #fc913a;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.orange:hover {
  color: #fc913a;
  text-shadow: none;
}

.lightblue {
  background-color: #62c2e4;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.lightblue:hover {
  color: #62c2e4;
  text-shadow: none;
}

body {
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  color: #031d44;
}

ul {
  padding: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

.ileri {
  margin-left: 10px;
  margin-bottom: 30px;
}

/* IMAGE STYLES */

[type="radio"] + img {
  cursor: pointer;
}

[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* CHECKED STYLES */

input[type="radio"]:checked ~ div.isletmeturu {
  background: #d50a58 !important;
}

.demo-title {
  text-decoration: none;
  border-bottom: none;
  color: #081120;
}

.demo-title:hover {
  border-bottom: 3px dotted #081120;
}

[data-cc="c-settings"] {
  margin-right: 0.5em;
}

.warning {
  margin-top: 2em;
  color: #5a4c4c;
  background: #ffefef;
  padding: 1em;
  border-radius: 0.5em;
}

.mobil {
  display: none !important;
}

.isletmeturu:hover {
  background: #d50a58;
}

.isletmeturu {
  background: #e495b3;
  height: 120px;
  width: 120px;
  border-radius: 20px;
  color: #fff;
  padding: 20px 0px;
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
}

.isletmeicerik {
  width: 120px;
  margin: auto auto;
}

.isletmegorseli {
  margin: auto auto;
  height: 40px;
}

.isletmeturyazi {
  margin: auto auto;
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
}

.cookies-eu-banner {
  background: #444;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.paketSwiper {
  float: left;
  width: 100%;
}

.cookies-eu-banner button {
  text-decoration: none;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner button:hover {
  background: #fff;
  color: #222;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

a {
  text-decoration: none;
}

.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.3);
  padding-left: calc(var(--bs-gutter-x) * 0.3);
}

header {
  float: left;
  width: 100%;
  position: fixed;
  z-index: 999;
}

.headtop {
  float: left;
  width: 100%;
  background: #0082e6;
  padding: 10px 70px;
}

.headtop .area {
  max-width: 1900px;
  margin: 0 auto;
}

.headpush {
  float: left;
  width: 100%;
  max-width: 60%;
}

.headpush h6 {
  float: left;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-right: 15px;
  margin-top: 2px;
  margin-bottom: 0;
}

.headpush a {
  float: left;
  position: relative;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  text-decoration: underline;
}

.headpush a::after {
  content: "";
  background: url(../img/icon/rightarrowicon.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -30px;
  top: 5px;
}

.headtopright {
  float: right;
  max-width: 40%;
  display: flex;
}

.chat {
  background: #16db93;
  width: 72px;
  height: 72px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
}

.headtopright .lang {
  float: right;
  color: #fff;
}

.headtopright .lang select {
  background: #0082e6;
  border: 0;
  color: #fff;
  font-weight: bold;
  width: 100%;
}

.headtopright ul {
  float: right;
  margin-right: 50px;
}

.headtopright ul li {
  float: left;
  margin-left: 50px;
}

.headtopright ul li a {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
}

.headbot {
  float: left;
  width: 100%;
  border-bottom: 1px solid #b8b8b8;
  padding: 10px 70px;
  background: #fff;
}

.headbot .area {
  max-width: 1900px;
  margin: 0 auto;
}

.toplogo {
  float: left;
  width: 18%;
  height: 60px;
}

.toplogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

.topmenu {
  float: right;
  width: 82%;
  margin-top: 18px;
  position: relative;
}

.topmenu ul {
  float: right;
  width: 100%;
}

.topbtn {
  float: right;
}

.navbar {
  display: block;
  padding: 0;
  float: right;
}

.topbtn {
  float: right;
  margin-left: 70px;
  display: flex;
}

.topmenu ul li {
  float: left;
  margin-right: 50px;
  position: inherit;
}

.topmenu ul li a {
  color: #031d44;
  font-weight: 500;
  font-size: 17px;
  transition: all 0.7s;
  padding: 0;
  position: relative;
}

.topmenu ul li a:hover {
  color: rgb(116, 83, 167);
}

.topbtn .tpphonebtn {
  float: right;
}

.topbtn .attemptbtn {
  float: right;
  margin-left: 13px;
}

.tpphonebtn a {
  color: #031d44;
  font-weight: 500;
  border: 3px solid #031d44;
  border-radius: 15px;
  padding: 10px 20px;
  transition: all 0.7s;
}

.tpphonebtn a:hover {
  background: #031d44;
  color: #fff;
}

@media (max-width: 950px) {
  .topbtn {
    margin-left: 5px;
  }
}

.attemptbtn a {
  color: #fff;
  font-weight: 500;
  background: #0a2540;
  border-radius: 15px;
  padding: 11.5px 20px;
 
}

.attemptbtn a:hover {
  background: #0082e6;
}

.navbar-nav {
  display: block;
}

.topmenu .navbar-nav .dropdown-menu ul li img {
  float: left;
  width: 43px;
  height: 43px;
  filter: brightness(0) saturate(100%) invert(6%) sepia(87%) saturate(3550%)
    hue-rotate(211deg) brightness(88%) contrast(98%);
}

.topmenu .navbar-nav .dropdown-menu ul li .text {
  float: left;
  width: calc(100% - 43px);
  padding-left: 10px;
  height: auto;
  min-height: 43px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.topmenu .navbar-nav .dropdown-menu ul li .text h5 {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

.topmenu .navbar-nav .dropdown-menu ul li .text span {
  float: left;
  width: 100%;
  color: #828282;
  font-size: 12px;
}

.topmenu .navbar-nav .dropdown-menu {
  left: 0;
  top: 53px;
  width: calc(100% + 150px);
  background: #f7f7f7;
  box-shadow: 5px 4px 30px 3px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  position: absolute;
  padding: 0;
  border: 0;
}

.topmenu .dropdown-menu ul {
  padding: 15px 23px;
  display: flex;
  flex-flow: wrap;
  padding-left: 28px;
}

.topmenu .dropdown-menu ul li {
  float: left;
  width: 32%;
  margin-right: auto;
  margin-top: 16px;
  margin-bottom: 16px;
}

.topmenu .dropdown-menu ul li:hover a {
  background-color: transparent;
}

.topmenu .navbar-nav .dropdown-menu li a {
  width: 100%;
  float: left;
}

.nav-link:focus,
.nav-link:hover {
  color: #031d44 !important;
}

.topmenu .dropdown-toggle {
  padding-right: 10px;
}

.topmenu .dropdown-toggle::after {
  content: "";
  background: url(../img/icon/menuarrowicon.svg);
  width: 15px;
  height: 15px;
  border: 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 9px;
  right: -15px;
  transition: all 0.3s;
}

.topmenu .dropdown-toggle.show::after {
  transform: rotateX(196deg);
  top: 1px;
}

.pagecontent {
  float: left;
  width: 100%;
  padding-top: 125px;
}

.hmslider {
  float: left;
  width: 100%;
  height: calc(100vh - 160px);
  padding: 40px 0;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  justify-content: center;
}

.hmslideritem {
  float: left;
  width: 100%;
  padding: 50px 10px;
}

.hmslideritem .text {
  float: left;
  width: 100%;
  float: left;
  height: auto;
  padding-top: 50px;
  max-width: 510px;
}

.hmslideritem .text h1 {
  float: left;
  width: 100%;
  font-size: 48px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}

#back-icon {
  color: #0082e6;
  font-size: 24px;
  padding-top: 2px;
}

.hmslideritem .text h1 span {
  color: #0082e6;
}

.hmslideritem .text p {
  text-align: center;
  font-size: 20px;
  color: rgba(3, 29, 68, 0.7);
  line-height: 28px;
  margin-bottom: 60px;
}

.hmslideritem .text .attemptbtn {
  margin: 0 auto;
  text-align: center;
}

.hmslideritem .img {
  float: left;
  width: 90%;
  height: 500px;
}

.hmslideritem .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  opacity: 1 !important;
  background: #d9d9d9 !important;
}

.swiper-pagination-bullet-active {
  background: #513787 !important;
  width: 16px !important;
  height: 16px !important;
  position: relative !important;
  top: 2px !important;
}

.sectionwhy {
  float: left;
  width: 100%;
  background: #f6f6f6;
  padding: 90px 10px;
  padding-bottom: 50px;
}

.sectionwhy .img {
  float: left;
  width: 100%;
  height: 450px;
}

.sectionwhy .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
}

.sectionwhy .text {
  float: right;
  text-align: right;
  padding-right: 10px;
  height: auto;
  width: 100%;
  min-height: 450px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.sectionwhy .text h2 {
  color: #0082e6;
  float: right;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

/* .sectionwhy .text h2::before {
  content: "";

	background: url(../img/icon/textbg.svg);

	width: calc(100% + 60px);

	height: calc(100% + 60px);

	position: absolute;

	right: -22px;

	top: -32px;

	z-index: -1;

	background-repeat: no-repeat;

	background-size: contain;

	background-position: right;
}
 */

.sectionwhy .text h6 {
  float: right;
  width: 100%;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.sectionwhy .text p {
  float: right;
  width: 100%;
  color: #828282;
  font-weight: normal;
  margin-bottom: 40px;
}

.sectionwhy .text a {
  position: relative;
  float: right;
  color: #031d44;
  font-weight: 600;
  font-size: 17px;
  text-decoration: underline;
  margin-right: 30px;
  margin-bottom: 10px;
}

.sectionwhy .text a:hover {
  color: #000;
}

.sectionwhy .text a::after {
  content: "";
  background: url(../img/icon/arrowicondark.svg);
  width: 15px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -25px;
  top: 7px;
}

.sectionwhy .swiper-wrapper {
  padding-bottom: 50px;
}

.sectionwhy .swiper-pagination {
  bottom: 0px;
  text-align: left;
  margin-left: 30%;
}

.sectionftrs {
  float: left;
  width: 100%;
  padding: 70px 0;
  background: #0082e6;
}

.sectionftrs .area {
  float: left;
  width: 100%;
  display: block !important;
}

.sectionftrs .area .nav {
  max-width: 500px;
}

.sectionftrs .title {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

.sectionftrs .d-flex {
  float: left;
  width: 100%;
}

.sectionftrs .title h2 {
  font-weight: 600;
  font-size: 45px;
}

.sectionftrs .title span {
  font-weight: normal;
  font-size: 15px;
  color: #f6f6f6;
}

.sectionftrs .area button {
  background: transparent;
}

.sectionftrs .area button .csbtn {
  background: #0a2540;
  width: 100%;
  height: 148px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 15px;
  transition: all 0.5s;
}

.sectionftrs .area button .csbtn img {
  width: 60px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
  max-height: 50px;
  object-fit: contain;
}

.sectionftrs .area button .csbtn span {
  font-weight: 600;
  color: #fff;
  line-height: 20px;
}

.sectionftrs .nav-pills .nav-link.active,
.sectionftrs .nav-pills .show > .nav-link {
  background-color: transparent;
}

.sectionftrs .nav-pills .nav-link.active .csbtn {
  background: #00ca90;
}

.allfeatures {
  float: left;
  width: 100%;
  padding: 25px 0;
  display: flex;
  margin-top: 25px;
}

.allfeatures a {
  background: #0a2540;
  color: #fff;
  font-weight: 500;
  padding: 13px 25px;
  margin: 0 auto;
  border-radius: 15px;
}

.featuresarea {
  width: 100%;
  background: rgb(246, 246, 246);
  border-radius: 15px;
  padding: 40px 50px;
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
}

.featuresarea img {
  width: 70px;
  max-height: 90px;
  object-fit: contain;
  margin-bottom: 22px;
  filter: brightness(0) saturate(100%) invert(6%) sepia(87%) saturate(3550%)
    hue-rotate(211deg) brightness(88%) contrast(98%);
}

.featuresarea h4 {
  font-weight: 600;
  font-size: 28px;
  color: #031d44;
  margin-bottom: 22px;
}

.featuresarea p {
  text-align: center;
  font-weight: 400;
  color: rgba(3, 29, 68, 0.5);
  margin-bottom: 30px;
}

.featuresarea a {
  color: #031d44;
  font-weight: 600;
  position: relative;
  text-decoration: underline;
  font-size: 17px;
}

.featuresarea a::after {
  content: "";
  background: url(../img/icon/arrowicondark.svg);
  width: 15px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -25px;
  top: 7px;
}

.sectionhow {
  float: left;
  width: 100%;
  padding: 70px 0;
}

.sectionhow.greybg {
  background: #f6f6f6;
  padding: 130px 0;
}

.sectionhow .title {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.sectionhow .title h2 {
  color: #d60052;
  font-weight: 600;
  font-size: 45px;
  position: relative;
}

/* .sectionhow .title h2::before {
  

	content: "";

	background: url(../img/icon/textbg2.png);

	position: absolute;

	left: 0;

	top: 0;

	z-index: -1;

	width: 100%;

	height: 100%;

	background-repeat: no-repeat;

	background-position: center;

	background-size: contain;
} */

.sectionhow .item {
  width: 100%;
  position: relative;
  margin-top: 25px;
  margin-bottom: 12px;
}

.sectionhow .item::after {
  content: "";
  background: #d9d9d9;
  position: absolute;
  left: 40px;
  top: 86px;
}

.sectionhow .item:nth-last-child(1)::after {
  display: none;
}

.sectionhow .item .icon {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #031d44;
  text-align: center;
  line-height: 73px;
}

.sectionhow .item .icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: invert(11%) sepia(22%) saturate(4705%) hue-rotate(196deg)
    brightness(95%) contrast(103%);
}

.sectionhow .item .text {
  float: left;
  width: calc(100% - 80px);
  padding-left: 20px;
  line-height: 80px;
}

.sectionhow .item .text span {
  float: left;
  color: rgba(3, 29, 68, 0.5);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.03em;
  position: relative;
  padding-right: 40px;
}

.sectionhow .item .text span::after {
  content: "";
  background: #d9d9d9;
  height: 2px;
  width: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
}

.sectionhow .item .text h6 {
  float: left;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  height: 80px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.sectionhow .videoarea {
  float: left;
  width: 100%;
  height: 600px;
  border-radius: 15px;
  border: 1px solid black;
  position: relative;
  overflow: hidden;
}

/* .sectionhow .videoarea::after {
  content: "";

  background: #000000;

  opacity: 0.25;

  width: 100%;

  height: 100%;

  position: absolute;

  left: 0;

  top: 0;
} */

.sectionhow .videoarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sectionappbar {
  float: left;
  width: 100%;
  padding: 70px 0;
  background: #e4f4f5;
}

.ozellikalan {
  padding: 120px 0 70px 0 !important;
}

.sectionappbar h2 {
  float: left;
  width: 100%;
  text-align: center;
  color: #0082e6;
  font-weight: bold;
  margin-bottom: 40px;
}

.sectionappbar.pinkbg {
  background: #e495b3;
}

/* .sectionappbar.pinkbg .title h3::after {
  

	content: "";

	background: url(../img/icon/indirbg.svg);

	width: 100%;

	height: 100%;

	position: absolute;

	left: 0;

	top: 0;

	background-repeat: no-repeat;

	background-position: center;

	background-size: contain;

	z-index: -1;
} */

.sectionappbar .img {
  float: left;
  width: 100%;
  height: 450px;
}

.sectionappbar .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sectionappbar .title {
  float: left;
  width: 100%;
  margin-top: 70px;
  text-align: center;
  margin-bottom: 45px;
}

.sectionappbar .title h3 {
  position: relative;
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  z-index: 1;
}

.sectionappbar .title h3::after {
  content: "";
  background: url(../img/icon/brush.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.sectionappbar .appitem {
  width: 100%;
  background: #000000;
  color: #fff;
  border-radius: 20px;
  padding: 13px 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.25));
  transition: all 0.6s;
}

.sectionappbar .appitem:hover {
  background: #1b1b1b;
}

.sectionappbar .appitem img {
  float: left;
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin-top: 5px;
  margin-left: -15px;
}

.sectionappbar .appitem .text {
  float: left;
  padding-left: 10px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-height: 42px;
  white-space: nowrap;
}

.sectionappbar .appitem .text span {
  float: left;
  width: 100%;
  font-size: 12px;
}

.sectionappbar .appitem .text h5 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}

.sectionappbar .col-md-5 {
  padding-right: 70px;
}

.sectionreferences {
  float: left;
  width: 100%;
  padding: 60px 0;
}

.sectionpaket {
  float: left;
  width: 100%;
  padding: 60px 0;
}

.sectionreferences h5 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 50px;
}

.sectionreferences .container {
  position: relative;
}

.sectionreferences .title {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}

.sectionreferences .title h2 {
  color: #d60052;
  font-weight: 600;
  font-size: 45px;
  position: relative;
}

/* .sectionreferences .title h2::before {
  

	content: "";

	background: url(../img/icon/textbg2.png);

	position: absolute;

	left: 0;

	top: 0;

	z-index: -1;

	width: 100%;

	height: 100%;

	background-repeat: no-repeat;

	background-position: center;

	background-size: contain;
} */

.referenceSwiper {
  float: left;
  width: 100%;
}

.referenceSwiper .item {
  float: left;
  width: 100%;
  padding: 35px 25px;
  border: 2px solid #031d44;
  border-radius: 15px;
  position: relative;
}

.referenceSwiper .item::before {
  content: "";
  background: url(../img/icon/referenceafter.svg);
  width: 40px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  top: 35px;
}

.referenceSwiper .item .img {
  float: right;
  width: 60%;
  height: 50px;
  margin-bottom: 25px;
}

.referenceSwiper .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
}

.referenceSwiper .item p {
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
  font-weight: 400;
  height: 200px;
  font-size: 16px;
  line-height: 20px;
  color: #828282;
}

.referenceSwiper .item .user {
  margin: 0 auto;
  text-align: center;
  float: left;
  width: 100%;
}

.referenceSwiper .item .user .con {
  margin: 0 auto;
  margin-bottom: 15px;
  border-radius: 50%;
  overflow: hidden;
  display: none !important;
}

.referenceSwiper .item .user .con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.referance-img {
  width: 300px;
  height: 250px;
}

.referenceSwiper .item .user h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 2px;
}

.referenceSwiper .item .user span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(3, 29, 68, 0.5);
}

.swiper-button-nextref {
  background: url(../img/icon/swiperrighticon.svg);
  width: 23px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -60px;
  margin-top: 18%;
}

.swiper-button-prevref {
  background: url(../img/icon/swiperlefticon.svg);
  width: 23px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -60px;
  margin-top: 18%;
}

.swiper-button-nextrefref {
  background: url(../img/icon/swiperrighticon.svg);
  width: 23px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -60px;
  margin-top: 30%;
}

.swiper-button-prevrefref {
  background: url(../img/icon/swiperlefticon.svg);
  width: 23px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -60px;
  margin-top: 30%;
}

.sectionblog {
  float: left;
  width: 100%;
  background: #339760;
  padding: 70px 0;
}

.sectionblog .container {
  position: relative;
}

.blogSwiper {
  float: left;
  width: 100%;
  min-height: 330px;
}

.hmblogitem {
  float: left;
  width: 100%;
  background: #f7f7f7;
  border-radius: 15px;
  overflow: hidden;
}

.blogSwiper .swiper-slide-active .hmblogitem .img {
  float: left;
  width: 50%;
  height: 330px;
}

.blogSwiper .swiper-slide-active .hmblogitem .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hmblogitem .text {
  float: left;
  width: 50%;
  padding: 25px 15px;
}

.blogSwiper .swiper-slide-active .hmblogitem .text h5 {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 25px;
}

.sectionblog h2 {
  float: left;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 42px;
  margin-bottom: 50px;
}

.blogSwiper .swiper-slide-active .hmblogitem .text p {
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
  /* margin-bottom: 35px; */
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogSwiper .swiper-slide-active .hmblogitem .text .devamini-oku {
  border: 2px solid rgba(3, 29, 68, 0.5);
  border-radius: 15px;
  color: #031d44;
  font-weight: 600;
  padding: 10px 15px;
  font-size: 15px;
  /* width: 151px; */
  width: 100%;
  margin-inline: auto;
  display: block;
  text-align: center;
}

.blogSwiper .swiper-slide {
  filter: blur(3px);
  margin-top: 70px;
}

.blogSwiper .swiper-slide-active {
  filter: none;
  width: 45% !important;
  margin-left: -5%;
  z-index: 999;
  margin-top: 0;
}

.blogSwiper .swiper-slide-active .hmblogitem .text {
  min-height: 330px;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.blogSwiper .swiper-slide-next {
  width: 33% !important;
  margin-left: -8.5%;
}

.blogSwiper .swiper-slide-prev {
  width: 33% !important;
  margin-left: 10px;
}

.blogSwiper .swiper-slide .img {
  height: 193px;
  float: left;
  width: 50%;
}

.blogSwiper .swiper-slide p {
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogSwiper .swiper-slide h5 {
  margin-bottom: 10px;
  font-size: 14px;
}

.blogSwiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogSwiper .swiper-slide .devamini-oku {
  font-size: 13px;
  float: left;
  padding: 5px;
  border: 2px solid rgba(3, 29, 68, 0.5);
  border-radius: 15px;
  color: #031d44;
  font-weight: 500;
}

.sectionblog .swiper-wrapper {
  padding-bottom: 70px;
}

.sectionblog .swiper-pagination {
  bottom: 0;
}

.sectionblog .swiper-pagination-bullet {
  background: #f7f7f7;
}

.sectionblog .swiper-pagination-bullet-active {
  background: #513787;
}

.swiper-button-nextblg {
  background: url(../img/icon/lightnexticon.svg);
  width: 25px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  right: -35px;
  margin-top: 19%;
}

.swiper-button-prevblg {
  background: url(../img/icon/lightprevicon.svg);
  width: 25px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  left: -30px;
  margin-top: 19%;
}

.sectionattempt {
  float: left;
  width: 100%;
  display: flex;
  text-align: center;
  padding: 70px 0;
}

.sectionattempt h6 {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 37px;
  line-height: 50px;
  text-align: center;
  letter-spacing: -0.03em;
}

.bntlist {
  float: left;
  width: 100%;
  display: flex;
  margin-top: 50px;
  justify-content: center;
}

.sectionattempt .attemptbtn a {
  padding: 16px 60px;
  font-size: 18px;
  border-radius: 10px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 2px;
}

.sectionattempt .infobtn a {
  background: transparent;
  border: 3px solid #031d44;
  border-radius: 10px;
  padding: 13px 80px;
  font-size: 18px;
  color: #031d44;
  font-weight: bold;
  transition: all 0.6s;
  margin-left: 10px;
}

.sectionattempt .infobtn a:hover {
  background: #031d44;
  color: #fff;
}

footer {
  float: left;
  width: 100%;
  /* background: rgb(81, 55, 135); */
  background-color: #00604a;
}

.footercontent {
  float: left;
  width: 100%;
  padding: 50px 0px;
  margin: 0 auto;
}

.footerlogo {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

.footerlogo img {
  height: 60px;
  object-fit: contain;
}

.footermenu {
  float: left;
  width: 100%;
}

.footermenuitem {
  float: left;
  width: 100%;
}

.footermenu .col-md-3 {
  padding-left: 35px;
}

.footermenuitem label {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.footermenuitem ul li {
  float: left;
  width: 100%;
  margin-bottom: 12px;
  word-break: break-all;
}

.footermenuitem ul li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  display: block;
  letter-spacing: -0.03em;
  color: #fff;
  transition: all 0.5s;
}

.footermenuitem ul li a:hover {
  color: #fff;
}

.footersocialbar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  float: right;
  width: 100%;
}

.footersocialbar .appitem {
  float: right;
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  padding: 10px 25px;
  display: flex;
  flex-flow: wrap;
  margin-bottom: 15px;
  filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.25));
  justify-content: center;
  transition: all 0.6s;
}

.footersocialbar .appitem img {
  float: left;
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin-top: 4px;
  margin-left: -15px;
}

.footersocialbar .appitem .text {
  float: left;
  padding-left: 7px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-height: 36px;
}

.footersocialbar .appitem .text span {
  float: left;
  width: 100%;
  color: #000;
  font-size: 11px;
}

.footersocialbar .appitem .text h5 {
  font-weight: 600;
  font-size: 15px;
  color: #000;
  margin-bottom: 0;
}

.blackfilter {
  filter: brightness(0);
}

.footersocialbar h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: -30px;
  margin-top: 50px;
}

.ftsocialitem {
  margin: 0 auto;
  text-align: center;
}

.sclist {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}

.sclist .row {
  justify-content: space-between;
}

.ftsocialitem a {
  background: #d9d9d9;
  border-radius: 15px;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  transition: all 0.6s;
}

.ftsocialitem a:hover {
  background: #fff;
}

.ftsocialitem a img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.footerbot {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
}

.footerbot ul {
  float: left;
  padding: 25px 70px;
  width: 100%;
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
}

.footerbot ul .container {
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
}

.footerbot ul li a {
  font-weight: 500;
  color: #00c2ff;
}

.infoft {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
  width: 100%;
  padding: 15px 0px;
  color: #fff;
  font-weight: 500;
}

.infoft img {
  float: right;
  height: 50px;
  object-fit: contain;
  margin-right: 15px;
}

.infoft span {
  float: left;
  height: 50px;
  display: flex;
  font-size: 15px;
  flex-flow: column;
  justify-content: center;
}

.infoft .desc {
  float: left;
  height: 50px;
  display: flex;
  flex-flow: column;
  font-size: 15px;
  justify-content: center;
  text-align: center;
}

.infoft .desc a {
  color: white;
}

#araModal .modal-content {
  background: #0082e6;
  border-radius: 15px;
  position: relative;
}

.aramodalcontent {
  float: left;
  width: 100%;
  padding: 50px 20px;
}

.aramodalcontent img {
  float: left;
  width: 100%;
  height: 45px;
  object-fit: contain;
  object-position: center;
}

.aramodalcontent h5 {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 23px;
  margin-bottom: 40px;
}

.aramodalcontent .item {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.aramodalcontent .item label {
  float: left;
  width: 30%;
  color: #fff;
  margin-top: 4px;
  font-weight: 500;
  font-size: 19px;
}

.aramodalcontent .item input {
  float: left;
  width: calc(70% - 10px);
  margin-left: 10px;
  background: #fff;
  border: 0;
  border-radius: 6px;
  padding: 9px;
  font-size: 15px;
}

.aramodalcontent .item select {
  float: left;
  width: calc(70% - 10px);
  margin-left: 10px;
  background: #fff;
  border: 0;
  border-radius: 6px;
  padding: 10px;
  font-size: 15px;
}

#araModal .btn-close {
  position: absolute;
  bottom: 25px;
  opacity: 1;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background-size: 20px;
  z-index: 99;
  filter: brightness(0) invert(1);
}

.aramodalcontent button {
  margin: 0 auto;
  background: #ffffff;
  border-radius: 15px;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #031d44;
  padding: 12px 40px;
  margin-top: 15px;
  margin-bottom: 40px;
  transition: all 0.6s;
}

.aramodalcontent button:hover {
  background: #031d44;
  color: #fff;
}

.aramodalcontent .d-flex {
  float: left;
  width: 100%;
}

.sectionnedirtitle {
  float: left;
  width: 100%;
  padding: 80px 0;
}

.sectionnedirtitle .text {
  float: left;
  width: 100%;
  margin-top: 50px;
  padding: 10px 80px;
}

.sectionnedirtitle h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 43px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 30px;
}

.sectionnedirtitle h2 span {
  color: #0082e6;
}

.sectionnedirtitle .text .d-flex {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.sectionnedirtitle a {
  margin: 0 auto;
  background: rgb(0, 130, 230);
  background: linear-gradient(
    90deg,
    rgba(0, 130, 230, 1) 0%,
    rgba(0, 155, 187, 1) 35%,
    rgba(1, 238, 44, 1) 100%
  );
  color: #fff;
  padding: 14px 30px;
  border-radius: 15px;
}

.sectionnedirtitle a:hover {
  background: #0082e6;
}

.sectionstyleleft .text a {
  background: linear-gradient(
    48deg,
    rgba(116, 83, 167, 1) 24%,
    rgba(210, 55, 120, 1) 100%
  );
  color: #fff;
  float: left;
  margin-top: 25px;
  padding: 14px 30px;
  border-radius: 15px;
}

.sectionnedirtitle p {
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 19px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #828282;
}

.margintop0 {
  margin-top: 0 !important;
}

.max-height250 {
  max-height: 450px;
  padding: 40px;
}

.sectionnedirtitle .img {
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 1 !important;
  max-height: 500px;
}

.sectionnedirtitle .img.max300 {
  max-height: 450px;
}

.sectionnedirtitle .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.sectionstyleleft {
  float: left;
  width: 100%;
  background: #f6f6f6;
  padding: 100px 0;
}

.sectionstyleleft.pinkbg {
  background: #e495b3;
}

.sectionstyleleft.purplebg {
  background: #ae93e1;
}

.sectionstyleleft .img {
  float: left;
  width: 100%;
  height: 100%;
  padding-left: 25px;
}

.sectionstyleleft .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sectionstyleleft .text {
  float: left;
  width: 100%;
  max-width: 500px;
}

.sectionstyleleft.pinkbg .text p {
  color: #fff;
}

.sectionstyleleft.purplebg .text p {
  color: #fff;
}

.sectionstyleleft h4 {
  float: left;
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
}

.sectionstyleleft h4 span {
  color: #0082e6;
}

.sectionstyleleft p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #828282;
}

.sectionkimler {
  float: left;
  width: 100%;
  padding: 60px 0;
}

.sectionkimler h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 42px;
}

.sectionkimler p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #828282;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.sectionkimler .item {
  float: left;
  width: 100%;
  margin-bottom: 18px;
  cursor: pointer;
}

.sectionkimler .item:hover .text {
  background: #0a2540;
}

.sectionkimler .item:hover .text span {
  color: #fff;
}

.sectionkimler .icon {
  float: left;
  background: #0a2540;
  width: 76px;
  height: 76px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  text-align: center;
  line-height: 76px;
}

.sectionkimler .text {
  float: left;
  width: calc(100% - 76px);
  height: 76px;
  background: #f6f6f6;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  transition: all 0.6s;
}

.sectionkimler .text span {
  font-weight: 600;
  color: #000;
  transition: all 0.6s;
}

.sectionkimler .row {
  justify-content: center;
}

.sectionstyleright {
  float: left;
  width: 100%;
  background: #f6f6f6;
  padding: 100px 0;
}

.sectionstyleright .img {
  float: left;
  width: 100%;
  height: 100%;
  max-height: 480px;
  padding-left: 25px;
}

.img {
  opacity: 1 !important;
}

.sectionstyleright .img img {
  opacity: 1 !important;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sectionstyleright .text a {
  background: linear-gradient(
    48deg,
    rgba(116, 83, 167, 1) 24%,
    rgba(210, 55, 120, 1) 100%
  );
  color: #fff;
  float: right;
  margin-top: 20px;
  padding: 12px 30px;
  border-radius: 15px;
}

.sectionstyleright .text {
  float: right;
  width: 100%;
  text-align: right;
  max-width: 500px;
  margin-top: 30px;
}

.sectionstyleright h4 {
  float: left;
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
}

.sectionstyleright h4 span {
  color: #0082e6;
}

.sectionstyleright p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #828282;
}

.sectionsolution {
  float: left;
  width: 100%;
  padding: 120px 0 0 0;
  background: #339760;
}

.sectionsolution.whitebg {
  background: #fff;
}

.sectionsolution.purplebg {
  background: #0082e6;
}

.sectionsolution.whitebg h3 {
  color: #031d44;
  font-weight: bold;
  margin-bottom: 5px;
}

.sectionsolution.whitebg .solutionSwiper .swiper-pagination-bullet-active {
  background: #513787 !important;
}

.sectionsolution h3 {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 45px;
  margin-bottom: 25px;
}

.solutionSwiper {
  float: left;
  width: 100%;
  min-height: 510px;
}

.solutionSwiper .solitem {
  float: left;
  width: 100%;
  background: #d9d9d9;
  height: 100%;
  padding: 35px 25px;
  text-align: center;
  border-radius: 15px;
  padding-bottom: 40px;
  transition: all 0.3s;
}

.solutionSwiper .solitem:hover {
  background: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 60px;
}

.solutionSwiper .swiper-slide:hover {
  margin-top: -25px;
}

.solutionSwiper .swiper-wrapper {
  padding-top: 40px;
}

.solutionSwiper .solitem:hover a {
  background: linear-gradient(
    48deg,
    rgba(116, 83, 167, 1) 24%,
    rgba(210, 55, 120, 1) 100%
  );
}

.solutionSwiper .solitem img {
  width: 70px;
  height: 55px;
  max-height: 55px;
  margin-bottom: 15px;
  filter: brightness(0) saturate(100%) invert(6%) sepia(87%) saturate(3550%)
    hue-rotate(211deg) brightness(88%) contrast(98%);
}

.solutionSwiper .solitem h5 {
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 13px;
}

.solutionSwiper .solitem p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 50px;
  float: left;
  width: 100%;
  color: rgba(3, 29, 68, 0.5);
  height: 100px;
}

.solutionSwiper .solitem a {
  background: #031d44;
  border-radius: 15px;
  color: #fff;
  font-weight: 500;
  padding: 11px 30px;
  transition: all 0.4s;
}

.solutionSwiper .swiper-pagination-bullet {
  background: #d9d9d9 !important;
  width: 12px !important;
  height: 12px !important;
  opacity: 1 !important;
}

.solutionSwiper .swiper-pagination-bullet-active {
  width: 16px !important;
  height: 16px !important;
  background: #ffffff !important;
}

.reflogSwiper {
  float: left;
  width: 100%;
  margin-bottom: 80px;
  margin-top: 20px;
}

.reflogitem {
  float: left;
  width: 100%;
  text-align: center;
}

.reflogitem img {
  width: 100%;
  max-width: 180px;
  object-fit: contain;
  max-height: 70px;
  filter: GRAYSCALE(1);
  transition: all 0.5s;
}

.reflogitem img:hover {
  filter: none;
}

.sectionpacpages {
  float: left;
  width: 100%;
  padding: 80px 0;
  background: #f6f6f6;
}

.sectionpacpages.purplebg {
  background: #ae93e1;
}

.sectionpacpages.purplebg h2 {
  margin-bottom: 20px;
}

.sectionpacpages.purplebg h2 span {
  color: #0082e6;
}

.sectionpacpages.purplebg .item.pop {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.sectionpacpages.purplebg .item {
  margin-top: 0;
}

.sectionpacpages.purplebg .item.pop ul {
  margin-bottom: 10px;
}

.sectionpacpages.purplebg p {
  float: left;
  width: 100%;
  color: #031d44;
  text-align: center;
  margin-bottom: 60px;
  font-size: 18px;
}

.sectionpacpages h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 50px;
}

.sectionpacpages .item {
  float: left;
  width: 100%;
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid #0082e6;
  padding: 0px 0px 30px 0px;
  margin-top: 65px;
}

.kutubir {
  background: rgb(0, 130, 230);
  background: linear-gradient(
    90deg,
    rgba(0, 130, 230, 1) 0%,
    rgba(0, 155, 187, 1) 35%,
    rgba(1, 238, 44, 1) 100%
  );
}

.kutuiki {
  background: rgb(0, 130, 230);
  background: linear-gradient(
    90deg,
    rgba(0, 130, 230, 1) 0%,
    rgba(0, 155, 187, 1) 35%,
    rgba(1, 238, 44, 1) 100%
  );
}

.kutuuc {
  background: rgb(0, 130, 230);
  background: linear-gradient(
    90deg,
    rgba(0, 130, 230, 1) 0%,
    rgba(0, 155, 187, 1) 35%,
    rgba(1, 238, 44, 1) 100%
  );
}

.kutu {
  width: 100%;
  height: 140px;
  padding: 30px 30px;
  border-radius: 15px 15px 0px 0px;
  color: #fff;
}

.price-kapsayici {
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.kutu .kutu-box {
  width: 120px;
  height: 36px;
  color: black;
  background-color: yellow;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.kutuicerik {
  padding: 30px 30px;
}

.sectionpacpages .item h4 {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 10px;
}

.sectionpacpages .item h3 {
  background: -webkit-linear-gradient(
    rgba(116, 83, 167, 1),
    rgba(210, 55, 120, 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-align: center;
  font-size: 39px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.sectionpacpages .item .price {
  float: left;
  width: 100%;
  text-align: center;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.sectionpacpages .item .price h5 {
  float: left;
  font-size: 35px;
  font-weight: 600;
}

.sectionpacpages .item .price h6 {
  float: left;
  font-size: 35px;
  color: #d50a58;
  margin-right: 15px;
  font-weight: 600;
}

.sectionpacpages .item .price .month-price {
  float: left;
  font-weight: 500;
  font-size: 16px;
  margin-left: 5px;
  margin-top: 10px;
}

.sectionpacpages .item .price .year-price {
  font-weight: 600;
}

.sectionpacpages .item ul {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 0px 15px;
  margin-top: 10px;
}

.sectionpacpages .item ul li {
  text-align: center;
  float: left;
  width: 100%;
  color: #828282;
  font-weight: normal;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(3, 29, 68, 0.233);
}

.sectionpacpages .item ul li:nth-last-child(1) {
  border-bottom: 0;
}

.sectionpacpages .item .d-flex {
  float: left;
  width: 100%;
}

/* .kutubir {
}

.kutuiki {
}

.kutuuc {
} */

.sectionpacpages .item a {
  margin: 0 auto;
  color: #031d44;
  font-weight: 600;
  font-size: 19px;
  position: relative;
  text-decoration: underline;
}

.sectionpacpages .item a:hover {
  color: #000;
}

.sectionpacpages .item a::after {
  content: "";
  background: url(../img/icon/arrowicondark.svg);
  width: 15px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -25px;
  top: 7px;
}

/* .sectionpacpages .item.pop ul {
} */

.sectionpacpages .item.pop {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.sectionpacpages .poptitle {
  float: left;
  width: 100%;
  background: #d50a58;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  text-align: center;
  color: #fff;
  padding: 20px 0;
}

.sectionpacpages .poptitle span {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding-right: 20px;
}

.sectionpacpages .poptitle span::after {
  content: "";
  background: url(../img/icon/poptitleicon.svg);
  width: 18px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -13px;
}

.hero {
  overflow: hidden;
  background-size: cover;
}

.hero_video,
.hero iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
}

.hero iframe {
  opacity: 0;
}

.hero iframe.loaded {
  opacity: 1;
}

.sectionfullvideo {
  float: left;
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.sectionfullvideo .playicon {
  position: absolute;
  background: url(../img/icon/playicon.svg);
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 4;
}

.sectionfullvideo::before {
  content: "";
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sectionfullvideo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 80%;
}

.sectionhowdoeslist {
  float: left;
  width: 100%;
  padding: 80px 0;
}

.sectionhowdoeslist h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 60px;
}

.sectionhowdoeslist h2 span {
  color: #0082e6;
}

.sectionhowdoeslist ul {
  float: left;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.sectionhowdoeslist ul li a {
  color: #031d44;
  font-weight: 600;
}

.sectionhowdoeslist ul li.active {
  border-bottom: 3px solid #d50a58;
}

.howdowsliste {
  width: 100%;
  float: left;
}

.howdoesleftsc {
  float: left;
  width: 100%;
  background: #f6f6f6;
  padding: 120px 70px;
}

.howdoesleftsc .img {
  float: left;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  max-height: 421px;
  position: relative;
}

.howdoesleftsc .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
}

.howdoesleftsc .text {
  float: left;
  width: 100%;
  padding: 25px;
  min-height: 421px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.howdoesleftsc .text .number {
  float: left;
  width: 100%;
  text-align: center;
  columns: #031d44;
  font-size: 65px;
  font-weight: 800;
}

.howdoesleftsc .text h5 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.howdoesleftsc .text h5 span {
  color: #0082e6;
}

.howdoesleftsc.onebg .img::before {
  content: "";
  background: url(../img/icon/does1before.svg);
  width: 266px;
  height: 322px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -90px;
  top: -60px;
}

.howdoesleftsc.threebg .img::before {
  content: "";
  background: url(../img/icon/does3before.svg);
  width: 266px;
  height: 322px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -90px;
  bottom: -160px;
}

.howdoesrightsc {
  float: left;
  width: 100%;
  background: #339760;
  padding: 120px 70px;
}

.howdoesrightsc .img {
  float: left;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  max-height: 421px;
  position: relative;
}

.howdoesrightsc .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
}

.howdoesrightsc .text {
  float: left;
  width: 100%;
  padding: 25px;
  min-height: 421px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.howdoesrightsc .text .number {
  float: left;
  width: 100%;
  text-align: center;
  columns: #fff;
  font-size: 65px;
  font-weight: 800;
}

.howdoesrightsc .text h5 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: white;
}

.howdoesrightsc .text h5 span {
  color: #d50a58;
}

.howdoesrightsc.twobg .img::before {
  content: "";
  background: url(../img/icon/does2before.svg);
  width: 266px;
  height: 322px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -60px;
  bottom: -190px;
}

.sectionsmspackage {
  float: left;
  width: 100%;
  padding: 60px 0;
  background: #339760;
}

.sectionsmspackage h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 20px;
}

.sectionsmspackage h2 span {
  color: #fff;
}

.sectionsmspackage p {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 19px;
  margin-bottom: 60px;
}

.sectionsmspackage .img {
  float: right;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.sectionsmspackage .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 370px;
  object-position: right;
}

.smslist {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.smslist .item {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 250px;
  border-top-left-radius: 15px;
  overflow: hidden;
  border-top-right-radius: 15px;
}

.smslist .item.top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icon/smstopbg.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.smslist .item.topbot {
  height: calc(100% + 30px);
}

.smslist .item.topbot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icon/smstopbotbg.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.smslist .item.bot {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  height: calc(100% + 30px);
}

.smslist .item.bot .text {
  margin-bottom: 0px;
  margin-top: 53px;
}

.smslist .item.bottop .text {
  margin-bottom: 0px;
  margin-top: 25px;
}

.smslist .item.bottop {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.smslist .item.bottop {
  margin-top: 30px;
}

.smslist .item.bot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icon/smsbotbg.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}

.smslist .item.bottop::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icon/smsbottop.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}

.smslist .item .text {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 25px;
  margin-bottom: 42px;
  margin-top: 10px;
}

.smslist .item .text h5 {
  font-weight: 600;
  font-size: 30px;
  float: left;
  width: 100%;
  margin-bottom: 13px;
}

.smslist .item .text span {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 7px;
  float: left;
  width: 100%;
}

.smslist .item .text .price {
  color: #0082e6;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 18px;
}

.smslist .item .text a {
  color: #031d44;
  font-weight: 600;
  border: 2px solid #031d44;
  border-radius: 18px;
  padding: 6px 25px;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 25px;
  transition: all 0.6s;
}

.smslist .item .text a:hover {
  background: #031d44;
  color: #fff;
}

.price-table-wrapper {
  width: 100%;
  float: left;
  margin: auto;
}

.price-table-wrapper * {
  box-sizing: border-box;
}

.price-table {
  display: none;
}

.price-table.active {
  display: table;
}

.tiable-nav {
  margin-bottom: 30px;
}

.nav-list-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 20px;
}

.nav-list-items .active,
.nav-list-items li:hover {
  border-bottom: 2px solid var(--ButtonBackgroundColor);
  cursor: pointer;
}

.sectionpackageprice table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}

.sectionpackageprice tr.feature-title-Row th {
  width: 25%;
  font-weight: 700;
  padding-left: 20px;
}

.price-table-wrapper p {
  margin-bottom: 0;
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  margin: 0 auto;
  max-width: 80%;
}

.sectionpackageprice tr.feature-title-Row td {
  width: 20%;
}

.sectionpackageprice td,
.sectionpackageprice th {
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  padding: 12px 12px;
  font-weight: unset;
}

.sectionpackageprice thead {
  position: sticky;
  top: 80px;
  background: #f6f6f6;
}

.sectionpackageprice thead th {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.sectionpackageprice thead th:nth-child(2) {
  border-top: 0;
}

.sectionpackageprice thead th:nth-child(3) {
  border-top: 0;
}

.sectionpackageprice thead th:nth-child(4) {
  border-top: 0;
}

.package-title-row th {
  padding: 0px 0px;
}

.package-title-row th:first-child,
.packge-price-row th,
.cta-button-row-top th {
  border-top: 0;
}

.cta-button-row-bottom {
  display: none;
}

.packge-price-row td {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px;
  color: #031d44;
}

.packge-price-row td span {
  font-size: 17px;
  font-weight: 800;
}

.sectionpackageprice .text-box {
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  padding: 1.4vh;
  text-align: center;
  justify-content: center;
}

.sectionpackageprice .table-btn {
  display: block;
  padding: 5px;
  text-decoration: none;
  border-radius: 3px;
  color: var(--ButtonTextColor);
  background-color: var(--ButtonBackgroundColor);
  border-color: var(--ButtonTextColor);
}

.feature-title-Row,
.featue-list-item {
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.feature-items-gap * {
  border: none;
}

.feature-title-Row th,
.feature-title-Row td {
  background: #d9d9d9 !important;
}

.feature-title-Row td {
  border: none;
}

.feature-title {
  font-size: 16px;
  font-weight: 700;
}

.featue-list-item {
  font-size: 16px;
  font-weight: 400;
}

.sectionpackageprice thead .free {
  font-weight: 800;
  color: #031d44;
  font-size: 25px;
}

.sectionpackageprice thead .price {
  float: left;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.sectionpackageprice thead .price h5 {
  float: left;
  font-weight: bold;
  font-size: 25px;
}

.sectionpackageprice thead .price span {
  float: left;
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
  margin-left: 5px;
}

.sectionpackageprice .yes {
  background: url(../img/icon/tableyesicon.svg);
  width: 35px;
  height: 35px;
  background-size: contain;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.sectionpackageprice .no {
  background: url(../img/icon/tablenoicon.svg);
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.sectionpackageprice .feature-title,
.sectionpackageprice .featue-list-item-name {
  text-align: left;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 500;
}

.belgemodal {
  float: left;
  width: 100%;
}

.belgemodal img {
  float: left;
  width: 100%;
  height: 100%;
}

.belgemodal button {
  float: right;
  position: absolute;
  opacity: 1;
  right: 15px;
  filter: brightness(0) saturate(100%) invert(22%) sepia(92%) saturate(7471%)
    hue-rotate(330deg) brightness(85%) contrast(96%);
}

#belgeModal .modal-content {
  border-radius: 15px;
  position: relative;
}

.dropbtnsss {
  display: none;
  color: #031d44;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  float: left;
  width: 100%;
  text-align: left;
  font-weight: 600;
  border-bottom: 2px solid #d9d9d9;
  background: transparent;
  position: relative;
}

.dropbtnsss::after {
  content: "";
  background: url(../img/icon/sssdropicon.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 28px;
}

.sssdropdown {
  position: relative;
  display: inline-block;
}

.sssdropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  float: left;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.sssdropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.show {
  display: block;
}

.sssdropdown #sssTab {
  display: block;
}

.sssdropdown .nav-tabs .nav-link {
  width: 100%;
}

.sssdropdown ul li {
  margin: 0;
  margin-bottom: 5px;
}

/* VIDEO MODAL 1 */

.videomodal {
  float: left;
  width: 100%;
}

#videoModal .modal-dialog {
  max-width: 900px;
}

#videoModal .modal-dialog .modal-content {
  border-radius: 15px;
}

.videomodal iframe {
  float: left;
  width: 100%;
  height: 450px;
}

.videomodal .btn-close {
  opacity: 1;
  float: right;
  margin-bottom: 20px;
}

/* VIDEO MODAL 2 */

.videomodal2 {
  float: left;
  width: 100%;
}

#videoModal2 .modal-dialog {
  max-width: 900px;
}

#videoModal2 .modal-dialog .modal-content {
  border-radius: 15px;
}

.videomodal2 iframe {
  float: left;
  width: 100%;
  height: 450px;
}

.videomodal2 .btn-close {
  opacity: 1;
  float: right;
  margin-bottom: 20px;
}

/* VIDEO MODAL 3 */

.videomodal3 {
  float: left;
  width: 100%;
}

#videoModal3 .modal-dialog {
  max-width: 900px;
}

#videoModal3 .modal-dialog .modal-content {
  border-radius: 15px;
}

.videomodal3 iframe {
  float: left;
  width: 100%;
  height: 450px;
}

.videomodal3 .btn-close {
  opacity: 1;
  float: right;
  margin-bottom: 20px;
}

/* VIDEO MODAL 4 */

.videomodal4 {
  float: left;
  width: 100%;
}

#videoModal4 .modal-dialog {
  max-width: 900px;
}

#videoModal4 .modal-dialog .modal-content {
  border-radius: 15px;
}

.videomodal4 iframe {
  float: left;
  width: 100%;
  height: 450px;
}

.videomodal4 .btn-close {
  opacity: 1;
  float: right;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .sectionpackageprice tr {
    display: flex;
    width: 100%;
  }
  .sectionpackageprice .yes {
    width: 20px;
    height: 20px;
  }
  .sectionpackageprice .no {
    width: 20px;
    height: 20px;
  }
  .sectionpackageprice .feature-title,
  .sectionpackageprice .featue-list-item-name {
    text-align: center;
  }
  .sectionpackageprice td,
  .sectionpackageprice th {
    width: inherit;
    padding: 12px 3px !important;
  }
  .package-title-row th:first-child,
  .packge-price-row th:first-child,
  .cta-button-row-top th {
    display: none !important;
  }
  .feature-title-Row th {
    width: 100% !important;
  }
  .feature-title-Row td {
    display: none;
  }
  .featue-list-item,
  .packge-price-row th,
  .feature-items-gap {
    width: 100% !important;
    grid-template-columns: auto auto auto;
  }
  .featue-list-item th {
    grid-area: 1/ 1 / span 2 / span 3;
  }
  .featue-list-item td {
    display: block;
  }
  .featue-list-item p {
    font-size: 14px;
    max-width: 100%;
  }
  .feature-items-gap th {
    grid-area: 1/ 1 / span 2 / span 3;
  }
  .feature-items-gap td {
    display: none;
  }
  .sectionpackageprice tr.feature-title-Row th {
    text-align: center;
  }
  .price-table-wrapper {
    width: 100%;
    float: left;
  }
  .package-title-row * {
    font-size: 16px;
  }
  .packge-price-row * {
    font-size: 1em !important;
  }
  .packge-price-row span {
    display: block;
    font-size: 0.7em !important;
  }
}

.sectionpackageprice {
  float: left;
  width: 100%;
  padding: 40px 0;
}

.sectionpackageprice h2 {
  float: left;
  width: 100%;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -0.03em;
  margin-bottom: 60px;
}

.sectionpackdetailprice {
  float: left;
  width: 100%;
  position: relative;
  padding: 30px 0;
  background: #d50a58;
}

.sectionpackdetailprice::before {
  content: "";
  transform: matrix(1, 0, -0.5, 1, 0, 0);
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #513787;
}

.sectionpackdetailprice::after {
  position: absolute;
  content: "";
  background: #513787;
  width: 20%;
  left: 0;
  top: 0;
  height: 100%;
}

.sectionpackdetailprice .price {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  position: relative;
}

.sectionpackdetailprice .price h5 {
  font-weight: 600;
  font-size: 38px;
}

.sectionpackdetailprice .price span {
  font-size: 18px;
  font-weight: normal;
}

.packdetailtitle {
  float: left;
  width: 100%;
  text-align: center;
  padding: 60px 0;
}

.packdetailtitle h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}

.packdetailtitle h2 span {
  color: #d50a58;
}

.packdetailleft {
  float: left;
  width: 100%;
  background: #f6f6f6;
  padding: 90px 0;
}

.packdetailleft .text {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.packdetailleft .text h3 {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 40px;
}

.packdetailleft .text h3 span {
  color: #d50a58;
}

.packdetailleft .text ul li {
  float: left;
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.packdetailleft .text ul li::before {
  content: "";
  background: url(../img/icon/checkicon.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  top: 4px;
}

.packdetailleft.pinkbg {
  background: #e495b3;
}

.packdetailleft.purplebg {
  background: #ae93e1;
}

.packdetailleft .img {
  width: 100%;
  height: 100%;
  float: left;
  max-height: 500px;
  padding-left: 50px;
}

.packdetailleft .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.packdetailright {
  float: left;
  width: 100%;
  background: #f6f6f6;
  padding: 90px 0;
}

.packdetailright .text {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.packdetailright .text h3 {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 40px;
  text-align: right;
  margin-bottom: 40px;
}

.packdetailright .text h3 span {
  color: #d50a58;
}

.packdetailright .text ul li {
  float: left;
  width: 100%;
  color: #031d44;
  text-align: right;
  margin-bottom: 10px;
  position: relative;
  padding-right: 30px;
}

.packdetailright .text ul li::before {
  content: "";
  background: url(../img/icon/checkicon.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  top: 4px;
}

.packdetailright .img {
  width: 100%;
  height: 100%;
  float: left;
  padding-right: 50px;
  max-height: 450px;
}

.packdetailright .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

.referencecontentlist {
  float: left;
  width: 100%;
  padding: 50px 0;
}

.referencecontentlist h2 {
  float: left;
  width: 100%;
  font-size: 37px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 80px;
}

.referencecontentlist h2 span {
  color: #d50a58;
}

.morereffcontent {
  float: left;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  display: none;
}

.refcnlist {
  width: 100%;
  display: flex !important;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.refcnlist .item {
  float: left;
  width: 18%;
  text-align: center;
  margin-bottom: 50px;
}

.refcnlist .item img {
  width: 100%;
  height: auto;
  max-height: 70px;
  object-fit: contain;
  filter: GRAYSCALE(1);
  transition: all 0.6s;
}

.refcnlist .item:hover img {
  filter: none;
}

.refmore-button {
  margin: 0 auto;
  color: #031d44;
  font-weight: 700;
  font-size: 19px;
  position: relative;
}

.refmore-button.show::after {
  content: "";
  background: url(../img/icon/arrowbot.svg);
  width: 22px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -30px;
  top: 5px;
  transform: rotate(-180deg);
}

.refmore-button::after {
  content: "";
  background: url(../img/icon/arrowbot.svg);
  width: 22px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -30px;
  top: 5px;
}

.refmore-button:hover {
  color: #031d44;
}

.referencecontentlist .d-flex {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.faqform {
  float: left;
  width: 100%;
  padding: 50px 0;
  background: #f6f6f6;
}

.faqform h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 50px;
}

.faqform .img {
  float: left;
  width: 100%;
  height: 100%;
  max-height: 325px;
  padding-left: 40px;
}

.faqform .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.faqform .form {
  float: left;
  width: 100%;
}

.faqform .form input {
  background: transparent;
  border: 3px solid #d9d9d9;
  border-radius: 15px;
  padding: 12px 15px;
  float: left;
  width: 100%;
  margin-bottom: 12px;
  font-weight: 600;
  color: #000;
}

.faqform .form textarea {
  background: transparent;
  border: 3px solid #d9d9d9;
  border-radius: 15px;
  padding: 12px 15px;
  float: left;
  width: 100%;
  margin-bottom: 12px;
  font-weight: 600;
  color: #000;
  min-height: 120px;
}

.recahiz {
  float: left;
  width: 100%;
  margin-top: 25px;
  display: flex;
  margin-bottom: 15px;
}

.recahiz .g-recaptcha {
  margin: 0 auto;
}

.faqform button {
  background: #d50a58;
  color: #fff;
  padding: 14px 40px;
  border-radius: 15px;
  border: 0;
  margin: 0 auto;
  margin-top: 11px;
}

.clspagearea {
  float: left;
  width: 100%;
  padding: 70px 0;
}

.clspagearea h1 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 50px;
}

.clspagearea h1 span {
  color: #d50a58;
}

.clspagearea p {
  text-align: left;
  letter-spacing: -0.03em;
  color: #828282;
}

.contactpage {
  float: left;
  width: 100%;
  padding-top: 60px;
}

.contactpage h1 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
}

.contactpage h1 span {
  color: #d50a58;
}

.contactsocial {
  float: left;
  width: 100%;
  margin-bottom: 60px;
  margin-top: 10px;
}

.contactsocial .img {
  float: left;
  width: 100%;
  height: 100%;
  max-height: 400px;
}

.contactsocial .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.contactsocial ul {
  float: left;
  width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  margin-top: 15px;
}

.contactsocial ul li {
  float: left;
  width: 49%;
  text-align: center;
  display: flex;
  margin-bottom: 80px;
}

.contactsocial ul li a {
  background: #513787;
  border-radius: 15px;
  float: left;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  line-height: 140px;
  transition: all 0.6s;
}

.contactsocial ul li a:hover {
  background: #d50a58;
}

.contactsocial ul li a img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}

.contactform {
  float: left;
  width: 100%;
  padding: 90px 0;
  padding-top: 0px !important;
  background-color: white !important;
}

.contactform ul {
  float: left;
  width: 100%;
  max-width: 450px;
}

.contactform ul li {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}

.contactform ul li .icon {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: #513787;
  display: block;
  text-align: center;
  line-height: 47px;
}

.contactform ul li .icon img {
  width: 25px;
  height: 25px;
}

.contactform ul li span {
  float: left;
  width: calc(100% - 50px);
  padding-left: 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.03em;
  color: #7c7c7c;
}

.contactform ul li .h50d {
  min-height: 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.contactform .form {
  float: right;
  width: 100%;
  max-width: 550px;
}

.contactform .form input {
  background: transparent;
  border: 3px solid #d9d9d9;
  border-radius: 15px;
  padding: 12px 15px;
  float: left;
  width: 100%;
  margin-bottom: 12px;
  font-weight: 400;
  color: #000;
}

.contactform .form textarea {
  background: transparent;
  border: 3px solid #d9d9d9;
  border-radius: 15px;
  padding: 12px 15px;
  float: left;
  width: 100%;
  margin-bottom: 32px;
  font-weight: 400;
  color: #000;
  min-height: 120px;
}

.contactform .form button {
  background: #0082e6;
  border-radius: 15px;
  float: right;
  border: 0;
  color: #fff;
  padding: 13px 45px;
  margin-top: 9px;
}

.contactmap {
  float: left;
  width: 100%;
  height: 600px;
  max-height: 600px;
}

.contactmap iframe {
  width: 100%;
  height: 100%;
}

.blogcontent {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.bloglistheader {
  float: left;
  width: 100%;
  margin-bottom: 70px;
}

.bloglistheader img {
  float: left;
  width: 100%;
  object-fit: cover;
  height: 400px;
  object-position: center;
  margin-bottom: 50px;
}

.bloglistheader h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 15px;
}

.bloglistheader p {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 17px;
  letter-spacing: -0.03em;
  color: rgba(130, 130, 130, 0.76);
  margin-bottom: 25px;
}

.detiala {
  float: left;
  width: 100%;
  text-align: center;
}

.detiala a {
  position: relative;
  margin: 0 auto;
  color: #031d44;
  font-weight: 600;
  font-size: 17px;
  text-decoration: underline;
}

.detiala a:hover {
  color: #000;
}

.detiala a::after {
  content: "";
  background: url(../img/icon/arrowicondark.svg);
  width: 15px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -25px;
  top: 7px;
}

.blogcontent .bloglist {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.blogitem {
  float: left;
  width: 90%;
  margin-bottom: 40px;
}

.blogitem img {
  float: left;
  width: 100%;
  height: 350px;
  border-radius: 15px;
  object-fit: cover;
  margin-bottom: 15px;
}

.blogitem h4 {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 18px;
}

.blogitem h4 a {
  color: #031d44;
}

.blogitem p {
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  letter-spacing: -0.03em;
  color: rgba(130, 130, 130, 0.76);
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogslider {
  float: left;
  width: 100%;
  padding: 40px 0;
  margin-bottom: 40px;
}

.blogdetSwiper {
  float: left;
  width: 100%;
}

.blogdetSwiper .img {
  float: left;
  width: 100%;
  height: 500px;
  border-radius: 15px;
  overflow: hidden;
}

.blogdetSwiper .img img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.blogtext {
  float: left;
  width: 100%;
  padding: 15px 0;
}

.blogtext h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 30px;
}

.blogtext p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  letter-spacing: -0.03em;
  color: rgba(3, 29, 68, 0.75);
}

.relatedpost {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
}

.relatedpost h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 50px;
}

.relatedpost h2 span {
  color: #d50a58;
}

.blogdetSwiper .swiper-wrapper {
  padding-bottom: 70px;
}

.bloginfo {
  float: left;
  width: 100%;
  position: relative;
  z-index: 9;
}

.bloginfo span {
  margin-top: -40px;
}

.bloginfo ul {
  margin-top: -40px;
}

.blogdetSwiper .swiper-pagination-bullet {
  position: relative;
  z-index: 99;
}

.bloginfo span {
  float: left;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: rgba(3, 29, 68, 0.5);
}

.bloginfo ul {
  float: right;
}

.bloginfo ul li {
  float: left;
  margin-left: 17px;
}

.bloginfo ul li img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}

.bloginfo ul li img:hover {
  filter: brightness(0) saturate(100%) invert(22%) sepia(92%) saturate(7471%)
    hue-rotate(330deg) brightness(85%) contrast(96%);
}

.belgelist {
  float: left;
  width: 100%;
  padding: 40px 0;
}

.belgelist h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 60px;
}

.belgelist h2 span {
  color: #d50a58;
}

.belgelist .item {
  float: left;
  width: 100%;
  height: 385px;
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid #031d44;
  margin-bottom: 30px;
  padding: 15px;
}

.belgelist .item img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.belgelist .col-md-3 {
  padding-left: 15px;
  padding-right: 15px;
}

.erorpagearea {
  float: left;
  width: 100%;
  padding: 90px 0;
  text-align: center;
}

.erorpagearea img {
  height: 380px;
  object-fit: contain;
  margin-bottom: 50px;
}

.erorpagearea h2 {
  float: left;
  width: 100%;
  color: #d50a58;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 50px;
}

.erorpagearea .d-flex {
  width: 100%;
}

.erorpagearea a {
  background: #d50a58;
  margin: 0 auto;
  position: relative;
  color: #fff;
  font-weight: 500;
  padding: 15px 30px;
  padding-left: 60px;
  border-radius: 15px;
  transition: all 0.6s;
}

.erorpagearea a:hover {
  background: #a00a43;
}

.erorpagearea a::before {
  content: "";
  background: url(../img/icon/leftarrowicon.svg);
  width: 25px;
  height: 17px;
  position: absolute;
  left: 23px;
  top: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.sssarea {
  float: left;
  width: 100%;
  padding: 70px 0;
}

.sssarea h1 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 43px;
  font-weight: 600;
  margin-bottom: 45px;
}

.sssarea h1 span {
  color: #d50a58;
}

.ssssearch {
  float: left;
  width: 100%;
}

.ssssearch input {
  float: left;
  width: calc(100% - 75px);
  background: #d9d9d9;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  min-height: 75px;
  padding-left: 40px;
  font-size: 17px;
  line-height: 70px;
  border: 0;
}

.ssssearch button {
  float: left;
  width: 75px;
  background: url(../img/icon/ssssearchicon.svg);
  background-size: 27px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #d50a58;
  border: 0;
  height: 75px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  transition: all 0.6s;
}

.ssssearch button:hover {
  background-color: #9b043e;
}

.ssstabs {
  float: left;
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-flow: column;
}

.ssstabs ul {
  margin: 0 auto;
  border: 0;
}

.ssstabs ul li {
  margin-left: 5px;
  margin-right: 5px;
}

.ssstabs ul button {
  color: #031d44;
  font-weight: 600;
  font-size: 18px;
  border: 0 !important;
  box-shadow: none;
}

.ssstabs ul button.active {
  border-bottom: 4px solid #d50a58 !important;
}

#sssTabContent {
  float: left;
  width: 100%;
  margin-top: 80px;
}

#sssTabContent button {
  background: #d9d9d9;
  border-radius: 15px;
  border: 0 !important;
  color: #000000c4;
  font-weight: 500;
  padding: 18px 25px;
  box-shadow: none !important;
}

#sssTabContent .accordion-item {
  margin-bottom: 17px;
  border-bottom: 0;
}

#sssTabContent .accordion-body {
  background: #d9d9d9;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #0000008c;
  font-weight: 500;
  padding-top: 0;
}

#sssTabContent .accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #d50a58;
}

#sssTabContent .accordion-button::after {
  content: "+";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #6d6d6d;
  text-align: center;
  line-height: 22px;
  color: #6d6d6d;
  font-weight: 600;
}

#sssTabContent .accordion-button:not(.collapsed)::after {
  content: "-";
  color: #d50a58;
  border-color: #d50a58;
}

#sssTabContent .accordion {
  margin: 0 auto;
  max-width: 85%;
}

.sssops {
  float: left;
  width: 100%;
}

.sssops h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 35px;
}

.sssops h2 span {
  color: #d50a58;
}

.sssops .d-flex {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.sssops a {
  background: #d50a58;
  margin: 0 auto;
  position: relative;
  color: #fff;
  font-weight: 500;
  padding: 15px 30px;
  padding-left: 60px;
  border-radius: 15px;
  transition: all 0.6s;
}

.sssops a::before {
  content: "";
  background: url(../img/icon/leftarrowicon.svg);
  width: 25px;
  height: 17px;
  position: absolute;
  left: 23px;
  top: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.sssops img {
  float: left;
  width: 100%;
  object-fit: contain;
  object-position: center;
  max-height: 300px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.sectionhow .text {
  float: left;
  width: 100%;
  text-align: right;
  padding-left: 25px;
}

.sectionhow .text h2 {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 40px;
}

.sectionhow .text h2 span {
  color: #d50a58;
}

.sectionhow .text p {
  font-weight: 400;
  font-size: 16px;
  float: left;
  width: 100%;
  text-align: right;
  letter-spacing: -0.03em;
  color: #828282;
}

.max-height350 {
  max-height: 350px;
}

.ssssection {
  float: left;
  width: 100%;
  padding-bottom: 60px;
}

.ssssection h5 {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 50px;
}

.algncentertitle {
  float: left;
  width: 100%;
  padding: 80px 0;
  text-align: center;
}

.algncentertitle h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 37px;
  margin-bottom: 40px;
}

.algncentertitle h2 span {
  color: #0082e6;
}

.algncentertitle p {
  font-weight: 400;
  font-size: 22px;
  float: left;
  width: 100%;
  text-align: center;
  text-align: center;
  letter-spacing: -0.03em;
  color: #828282;
  margin-bottom: 30px;
}

.algncentertitle img {
  float: left;
  width: 100%;
  height: 264px;
  object-fit: contain;
}

.algncentertitle .d-flex {
  float: left;
  width: 100%;
  text-align: center;
}

.algncentertitle .d-flex a {
  color: #fff;
  margin: 0 auto;
  font-weight: 500;
  background: rgb(0, 130, 230);
  background: linear-gradient(
    90deg,
    rgba(0, 130, 230, 1) 0%,
    rgba(0, 155, 187, 1) 35%,
    rgba(1, 238, 44, 1) 100%
  );
  border-radius: 15px;
  padding: 11.5px 20px;
  transition: all 0.7s;
  margin-top: 50px;
}

.algncentertitle .d-flex a:hover {
  background: linear-gradient(
    48deg,
    rgba(116, 83, 167, 1) 100%,
    rgba(210, 55, 120, 1) 100%
  );
}

.max-img {
  border-radius: 15px;
  overflow: hidden;
  float: right !important;
  width: calc(100% - 50px) !important;
  max-height: 345px !important;
  padding-left: 0px !important;
}

.max-img img {
  object-fit: cover !important;
}

.v-hiz {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  float: right;
  width: 100%;
}

.text-left {
  text-align: left !important;
  float: left !important;
  max-width: 520px !important;
  margin-top: 0 !important;
}

.text-right {
  float: right !important;
  text-align: right !important;
  max-width: 540px !important;
}

.text-right h4 {
  font-size: 35px !important;
  margin-top: 0 !important;
}

.text-right p {
  color: #f6f6f6 !important;
}

.sectionteam {
  float: left;
  width: 100%;
  padding: 60px 0;
}

.sectionteam h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 37px;
  font-weight: 600;
  margin-bottom: 50px;
}

.sectionteam .item {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.sectionteam .item img {
  margin: 0 auto;
  margin-bottom: 25px;
  border-radius: 15px;
  overflow: hidden;
  object-fit: cover;
}

.sectionteam .item h4 {
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1px;
}

.sectionteam .item span {
  max-width: 320px;
  width: 100%;
  text-align: center;
  color: rgba(3, 29, 68, 0.5);
}

.sectioncomment {
  float: left;
  width: 100%;
  padding: 60px 0;
  background: #f6f6f6;
}

.sectioncomment h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 50px;
}

.sectioncomment .item {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  border-radius: 15px;
  padding: 30px 28px;
  text-align: center;
  border: 2px solid #031d44;
  margin-bottom: 50px;
}

.sectioncomment .item .starlist {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.sectioncomment .item .star {
  background: url(../img/icon/comstaricon.svg);
  width: 34px;
  height: 34px;
  background-size: contain;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.sectioncomment .item p {
  float: left;
  width: 100%;
  text-align: left;
}

.sectioncomment .item img {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  object-fit: contain;
  object-position: center;
}

.markacontent {
  float: left;
  width: 100%;
  padding: 60px 0;
  padding-bottom: 80px;
}

.markacontent h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 39px;
  margin-bottom: 55px;
}

.markacontent .img {
  align-items: center;
  width: 100%;
  height: 95px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.markacontent img {
  max-width: 191px;
  object-fit: contain;
  height: auto;
  object-position: bottom;
}

.onaykodu {
  float: left;
  width: 100%;
  padding: 25px;
  text-align: center;
}

#onaykodu .modal-content {
  border-radius: 15px;
}

.onaykodu h3 {
  font-size: 25px;
  font-weight: 600;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.onaykodu p {
  float: left;
  width: 100%;
  text-align: center;
  color: #031d44;
  font-weight: 500;
}

.onaykodu input {
  border: 3px solid #d9d9d9;
  border-radius: 15px;
  padding: 13px 15px;
  float: left;
  width: 100%;
  color: #000000ab;
  font-weight: 500;
  margin-bottom: 15px;
}

.onaykodu .submit-button {
  color: #fff;
  border: 0;
  background: #d50a58;
  border-radius: 15px;
  padding: 14px 47px;
}

.countdown-area {
  display: block;
  margin-bottom: 10px;
}

.countdown-area .countdown-text {
  font-weight: bold;
}

.onaykodu .code-button {
  color: #fff;
  border: 0;
  background: #14aa06;
  border-radius: 15px;
  padding: 14px 47px;
}

.registerfinish {
  float: left;
  width: 100%;
  padding: 140px 0;
  text-align: center;
}

.registerfinish svg {
  margin-bottom: 20px;
}

.registerfinish h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 35.06px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #33cccc;
}

.registerarea {
  float: left;
  width: 100%;
  padding: 60px 0;
}

.registerarea h1 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 80px;
}

.registerarea h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}

.registerarea h2 span {
  color: #d50a58;
}

.registerarea h1 span {
  color: #0082e6;
}

.registerarea .img {
  float: left;
  width: 100%;
  height: 100%;
  max-height: 400px;
}

.registerarea .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.registerarea .step {
  display: none;
}

.registerarea .step.active {
  display: block;
}

.registerarea .form-group {
  width: 100%;
  margin-top: 20px;
}

.registerarea .form-group input {
  width: 100%;
  border: 3px solid #d9d9d9;
  border-radius: 15px;
  padding: 12px 20px;
  font-size: 18px;
}

.registerarea .form-group select {
  border: 3px solid #d9d9d9;
  border-radius: 15px;
  padding: 12px 20px;
}

.registerarea button.previous-btn {
  width: 50px;
  height: 50px;
  padding: 6px 6px;
  border: none;
  outline: none;
  margin-right: 91%;
  border-radius: 50%;
  font-size: 18px;
  background-color: rgba(213, 10, 88, 0);
  border: 2px solid rgba(213, 10, 88);
  cursor: pointer;
  transition: 0.3s;
}

.registerarea button.previous-btn:hover {
  background-color: rgba(213, 10, 88);
  cursor: pointer;
}

.registerarea #back-icon:hover {
  color: white;
  cursor: pointer;
}

.registerarea button.submit-btn {
  margin-top: 20px;
  width: 550px;
  padding: 10px 30px;
  border: none;
  outline: none;
  margin: 0 auto;
  background: #0082e6;
  border-radius: 15px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.registerarea button.next-btn {
  width: 375px;
  padding: 10px 30px;
  border: none;
  outline: none;
  background: #0082e6;
  border-radius: 15px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

@media (min-width: 768px) {
  .registerarea button.next-btn {
    width: 530px;
    padding: 10px 30px;
    border: none;
    outline: none;
    border-radius: 15px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
  }
}

.registerarea button.previous-btn {
  float: right;
}

.regtext {
  float: center;
  text-align: center;
  width: 100%;
  margin-top: 19px;
}

.regtext span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #0000009c;
}

.regtext a {
  color: #00c2ff;
  font-weight: 500;
  margin-left: 10px;
}

.registerarea .d-flex {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.registerform {
  float: right;
  width: 100%;
  max-width: 550px;
  position: relative;
}

.custom-select {
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin-top: 25px;
  float: left;
  width: 100%;
  margin-bottom: 18px;
}

.custom-select select {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  border: 3px solid #d9d9d9;
  border-radius: 15px;
  outline: none;
  padding: 15px 18px;
  cursor: pointer;
  appearance: none;
  font-weight: 500;
  color: #00000098;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

.custom-select::after {
  content: "";
  background: url(../img/icon/selectarrowicon.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  right: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 22px;
}

.custom-select .selector-options {
  list-style: none;
  padding: 5px 0;
  margin: 0;
  background: #ffff;
  color: #031d44;
  border-radius: 4px;
  z-index: 1;
  font-weight: 500;
  width: 100%;
  position: absolute;
  font-size: 16px;
  left: 0;
  padding: 14px;
  padding-right: 25px;
  top: 0;
  border: 3px solid #d9d9d9;
  border-radius: 15px;
  padding-top: 50px;
  max-height: 250px;
  overflow-y: scroll;
}

.custom-select .selector-options li {
  height: auto;
  display: flex;
  align-items: center;
  padding: 14px 18px;
  cursor: pointer;
  background: #d9d9d9;
  border-radius: 15px;
  margin-bottom: 8px;
}

.custom-select .selector-options::before {
  content: "İşletme Türü*";
  color: #0000009c;
  font-weight: 500;
  left: 17px;
  position: absolute;
  top: 13px;
}

.custom-select .selector-options::-webkit-scrollbar-track {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.custom-select .selector-options::-webkit-scrollbar {
  width: 7px;
  border-radius: 5px;
  background-color: transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.custom-select .selector-options::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: #d9d9d9;
}

.form-groupcc {
  float: left;
  width: 100%;
  margin-top: 35px;
}

.form-groupcc input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-groupcc label {
  position: relative;
  cursor: pointer;
  color: #000;
  font-weight: 500;
  padding-left: 34px;
}

.form-groupcc label a {
  color: #00c2ff;
}

.form-groupcc label:before {
  content: "";
  -webkit-appearance: none;
  background: #d9d9d9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
  left: 0;
  margin-top: 2px;
}

.form-groupcc input:checked + label::before {
  background: #33cccc;
}

.form-groupcc input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.mobilmenu {
  float: right;
  display: none;
}

.mobilmenubtn {
  float: right;
  background: url(../img/icon/mobilmenuicon.svg);
  width: 29px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 15px;
}

.mobilphone {
  float: right;
  margin-right: 15px;
  margin-top: 12px;
}

.mobilphone img {
  width: 20px;
  height: 20px;
}

.mobillogo img {
  height: 33px;
  object-fit: contain;
  margin-left: -20px;
}

.offcanvas-header .btn-close {
  background: url(../img/icon/mcloseicon.svg);
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  padding: 0;
}

#offcanvasMobil {
  background: #d9d9d9;
  width: 100%;
  padding: 0 0;
  margin: 0 0;
}

.offcanvas .lang select {
  background: #d9d9d9;
  border: 0;
  color: #fff;
  font-weight: bold;
  width: 60px;
  font-size: 19px;
  color: #031d44;
}

.mobilmenuliste {
  float: left;
  width: 100%;
}

.mobilmenuliste ul {
  float: left;
  width: 100%;
}

.mobilmenuliste ul li {
  float: left;
  width: 100%;
  margin-bottom: 8px;
  text-align: center;
}

.mobilmenuliste ul li a {
  color: #031d44;
  font-weight: 500;
  font-size: 17px;
}

.mobilmenuliste ul li a img {
  filter: brightness(0) saturate(100%) invert(6%) sepia(87%) saturate(3550%)
    hue-rotate(211deg) brightness(88%) contrast(98%);
}

.mobilmenuliste .navbar-nav .dropdown-menu {
  float: left;
  width: 100%;
  background: #ffffff;
  border: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.mobilmenuliste .navbar-nav .dropdown-menu ul {
  float: left;
  width: 100%;
  padding: 30px 40px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.mobilmenuliste .navbar-nav .dropdown-menu li {
  width: 31%;
  text-align: center;
  margin-bottom: 7px;
  margin-top: 7px;
}

.mobilmenuliste .navbar-nav .dropdown-menu li a {
  padding: 0;
}

.mobilmenuliste .navbar-nav .dropdown-menu li img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 10px;
}

.mobilmenuliste .navbar-nav .dropdown-menu li span {
  display: none;
}

.mobilmenuliste .navbar-nav .dropdown-menu li h5 {
  font-weight: 600;
  font-size: 12px;
}

.offcanvas-header {
  padding: 30px 35px;
}

.offcanvas-body {
  padding: 0;
  margin-top: 20px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

@media (max-width: 950px) {
  .menu-open:checked ~ .menu-item:nth-child(5) {
    transition-duration: 680ms;
    -webkit-transition-duration: 680ms;
    -webkit-transform: translate3d(-42.03006px, -42.33095px, 0);
    transform: translate3d(-42.03006px, -42.33095px, 0);
  }
  .menu-open:checked ~ .menu-item:nth-child(4) {
    transition-duration: 580ms;
    -webkit-transition-duration: 580ms;
    -webkit-transform: translate3d(-51.86291px, 18.62064px, 0);
    transform: translate3d(-51.86291px, 18.62064px, 0);
  }
  .menu-open:checked ~ .menu-item:nth-child(3) {
    transition-duration: 180ms;
    -webkit-transition-duration: 180ms;
    -webkit-transform: translate3d(17.08361px, -52.99997px, 0);
    transform: translate3d(17.08361px, -52.99997px, 0);
  }
  .menu {
    margin: auto;
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    font-size: 37px;
    z-index: 9999;
  }
  .menu-item,
  .menu-open-button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
  }
  .packdetailleft .text ul li::before {
    content: "";
    background: url(../img/icon/checkicon.svg);
    width: 16px;
    height: 16px;
    position: relative;
    left: -10px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    top: 4px;
  }
  .packdetailleft .text ul li {
    padding-left: 0px;
  }
  .packdetailright .text ul li {
    padding-right: 0px;
  }
  .packdetailright .text ul li::before {
    content: "";
    background: url(../img/icon/checkicon.svg);
    width: 16px;
    height: 16px;
    position: relative;
    left: -10px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    top: 4px;
  }
  .registerform .col-md-3 {
    width: 25% !important;
  }
  .isletmeturu {
    width: 105px;
    height: 105px;
    padding: 20px 0px 0px 0px;
    margin-top: -15px;
  }
  .registerform .row {
    margin: auto auto;
  }
  .registerform .col-md-3 {
    width: 33.3% !important;
  }
  .isletmeicerik {
    width: 105px;
  }
  .isletmegorseli {
    height: 35px;
  }
  .isletmegorseli img {
    height: 35px;
    width: auto;
  }
  .isletmeturyazi {
    margin-top: 5px;
    font-size: 12px;
  }
  .referenceslider .swiper-slide.swiper-slide-active {
    width: 50% !important;
  }
  .referenceslider .reflogitem {
    width: auto !important;
    display: contents;
  }
  .referenceslider .swiper-wrapper {
    padding: 0px 0px !important;
  }
  .referans .swiper-pagination {
    bottom: 0px !important;
  }
  .paketler .swiper-pagination {
    bottom: 0px !important;
    position: relative;
  }
  .reflogSwiper .swiper-pagination {
    bottom: 0px !important;
    position: relative;
  }
  .paketdetay .swiper-pagination {
    bottom: -5px !important;
    position: relative;
  }
  .guzelyorumlar .swiper-pagination {
    bottom: -5px !important;
  }
  .smslist .swiper-pagination {
    bottom: 0 !important;
    position: relative;
  }
  .mobilbizeulas {
    text-align: center;
    margin-top: 15px;
  }
  .masaustu {
    display: none !important;
  }
  .mobil {
    display: block !important;
  }
  .belgelist .item {
    height: auto;
  }
  .belgelist .col-md-3 {
    width: 50%;
  }
  .headtop {
    display: none;
  }
  .topbtn .tpphonebtn {
    display: none;
  }
  .topbtn .attemptbtn {
    display: none;
  }
  .topmenu {
    display: none;
  }
  .headbot {
    padding: 15px 25px;
  }
  .toplogo {
    width: 40%;
    height: 50px;
  }
  .hmslider {
    height: auto;
    padding: 0;
  }
  .hmslideritem .row {
    flex-flow: column-reverse;
  }
  .hmslideritem .img {
    height: 210px;
  }
  .hmslideritem {
    padding: 30px 0;
  }
  .hmslideritem .img img {
    object-position: center;
  }
  .hmslideritem .text h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .hmslideritem .text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .swiper-button-nextref,
  .swiper-button-prevref {
    display: none;
  }
  .blogSwiper .swiper-slide-next {
    margin-left: auto;
    width: 10% !important;
    overflow: hidden;
  }
  .blogSwiper .swiper-slide-prev {
    margin-left: auto;
    width: 10% !important;
    overflow: hidden;
  }
  .blogSwiper .swiper-slide-active {
    margin-left: auto;
    width: 70% !important;
  }
  .sectionblog {
    overflow: hidden;
  }
  .footercontent {
    padding: 20px 7px;
  }
  .footerlogo {
    height: 55px;
    margin-bottom: 40px;
  }
  .footermenu .col-md-2 {
    width: 100%;
  }
  .footermenu .col-md-1 {
    width: 50%;
  }
  .footermenu .col-md-3 {
    padding-left: calc(var(--bs-gutter-x) * 0.3);
    width: 100%;
  }
  .col-md-2.iletisimfooter {
    width: 100%;
  }
  .footermenu {
    overflow: hidden;
    text-align: center;
  }
  .footermenu .row {
    margin: 0;
  }
  .footermenuitem {
    margin-bottom: 10px;
  }
  .footermenuitem label {
    font-size: 16px;
  }
  .footermenuitem ul li a {
    font-size: 13px;
  }
  .footermenuitem ul li {
    margin-bottom: 8px;
  }
  .footersocialbar .row {
    flex-flow: column-reverse;
  }
  .footersocialbar h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .sclist {
    max-width: 100%;
    margin-bottom: 35px;
  }
  .sclist .row {
    flex-flow: wrap;
  }
  .sclist .col-md-3 {
    width: 25%;
    max-width: 25%;
  }
  .footersocialbar .col-md-3 {
    width: 50%;
  }
  .mobsocial {
    flex-flow: wrap !important;
  }
  .footersocialbar .appitem .text h5 {
    font-size: 13px;
  }
  .footersocialbar .appitem .text span {
    font-size: 10px;
  }
  .footerbot ul {
    border: 0;
    padding: 0px 15px;
    margin-bottom: 25px;
  }
  .footerbot ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 3px;
  }
  .infoft span {
    width: 100%;
    text-align: center;
    font-size: 12px;
    height: auto;
    margin-bottom: 9px;
  }
  .infoft .desc {
    width: 100%;
    text-align: center;
    font-size: 12px;
    height: auto;
  }
  .infoft {
    padding: 15px;
  }
  .infoft img {
    width: 100%;
    margin-top: 15px;
  }
  .footersocialbar {
    padding: 20px 0px 10px 0px !important;
  }
  .hmSliderSwiper .swiper-wrapper {
    padding-bottom: 30px;
  }
  .hmslideritem .text {
    padding-top: 20px;
  }
  .swiper-pagination-bullet {
    width: 9px !important;
    height: 9px !important;
  }
  .swiper-pagination-bullet-active {
    width: 11px !important;
    height: 11px !important;
    top: 1px !important;
  }
  .mobilloginbtn {
    float: left;
    width: 100%;
    text-align: center;
  }
  .mobilloginbtn a {
    color: #d50a58;
    font-weight: normal;
    font-size: 17px;
  }
  .registerbtn {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .registerbtn a {
    color: #d50a58;
    font-weight: normal;
    font-size: 17px;
    padding-top: 15px;
  }
  .menusocial {
    float: left;
    width: 100%;
    padding: 30px 50px;
    margin-top: 50px;
  }
  .lang {
    width: 50px;
  }
  .menusocial h4 {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 0px;
    margin-bottom: 10px;
  }
  .menusocial .sclist {
    max-width: 100%;
  }
  .mobilmenu {
    display: block;
  }
  .sectionwhy {
    padding: 25px 15px;
  }
  .sectionwhy .img {
    height: 240px;
  }
  .sectionwhy .img img {
    object-position: center;
  }
  .sectionwhy .swiper-pagination {
    margin-left: 45%;
  }
  .sectionwhy .text h2::before {
    display: none;
  }
  .sectionwhy .text h2 {
    width: 100%;
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .sectionwhy .text {
    min-height: auto;
  }
  .sectionwhy .text h6 {
    text-align: center;
    width: 100%;
  }
  .sectionwhy .text p {
    margin-bottom: 20px;
    text-align: center;
  }
  .sectionwhy .hiza {
    display: flex;
    flex-flow: column;
  }
  .sectionwhy .text a {
    margin: 0 auto;
  }
  .sectionhow .row {
    flex-flow: column-reverse;
  }
  .sectionhow .title h2::before {
    display: none;
  }
  .sectionhow .title h2 {
    font-size: 35px;
  }
  .sectionhow {
    padding: 30px 0;
    padding-bottom: 10px;
  }
  .sectionhow .title {
    margin-bottom: 20px;
  }
  .sectionhow .videoarea {
    min-height: 250px;
    height: 250px;
    border-radius: 0;
  }
  .sectionhow .col-md-6 {
    padding: 10px;
  }
  .sectionkimler .text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .registerform .ileri {
    margin: 0 auto;
  }
  .registerarea button.next-btn {
    width: 250px;
  }
  .registerarea button.submit-btn {
    width: 250px;
    margin-bottom: 20px;
  }
  .mobilmenuliste .navbar-nav .dropdown-menu li h5 {
    font-size: 9px;
  }
  .sectionstyleleft .img {
    width: 50%;
    padding: 0;
  }
  .sectionhow .col-md-6:nth-child(1) {
    padding: 0;
  }
  .sectionhow .item .icon {
    width: 50px;
    height: 50px;
    line-height: 46px;
  }
  .sectionhow .item .text span::after {
    display: none;
  }
  .sectionhow .item .icon img {
    width: 23px;
    height: 23px;
  }
  .sectionhow .item .text {
    width: 100%;
    line-height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .sectionhow .item .text span {
    font-size: 16px;
    float: left;
    width: 100%;
    text-align: left;
  }
  .sectionhow .item .text h6 {
    height: auto;
    font-size: 16px;
  }
  .sectionhow .item::after {
    left: 24px;
    top: 57px;
  }
  .sectionappbar .img {
    height: 250px;
    margin-bottom: 20px;
  }
  .sectionappbar {
    padding: 40px 25px;
    position: relative;
  }
  .sectionappbar .col-md-6 {
    width: 50%;
  }
  .sectionappbar .col-md-5 {
    padding-right: calc(var(--bs-gutter-x) * 0.3);
  }
  .sectionappbar .appitem .text h5 {
    font-size: 15px;
  }
  .sectionappbar .appitem {
    padding: 12px 12px;
  }
  .sectionappbar .appitem img {
    margin-left: -5px;
    width: 25px;
    height: 25px;
  }
  .sectionappbar .appitem .text {
    min-height: 30px;
  }
  .sectionappbar .appitem .text span {
    font-size: 10px;
  }
  .sectionappbar .title {
    margin-top: 25px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sectionappbar h2 {
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .sectionappbar .title h3 {
    font-size: 35px;
  }
  .sectionreferences .title h2::before {
    display: none;
  }
  .sectionreferences .title {
    margin-bottom: 30px;
  }
  .sectionreferences {
    padding: 30px 0;
  }
  .sectionreferences .title h2 {
    font-size: 35px;
  }
  .sectionreferences .swiper-wrapper {
    padding-left: 55px;
  }
  .sectionpaket .swiper-wrapper {
    padding-left: 35px;
  }
  .sectionreferences .swiper-slide-active {
    width: calc(100% - 110px) !important;
  }
  .sectionpaket .swiper-slide-active {
    width: calc(100% - 70px) !important;
  }
  .sectionreferences .container {
    padding: 0;
  }
  .sectionreferences .swiper-slide-active .item p {
    margin-bottom: 25px;
  }
  .referenceSwiper .item p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 72px;
  }
  .sectionblog {
    padding: 30px 0;
  }
  .sectionblog .container {
    padding: 0;
  }
  .blogSwiper .swiper-slide-active .hmblogitem .img {
    width: 100%;
    height: 150px;
  }
  .blogSwiper .swiper-slide-active .hmblogitem .text {
    width: 100%;
    text-align: center;
    min-height: auto;
  }
  .blogSwiper .swiper-slide-prev {
    width: 100% !important;
  }
  .blogSwiper .swiper-slide-next {
    width: 100% !important;
  }
  .sectionblog .swiper-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .blogSwiper .swiper-slide-active {
    width: calc(100% - 60px) !important;
  }
  .blogSwiper .swiper-slide-active .hmblogitem .text a {
    margin: 0 auto;
  }
  .blogSwiper .swiper-slide .img {
    width: 100%;
  }
  .hmblogitem .text {
    width: 100%;
    height: 120px;
  }
  .sectionblog h2 {
    font-size: 38px;
  }
  .sectionattempt h6 {
    font-size: 24px;
    line-height: 32px;
  }
  .sectionattempt .attemptbtn a {
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 30px;
  }
  .sectionattempt .infobtn a {
    border-radius: 30px;
    padding: 7px 25px;
    font-size: 15px;
  }
  .sectionattempt {
    padding: 40px 10px;
  }
  .sectionftrs .area button {
    width: 33%;
  }
  .sectionftrs .area .nav {
    justify-content: space-between;
    margin-right: auto !important;
    max-width: 100%;
    margin-left: auto;
    margin-top: 110px;
    margin-bottom: 40px;
  }
  .sectionftrs {
    padding: 40px 15px;
    position: relative;
  }
  .sectionftrs .area button .csbtn img {
    width: 40px;
    max-height: 40px;
  }
  .sectionftrs .area button .csbtn span {
    font-size: 11px;
    font-weight: 500;
    line-height: 17px;
  }
  .sectionftrs .area button .csbtn {
    padding: 10px;
    height: 110px;
  }
  .sectionftrs .title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 25px;
    margin-top: 24px;
  }
  .sectionftrs .title h2 {
    font-size: 35px;
  }
  .sectionftrs .title span {
    font-size: 16px;
  }
  .featuresarea {
    padding: 25px 20px;
  }
  .featuresarea p {
    font-size: 15px;
  }
  .featuresarea h4 {
    font-size: 22px;
  }
  .featuresarea a {
    font-size: 15px;
  }
  .erorpagearea img {
    height: 250px;
  }
  .erorpagearea {
    padding: 60px 20px;
  }
  .erorpagearea h2 {
    font-size: 25px;
  }
  .pagecontent {
    padding: 20px 0;
    padding-top: 80px;
  }
  .belgelist h2 {
    font-size: 29px;
    margin-bottom: 30px;
  }
  .aramodalcontent .item label {
    font-size: 17px;
    width: 100%;
    margin-bottom: 10px;
  }
  .aramodalcontent .item input {
    width: 100%;
    margin-left: 0;
  }
  .aramodalcontent .item select {
    width: 100%;
    margin-left: 0;
  }
  .aramodalcontent .item {
    margin-bottom: 10px;
  }
  .algncentertitle {
    padding: 40px 15px;
  }
  .algncentertitle h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .algncentertitle p {
    font-size: 17px;
  }
  .algncentertitle img {
    height: 210px;
  }
  .sectionstyleright {
    padding: 30px 15px;
  }
  .sectionstyleright h4 {
    font-size: 30px;
  }
  .max-img {
    width: 100% !important;
  }
  .text-left {
    margin-bottom: 15px;
  }
  .sectionstyleleft {
    padding: 30px 15px;
  }
  .text-right {
    text-align: center !important;
  }
  .sectionstyleleft .text {
    margin-top: 30px;
  }
  .text-right h4 {
    font-size: 30px !important;
    margin-bottom: 15px;
  }
  .sectioncomment h2 {
    font-size: 32px;
  }
  .sectionteam h2 {
    font-size: 32px;
  }
  .sectioncomment .item {
    margin-bottom: 20px;
  }
  .markacontent h2 {
    font-size: 32px;
  }
  .markacontent .row {
    justify-content: center;
  }
  .markacontent .img {
    margin: 0 auto;
    text-align: center;
  }
  .markacontent img {
    margin: 0 auto;
  }
  .markacontent {
    padding-bottom: 60px;
  }
  .blogslider {
    padding: 0 15px;
  }
  .blogdetSwiper .img {
    height: 300px;
  }
  .bloginfo span {
    margin-top: -33px;
  }
  .bloginfo ul {
    margin-top: -33px;
  }
  .blogtext {
    padding: 30px 15px;
  }
  .blogtext h2 {
    font-size: 24px;
  }
  .relatedpost h2 {
    font-size: 28px;
  }
  .relatedpost {
    padding: 0px 15px;
  }
  .blogitem h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  .blogitem p {
    text-align: center;
  }
  .markacontent h2 {
    margin-bottom: 60px;
  }
  .bloglistheader img {
    height: 250px;
    margin-bottom: 20px;
  }
  .bloglistheader h2 {
    font-size: 24px;
  }
  .blogcontent .bloglist {
    padding: 0px 12px;
  }
  .blogitem img {
    height: 250px;
  }
  .clspagearea {
    padding: 20px 15px;
  }
  .clspagearea h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .contactpage h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .contactsocial ul li {
    margin-bottom: 30px;
  }
  .contactsocial ul li a {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .contactsocial ul li a img {
    width: 65px;
    height: 65px;
  }
  .contactsocial .img {
    max-height: 300px;
    margin-top: 25px;
  }
  .contactform {
    padding: 40px 15px;
  }
  .contactform ul li span {
    font-size: 16px;
    line-height: 18px;
  }
  .contactform .form {
    margin-top: 30px;
  }
  .contactform .form button {
    margin: 0 auto;
    margin-top: 30px;
  }
  .contactform .form .col-md-4 {
    display: flex;
  }
  .contactmap {
    height: 300px;
  }
  .contactpage {
    margin-bottom: -20px;
  }
  .registerarea {
    padding: 40px 15px;
  }
  .registerarea h1 {
    font-size: 33px;
    margin-bottom: 20px;
  }
  .registerarea .img {
    height: 200px;
  }
  .registerfinish {
    padding: 80px 15px;
  }
  .registerfinish h2 {
    font-size: 24px;
  }
  .sectionnedirtitle {
    padding: 30px 15px;
  }
  .sectionnedirtitle .text {
    padding: 0;
    margin-top: 0;
  }
  .sectionnedirtitle h2 {
    font-size: 30px;
  }
  .sectionnedirtitle p {
    font-size: 16px;
  }
  .sectionnedirtitle .text .d-flex {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .sectionnedirtitle .img {
    height: 250px;
  }
  .sectionhow.greybg {
    padding: 30px 15px;
  }
  .sectionhow .text {
    text-align: center;
    padding-left: 0;
  }
  .sectionhow .text h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .sectionhow .text p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
  }
  .sectionhow.greybg .row {
    flex-flow: column !important;
  }
  .sectionhow.greybg .col-md-6:nth-child(1) {
    padding: 0;
  }
  .sectionhow .videoarea {
    margin-bottom: 25px;
  }
  .sectionsolution h3 {
    font-size: 28px;
  }
  .sectionsolution {
    padding: 30px 10px;
  }
  .reflogitem img {
    filter: none;
  }
  .sectionpacpages {
    padding: 40px 8px;
  }
  .sectionpacpages h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .sectionpacpages .item {
    margin-top: 15px;
  }
  .sectionpacpages .poptitle {
    margin-top: 20px;
  }
  .sectionpacpages .item.pop ul {
    margin-bottom: 10px;
  }
  .ssssection h5 {
    font-size: 27px;
  }
  .faqform h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .faqform {
    padding: 35px 15px;
  }
  .faqform .form .col-md-4 {
    display: flex;
  }
  .faqform .img {
    padding-left: 0;
    height: 250px;
  }
  .swiper-button-nextrefhm {
    display: none;
  }
  .swiper-button-prevrefhm {
    display: none;
  }
  .sectionhowdoeslist h2 {
    font-size: 19px;
  }
  .sectionhowdoeslist ul {
    justify-content: flex-start !important;
    overflow: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }
  .sectionhowdoeslist ul li {
    width: auto;
    float: left;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 8px;
  }
  .sectionhowdoeslist ul li a {
    font-size: 15px;
  }
  .sectionhowdoeslist ul li.active {
    border: 0;
  }
  .sectionhowdoeslist ul li.active a {
    border-bottom: 3px solid #d50a58;
  }
  .howdoesleftsc .img {
    padding-right: 0;
  }
  .howdoesleftsc {
    padding: 70px 15px;
    overflow: hidden;
  }
  .howdoesleftsc .text {
    min-height: auto;
    padding: 15px;
    margin-top: 40px;
  }
  .howdoesleftsc .text h5 {
    font-size: 20px;
  }
  .howdoesleftsc .text .number {
    font-size: 50px;
  }
  .howdoesrightsc {
    padding: 50px 15px;
    overflow: hidden;
  }
  .howdoesrightsc .row {
    flex-flow: column-reverse;
  }
  .howdoesrightsc .img {
    padding-left: 0;
    height: 250px;
  }
  .howdoesrightsc .text .number {
    font-size: 50px;
  }
  .howdoesrightsc .text h5 {
    font-size: 20px;
  }
  .howdoesrightsc .text {
    min-height: auto;
    margin-top: 45px;
  }
  .sectionkimler h2 {
    font-size: 32px;
  }
  .sectionstyleleft h4 {
    font-size: 30px;
    text-align: center;
  }
  .sectionstyleleft p {
    text-align: center;
  }
  .sectionkimler {
    padding: 50px 15px;
  }
  .sectionstyleright h4 {
    text-align: center;
  }
  .sectionstyleright p {
    text-align: center;
  }
  .sectionfullvideo {
    height: 250px;
  }
  .sectionstyleleft .text a {
    margin-bottom: 35px;
    margin-left: calc(50% - 80px);
  }
  .sectionstyleright .text a {
    margin-right: calc(50% - 80px);
  }
  .sectionpackdetailprice::before {
    display: none;
  }
  .sectionpackdetailprice .col-md-6 {
    padding: 0;
    width: 50%;
  }
  .packdetailleft .text {
    text-align: center;
  }
  .packdetailright .text {
    text-align: center;
  }
  .packdetailright .text h3 {
    text-align: center;
  }
  .packdetailright .text ul li {
    text-align: center;
  }
  .sectionpacpages .item ul li {
    text-align: center;
  }
  .sectionpackdetailprice::after {
    display: none;
  }
  .sectionpackdetailprice {
    padding: 0;
  }
  .sectionpackdetailprice .col-md-6:nth-child(1) .price {
    background: #513787;
  }
  .sectionpackdetailprice .price {
    padding: 20px 0;
  }
  .packdetailtitle h2 {
    font-size: 27px;
  }
  .packdetailleft {
    padding: 50px 15px;
  }
  .packdetailleft .text h3 {
    font-size: 25px;
  }
  .packdetailleft .img {
    padding-left: 0;
    margin-top: 20px;
    height: 250px;
  }
  .packdetailright {
    padding: 50px 15px;
  }
  .packdetailright .img {
    height: 250px;
    padding-right: 0;
  }
  .packdetailright .img img {
    object-position: center;
  }
  .packdetailright .text {
    margin-top: 25px;
  }
  .sectionpacpages.purplebg .item {
    margin-bottom: 15px;
  }
  .sectionsmspackage h2 {
    font-size: 30px;
  }
  .sectionsmspackage p {
    font-size: 16px;
  }
  .smslist {
    padding: 0px 15px;
  }
  .smslist .item.top::before {
    display: none;
  }
  .smslist .item {
    background: #fff;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    height: auto;
    min-height: auto;
    border-radius: 15px !important;
  }
  .smslist .item.topbot::before {
    display: none;
  }
  .smslist .item.bot::before {
    display: none;
  }
  .smslist .item.bottop::before {
    display: none;
  }
  .smslist .item.topbot {
    height: auto;
  }
  .smslist .item.bot {
    height: auto;
  }
  .smslist .item.bottop .text,
  .smslist .item .text,
  .smslist .item .text {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .sectionsmspackage .img img {
    object-position: center;
    height: 200px;
  }
  .sectionpackageprice h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .referencecontentlist h2 {
    font-size: 25px;
  }
  .referencecontentlist {
    padding: 30px 15px;
  }
  .refcnlist .item img {
    filter: none;
  }
  .refcnlist .item {
    width: 50%;
    max-height: 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .refcnlist .item img {
    max-height: 50px;
  }
  .sectionreferences h5 {
    font-size: 23px;
    padding: 0px 15px;
  }
  .sssops {
    padding: 0px 15px;
  }
  .sssops h2 {
    font-size: 22px;
  }
  .sssarea {
    padding: 50px 15px;
  }
  .sssops img {
    height: 250px;
  }
  .sssarea h1 {
    font-size: 35px;
  }
  .ssssearch input {
    font-size: 14px;
    padding-left: 15px;
    width: calc(100% - 50px);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 50px;
    max-height: 50px;
    line-height: 50px;
    min-height: 50px;
  }
  .ssssearch button {
    width: 50px;
    height: 50px;
    background-size: 20px;
  }
  #sssTabContent .accordion {
    max-width: 100%;
  }
  #sssTabContent button {
    font-size: 15px;
  }
  #sssTabContent .accordion-body p {
    font-size: 15px;
    padding-top: 15px;
    margin-top: -1px;
  }
  .faqform .row {
    flex-flow: column-reverse;
  }
  .faqform .row .col-md-5 .row {
    flex-flow: column;
    display: flex;
  }
  .faqform .row .col-md-5 .row .col-md-8 {
    display: flex;
  }
  .faqform .g-recaptcha {
    margin: 0 auto;
  }
  .faqform .img {
    margin-bottom: 15px;
  }
  #sssTab {
    display: none;
  }
  .dropbtnsss {
    display: block;
  }
}

.help-container {
  text-align: center;
  margin: 80px 0;
}

.help-icon-container {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.help-wp-btn {
  border: 2px solid black;
  padding: 10px;
  border-color: #18a44c;
  color: #18a44c;
  border-radius: 24px;
  transition: color 0.3s;
  transition: background-color 0.3s ease;
}

.help-call-btn {
  border: 2px solid black;
  padding: 10px;
  border-color: purple;
  color: purple;
  border-radius: 24px;
  margin-left: 15px;
  transition: color 0.3s;
  transition: background-color 0.3s ease;
}

.help-telegram-btn {
  border: 2px solid black;
  padding: 10px;
  border-color: #0088cc;
  color: #0088cc;
  margin-left: 15px;
  border-radius: 24px;
  transition: color 0.3s;
  transition: background-color 0.3s ease;
}

.help-telegram-btn:hover {
  border: 2px solid #0088cc;
  background-color: #0088cc;
  color: white;
}

.help-call-btn:hover {
  border: 2px solid purple;
  background-color: purple;
  color: white;
}

.help-wp-btn:hover {
  border: 2px solid #18a44c;
  background-color: #18a44c;
  color: white;
}

@media only screen and (min-device-width: 1210px) and (max-device-width: 1418px) {
  .topbtn {
    margin-left: 0px;
  }
  .toplogo {
    width: 10%;
  }
  .topmenu {
    width: 84%;
  }
  .footersocialbar .appitem .text h5 {
    font-size: 13px;
  }
  .footersocialbar .appitem .text span {
    font-size: 9px;
  }
  .footersocialbar .appitem img {
    width: 24px;
    height: 24px;
  }
  .footersocialbar .appitem {
    padding: 10px 15px;
  }
  .swiper-button-nextref {
    right: -30px;
  }
  .swiper-button-prevref {
    left: -30px;
  }
  .sectionappbar .appitem .text h5 {
    font-size: 15px;
  }
  .sectionappbar .appitem .text span {
    font-size: 9px;
  }
  .sectionappbar .appitem img {
    width: 30px;
    height: 30px;
  }
  .sectionappbar .appitem .text {
    padding-left: 5px;
    min-height: 35px;
  }
  .sectionappbar .appitem {
    padding: 13px 12px;
  }
  .sectionattempt h6 {
    font-size: 35px;
  }
  .sectionkimler .text span {
    font-size: 15px;
  }
}

@media only screen and (min-device-width: 950px) and (max-device-width: 1209px) {
  .swiper-button-nextref {
    right: -30px;
  }
  .swiper-button-prevref {
    left: -30px;
  }
  .toplogo {
    width: 10%;
  }
  .topbtn {
    margin-left: 0px;
  }
  .topmenu {
    width: 90%;
  }
  .tpphonebtn a {
    padding: 8px 10px;
  }
  .attemptbtn a {
    padding: 10px;
  }
  .topmenu ul li {
    margin-right: 10px;
    display: none;
  }
  .topmenu .dropdown-toggle::after {
    right: -5px;
  }
  .topmenu .navbar-nav .dropdown-menu ul li .text span {
    display: none;
  }
  .topmenu .navbar-nav .dropdown-menu ul li .text h5 {
    font-size: 14px;
  }
  .footersocialbar .appitem .text h5 {
    font-size: 11px;
  }
  .footersocialbar .appitem .text span {
    font-size: 7px;
  }
  .footersocialbar .appitem img {
    width: 21px;
    height: 21px;
    margin-top: 0;
  }
  .footersocialbar .appitem {
    padding: 10px 15px;
  }
  .footersocialbar .appitem .text {
    min-height: 24px;
  }
  .ftsocialitem a {
    width: 42px;
    height: 42px;
    line-height: 40px;
  }
  .ftsocialitem a img {
    width: 18px;
    height: 18px;
  }
  .footermenuitem label {
    font-size: 15px;
  }
  .footermenuitem ul li a {
    font-size: 13px;
  }
  .footermenuitem ul li {
    word-break: break-all;
  }
  .sectionnedirtitle h2 {
    font-size: 35px;
  }
  .sectionnedirtitle p {
    font-size: 17px;
  }
  .sectionhow .text h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .sectionappbar .appitem .text h5 {
    font-size: 15px;
  }
  .sectionappbar .appitem .text span {
    font-size: 9px;
  }
  .sectionappbar .appitem img {
    width: 30px;
    height: 30px;
  }
  .sectionappbar .appitem .text {
    padding-left: 5px;
    min-height: 35px;
  }
  .sectionappbar .appitem {
    padding: 13px 100px;
  }
  .sectionattempt h6 {
    font-size: 35px;
  }
  .sectionkimler .text span {
    font-size: 14px;
  }
  .faqform .form .col-md-4 {
    width: 100%;
  }
}

.error {
  color: red;
  padding-left: 5px;
}

.error-message {
  color: red;
}

#error-message {
  color: red;
  margin-top: 10px;
}

.code-button {
  background-color: green;
}

#myModal .close {
  border: none;
}

#onaykodu #close-button {
  border: none;
}

.form-select {
  border-radius: 10px;
  height: 55px;
  border: 2.5px solid rgba(146, 146, 146, 0.45);
}

.info-box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #513787;
  border-radius: 25%;
  width: 600px;
  height: 200px;
}

.info-box-icon img {
  position: absolute;
  width: 75px;
  height: 75px;
}

.info-box-icon .icon-box {
  filter: invert(100%) sepia(0%) saturate(7467%) hue-rotate(339deg)
    brightness(112%) contrast(104%);
}

.referance-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.referance-box img {
  width: 300px;
  height: 300px;
}

@media only screen and (max-width: 1200px) {
  .info-box-icon {
    display: none;
  }
  .box-descriptions span {
    background-color: #000;
    width: 100px;
  }
  .evrak-content {
    padding-top: 1rem;
  }
  .before-last-box {
    margin-top: 10%;
  }
  .last-box {
    margin-top: 75%;
  }
  .titles {
    margin-top: 45%;
  }
  .content-box {
    margin-top: 20%;
  }
}

@media only screen and (max-width: 1499px) {
  .topmenu .navbar {
    width: 65%;
    height: 65%;
    margin-top: 8px;
    padding-right: 10px;
  }
  .topbtn {
    margin-top: 4px;
    margin-left: 0;
  }
  .toplogo img {
    width: 60%;
    height: 60%;
    margin-top: 15px;
  }
  .topmenu .dropdown-toggle::after {
    width: 11px;
    height: 11px;
  }
  .tpphonebtn a {
    padding: 3px 7px;
  }
  .attemptbtn a {
    padding: 3px 7px;
  }
  .topmenu ul li a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1410px) {
  .topmenu .navbar {
    width: 67%;
    height: 60%;
  }
  .topbtn {
    margin-left: 0;
  }
  .toplogo img {
    width: 250px;
    margin-top: 15px;
  }
  .topmenu .dropdown-toggle::after {
    width: 11px;
    height: 11px;
  }
  .tpphonebtn a {
    padding: 3px 7px;
  }
  .attemptbtn a {
    padding: 3px 7px;
  }
  .topmenu ul li a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1250px) {
  .mobilmenu {
    display: block;
    align-items: center;
    justify-content: center;
  }
  .mobilmenuliste {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .menusocial {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .topmenu {
    display: none;
  }
  .how-to-work-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .how-to-work-section .icon {
    display: none;
  }
  .referance-box img {
    width: 200px;
    height: 200px;
  }
  .referenceSwiper .item .user {
    width: 250px;
    height: 200px;
  }
  .sclist {
    width: 90%;
  }
  .sms-test-section {
    width: 100%;
    background-color: #7367f0;
    height: 260px !important;
    padding: 50px;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 990px) {
  .sectionappbar .appitem {
    padding: 9px 89px;
  }
  .pagecontent img {
    display: inline-block;
  }
  .sectionkimler .icon {
    display: none;
  }
  .referenceSwiper .item {
    padding: 0;
  }
  .why .img {
    padding: 0;
  }
  .referenceSwiper .item::before {
    display: none;
  }
  .user img {
    display: flex;
    width: 200px !important;
    height: 200px !important;
  }
}

.filter-white {
  fill: white;
}

.padding-resetter {
  padding: 0;
}

.sms-test-section {
  width: 100%;
  background-color: #7367f0;
  height: 140px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.sms-form-section {
  margin: 20px 0;
}

.sms-test-text {
  text-align: center;
  color: white;
}

.custom-search {
  position: relative;
  width: 400px;
  margin-top: -10px;
}

.custom-search-input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 100px;
  padding: 10px 100px 10px 20px;
  line-height: 1;
  box-sizing: border-box;
  outline: none;
}

.custom-search-button {
  position: absolute;
  right: 3px;
  top: 3px;
  padding: 0 6px;
  bottom: 3px;
  border: 0;
  background: linear-gradient(
    107deg,
    rgb(255, 67, 5) 11.1%,
    rgb(245, 135, 0) 95.3%
  );
  color: #fff;
  outline: none;
  margin: 0;
  padding: 0 20px;
  border-radius: 100px;
  z-index: 2;
  transition: 0.5s;
}

.custom-search-button:hover {
  background: #513787;
}

.form-check {
  position: absolute;
  margin-top: 6px;
}

.form-check a {
  color: orange;
}

.form-check-label {
  color: white;
}

.googlebtn a {
  color: black;
  font-weight: 500;
  border: 3px solid #031d44;
  border-radius: 15px;
  padding: 10px 20px;
  transition: all 0.7s;
}

.googlebtn a:hover {
  background: #031d44;
  color: #fff;
}

.captcha-support {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.captcha-support-phone,
.captcha-support-telegram,
.captcha-support-whatsapp {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.captcha-support a:hover .captcha-support-icon {
  transform: scale(1.1);
}

.captcha-support-icon {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  font-size: 1rem !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  color: white !important;
  transition: var(--transition);
}

.captcha-support-phone .captcha-support-icon {
  background-color: orange;
}

.captcha-support-telegram .captcha-support-icon {
  background-color: dodgerblue;
}

.captcha-support-whatsapp .captcha-support-icon {
  background-color: green;
}

@media screen and (max-width: 400px) {
  .captcha-support {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

.captcha-wrapper {
  display: none;
}

.google-review-color {
  color: #4285f4;
}

.captchaSubmit {
  padding: 10px 20px;
  background-color: purple;
  color: white;
}

.input-phone .iti {
  width: 100%;
}

.password-group {
  position: relative;
}

.eye-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/icon/eye-icon.png); /* Replace with the actual path to your eye icon */
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.eye-icon.visible {
  background-image: url(../img/icon/eye-icon-visible.png); /* Replace with the actual path to your visible eye icon */
}
