/* @import "https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800"; */

/* Çalışmayan css dosyaları yorum satırına alındı */
/* @font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
} */

:root {
  --color-orange: #ffa000;
  --transition: 0.25s ease-in-out all;
  --box-shadow: rgba(71, 67, 67, 0.25) 0.1rem 0.1rem 0.8rem;
}

html {
  scroll-behavior: smooth;
}

.dropdown-cevap {
  display: none;
}

.tetikleme:active .dropdown-cevap {
  display: block;
}

body {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.614;
  color: #121212;
  padding-top: 100px;
  font-display: swap;
}

.kutu {
  position: relative;
  display: block;
  width: 200px;
  border-radius: 50px;
  background-color: white;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.07);
  white-space: nowrap;
  margin: 0 auto;
}

.kutu:hover {
  transform: scale(1.05);
  transition: all ease-in-out 0.25s;
}

.kutuyazi {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 auto;
  font-size: 14px;
  line-height: 36px;
  color: black;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  text-transform: uppercase;
}

@-webkit-keyframes changeBG {
  0% {
    transform: scale(1);
  }

  50.0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes changeBG {
  0% {
    transform: scale(1);
  }

  50.0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@media only screen and (max-width: 576px) {
  footer.footer-area {
    padding-bottom: 80px;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*#navbarOne{*/
/*    margin: 0 !important;*/
/*}*/

.our_benefits_area {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.our_benefits_area .our_benefits_inner {
  width: 100%;
  overflow: hidden;
}

.our_benefits_area .our_benefits_inner .benefits_left {
  width: 50%;
  overflow: hidden;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  vertical-align: middle;
}

.our_benefits_area .our_benefits_inner .benefits_left img {
  max-width: 100%;
}

.our_benefits_area .our_benefits_inner .benefits_left .benefits_content {
  max-width: 555px;
  margin: auto;
}

.our_benefits_area .our_benefits_inner .benefits_left .benefits_content p {
  font-size: 16px;
  line-height: 28px;
  color: #696969;
  font-family: "Lato", sans-serif;
  padding-top: 40px;
  font-display: swap;
}

.our_benefits_area .our_benefits_inner .benefits_left .benefits_content ul {
  padding-left: 10px;
  padding-top: 30px;
}

.our_benefits_area .our_benefits_inner .benefits_left .benefits_content ul li a {
  font-size: 16px;
  line-height: 28px;
  color: #696969;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  font-display: swap;
}

.our_benefits_area .our_benefits_inner .benefits_left .benefits_content ul li a i {
  font-weight: normal;
  font-size: 12px;
  position: relative;
  left: -10px;
  color: #f8395d;
}

.our_benefits_area .our_benefits_inner .benefits_left .benefits_content ul li:hover a {
  color: #f8395d;
}

.our_benefits_area .our_benefits_inner .benefits_right {
  width: 50%;
  overflow: hidden;
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  vertical-align: middle;
}

.our_benefits_area .our_benefits_inner .benefits_right .benefits_content {
  max-width: 555px;
  margin: auto;
}

.our_benefits_area .our_benefits_inner .benefits_right .benefits_content p {
  font-size: 16px;
  line-height: 28px;
  font-family: "Lato", sans-serif;
  color: #696969;
  padding-top: 40px;
  padding-bottom: 25px;
  font-display: swap;
}

.our_benefits_area .our_benefits_inner .benefits_right .video_row {
  position: relative;
}

.our_benefits_area .our_benefits_inner .benefits_right .video_row iframe {
  border: none;
}

.our_benefits_area .our_benefits_inner .benefits_right .video_row .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0px;
  top: 0px;
}

.our_benefits_area .our_benefits_inner .benefits_right .video_row .overlay .overlay_bg {
  background: url(../img/benefits/benefits-video.jpg) no-repeat scroll center center;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.our_benefits_area .our_benefits_inner .benefits_right .video_row .overlay .play_pause {
  z-index: 5;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.our_benefits_area .our_benefits_inner .benefits_right .video_row .overlay .play_pause i {
  height: 80px;
  width: 80px;
  background: #fff;
  color: #f8395d;
  display: inline-block;
  border-radius: 50%;
  font-size: 36px;
  line-height: 80px;
  cursor: pointer;
}

.our_benefits_area .our_benefits_inner .benefits_right .video_row .overlay .play_pause i+i {
  display: none;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.our_benefits_area .our_benefits_inner .benefits_right .video_row .overlay .play_pause .video_content {
  padding-top: 25px;
}

.our_benefits_area .our_benefits_inner .benefits_right .video_row .overlay .play_pause .video_content h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.our_benefits_area .our_benefits_inner .benefits_right .video_row .overlay.playing .overlay_bg {
  opacity: 0;
}

.our_benefits_area .our_benefits_inner .benefits_right .video_row .overlay.playing .play_pause .video_content {
  opacity: 0;
}

.our_benefits_area .our_benefits_inner .benefits_right .video_row:hover .overlay .play_pause i+i {
  opacity: 1;
}

.our_benefits_area.purple_benefits .benefits_collaps .panel-group .panel-default .panel-heading .panel-title a {
  color: #a640d0;
}

.our_benefits_area.purple_benefits .benefits_collaps .panel-group .panel-default .panel-heading .panel-title a i {
  display: none;
  color: #a640d0;
}

.our_benefits_area.purple_benefits .benefits_collaps .panel-group .panel-default .panel-heading .panel-title a i+i {
  display: inline-block;
}

.our_benefits_area.purple_benefits .benefits_collaps .panel-group .panel-default .panel-heading .panel-title a.collapsed {
  background: #a640d0;
  color: #fff;
}

.our_benefits_area.purple_benefits .benefits_collaps .panel-group .panel-default .panel-heading .panel-title a.collapsed i {
  display: inline-block;
  color: #fff;
}

.our_benefits_area.purple_benefits .benefits_collaps .panel-group .panel-default .panel-heading .panel-title a.collapsed i+i {
  display: none;
}

.our_benefits_area.purple_benefits .our_benefits_inner .benefits_left .benefits_content ul li a i {
  color: #a640d0;
}

.our_benefits_area.purple_benefits .our_benefits_inner .benefits_left .benefits_content ul li:hover a {
  color: #a640d0;
}

.our_benefits_area.purple_benefits .our_benefits_inner .benefits_right .video_row .overlay .overlay_bg {
  background: url(../img/benefits/benefits-video-2.jpg) no-repeat scroll center center;
}

.color-1 {
  fill: #3dc617;
  isolation: isolate;
}

.color-2 {
  fill: #a9317a;
  isolation: isolate;
}

.color-3 {
  fill: #ff3840;
  isolation: isolate;
}

.color-4 {
  fill: #43a5d0;
  isolation: isolate;
}

.color-5 {
  fill: #864bd8;
  isolation: isolate;
}

.color-6 {
  fill: #ffb100;
  isolation: isolate;
}

.color-7 {
  fill: #ff8142;
  isolation: isolate;
}

.color-8 {
  fill: #8900ff;
  isolation: isolate;
}

.cls-1 {
  opacity: 0.1;
}

.cls-2 {
  opacity: 0.15;
}

.cls-3 {
  opacity: 0.2;
}

.cls-4 {
  opacity: 0.3;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: poppins, sans-serif;
  font-weight: 700;
  color: #121212;
  margin: 0;
  font-display: swap;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  margin: 0;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.section-title .title {
  font-size: 34px;
  line-height: 40px;
  color: #121212;
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}

.section-title .text {
  font-size: 16px;
  color: #6c6c6c;
  margin-top: 24px;
}

.buttons-title .title {
  font-size: 36px;
  line-height: 45px;
  color: #6c6c6c;
}

@media (max-width: 767px) {
  .buttons-title .title {
    font-size: 24px;
    line-height: 35px;
  }
}

.android-btn {
  background: #239e40 !important;
  color: #fff !important;
}

.ios-btn {
  background: #dadada !important;
  color: #333 !important;
}

.tab-btn {
  border-radius: 50px;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  margin: 10px 10px 10px 0;
  margin-bottom: 0;
  background: #eee;
  color: #151515 !important;
  outline: 0;
  border: 0;
}

@media only screen and (max-width: 576px) {
  .tab-btn {
    margin-bottom: 10px;
  }
}

.tab-btn.primary-link {
  background: #666698;
  color: #fff !important;
}

.tab-btn>i {
  font-weight: 700;
  margin-right: 4px;
}

.sign-inup {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 16px;
  border-radius: 8px;
}

.milestone-container::before {
  width: 1px;
  height: 100%;
  background: #ccc;
  content: "";
  left: 50%;
  position: absolute;
}

.milestone-item {
  padding: 16px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  text-align: center;
  margin: 0 auto 40px auto;
}

.milestone-item:nth-last-child(1) {
  margin-bottom: 0;
}

.milestone-item>h4 {
  font-weight: 500;
}

.milestone-item>p {
  font-size: 15px;
  line-height: 1.8;
}

.date-milestone>p {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
}

/* .whatsapp-item { */
.call-item {
  padding: 16px;
  line-height: 16px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  width: auto;
  display: inline-block;
  position: fixed;
  bottom: 140px;
  right: 10px;
  z-index: 9;
  font-weight: 500;
}

/* @media only screen and (max-width: 576px) {
        .whatsapp-item,
        .call-item {
            left: 20px;
            right: auto;
            bottom: 70px;
            padding: 12px 16px;
        }
        .whatsapp-item {
            bottom: 120px !important;
        }
    } */

/* .whatsapp-item>a>i { */
.call-item>a>i {
  font-weight: 500 !important;
}

/* .whatsapp-item {
        bottom: 280px;
    } */

.call-item>a {
  color: #449aff;
}

/* .whatsapp-item>a {
        color: #46ae32;
    } */

.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 0 32px;
  font-size: 16px;
  line-height: 46px;
  color: #ffa000;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .main-btn {
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
  }
}

.standard-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .standard-buttons ul li {
    margin-left: 0;
  }
}

.standard-buttons ul li:first-child {
  margin-left: 0;
}

.standard-buttons .standard-one {
  border-color: #ffa000;
}

.standard-buttons .standard-one:hover {
  color: #fff;
  background-color: #ffa000;
}

.standard-buttons .standard-two {
  color: #fff;
  background-color: #ffa000;
  border-color: #ffa000;
}

.standard-buttons .standard-two:hover {
  color: #ffa000;
  background-color: transparent;
}

.standard-buttons .standard-three {
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  background: -webkit-linear-gradient(left,
      #ffa000 0%,
      #2bdbdc 50%,
      #ffa000 100%);
  background: -o-linear-gradient(left, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background: linear-gradient(to right, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  border: 0;
  line-height: 52px;
  background-size: 200% auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .standard-buttons .standard-three {
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .standard-buttons .standard-three {
    line-height: 44px;
  }
}

.standard-buttons .standard-three:hover {
  background-position: right center;
}

.standard-buttons .standard-four {
  border-color: #ffa000;
  padding-left: 60px;
}

@media (max-width: 767px) {
  .standard-buttons .standard-four {
    padding-left: 40px;
  }
}

.standard-buttons .standard-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .standard-buttons .standard-four span {
    left: 15px;
  }
}

.standard-buttons .standard-four:hover {
  color: #fff;
  background-color: #ffa000;
}

.standard-buttons .standard-four:hover i {
  animation: iconTranslateY 0.5s forwards;
}

.standard-buttons .standard-five {
  color: #fff;
  background-color: #ffa000;
  border-color: #ffa000;
  padding-left: 60px;
}

@media (max-width: 767px) {
  .standard-buttons .standard-five {
    padding-left: 40px;
  }
}

.standard-buttons .standard-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .standard-buttons .standard-five span {
    left: 15px;
  }
}

.standard-buttons .standard-five:hover {
  color: #ffa000;
  background-color: transparent;
}

.standard-buttons .standard-five:hover i {
  animation: iconTranslateY 0.5s forwards;
}

.standard-buttons .standard-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  background: -webkit-linear-gradient(left,
      #ffa000 0%,
      #2bdbdc 50%,
      #ffa000 100%);
  background: -o-linear-gradient(left, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background: linear-gradient(to right, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  border: 0;
  line-height: 52px;
  background-size: 200% auto;
}

@media (max-width: 767px) {
  .standard-buttons .standard-six {
    padding-right: 40px;
    line-height: 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .standard-buttons .standard-six {
    line-height: 44px;
  }
}

.standard-buttons .standard-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .standard-buttons .standard-six span {
    right: 15px;
  }
}

.standard-buttons .standard-six:hover {
  background-position: right center;
}

.standard-buttons .standard-six:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.light-rounded-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .light-rounded-buttons ul li {
    margin-left: 0;
  }
}

.light-rounded-buttons ul li:first-child {
  margin-left: 0;
}

.light-rounded-buttons .main-btn {
  border-radius: 5px;
}

.light-rounded-buttons .light-rounded-one {
  border-color: #ffa000;
}

.light-rounded-buttons .light-rounded-one:hover {
  color: #fff;
  background-color: #ffa000;
}

.light-rounded-buttons .light-rounded-two {
  color: #fff;
  background-color: #ffa000;
  border-color: #ffa000;
}

.light-rounded-buttons .light-rounded-two:hover {
  color: #ffa000;
  background-color: transparent;
}

.light-rounded-buttons .light-rounded-three {
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  background: -webkit-linear-gradient(left,
      #ffa000 0%,
      #2bdbdc 50%,
      #ffa000 100%);
  background: -o-linear-gradient(left, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background: linear-gradient(to right, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background-size: 200% auto;
  line-height: 52px;
  border: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .light-rounded-buttons .light-rounded-three {
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .light-rounded-buttons .light-rounded-three {
    line-height: 44px;
  }
}

.light-rounded-buttons .light-rounded-three:hover {
  background-position: right center;
}

.light-rounded-buttons .light-rounded-four {
  border-color: #ffa000;
  padding-left: 60px;
}

@media (max-width: 767px) {
  .light-rounded-buttons .light-rounded-four {
    padding-left: 40px;
  }
}

.light-rounded-buttons .light-rounded-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .light-rounded-buttons .light-rounded-four span {
    left: 15px;
  }
}

.light-rounded-buttons .light-rounded-four:hover {
  color: #fff;
  background-color: #ffa000;
}

.light-rounded-buttons .light-rounded-four:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.light-rounded-buttons .light-rounded-five {
  color: #fff;
  background-color: #ffa000;
  border-color: #ffa000;
  padding-left: 60px;
}

@media (max-width: 767px) {
  .light-rounded-buttons .light-rounded-five {
    padding-left: 40px;
  }
}

.light-rounded-buttons .light-rounded-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .light-rounded-buttons .light-rounded-five span {
    left: 15px;
  }
}

.light-rounded-buttons .light-rounded-five:hover {
  color: #ffa000;
  background-color: transparent;
}

.light-rounded-buttons .light-rounded-five:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.light-rounded-buttons .light-rounded-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  background: -webkit-linear-gradient(left,
      #ffa000 0%,
      #2bdbdc 50%,
      #ffa000 100%);
  background: -o-linear-gradient(left, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background: linear-gradient(to right, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background-size: 200% auto;
  line-height: 52px;
  border: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .light-rounded-buttons .light-rounded-six {
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .light-rounded-buttons .light-rounded-six {
    padding-right: 40px;
    line-height: 44px;
  }
}

.light-rounded-buttons .light-rounded-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .light-rounded-buttons .light-rounded-six span {
    right: 15px;
  }
}

.light-rounded-buttons .light-rounded-six:hover {
  background-position: right center;
}

.light-rounded-buttons .light-rounded-six:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.semi-rounded-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .semi-rounded-buttons ul li {
    margin-left: 0;
  }
}

.semi-rounded-buttons ul li:first-child {
  margin-left: 0;
}

.semi-rounded-buttons .main-btn {
  border-radius: 10px;
}

.semi-rounded-buttons .semi-rounded-one {
  border-color: #ffa000;
}

.semi-rounded-buttons .semi-rounded-one:hover {
  color: #fff;
  background-color: #ffa000;
}

.semi-rounded-buttons .semi-rounded-two {
  color: #fff;
  background-color: #ffa000;
  border-color: #ffa000;
}

.semi-rounded-buttons .semi-rounded-two:hover {
  color: #ffa000;
  background-color: transparent;
}

.semi-rounded-buttons .semi-rounded-three {
  overflow: hidden;
  line-height: 52px;
  background: -webkit-linear-gradient(left,
      #ffa000 0%,
      #2bdbdc 50%,
      #ffa000 100%);
  background: -o-linear-gradient(left, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background: linear-gradient(to right, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background-size: 200% auto;
  border: 0;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .semi-rounded-buttons .semi-rounded-three {
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .semi-rounded-buttons .semi-rounded-three {
    line-height: 44px;
  }
}

.semi-rounded-buttons .semi-rounded-three:hover {
  background-position: right center;
}

.semi-rounded-buttons .semi-rounded-four {
  border-color: #ffa000;
  padding-left: 60px;
}

@media (max-width: 767px) {
  .semi-rounded-buttons .semi-rounded-four {
    padding-left: 40px;
  }
}

.semi-rounded-buttons .semi-rounded-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .semi-rounded-buttons .semi-rounded-four span {
    left: 15px;
  }
}

.semi-rounded-buttons .semi-rounded-four:hover {
  color: #fff;
  background-color: #ffa000;
}

.semi-rounded-buttons .semi-rounded-four:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.semi-rounded-buttons .semi-rounded-five {
  color: #fff;
  background-color: #ffa000;
  border-color: #ffa000;
  padding-left: 60px;
}

@media (max-width: 767px) {
  .semi-rounded-buttons .semi-rounded-five {
    padding-left: 40px;
  }
}

.semi-rounded-buttons .semi-rounded-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .semi-rounded-buttons .semi-rounded-five span {
    left: 15px;
  }
}

.semi-rounded-buttons .semi-rounded-five:hover {
  color: #ffa000;
  background-color: transparent;
}

.semi-rounded-buttons .semi-rounded-five:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.semi-rounded-buttons .semi-rounded-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 52px;
  background: -webkit-linear-gradient(left,
      #ffa000 0%,
      #2bdbdc 50%,
      #ffa000 100%);
  background: -o-linear-gradient(left, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background: linear-gradient(to right, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background-size: 200% auto;
  border: 0;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .semi-rounded-buttons .semi-rounded-six {
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .semi-rounded-buttons .semi-rounded-six {
    padding-right: 40px;
    line-height: 44px;
  }
}

.semi-rounded-buttons .semi-rounded-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .semi-rounded-buttons .semi-rounded-six span {
    right: 15px;
  }
}

.semi-rounded-buttons .semi-rounded-six:hover {
  background-position: right center;
}

.semi-rounded-buttons .semi-rounded-six:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.rounded-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .rounded-buttons ul li {
    margin-left: 0;
  }
}

.rounded-buttons ul li:first-child {
  margin-left: 0;
}

.rounded-buttons .main-btn {
  border-radius: 50px;
}

.rounded-buttons .rounded-one {
  border-color: #ffa000;
}

.rounded-buttons .rounded-one:hover {
  color: #fff;
  background-color: #ffa000;
}

.rounded-buttons .rounded-two {
  color: #fff;
  background-color: #ffa000;
  border-color: #ffa000;
}

.rounded-buttons .rounded-two:hover {
  color: #ffa000;
  background-color: transparent;
}

.rounded-buttons .rounded-three {
  overflow: hidden;
  line-height: 52px;
  background: -webkit-linear-gradient(left,
      #ffa000 0%,
      #2bdbdc 50%,
      #ffa000 100%);
  background: -o-linear-gradient(left, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background: linear-gradient(to right, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background-size: 200% auto;
  color: #fff;
  border: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rounded-buttons .rounded-three {
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .rounded-buttons .rounded-three {
    line-height: 44px;
  }
}

.rounded-buttons .rounded-three:hover {
  background-position: right center;
}

.rounded-buttons .rounded-four {
  border-color: #ffa000;
  padding-left: 60px;
}

@media (max-width: 767px) {
  .rounded-buttons .rounded-four {
    padding-left: 40px;
  }
}

.rounded-buttons .rounded-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .rounded-buttons .rounded-four span {
    left: 15px;
  }
}

.rounded-buttons .rounded-four:hover {
  color: #fff;
  background-color: #ffa000;
}

.rounded-buttons .rounded-four:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.rounded-buttons .rounded-five {
  color: #fff;
  background-color: #ffa000;
  border-color: #ffa000;
  padding-left: 60px;
}

@media (max-width: 767px) {
  .rounded-buttons .rounded-five {
    padding-left: 40px;
  }
}

.rounded-buttons .rounded-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .rounded-buttons .rounded-five span {
    left: 15px;
  }
}

.rounded-buttons .rounded-five:hover {
  color: #ffa000;
  background-color: transparent;
}

.rounded-buttons .rounded-five:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.rounded-buttons .rounded-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 52px;
  background: -webkit-linear-gradient(left,
      #ffa000 0%,
      #2bdbdc 50%,
      #ffa000 100%);
  background: -o-linear-gradient(left, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background: linear-gradient(to right, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background-size: 200% auto;
  color: #fff;
  border: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rounded-buttons .rounded-six {
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .rounded-buttons .rounded-six {
    padding-right: 40px;
    line-height: 44px;
  }
}

.rounded-buttons .rounded-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .rounded-buttons .rounded-six span {
    right: 15px;
  }
}

.rounded-buttons .rounded-six:hover {
  background-position: right center;
}

.rounded-buttons .rounded-six:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.success-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .success-buttons ul li {
    margin-left: 0;
  }
}

.success-buttons ul li:first-child {
  margin-left: 0;
}

.success-buttons .success-one {
  border-color: #4da422;
  color: #4da422;
}

.success-buttons .success-one:hover {
  color: #fff;
  background-color: #4da422;
}

.success-buttons .success-two {
  color: #fff;
  background-color: #4da422;
  border-color: #4da422;
}

.success-buttons .success-two:hover {
  color: #4da422;
  background-color: transparent;
}

.success-buttons .success-three {
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(left,
      #4da422 0%,
      #69e02e 50%,
      #4da422 100%);
  background: -o-linear-gradient(left, #4da422 0%, #69e02e 50%, #4da422 100%);
  background: linear-gradient(to right, #4da422 0%, #69e02e 50%, #4da422 100%);
  background-size: 200% auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .success-buttons .success-three {
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .success-buttons .success-three {
    line-height: 44px;
  }
}

.success-buttons .success-three:hover {
  background-position: right center;
}

.success-buttons .success-four {
  padding-left: 60px;
  border-color: #4da422;
  color: #4da422;
}

@media (max-width: 767px) {
  .success-buttons .success-four {
    padding-left: 40px;
  }
}

.success-buttons .success-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .success-buttons .success-four span {
    left: 15px;
  }
}

.success-buttons .success-four:hover {
  color: #fff;
  background-color: #4da422;
}

.success-buttons .success-four:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.success-buttons .success-five {
  padding-left: 60px;
  color: #fff;
  background-color: #4da422;
  border-color: #4da422;
}

@media (max-width: 767px) {
  .success-buttons .success-five {
    padding-left: 40px;
  }
}

.success-buttons .success-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .success-buttons .success-five span {
    left: 15px;
  }
}

.success-buttons .success-five:hover {
  color: #4da422;
  background-color: transparent;
}

.success-buttons .success-five:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.success-buttons .success-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(left,
      #4da422 0%,
      #69e02e 50%,
      #4da422 100%);
  background: -o-linear-gradient(left, #4da422 0%, #69e02e 50%, #4da422 100%);
  background: linear-gradient(to right, #4da422 0%, #69e02e 50%, #4da422 100%);
  background-size: 200% auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .success-buttons .success-six {
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .success-buttons .success-six {
    padding-right: 40px;
    line-height: 44px;
  }
}

.success-buttons .success-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .success-buttons .success-six span {
    right: 15px;
  }
}

.success-buttons .success-six:hover {
  background-position: right center;
}

.success-buttons .success-six:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.warning-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .warning-buttons ul li {
    margin-left: 0;
  }
}

.warning-buttons ul li:first-child {
  margin-left: 0;
}

.warning-buttons .warning-one {
  border-color: #ffb400;
  color: #ffb400;
}

.warning-buttons .warning-one:hover {
  color: #fff;
  background-color: #ffb400;
}

.warning-buttons .warning-two {
  color: #fff;
  background-color: #ffb400;
  border-color: #ffb400;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .warning-buttons .warning-two {
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .warning-buttons .warning-two {
    padding-right: 40px;
    line-height: 44px;
  }
}

.warning-buttons .warning-two:hover {
  color: #ffb400;
  background-color: transparent;
}

.warning-buttons .warning-three {
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(left,
      #ffb400 0%,
      #f7e500 50%,
      #ffb400 100%);
  background: -o-linear-gradient(left, #ffb400 0%, #f7e500 50%, #ffb400 100%);
  background: linear-gradient(to right, #ffb400 0%, #f7e500 50%, #ffb400 100%);
  background-size: 200% auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .warning-buttons .warning-three {
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .warning-buttons .warning-three {
    line-height: 44px;
  }
}

.warning-buttons .warning-three:hover {
  background-position: right center;
}

.warning-buttons .warning-four {
  padding-left: 60px;
  border-color: #ffb400;
  color: #ffb400;
}

@media (max-width: 767px) {
  .warning-buttons .warning-four {
    padding-left: 40px;
  }
}

.warning-buttons .warning-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .warning-buttons .warning-four span {
    left: 15px;
  }
}

.warning-buttons .warning-four:hover {
  color: #fff;
  background-color: #ffb400;
}

.warning-buttons .warning-four:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.warning-buttons .warning-five {
  padding-left: 60px;
  color: #fff;
  background-color: #ffb400;
  border-color: #ffb400;
}

@media (max-width: 767px) {
  .warning-buttons .warning-five {
    padding-left: 40px;
  }
}

.warning-buttons .warning-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .warning-buttons .warning-five span {
    left: 15px;
  }
}

.warning-buttons .warning-five:hover {
  color: #ffb400;
  background-color: transparent;
}

.warning-buttons .warning-five:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.warning-buttons .warning-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(left,
      #ffb400 0%,
      #f7e500 50%,
      #ffb400 100%);
  background: -o-linear-gradient(left, #ffb400 0%, #f7e500 50%, #ffb400 100%);
  background: linear-gradient(to right, #ffb400 0%, #f7e500 50%, #ffb400 100%);
  background-size: 200% auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .warning-buttons .warning-six {
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .warning-buttons .warning-six {
    padding-right: 40px;
    line-height: 44px;
  }
}

.warning-buttons .warning-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .warning-buttons .warning-six span {
    right: 15px;
  }
}

.warning-buttons .warning-six:hover {
  background-position: right center;
}

.warning-buttons .warning-six:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.info-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .info-buttons ul li {
    margin-left: 0;
  }
}

.info-buttons ul li:first-child {
  margin-left: 0;
}

.info-buttons .info-one {
  border-color: #00b8d8;
  color: #00b8d8;
}

.info-buttons .info-one:hover {
  color: #fff;
  background-color: #00b8d8;
}

.info-buttons .info-two {
  color: #fff;
  background-color: #00b8d8;
  border-color: #00b8d8;
}

.info-buttons .info-two:hover {
  color: #00b8d8;
  background-color: transparent;
}

.info-buttons .info-three {
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(left,
      #00b8d8 0%,
      #32fbfc 50%,
      #00b8d8 100%);
  background: -o-linear-gradient(left, #00b8d8 0%, #32fbfc 50%, #00b8d8 100%);
  background: linear-gradient(to right, #00b8d8 0%, #32fbfc 50%, #00b8d8 100%);
  background-size: 200% auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-buttons .info-three {
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .info-buttons .info-three {
    line-height: 44px;
  }
}

.info-buttons .info-three:hover {
  background-position: right center;
}

.info-buttons .info-four {
  padding-left: 60px;
  border-color: #00b8d8;
  color: #00b8d8;
}

@media (max-width: 767px) {
  .info-buttons .info-four {
    padding-left: 40px;
  }
}

.info-buttons .info-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .info-buttons .info-four span {
    left: 15px;
  }
}

.info-buttons .info-four:hover {
  color: #fff;
  background-color: #00b8d8;
}

.info-buttons .info-four:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.info-buttons .info-five {
  padding-left: 60px;
  color: #fff;
  background-color: #00b8d8;
  border-color: #00b8d8;
}

@media (max-width: 767px) {
  .info-buttons .info-five {
    padding-left: 40px;
  }
}

.info-buttons .info-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .info-buttons .info-five span {
    left: 15px;
  }
}

.info-buttons .info-five:hover {
  color: #00b8d8;
  background-color: transparent;
}

.info-buttons .info-five:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.info-buttons .info-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(left,
      #00b8d8 0%,
      #32fbfc 50%,
      #00b8d8 100%);
  background: -o-linear-gradient(left, #00b8d8 0%, #32fbfc 50%, #00b8d8 100%);
  background: linear-gradient(to right, #00b8d8 0%, #32fbfc 50%, #00b8d8 100%);
  background-size: 200% auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-buttons .info-six {
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .info-buttons .info-six {
    padding-right: 40px;
    line-height: 44px;
  }
}

.info-buttons .info-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .info-buttons .info-six span {
    right: 15px;
  }
}

.info-buttons .info-six:hover {
  background-position: right center;
}

.info-buttons .info-six:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.danger-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .danger-buttons ul li {
    margin-left: 0;
  }
}

.danger-buttons ul li:first-child {
  margin-left: 0;
}

.danger-buttons .danger-one {
  border-color: #fc3832;
  color: #fc3832;
}

.danger-buttons .danger-one:hover {
  color: #fff;
  background-color: #fc3832;
}

.danger-buttons .danger-one {
  border-color: #fc3832;
  color: #fc3832;
}

.danger-buttons .danger-one:hover {
  color: #fff;
  background-color: #fc3832;
}

.danger-buttons .danger-two {
  color: #fff;
  background-color: #fc3832;
  border-color: #fc3832;
}

.danger-buttons .danger-two:hover {
  color: #fc3832;
  background-color: transparent;
}

.danger-buttons .danger-three {
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(left,
      #fc3832 0%,
      #dc312b 50%,
      #fc3832 100%);
  background: -o-linear-gradient(left, #fc3832 0%, #dc312b 50%, #fc3832 100%);
  background: linear-gradient(to right, #fc3832 0%, #dc312b 50%, #fc3832 100%);
  background-size: 200% auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .danger-buttons .danger-three {
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .danger-buttons .danger-three {
    line-height: 44px;
  }
}

.danger-buttons .danger-three:hover {
  background-position: right center;
}

.danger-buttons .danger-four {
  padding-left: 60px;
  border-color: #fc3832;
  color: #fc3832;
}

@media (max-width: 767px) {
  .danger-buttons .danger-four {
    padding-left: 40px;
  }
}

.danger-buttons .danger-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .danger-buttons .danger-four span {
    left: 15px;
  }
}

.danger-buttons .danger-four:hover {
  color: #fff;
  background-color: #fc3832;
}

.danger-buttons .danger-four:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.danger-buttons .danger-five {
  padding-left: 60px;
  color: #fff;
  background-color: #fc3832;
  border-color: #fc3832;
}

@media (max-width: 767px) {
  .danger-buttons .danger-five {
    padding-left: 40px;
  }
}

.danger-buttons .danger-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .danger-buttons .danger-five span {
    left: 15px;
  }
}

.danger-buttons .danger-five:hover {
  color: #fc3832;
  background-color: transparent;
}

.danger-buttons .danger-five:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.danger-buttons .danger-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(left,
      #fc3832 0%,
      #dc312b 50%,
      #fc3832 100%);
  background: -o-linear-gradient(left, #fc3832 0%, #dc312b 50%, #fc3832 100%);
  background: linear-gradient(to right, #fc3832 0%, #dc312b 50%, #fc3832 100%);
  background-size: 200% auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .danger-buttons .danger-six {
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .danger-buttons .danger-six {
    padding-right: 40px;
    line-height: 44px;
  }
}

.danger-buttons .danger-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .danger-buttons .danger-six span {
    right: 15px;
  }
}

.danger-buttons .danger-six:hover {
  background-position: right center;
}

.danger-buttons .danger-six:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

@-webkit-keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

@-moz-keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

.lg-btn {
  line-height: 64px !important;
  font-size: 18px;
}

@media (max-width: 767px) {
  .lg-btn {
    font-size: 16px;
    ine-height: 52px;
  }
}

.el-btn {
  line-height: 80px !important;
  font-size: 20px;
}

@media (max-width: 767px) {
  .el-btn {
    font-size: 18px;
    line-height: 74px;
  }
}

.sm-btn {
  line-height: 40px !important;
  font-size: 12px;
}

.regular-icon-buttons ul li {
  display: inline-block;
  margin-left: 10px;
  margin-top: 20px;
}

.regular-icon-buttons ul li:first-child {
  margin-left: 0;
}

.regular-icon-buttons ul li .regular-icon-light-one {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #ffa000;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  color: #ffa000;
}

.regular-icon-buttons ul li .regular-icon-light-one:hover {
  color: #fff;
  background-color: #ffa000;
}

.regular-icon-buttons ul li .regular-icon-light-two {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #ffa000;
  text-align: center;
  font-size: 24px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  color: #ffa000;
}

.regular-icon-buttons ul li .regular-icon-light-two:hover {
  color: #fff;
  background-color: #ffa000;
}

.regular-icon-buttons ul li .regular-icon-light-three {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #ffa000;
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  color: #ffa000;
}

.regular-icon-buttons ul li .regular-icon-light-three:hover {
  color: #fff;
  background-color: #ffa000;
}

.regular-icon-buttons ul li .regular-icon-light-four {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #ffa000;
  text-align: center;
  font-size: 24px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
}

.regular-icon-buttons ul li .regular-icon-light-four:hover {
  color: #fff;
  background-color: #ffa000;
}

.regular-icon-buttons ul li .regular-icon-light-five {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  z-index: 5;
  overflow: hidden;
  color: #fff;
  background: -webkit-linear-gradient(left,
      #ffa000 0%,
      #2bdbdc 50%,
      #ffa000 100%);
  background: -o-linear-gradient(left, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background: linear-gradient(to right, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background-size: 200% auto;
}

.regular-icon-buttons ul li .regular-icon-light-five:hover {
  background-position: right center;
}

.regular-icon-buttons ul li .regular-icon-light-six {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  z-index: 5;
  overflow: hidden;
  color: #fff;
  background: -webkit-linear-gradient(left,
      #ffa000 0%,
      #2bdbdc 50%,
      #ffa000 100%);
  background: -o-linear-gradient(left, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background: linear-gradient(to right, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background-size: 200% auto;
  border-radius: 5px;
}

.regular-icon-buttons ul li .regular-icon-light-six:hover {
  background-position: right center;
}

.regular-icon-buttons ul li .regular-icon-light-seven {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  z-index: 5;
  overflow: hidden;
  color: #fff;
  background: -webkit-linear-gradient(left,
      #ffa000 0%,
      #2bdbdc 50%,
      #ffa000 100%);
  background: -o-linear-gradient(left, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background: linear-gradient(to right, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background-size: 200% auto;
  border-radius: 10px;
}

.regular-icon-buttons ul li .regular-icon-light-seven:hover {
  background-position: right center;
}

.regular-icon-buttons ul li .regular-icon-light-eight {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  z-index: 5;
  overflow: hidden;
  color: #fff;
  background: -webkit-linear-gradient(left,
      #ffa000 0%,
      #2bdbdc 50%,
      #ffa000 100%);
  background: -o-linear-gradient(left, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background: linear-gradient(to right, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background-size: 200% auto;
  border-radius: 50%;
}

.regular-icon-buttons ul li .regular-icon-light-eight:hover {
  background-position: right center;
}

.regular-icon-buttons ul li .regular-icon-light-nine {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #ffa000;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  color: #fff;
  background-color: #ffa000;
}

.regular-icon-buttons ul li .regular-icon-light-nine:hover {
  color: #ffa000;
  background-color: transparent;
}

.regular-icon-buttons ul li .regular-icon-light-ten {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #ffa000;
  text-align: center;
  font-size: 24px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  color: #fff;
  background-color: #ffa000;
}

.regular-icon-buttons ul li .regular-icon-light-ten:hover {
  color: #ffa000;
  background-color: transparent;
}

.regular-icon-buttons ul li .regular-icon-light-eleven {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #ffa000;
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  color: #fff;
  background-color: #ffa000;
}

.regular-icon-buttons ul li .regular-icon-light-eleven:hover {
  color: #ffa000;
  background-color: transparent;
}

.regular-icon-buttons ul li .regular-icon-light-twelve {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #ffa000;
  text-align: center;
  font-size: 24px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  color: #fff;
  background-color: #ffa000;
}

.regular-icon-buttons ul li .regular-icon-light-twelve:hover {
  color: #ffa000;
  background-color: transparent;
}

.group-buttons .btn-group {
  margin-left: 30px;
}

.group-buttons .group-one {
  margin-left: 0;
}

.group-buttons .group-one .main-btn {
  background: 0 0;
  border: 2px solid #ffa000;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.group-buttons .group-one .main-btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
}

.group-buttons .group-one .main-btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0;
}

.group-buttons .group-one .main-btn:hover {
  background-color: #ffa000;
  color: #fff;
}

.group-buttons .group-two .main-btn {
  background: 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  color: #fff;
  line-height: 52px;
  background: -webkit-linear-gradient(#ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background: -o-linear-gradient(#ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background: linear-gradient(#ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background-size: auto 200%;
  border-top: 0;
  border-bottom: 0;
  border-color: rgba(244, 246, 247, 0.2);
}

.group-buttons .group-two .main-btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
}

.group-buttons .group-two .main-btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0;
}

.group-buttons .group-two .main-btn:hover {
  background-position: bottom center;
}

.group-buttons .group-three .main-btn {
  background: 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  color: #fff;
  line-height: 52px;
  background: -webkit-linear-gradient(left,
      #ffa000 0%,
      #2bdbdc 50%,
      #ffa000 100%);
  background: -o-linear-gradient(left, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background: linear-gradient(to right, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background-size: 200% auto;
  border: 0;
}

.group-buttons .group-three .main-btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
}

.group-buttons .group-three .main-btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0;
}

.group-buttons .group-three .main-btn:hover {
  background-position: right center;
}

.group-buttons .group-four {
  margin-left: 0;
}

.group-buttons .group-four .main-btn {
  background: 0 0;
  border: 2px solid #ffa000;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0 12px;
}

.group-buttons .group-four .main-btn i {
  font-size: 24px;
}

.group-buttons .group-four .main-btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
}

.group-buttons .group-four .main-btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0;
}

.group-buttons .group-four .main-btn:hover {
  background-color: #ffa000;
  color: #fff;
}

.group-buttons .group-five .main-btn {
  background: 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  color: #fff;
  line-height: 52px;
  background: -webkit-linear-gradient(#ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background: -o-linear-gradient(#ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background: linear-gradient(#ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background-size: auto 200%;
  border-top: 0;
  border-bottom: 0;
  border-color: rgba(244, 246, 247, 0.2);
  padding: 0 16px;
}

.group-buttons .group-five .main-btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
}

.group-buttons .group-five .main-btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0;
}

.group-buttons .group-five .main-btn:hover {
  background-position: bottom center;
}

.group-buttons .group-six .main-btn {
  background: 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  color: #fff;
  line-height: 52px;
  background: -webkit-linear-gradient(left,
      #ffa000 0%,
      #2bdbdc 50%,
      #ffa000 100%);
  background: -o-linear-gradient(left, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background: linear-gradient(to right, #ffa000 0%, #2bdbdc 50%, #ffa000 100%);
  background-size: 200% auto;
  border: 0;
  padding: 0 16px;
}

.group-buttons .group-six .main-btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
}

.group-buttons .group-six .main-btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0;
}

.group-buttons .group-six .main-btn:hover {
  background-position: right center;
}

.navgition {
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navgitions {
  position: fixed;
  background-color: #fff;
  top: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 999;
}

.navgition.sticky {
  -webkit-box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navgition .navbar {
  position: relative;
  padding: 0;
}

.navgition .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #121212;
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navgition .navbar .navbar-collapse {
    position: absolute;
    /* top: 116%; */
    /* upd */
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
}

@media (max-width: 767px) {
  .navgition .navbar .navbar-collapse {
    position: absolute;
    /* top: 116%; */
    /* upd */
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
}

.navbar-nav {
  flex: 1;
}

.navgition .navbar .navbar-nav .nav-item {
  margin: 0 16px;
  position: relative;

  /* upd */
  /* Dropdown'ın ortalanması için */
  /* display: flex;
        justify-content: center; */
}

.navgition .navbar .navbar-nav .nav-item a {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  padding: 26px 0;
  color: #121212;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.right-item {
  flex: 1;
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navgition .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
  }
}

@media (max-width: 767px) {
  .navgition .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .navgition .navbar .navbar-nav .nav-item a::before,
  .navgition .navbar .navbar-nav .nav-item a::after {
    display: none;
  }
}

@media (max-width: 767px) {

  .navgition .navbar .navbar-nav .nav-item a::before,
  .navgition .navbar .navbar-nav .nav-item a::after {
    display: none;
  }
}

.navgition .navbar .navbar-nav .nav-item a::after {
  left: auto;
  right: 50%;
}

.navgition .navbar .navbar-nav .nav-item.active>a,
.navgition .navbar .navbar-nav .nav-item:hover>a {
  color: #ffa000;
}

.navgition .navbar .navbar-nav .nav-item.active>a::before,
.navgition .navbar .navbar-nav .nav-item.active>a::after,
.navgition .navbar .navbar-nav .nav-item:hover>a::before,
.navgition .navbar .navbar-nav .nav-item:hover>a::after {
  opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navgition .navbar .navbar-social {
    position: absolute;
    right: 70px;
    top: 7px;
  }
}

@media (max-width: 767px) {
  .navgition .navbar .navbar-social {
    position: absolute;
    right: 60px;
    top: 7px;
  }
}

.navgition .navbar .navbar-social span {
  font-size: 16px;
  font-weight: 700;
  color: #6c6c6c;
  line-height: 24px;
  margin-right: 14px;
}

.navgition .navbar .navbar-social ul li {
  display: inline-block;
  margin-right: 5px;
}

.navgition .navbar .navbar-social ul li a {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  color: #6c6c6c;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navgition .navbar .navbar-social ul li a:hover {
  color: #ffa000;
}

.nav-up {
  top: 0px !important;
}

.nav-down {
  top: 0 !important;
}

.crew-hero {
  color: #000;
  padding: 100px 0;
}

.item-container>h2 {
  color: #fff;
  margin-bottom: 16px;
}

.item-container>p {
  color: #fff;
  line-height: 32px;
  font-size: 16px;
  text-align: justify;
}

.about-home-button {
  height: 80px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-home-button {
  flex-direction: column;
  background: #fff;
  font-size: 17px;
  color: #000;
  font-weight: 500;
}

.about-home-button>i {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 500;
}

.about-home-button>span {
  padding: 0;
  margin: 0;
  line-height: 16px;
  text-align: center;
}

.api-referans {
  height: 90px !important;
}

.api-referanss {
  height: 350px !important;
  object-fit: cover !important;
}

.api-hero {
  background-color: #30032f;
  background-image: url(../images/api-bg.svg);
  background-attachment: fixed;
}

.api-hero1 {
  background-color: #30032f;
  background-image: url(../images/toplu-sms-paketleri.png);
  background-repeat: no-repeat;
  background-size: 100% 177%;
}

.api-hero>* {
  color: #fff !important;
}

.api-hero1>* {
  color: #fff !important;
}

.api-hero>* .title {
  color: #fff;
}

.api-hero1>* .title {
  color: #fff;
}

.api-hero>* .text {
  color: #fff;
  font-size: 19px;
}

.api-hero1>* .text {
  color: #fff;
  font-size: 19px;
}

.api-hotspot {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  color: #000;
}

.api-box {
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  padding: 16px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.api-box>img {
  height: 70px;
  width: 80px;
  object-fit: contain;
  margin-bottom: 16px;
}

.api-box>span {
  flex: 1;
}

ul.instagram-last-posts {
  border-radius: 10px;
  overflow: hidden;
}

ul.instagram-last-posts>li.insta-post>a {
  display: block;
}

ul.instagram-last-posts>li.insta-post>a>img {
  width: 100%;
  max-height: 190px;
  object-fit: contain;
  opacity: 0.65;
  transition: all ease 0.5s;
}

ul.instagram-last-posts>li.insta-post>a>img:hover {
  opacity: 1;
  transition: all ease 0.5s;
}

.personal-card {
  margin-bottom: 40px;
  overflow: hidden;
  transition: all ease 0.5s;
}

.personal-card:hover {
  transform: scale(1.05);
  transition: all ease 0.5s;
}

.personal-card>.inner {
  padding: 10px;
}

.personal-card>p {
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 500;
}

.header-hero {
  min-height: 70vh;
  /* max-height: 70vh; */
  background: #fff;
  /*background: url("../images/header-bg.jpg");*/
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 576px) {
  .header-hero {
    /* height: 107vh; */
  }
}

.header-hero .header-content {
  height: 100%;
  display: flex;
  align-items: center;
}

.header-hero .header-content .header-title {
  font-size: 34px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
}

@media (max-width: 767px) {
  .header-hero .header-content .header-title {
    /* margin-top: 140px; */
    font-size: 17px;
    line-height: 20px;
  }
}

.header-hero .header-content .text {
  font-size: 19px;
  line-height: 32px;
  color: #555;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .header-hero .header-content .text {
    font-size: 16px;
    line-height: 24px;
  }

  .slider-image{
    max-height: 25vh !important;
  }

}

@media (max-height: 800px) {
  .header-hero {
    margin-top: 10vh !important;
  }
}

.header-hero .header-content .header-btn {
  margin-top: 22px;
}

.header-hero .header-content .header-btn li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.slider-image {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  padding-bottom: 50px;
}

.header-hero .header-content .header-btn li a.main-btn {
  border-radius: 50px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: 0;
  line-height: 50px;
}

a.main-btn:hover {
  color: #ff743e;
}

.header-hero .header-content .header-btn li a.main-btn.rounded-four {
  padding: 0 32px;
}

.header-hero .header-content .header-btn li a.main-btn.rounded-four:hover {
  -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
  color: #ff743e;
}

.header-hero .header-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.header-hero .header-shape img {
  width: 100%;
}

.services-area {
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .services-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.services-content .services-icon i {
  font-size: 32px;
  color: #ffa000;
}

.services-content .services-content {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .services-content .services-content {
    padding-left: 0;
    padding-top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-content .services-content {
    padding-left: 15px;
    padding-top: 0;
  }
}

.services-content .services-content .services-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #121212;
}

.services-content .services-content .text {
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  margin-top: 4px;
}

.services-image {
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-image {
    width: 34%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-image {
    position: relative;
    width: 720px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .services-image {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 16px;
    margin: 0 auto;
  }

  /* .swiper {
    padding-top: -155px;
  } */

  .call-to-action {
    margin-top: -35px;
  }

  .call-to-action .text {
    text-align: center !important;
  }

  .call-to-action .page-sub-title-h3 {
    color: #ffa000 !important;
    margin: 0 auto !important;
  }

  .speed-test-content {
    background-color: #ffa000 !important;
  }

  .speed-test-content .text {
    color: white !important;
  }

  .speed-test-content .page-sub-title-h3 {
    color: black !important;
  }

  .speed-test-content a {
    color: black !important;
  }

  .slider-mobile-img {
    max-width: 225px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-image {
    position: relative;
    width: 540px;
    margin: 0 auto;
  }
}

.services-image .image {
  max-width: 580px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-image .image {
    margin: 0 auto;
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .services-image .image {
    margin: 0 auto;
    padding-top: 50px;
  }
}

.services-image .image img {
  width: 100%;
}

.pricing-area {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f4f6f7;
}

.code-box {
  font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace;
  color: #000000;
  background-color: #fafafa;
  font-size: 12px;
  line-height: 14px;
  padding: 5px;
  overflow: auto;
  width: 100%;
  margin-bottom: 40px;
  font-display: swap;
}

.tab-col {
  width: 100%;
  font-size: 17px;
  line-height: 34px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 8px;
  background: #fff;
  font-weight: 500;
  color: #204757;
  cursor: pointer;
  box-sizing: content-box;
  border: 2px solid transparent;
  transition: box-shadow ease 0.5s;
}

.tab-col[active="true"] {
  color: #ffa000;
  border-radius: 5px;
  box-shadow: 0 2px 24px rgba(213, 134, 0, 0.1);
  z-index: 8;
  border: 2px solid rgba(255, 160, 0, 0.1);
  transition: box-shadow ease 0.5s;
  box-sizing: content-box;
}

.tab-col>i {
  font-size: 32px;
}

@media only screen and (max-width: 576px) {
  .tab-col>span {
    font-size: 13px;
  }
}

.tab-detail>div>h1,
.tab-detail>div>h2,
.tab-detail>div>h3,
.tab-detail>div>h4,
.tab-detail>div>h5,
.tab-detail>div>h6 {
  font-weight: 500;
  margin-bottom: 16px;
}

.tab-detail>div>p {
  margin-bottom: 8px;
}

.tab-detail>div>img {
  height: 300px;
  object-fit: contain;
  position: sticky;
  top: 100px;
}

.tab-detail>div>hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.single-pricing .pricing-baloon {
  position: absolute;
  top: 10px;
  right: 0;
  width: 100px;
}

@media (max-width: 767px) {
  .single-pricing .pricing-flower {
    width: 110px;
  }

  .single-pricing .pricing-flower {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 144px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .pricing-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.single-pricing {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 24px 20px 50px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  transition: all ease-in-out 0.25s;
}

.single-pricing:hover {
  transform: scale(1.05);
  transition: all ease-in-out 0.25s;
}

.single-pricing .pricing-header .sub-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  color: #121212;
  position: relative;
  padding-bottom: 8px;
}

.single-pricing .pricing-header .price {
  display: block;
  font-size: 32px;
  letter-spacing: -1px;
  font-weight: 600;
  line-height: 40px;
  color: #121212;
}

/* upd */
/* @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .single-pricing .pricing-header .price {
            font-size: 50px;
        }
    } */

@media (max-width: 767px) {
  .single-pricing .pricing-header .price {
    font-size: 30px;
  }
}

/* upd */
/* @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single-pricing .pricing-header .price {
            font-size: 64px;
        }
    } */

.single-pricing .pricing-header .year {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 3px;
  background: #fc0;
  color: #000;
  padding: 5px 10px;
  text-transform: uppercase;
}

.single-pricing .pricing-list ul li {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

.single-pricing .pricing-list ul li>img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  margin-bottom: 8px;
}

.single-pricing .pricing-list ul li:nth-last-child(1) {
  border-bottom: 1px solid transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-pricing .pricing-list ul li {
    font-size: 14px;
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .single-pricing .pricing-list ul li {
    font-size: 14px;
    margin-top: 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-pricing .pricing-list ul li {
    font-size: 16px;
    margin-top: 16px;
  }
}

.single-pricing .pricing-list ul li i {
  color: #ffa000;
  margin-right: 8px;
}

.single-pricing .pricing-btn {
  margin-top: 24px;
}

.single-pricing .pricing-btn .main-btn {
  background-color: #fff;
  border-radius: 50px;
  color: #000;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.16);
}

.single-pricing .pricing-btn .main-btn:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
}

.single-pricing .buttom-shape {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 101%;
}

.single-pricing.pro .pricing-header .sub-title::before {
  right: auto;
  left: 0;
  background-color: #ffa000;
}

.single-pricing.pro .pricing-baloon {
  position: absolute;
  top: 0;
  right: -78px;
  width: 156px;
}

.single-pricing.enterprise .pricing-header .sub-title::before {
  right: 0;
  left: auto;
  background-color: #ffa000;
}

.single-pricing.enterprise .pricing-flower {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 144px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-pricing.enterprise .pricing-flower {
    width: 110px;
  }
}

@media (max-width: 767px) {
  .single-pricing.enterprise .pricing-flower {
    width: 110px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-pricing.enterprise .pricing-flower {
    width: 144px;
  }
}

.single-pricing.enterprise .pricing-flower img {
  width: 100%;
}

.call-to-action {
  background-color: #ffa000;
  position: relative;
}

.call-action-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 992px) {
  .call-action-image {
    display: none;
  }
}

.call-action-image img {
  height: 80%;
  object-fit: contain;
  object-position: center center;
}

.call-action-content {
  margin: 0 auto;
  padding: 80px;
}

@media (max-width: 767px) {
  .call-action-content {}
}

.call-action-content .call-title {
  font-size: 44px;
  font-weight: 600;
  color: #fff;
  line-height: 55px;
}

@media (max-width: 767px) {
  .call-action-content .call-title {
    font-size: 28px;
    line-height: 38px;
  }
}

.call-action-content .text {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .call-action-content .text {
    font-size: 14px;
  }
}

.call-action-content .call-newsletter {
  max-width: 410px;
  position: relative;
  margin: 24px auto 0;
}

.call-action-content .call-newsletter i {
  font-size: 26px;
  color: #ffa000;
  position: absolute;
  left: 18px;
  top: 15px;
}

.call-action-content .call-newsletter input {
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 50px;
  background-color: #fff;
  padding-left: 60px;
  padding-right: 30px;
}

.call-action-content .call-newsletter input::placeholder {
  opacity: 1;
  color: #6c6c6c;
}

.call-action-content .call-newsletter input::-moz-placeholder {
  opacity: 1;
  color: #6c6c6c;
}

.call-action-content .call-newsletter input::-moz-placeholder {
  opacity: 1;
  color: #6c6c6c;
}

.call-action-content .call-newsletter input::-webkit-input-placeholder {
  opacity: 1;
  color: #6c6c6c;
}

.call-action-content .call-newsletter button {
  border: 0;
  border-radius: 50px;
  height: 48px;
  padding: 0 32px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 4px;
  background-color: #ffa000;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .call-action-content .call-newsletter button {
    position: relative;
    right: auto;
    margin-top: 15px;
    background-color: #fff;
    color: #ffa000;
  }
}

.call-action-content .call-newsletter button:hover {
  background-color: #ffa000;
  color: #fff;
}

.testimonial-area {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .testimonial-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.single-testimonial {
  background-color: #fff;
  padding: 24px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  outline: 0 !important;
}

.single-testimonial.refs {
  background: transparent;
  box-shadow: none;
  padding: 0 !important;
}

.single-testimonial .testimonial-image img {
  width: 100%;
  height: 190px;
  object-fit: contain;
}

.single-testimonial .testimonial-content .text {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  border-bottom: 1px solid #cbced1;
  padding-bottom: 24px;
}

.single-testimonial .testimonial-content .author-name {
  font-size: 18px;
  font-weight: 600;
  color: #121212;
  margin-top: 24px;
}

.single-testimonial .testimonial-content .sub-title {
  font-size: 14px;
  line-height: 24px;
  color: #a4a4a4;
}

.slick-arrow {
  border: 0px;
  background-color: transparent;
}

.testimonial-active .slick-dots {
  text-align: center;
}

.testimonial-active .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.testimonial-active .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #cbced1;
  border: 0;
  cursor: pointer;
}

.testimonial-active .slick-dots li.slick-active button {
  background-color: #ffa000;
}

.client-logo-area {
  background-color: #f4f6f7;
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-area {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .contact-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.form-group {
  margin: 0;
}

p.form-message.success,
p.form-message.error {
  font-size: 16px;
  color: #121212;
  background: #cbced1;
  padding: 10px 15px;
  margin-left: 15px;
  margin-top: 15px;
}

p.form-message.error {
  color: red;
}

.contact-form .single-form {
  margin-top: 30px;
}

.contact-form .single-form textarea,
.contact-form .single-form input {
  width: 100%;
  height: 56px;
  border: 1px solid #cbced1;
  border-radius: 5px;
  padding: 0 25px;
  background-color: #fff;
  font-size: 16px;
}

.contact-form .single-form textarea::placeholder,
.contact-form .single-form input::placeholder {
  opacity: 1;
  color: #a4a4a4;
}

.contact-form .single-form textarea::-moz-placeholder,
.contact-form .single-form input::-moz-placeholder {
  opacity: 1;
  color: #a4a4a4;
}

.contact-form .single-form textarea::-moz-placeholder,
.contact-form .single-form input::-moz-placeholder {
  opacity: 1;
  color: #a4a4a4;
}

.contact-form .single-form textarea::-webkit-input-placeholder,
.contact-form .single-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #a4a4a4;
}

.contact-form .single-form textarea {
  height: 160px;
  padding-top: 15px;
  resize: none;
}

.contact-form .single-form .main-btn {
  border-radius: 50px;
  background-color: #ffa000;
  color: #fff;
}

.contact-form .single-form .main-btn:hover {
  background-color: #ffa000;
}

.list-unstyled li {
  font-size: 13px;
  margin-left: 2px;
  margin-top: 5px;
  color: red;
}

.footer-area {
  background-color: #f4f6f7;
}

.footer-widget {
  padding-top: 90px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .footer-widget {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.footer-logo-support .footer-logo .social {
  margin-left: 35px;
}

.footer-logo-support .footer-logo .social li {
  display: inline-block;
  margin-right: 10px;
}

.footer-logo-support .footer-logo .social li a {
  font-size: 24px;
  color: #6c6c6c;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-logo-support .footer-logo .social li a:hover {
  color: #ffa000;
}

.footer-logo-support .footer-support span {
  font-size: 20px;
  line-height: 25px;
  color: #6c6c6c;
  font-weight: 600;
}

@media (max-width: 767px) {
  .footer-logo-support .footer-support span {
    display: block;
  }
}

.footer-logo-support .footer-support span.mail {
  margin-left: 32px;
}

@media (max-width: 767px) {
  .footer-logo-support .footer-support span.mail {
    margin-left: 0;
  }
}

.footer-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
  color: #6c6c6c;
}

.footer-link {
  margin-top: 32px;
}

.footer-link ul {
  margin-top: 8px;
}

.footer-link ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #3d70a3;
  margin-top: 0px;
  font-weight: 300;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-link ul li a:hover {
  color: #ffa000;
}

.footer-newsletter {
  margin-top: 32px;
}

.footer-newsletter .newsletter {
  margin-top: 24px;
  position: relative;
}

.footer-newsletter .newsletter input {
  width: 100%;
  height: 44px;
  border-radius: 50px;
  padding: 0 24px;
  border: 0;
  background-color: rgba(33, 33, 33, 0.12);
  font-weight: 500;
}

.footer-newsletter .newsletter input::placeholder {
  opacity: 1;
  color: #6c6c6c;
}

.footer-newsletter .newsletter input::-moz-placeholder {
  opacity: 1;
  color: #6c6c6c;
}

.footer-newsletter .newsletter input::-moz-placeholder {
  opacity: 1;
  color: #6c6c6c;
}

.footer-newsletter .newsletter input::-webkit-input-placeholder {
  opacity: 1;
  color: #6c6c6c;
}

.footer-newsletter .newsletter button {
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 0;
  font-size: 20px;
  color: #121212;
  cursor: pointer;
  background: 0 0;
}

.footer-newsletter .text {
  margin-top: 16px;
}

.footer-copyright {
  background-color: #2b354f;
}

.copyright {
  padding: 23px 0;
}

.copyright .text {
  color: #fff;
}

.back-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffa000;
  bottom: 10px;
  right: 20px;
  z-index: 999;
  color: #fff;
  font-size: 20px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: none;
}

.back-to-top:hover {
  background-color: #ffa000;
  color: #fff;
}

a.page-scroll:hover+ul.custom-dropdown,
a.page-scroll:focus+ul.custom-dropdown {
  display: block !important;
}

/* upd */
/* @media only screen and (max-width: 992px) {
        a.page-scroll:hover+ul.custom-dropdown,
        a.page-scroll:focus+ul.custom-dropdown {
            display: inline-table !important;
            position: relative;
        }
    }

    a.page-scroll:hover+ul.custom-dropdown1,
    a.page-scroll:focus+ul.custom-dropdown1 {
        display: block !important;
        text-align: left;
    }

    @media only screen and (max-width: 992px) {
        a.page-scroll:hover+ul.custom-dropdown1,
        a.page-scroll:focus+ul.custom-dropdown1 {
            display: inline-table !important;
            position: relative;
            text-align: left;
        }
    } */

ul.custom-dropdown {
  display: none;
  position: fixed;
  /* upd */
  /* width: 215px; */
  max-width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

ul.custom-dropdown:hover {
  display: block;
}

ul.custom-dropdown>li>a {
  padding: 8px 0 !important;
  font-size: 15px !important;
  /* upd */
  white-space: nowrap;
  position: relative;
}

/* upd */
/* @media only screen and (max-width: 576px) { */
@media only screen and (max-width: 991px) {
  ul.custom-dropdown {
    position: relative;
  }
}

/* upd */
/* ul.custom-dropdown1 {
        display: none;
        position: fixed;
        width: 310px;
        max-width: 100%;
        padding: 20px;
        background: #FFF;
        border-radius: 5px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        text-align: left;
    }

    ul.custom-dropdown1:hover {
        display: block;
        text-align: left;
    }

    .navgition .navbar .navbar-nav .nav-item ul.custom-dropdown1>li>a {
        padding: 8px 0 !important;
        font-size: 15px !important;
        text-align: left;
    }

    .navgition .navbar .navbar-nav .nav-item ul.custom-dropdown>li>a {
        padding: 8px 0 !important;
        font-size: 15px !important;
        text-align: left;
    }

    @media only screen and (max-width: 576px) {
        ul.custom-dropdown1 {
            position: relative;
            text-align: left;
        }
    } */

.cookie-bar {
  position: fixed;
  z-index: 9999999999;
  bottom: 0;
  width: 100%;
  padding: 8px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  font-weight: 400;
}

@media only screen and (max-width: 576px) {
  .cookie-bar {
    display: none;
  }
}

.cookie-bar>span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

@media only screen and (max-width: 576px) {
  .cookie-bar>span {
    flex-direction: column;
  }
}

.cookie-bar>span,
.cookie-bar>span>p {
  color: #505050;
  font-size: 14px;
}

.cookie-bar>span>p>b {
  font-weight: 500;
}

.page-sub-title-h1 {
  font-size: 32px !important;
}

.page-sub-title-h2 {
  font-size: 30px;
}

.page-sub-title-h3 {
  font-size: 28px;
}

.page-sub-title-h4 {
  font-size: 26px;
}

.page-sub-title-h5 {
  font-size: 24px;
}

.page-sub-title-h6 {
  font-size: 22px;
}

.page-sub-title-h7 {
  font-size: 20px;
}

.navgition .navbar .navbar-nav .nav-item.active>a,
.navgition .navbar .navbar-nav .nav-item>ul li:hover a {
  color: #ffa000;
}

.hr {
  width: 70%;
  height: -50px;
  padding: 0;
  border-color: black;
}

.cizgi {
  border-left: 2px solid #d3d3d3;
  height: 305px;
  position: absolute;
  left: 400px;
}

.container1 {
  height: 400px;
}

.yenicizgi {
  display: none;
  float: left;
  position: relative;
  width: 100%;
  top: -50px;
  border: 0.4px solid black;
  visibility: visible;
}

.yukarigel {
  position: relative;
  top: -50px;
}

@media (min-width: 100px) and (max-width: 500px) {
  .yukarigel {
    top: -100px;
  }

  .mobil-asagi-15 {
    margin-top: 15px;
  }

  .mobil-asagi-30 {
    margin-top: 30px;
  }

  .kaybetmobil {
    display: none;
  }
}

.mobile-uye {
  position: absolute;
  left: 75%;
}

@media (min-width: 501px) and (max-width: 1250px) {
  .mobile-uye {
    position: absolute;
    left: 86%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 15.333333%;
    max-width: 15.333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1250px) and (max-width: 1450px) {
  .mobile-uye {
    position: absolute;
    left: 85%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 15.333333%;
    max-width: 15.333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-um-3 {
  -ms-flex: 0 0 20.333333%;
  flex: 0 0 20.333333%;
  max-width: 20.333333%;
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 100px) and (max-width: 500px) {
  .col-um-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 13px;
    padding-left: 13px;
  }
}

@media (min-width: 1451px) and (max-width: 1699px) {
  .mobile-uye {
    position: absolute;
    left: 85%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 15.333333%;
    max-width: 15.333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  .mobile-uye {
    position: static;
    float: left;
  }
}

.our_benefits_area {
  position: relative;
  height: 900px;
  cursor: pointer;
}

.accordion {
  width: 100%;
  margin: 25px auto;
}

.accordion button {
  width: 100%;
  border: none;
  height: 40px;
  line-height: 40px;
  background-color: green;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.accordion .item {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.accordion .item:last-child {
  margin-bottom: 0;
}

.accordion .item .titles {
  height: 40px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 500;
}

.accordion .item .titles i {
  margin-right: 10px;
  transition: 400ms all;
}

.accordion .item .content {
  border-radius: 0 0 3px 3px;
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  line-height: 130%;
  font-size: 17px;
  transition: 400ms;
}

.content {
  height: auto important !;
}

.accordion .item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  opacity: 0;
  cursor: pointer;
}

.accordion .item input:checked+.titles {
  background: #ffa000;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #ddd;
}

.accordion .item:hover .titles {
  color: white;
  background: #ffa000;
  border-radius: 15px;
}

.accordion .item input:checked+.titles i {
  transform: rotate(90deg);
}

.accordion .item input:checked+.titles+.content {
  max-height: 700px;
  padding: 15px;
}

.mobil_slider {
  float: left;
  display: block;
  color: blue;
  position: relative;
  cursor: pointer;
}

.mobil_slider li {
  font-size: 13px;
  cursor: pointer;
  color: blue;
}

.cursors {
  cursor: pointer;
  color: #3d70a3;
}

.cursors:hover {
  cursor: pointer;
  color: #ffa000;
}

.cursors[active="true"] {
  cursor: pointer;
  color: #ffa000;
}

.cizgi {
  display: none;
}

label {
  display: none;
}

.yazi {
  position: relative;
  float: left;
  left: -20px;
  top: 30px;
  font-size: 13px;
  cursor: pointer;
  line-height: 35px;
}

.resim {
  position: relative;
  width: 500px;
  display: block;
  float: left;
  top: 0px;
}

.resim img {
  position: relative;
  width: 400px;
  display: block;
  float: left;
}

.mobilsuccess {
  display: none;
}

.webhiddens {
  display: none !important;
}

.webhidden {
  display: none !important;
}

.mobilehidden {
  display: -ms-flexbox !important;
}

@media (min-width: 100px) and (max-width: 500px) {
  .mobilsuccess {
    display: inherit;
  }

  .leftbrd {
    display: none;
  }

  .mobilehidden {
    display: none;
  }

  .webhidden {
    display: inherit !important;
  }

  .webhiddens {
    display: flex !important;
  }

  /* upd */
  body {
    padding-top: 11px !important;
  }

  .containerlogin {
    max-width: 94% !important;
    width: 100%;
    padding-right: 5px !important;
    padding-left: 5px !important;
    margin-right: auto;
    margin-left: auto;
    border-radius: 4px;
  }

  .hr {
    width: 70%;
    height: -50px;
    padding: 0;
    border-color: black;
  }

  .accordion .item .titles {
    font-size: 13px;
  }

  .accorbaslik {
    font-size: 1.2rem;
    margin: 0 auto;
    text-align: center;
  }

  .footer-area {
    position: relative;
  }

  .cizgi {
    border-left: 2px solid #d3d3d3;
    height: 305px;
    position: absolute;
    left: 400px;
  }

  .container1 {
    height: 400px;
  }

  .yenicizgi {
    display: none;
    float: left;
    position: relative;
    width: 100%;
    top: -50px;
    border: 0.4px solid black;
    visibility: visible;
  }

  .mobil_slider {
    float: left;
    display: block;
    color: #f8395d;
    position: relative;
    cursor: pointer;
  }

  .mobil_slider li {
    font-size: 13px;
  }

  .cizgi {
    display: none;
  }

  label {
    display: none;
  }

  .yazi {
    position: relative;
    display: block;
    left: 0px;
    top: 30px;
    font-size: 13px;
    cursor: pointer;
    line-height: 35px;
  }

  .resim {
    top: 40px;
  }
}

.leftbrd {
  background-color: #faf5e3;
}

.leftbackground {
  background-image: url(https://images.pexels.com/photos/1420440/pexels-photo-1420440.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 50.5455%;
  border-radius: 4px;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 95vh;
}

.loginh1 {
  padding: 16px 0px 0;
  font-weight: 700;
  font-family: Roboto, sans-serif !important;
  font-size: 34px !important;
  line-height: 1.1;
  letter-spacing: normal !important;
  font-display: swap;
}

.loginspan {
  padding: 16px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.0071428571em;
}

.containerlogin {
  max-width: 85%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.rightlogin {
  padding: 19px;
}

.input-icons i {
  position: absolute;
  color: rgb(102, 98, 98);
}

.input-icons {
  width: 100%;
}

.icon {
  margin-top: 5px;
  padding: 10px;
}

.contact-items {
  font-size: 16px;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  border: 2px solid #ccc;
  outline: 0;
  padding: 8px;
  line-height: 34px;
  border-radius: 2px;
  width: 100%;
}

.kullanici {
  padding-left: 45px;
}

.tel {
  padding-left: 45px;
}

.eposta {
  padding-left: 45px;
}

.sifre {
  padding-left: 45px;
}

.teksifre {
  padding-left: 45px;
}

.alertt {
  display: none;
}

.alertinput {
  background-color: #e5f3fe;
  /* height: 180px; */
  align-items: center;
  display: flex;
  color: #2196f3 !important;
  caret-color: #2196f3 !important;
}

.alerttext {
  padding: 25px;
  margin-left: 50px;
}

.alert-icons i {
  position: absolute;
  color: #2196f3;
}

.alert-icons {
  width: 100%;
}

.denemesi {
  position: absolute;
  margin-left: 15px;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background-color: #b2d9f7;
  padding: 0px;
}

.alertico {
  margin-left: 27px;
}

.butonv1 {
  /* upd */
  /* height: 36px; */
  min-width: 64px;
  padding: 5px 16px;
  color: #fff;
  background-color: #ffab00 !important;
  border-color: #ffab00 !important;
  will-change: box-shadow;
  font-size: 0.875rem;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 500;
  letter-spacing: 0.0892857143em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  position: relative;
  text-decoration: none;
  text-indent: 0.0892857143em;
  text-transform: uppercase;
  -webkit-transition-duration: 0.28s;
  transition-duration: 0.28s;
  -webkit-transition-property: opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform, opacity;
  transition-property: box-shadow, transform, opacity, -webkit-box-shadow,
    -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: normal;
}

.ad:focus {
  border-bottom-color: #ffab00;
}

.soyad:focus {
  border-bottom-color: #ffab00;
}

.temsilci:focus {
  border-bottom-color: #ffab00;
}

.tc:focus {
  border-bottom-color: #ffab00;
}

.tarih:focus {
  border-bottom-color: #ffab00;
}

.tel:focus {
  border-bottom-color: #ffab00;
}

.eposta:focus {
  border-bottom-color: #ffab00;
}

.kullanici:focus {
  border-bottom-color: #ffab00;
}

.sifre:focus {
  border-bottom-color: #ffab00;
}

.teksifre:focus {
  border-bottom-color: #ffab00;
}

.kampanya:focus {
  border-bottom-color: #ffab00;
}

.linklogin {
  width: 100%;
  text-align: center;
}

.linklogin a {
  color: #ffab00 !important;
}

.linkcomment {
  font-size: 24px;
  width: 100%;
  text-align: center;
}

.linkcomment a {
  color: #ffab00 !important;
}

.phonealert {
  display: none;
}

.birth_dayalert {
  display: none;
}

.id_numberalert {
  display: none;
}

.emailalert {
  display: none;
}

.usernamealert {
  display: none;
}

.biz-kimiz-back {
  /* Background ekleme işlemi lazy yapılıp lazyBackground.js'e eklendi */
  /* background-image: url(../images/ekip/vatan-sms-ekip.webp); */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* Background senkron olarak yüklenir */
.biz-kimiz-back-sync {
  background-image: url(../images/ekip/vatan-sms-ekip.webp);
}

.overlay2 {
  position: relative;
  z-index: 0;
}

/* line 162, ../../Arafath/CL/CL september/205. Barber/HTML/scss/_reset.scss */

.overlay2::before {
  position: absolute;
  content: "";
  background-color: black;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}

/* #pageBar {
  width: 100%;
  position: fixed;
  z-index: 98798789987987897;
  box-shadow: 0 0 0.4rem rgb(168, 168, 168);
  left: 0;
  bottom: 0;
  padding: 0.3rem 0;
  background-image: linear-gradient(
    to bottom,
    #ff9100,
    #fc9816,
    #ff9100,
    #faa230,
    #faaa41
  );
} */

@media (min-width: 1000px) and (max-width: 1408px) {
  .margins {
    margin-left: 0px !important;
    margin-top: 10px;
  }
}

.gradient-4 {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#f5bc00),
      to(#d4aa1f));
  background-image: linear-gradient(#f5bc00 0%, #d4aa1f 100%);
  color: #fff;
}

.gradient-2 {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#dc4985),
      to(#f18da2));
  background-image: linear-gradient(#dc4985 0%, #f18da2 100%);
  color: #fff;
}

.gradient-3 {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#2cc590),
      to(#75eb92));
  background-image: linear-gradient(#2cc590 0%, #75eb92 100%);
  color: #fff;
}

.gradient-1 {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#4354e2),
      to(#6ca3f3));
  background-image: linear-gradient(#4354e2 0%, #6ca3f3 100%);
  color: #fff;
}

.download-area .download-wrapper .download-content .download-btns a span.icon {
  font-size: 24px;
  margin-right: 20px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.download-area .download-wrapper .download-content .download-btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(123, 123, 123, 0.16);
  box-shadow: 0 3px 6px rgba(123, 123, 123, 0.16);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #505478;
  width: 100%;
}

.btn-hover {
  position: relative;
  z-index: 1;
}

.download-area .download-wrapper .download-content .download-btns a span.text {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}

.lni {
  display: inline-block;
  font: normal normal normal 1em/1 "LineIcons";
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.download-area .download-wrapper .download-content .download-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.download-area .download-wrapper .download-content .download-btns a span.text b {
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.butonv2 {
  height: 60px;
  min-width: 64px;
  padding: 0 10px;
  color: #fff;
  background-color: #ffab00 !important;
  border-color: #ffab00 !important;
  will-change: box-shadow;
  font-size: 0.975rem;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 500;
  letter-spacing: 0.0892857143em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  position: relative;
  text-decoration: none;
  text-indent: 0.0892857143em;
  -webkit-transition-duration: 0.28s;
  transition-duration: 0.28s;
  -webkit-transition-property: opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform, opacity;
  transition-property: box-shadow, transform, opacity, -webkit-box-shadow,
    -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.icon-style {
  float: left;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.feature-content p {
  display: table;
}

.mobileremove {
  display: inherit;
}

.webremove {
  display: none;
}

.m-mt-30 {
  margin-top: 30px;
}

@media (min-width: 100px) and (max-width: 500px) {
  .mobile-margin-top-80 {
    margin-top: 80px;
  }

  .mobile-margin-top-170 {
    margin-top: 170px;
  }

  .m-mt-120 {
    margin-top: 40px;
  }

  /* .mtop-mobil-80 {
    margin-top: 80px;
  } */

  .margin-zero {
    margin: 0 !important;
  }

  .mobileremove {
    display: none !important;
  }

  .webremove {
    display: inherit;
  }
}

input[type="checkbox"] {
  content: "" !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 2px !important;
  border: 12px solid #3c4876 !important;
  border-width: 21px !important;
  -webkit-transition: all !important;
  -moz-transition: all !important;
  -ms-transition: all !important;
  -o-transition: all !important;
  transition: all !important;
  transition-duration: 0s !important;
  -webkit-transition-duration: 250ms !important;
  transition-duration: 250ms !important;
}

.video-area {
  vertical-align: middle;
  position: relative;
  margin: auto;
  z-index: 2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-area a {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background: linear-gradient(#f7a900 0%, #fcc71b 100%);
  text-align: center;
  color: #fff;
  line-height: 80px;
}

.video-card {
  box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2);
  margin-bottom: 8px;
  padding: 12px;
  width: 100%;
  cursor: pointer;
  display: flex;
  text-align: left;
  align-items: center;
  flex-direction: row;
  box-sizing: border-box;
  opacity: 0.7;
  border-radius: 0.25rem !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.video-card>i {
  font-size: 20px;
  line-height: 20px;
  margin-right: 12px;
  color: #fc0000;
}

.video-card.active {
  border-left: 2.8px solid #dd7119;
  border-radius: 0 !important;
  opacity: 1;
}

.yt-player>iframe {
  position: absolute;
  width: 185px;
  height: 375px;
  border-radius: 40px;
  top: 1.2%;
}

@import url("https://fonts.googleapis.com/css?family=Raleway");

* {
  padding: 0;
  margin: 0;
}

.contents {
  position: relative;
  margin-left: 15px;
  width: 100%;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  border: 1px solid black;
}

.boom {
  transform: rotate(44deg);
  position: absolute;
  width: 0px;
  height: 0px;
  right: -7px;
  top: 18px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  background: #ffffff;
  border-left: 15px solid rgb(255, 252, 252);
  box-shadow: 0.0625rem -0.0625rem rgba(0, 0, 0, 1);
}

.contentsol {
  position: relative;
  margin-left: 15px;
  width: 100%;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  border: 1px solid black;
}

.boomsol {
  transform: rotate(225deg);
  position: absolute;
  width: 0px;
  height: 0px;
  left: -7px;
  top: 60px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  background: #ffffff;
  border-left: 15px solid rgb(255, 252, 252);
  box-shadow: 0.0625rem -0.0625rem rgba(0, 0, 0, 1);
}

.pencil-time {
  height: 700px;
  width: 2px;
  position: absolute;
  left: 50%;
  background-color: rgba(105, 105, 105, 0.418);
  z-index: 1;
}

.box {
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  height: 250px;
}

.box.bg-opacity {
  padding: 60px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.box.color-box {
  padding: 60px;
}

.box.no-radius,
.box.bg-opacity,
.box.bg-opacity-dark {
  border-radius: 0;
}

.box.bg-opacity-dark {
  padding: 60px;
}

.box.bg-opacity .rev_slider_container,
.box.bg-opacity-dark .rev_slider_container {
  margin: -60px -60px 0 -60px;
}

.box.border {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.box.bg-white {
  background: #fff;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.1));
}

.box.bg-white:hover {
  -webkit-filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.1));
}

.box:not(.bg-opacity-dark):not(.bg-opacity) p,
.box:not(.bg-opacity-dark):not(.bg-opacity) blockquote {
  margin: 0;
}

.icon-bg {
  background-color: #4c98c9;
  color: #fff;
  width: 64px;
  height: 64px;
  max-width: 64px;
  max-height: 64px;
  border-radius: 100%;
  display: table;
  margin: 0 auto;
}

.icon-bg i {
  display: table-cell;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
  font-size: 35px;
}

.popup-top {
  background: #f2f7fb;
  color: rgba(12, 5, 97, 0.8);
  padding: 14px 50px;
  margin-bottom: 15px;
  z-index: 99999;
  width: 100%;
  font-size: 16px;
}

.container::before {
  display: table;
  content: " ";
}

.row::after {
  clear: both;
}

@media (min-width: 100px) and (max-width: 500px) {
  .popup-top {
    text-align: center;
    padding: 5px;
  }

  .width-mobile-150 {
    width: 15 0px;
  }
}

/* upd */
/* .adimlar-iys {
        font-size: 18px;
        font-weight: 900;
        margin-bottom: 15px;
    } */

.cookie-policy {
  position: absolute;
  top: 0;
  background-color: black;
  z-index: 9999999999999;
  width: 100%;
  color: white;
  text-align: center;
  padding: 10px;
  opacity: 0.8;
  font-size: 15px;
  display: none;
}

.policy-text {
  margin-left: 20px;
}

#close-policy:hover {
  cursor: pointer;
}

@media (min-width: 100px) and (max-width: 500px) {
  .cookie-policy span:nth-child(2) {
    padding: 0px;
    padding: 5px;
    margin-left: 0px;
  }

  .policy-text {
    margin-left: 0px;
  }
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #ffa000 !important;
  background: #ffa000 !important;
  border-radius: 3px 3px 0 0 !important;
  border-bottom: 1px solid #ddd !important;
}

.ui-accordion .ui-accordion-header:hover {
  border: 1px solid #ffa000 !important;
  background: #ffa000 !important;
  color: white;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
  border-bottom-left-radius: 22px !important;
  border-bottom-right-radius: 22px !important;
  /* margin-bottom: 20px!important; */

  /* upd */
  /* height: min-content !important; */
}

.title-acc {
  /* height:23px; */
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 500;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  font-size: 100%;
  border-radius: 15px;
  padding: 0.5em 0.5em 0.5em 0.7em;
}

/* Bootstrap Accordion için özel biçimlendirme */

/* Horizontal line */
.collapsible-link::before {
  content: "";
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: "";
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded="true"]::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded="true"]::before {
  transform: rotate(180deg);
}

.sss-accordion h6 {
  text-transform: none !important;
  color: #575a89;
}

@media screen and (max-width: 500px) {

  .sss-accordion h2,
  .sss-accordion h3 {
    font-size: 1.2rem;
  }
}

/* İYS */

.iys-hero {
  width: 100%;
  height: 50%;
  background-image: url("../images/api-bg.svg");
  background-color: #30032f;
  background-attachment: fixed;
}

.iys-hero h1 {
  color: white;
  background-color: #0000004d;
  padding: 1% 3%;
  text-shadow: 1px 1px 10px black;
}

.iys-main h2,
.iys-main h3 {
  /* margin: 1rem 0; */
}

.iys-main p {
  margin: 1rem 0;
}

.iys-main ul {
  list-style-type: disc;
}

.iys-main li:not(:last-child) {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 500px) {
  .iys-hero {
    /* margin-top: 10rem; */
  }

  .iys-hero h1 {
    font-size: 2rem;
  }

  .iys-main h2,
  .iys-main h3 {
    font-size: 1.2rem;
  }
}

/* FİYATLAR */

.fiyatlar-mobil {
  display: none;
}

.btn-yuvarlak {
  border: none;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: bold;
  background: rgba(255, 175, 0, 1);
  color: white;
}

@media screen and (max-width: 767px) {
  .fiyatlar {
    display: none !important;
  }

  .fiyatlar-mobil {
    display: block;
  }

  .single-pricing .pricing-list ul li {
    margin-top: 0.5rem;
    padding: 0.2rem 0;
  }

  .price,
  .year {
    font-size: 1.5rem !important;
  }

  .single-pricing {
    padding: 1rem;
  }

  .single-pricing h5,
  .single-pricing p,
  .single-pricing span {
    font-size: 1rem !important;
  }
}

/**
* Fixed Fiyat Alın
*/

.fixed-bar {
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 98798789987987897;
  width: 100%;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.349);
  left: 0;
  bottom: 0;
  background-color: #ffa000;
  font-size: 0.9rem;
  width: 100%;
}

.fixed-bar-form {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.fixed-bar-iletisim {
  display: flex;
}

.separator {
  box-sizing: border-box;
  border-right: 2px rgba(0, 0, 0, 0.486) solid;
  margin: 0.3rem;
}

.slogan {
  display: flex;
  align-self: center;
  font-size: 1rem;
}

.slogan span {
  margin-left: 0.1rem;
}

.contact-item {
  /* font-size: 15px; */
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  border: 0;
  outline: 0;
  padding: 8px;
  line-height: 34px;
  border-radius: 5px;
  width: 100%;
}

.fixed-bar-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-right: 1vmin;
}

.fixed-bar-item a {
  display: flex;
  align-items: center;
}

.fixed-bar-item .lni {
  font-size: 1.3rem;
  margin-right: 0.2rem;
}

.fixed-bar-item .contact-item {
  padding: 0.4rem;
  line-height: normal;
  margin-bottom: auto;
  border-radius: 0;
}

.fixed-bar-form input {
  max-width: 8rem;
  padding-left: 0.4rem !important;
}

.fixed-bar-item .select {
  padding: 0.3rem !important;
}

.wp,
.telegram {
  font-size: 0.9rem;
  color: white;
  padding: 0.2rem 0.6rem;
  transition: 0.3s ease-in-out all;
}

.wp:hover,
.telegram:hover {
  filter: brightness(0.85);
}

.telegram {
  background-color: #0088cc;
}

.wp {
  background-color: green;
}

.btn-aranmak-istiyorum {
  display: flex;
  align-items: center;
  border: none;
  height: 100%;
  padding: 0.4rem;
  transition: 0.3s ease-in-out all;
}

.telmobil {
  background-color: #513787;
}

.fiyatalmobil,
.telmobil {
  display: none !important;
}

.fiyatalmobil {
  background-color: #1E5A0D;
}

@media (min-width: 100px) and (max-width: 1055px) {

  .fixed-bar-form,
  .slogan,
  .separator,
  .wp span,
  .telegram span {
    display: none;
  }

  .fixed-bar-item {
    margin: 0;
  }

  .fiyatalmobil,
  .telmobil {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 33.333%;
    cursor: pointer;
    color: white;
  }

  .fixed-bar-iletisim {
    flex-direction: row-reverse;
    justify-content: center;
    width: 33.333%;
  }

  .fixed-bar-iletisim .fixed-bar-item {
    width: 100%;
  }

  .fixed-bar-iletisim .fixed-bar-item:nth-child(1) {
    background-color: #0088cc;
  }

  .fixed-bar-iletisim .fixed-bar-item:nth-child(2) {
    background-color: green;
    margin: 0;
  }

  .fixed-bar-item .lni {
    margin: 0;
  }

  .wp:hover,
  .telegram:hover {
    filter: none;
  }
}

/* Menü */

.logo-wrapper {
  width: 150px;
}

.btn-menu {
  padding: 5px;
  border-radius: 20px;
  background: #fc0;
  color: #fff;
  background: rgba(63, 61, 86);
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  /* font-size: 0.6rem; */
  font-size: 0.8rem;
}

.btn-register {
  background: rgba(255, 175, 0, 1);
  animation: changeBG 2.5s infinite;
  transition: all ease 500ms;
}

.logo-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .mobile-nav {
    width: 100%;
  }

  .logo-mobile {
    display: block;
  }

  .logo {
    display: none;
  }

  .logo-wrapper {
    width: 90px;
  }
}

/* Anasayfadaki Slider */

.slider .btn-indir {
  width: 150px;
}

@media screen and (max-width: 991px) {
  .slider .btn-indir {
    width: 100px;
  }
}

/* İletişim Butonları */

.btn-phone,
.btn-wp,
.btn-telegram {
  padding: 0.5rem;
  border-radius: 0.3rem;
  font-weight: bold;
  transition: 0.3s ease-in-out all;
}

.btn-phone:hover,
.btn-wp:hover,
.btn-telegram:hover {
  color: white;
}

.btn-phone:hover {
  background-color: black;
}

.btn-wp:hover {
  background-color: #25d366;
}

.btn-telegram:hover {
  background-color: #0088cc;
}

.btn-phone {
  border: black 2px solid;
  color: black;
}

.btn-phone a {
  color: black;
}

.btn-wp {
  border: #25d366 2px solid;
  color: #25d366;
}

.btn-wp a {
  color: #25d366;
}

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

.btn-telegram a {
  color: #0088cc;
}

.btn-disabled {
  background-color: #777 !important;
  cursor: not-allowed !important;
}

.tftable {
  font-size: 12px;
  color: #333333;
  width: 100%;
  border-width: 1px;
  border-color: #ebab3a;
  border-collapse: collapse;
}

.tftable th {
  font-size: 12px;
  background-color: #e6983b;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  text-align: left;
  padding: 3px;
}

.tftable tr {
  background-color: #ffffff;
}

.tftable td {
  font-size: 12px;
  border-width: 1px;
  padding: 0px;
  border-style: solid;
  border-color: #ebab3a;
  font-weight: 900;
}

.tftable tr:hover {
  background-color: #ffff99;
}

@media (max-width: 768px) {
  .tftable th {
    font-size: 6px;
    background-color: #e6983b;
    border-width: 1px;
    border-style: solid;
    border-color: #ebab3a;
    text-align: left;
  }
}

/* Toplu SmS Hepsi */

section.sms-api-info {
  margin-top: 60px;
}

.title {
  font-size: 35px;
  margin-bottom: 35px;
}

/*.container {*/
/*    padding: 0 180px;*/
/*}*/

.sms-api-flex {
  display: flex;
}

.info-text {
  width: 60%;
  padding-left: 20px;
}

.info-img {
  width: 40%;
}

.info-img img {
  width: 85%;
}

p.desc {
  font-size: 18px;
  display: contents;
}

ul.check-info {
  margin-top: 40px;
}

ul.check-info li {
  font-size: 15px;
  margin-bottom: 8px;
}

.bold-text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}

ul.check-info li::before {
  content: " ";
  background-image: url("/assets/images/API/v.png");
  background-size: cover;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: -4px;
}

ul.check-info li:last-child {
  margin-bottom: 5px;
}

.color-purple {
  color: #7209b7;
  font-weight: 500;
  font-size: inherit;
  display: contents;
}

.sms-info {
  color: #7209b7;
  font-weight: 500;
  margin-top: 20px;
  margin-left: 15px;
  font-size: 17px;
  margin-bottom: 20px;
}

.sms-info::before {
  content: " ";
  background-image: url("/assets/images/API/right-arrow.png");
  background-size: cover;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: -4px;
}

.btn-purple {
  font-size: 15px;
  color: #fff;
  background-color: #8538b8;
  padding: 10px 20px;
  border-radius: 20px;
}

.btn-purple:hover {
  color: #fff;
}

section.free-api {
  background-color: #f5f3f4;
  width: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.free-api-title {
  font-size: 25px;
  margin-top: 45px;
  font-weight: 400;
  text-align: center;
}

/*.mt-10 {*/
/*!*    margin-top: 10px;*!*/
/*!*}*!*/

/*!*.mt-5 {*!*/
/*!*    margin-top: 5px;*!*/
/*!*}*!*/

/*!*.mt-2 {*!*/
/*!*    margin-top: 2px;*!*/
/*!*}*!*/

/*!*.ml-20 {*!*/
/*!*    margin-left: 20px;*!*/
/*!*}*!*/

.free-api-desc {
  font-size: 18px;
  margin-top: 20px;
}

.small-desc {
  font-size: 16px;
  margin-top: 20px;
  color: #7209b7;
}

/*.mt-20 {*/
/*    margin-top: 20px;*/

/*}*/

.api-ent {
  font-size: 34px;
  margin-top: 45px;
  font-weight: 400;
  justify-content: center;
  display: flex;
  margin-bottom: 40px;
}

/*.row{*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -ms-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*    !* margin-right: -15px; *!*/
/*    justify-content: center;*/
/*}*/

.api-hotspot {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  color: #000;
}

/* .api-box{
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 16px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
} */
.api-box img {
  height: 70px;
  width: 80px;
  object-fit: contain;
  margin-bottom: 16px;
}

/*ol {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    list-style-type: none;   */

/*}*/

.modul {
  font-size: 34px;
  margin-top: 45px;
  font-weight: 400;
  justify-content: center;
  display: flex;
  margin-bottom: 40px;
}

.developer-photo {
  width: 28px;
}

/* .btn-margin {
    margin-left: 500px;

} */

.border-right {
  border-right: 0 solid #777;
  margin-bottom: 6rem;
}

@media screen and (max-width: 575px) {
  .border-right {
    margin-bottom: 4px;
  }
}

.btn-orange {
  background-color: var(--color-orange);
  color: white;
  font-weight: bold;
}

.modal-header.orange {
  background-color: var(--color-orange);
}

.modal-header.orange .modal-title {
  color: white;
}

.iys-paketleri-main .pricing-btn {
  margin-top: 0;
}

.w-tags-item {
  border: 1px solid #007bff;
  border-radius: 0.2rem;
  padding: 0.3rem 0.5rem;
}

.wp-line {
  color: black;
  transition: 0.25s ease-in-out all;
}

.wp-line:hover {
  color: #239e40;
}

.wp-line:hover .wp-line-icon {
  transform: scale(1.1);
}

.wp-line-icon {
  background-color: #25d366;
  color: white;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  transition: 0.25s ease-in-out all;
}

/* Phone input with prefix */

.phone-input-with-select-container {
  display: flex;
  height: 85%;
}

.phone-input-select {
  position: relative;
  display: flex;
  align-items: center;
  width: 3.5rem;
  background-color: #f6f5f4;
}

.phone-prefix-select {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-left: 0.2rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.phone-prefix-select::-ms-expand {
  display: none;
}

.phone-prefix-select-icon {
  position: absolute;
  right: 0.2rem;
  z-index: 0;
  color: gray;
  transition: 0.25s ease-in-out all;
}

.phone-prefix-select-icon.active {
  transform: rotate(180deg);
}

.phone-input-with-select {
  width: 6rem;
  padding-left: 0.4rem;
  border: none;
}

.phone-input-group {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
}

.phone-input-group select {
  width: 5rem;
}

.phone-input-group input {
  width: 100%;
}

/**
* Modal 
*/

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(73, 166, 233, 0.5);
  place-items: center;
  transition: var(--transition);
  visibility: hidden;
  z-index: -1;
  display: grid;
  place-items: center;
  opacity: 0;
  padding: 0.5rem;
}

.open-modal {
  visibility: visible;
  z-index: 9999;
  opacity: 1;
}

.modal-container {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  width: 100%;
  max-width: 30rem;
  box-shadow: var(--box-shadow);
  overflow: hidden;
  transform: translateY(100vh);
  transition: var(--transition);
}

.open-modal .modal-container {
  transform: translateY(0);
}

.modal-header {
  position: relative;
  background-color: #c9a200c4;
  padding: 1.5rem;
  margin: 0;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: normal;
}

.modal-body {
  padding: 1rem;
  background-color: white;
}

.close-modal-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  font-size: 1.5rem;
  background: transparent;
  border-color: transparent;
  color: maroon;
  cursor: pointer;
  transition: 0.25s ease-in-out all;
}

.close-modal-btn i {
  font-weight: bold;
}

.close-modal-btn:hover {
  transform: scale(1.3);
}

.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: var(--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;
  }
}

.hide-urun-hediyeli--temp {
  display: none !important;
}

.captcha-wrapper {
  display: none;
}

.bg-orange {
  background-color: #ffab00 !important;
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax--about {
  padding: 7rem;
  background-image: linear-gradient(to bottom left, rgb(0 0 0 / 0%), #00000062),
    url("./../images/misyonumuz.jpg");
}

.swal2-container .swal2-confirm.swal2-styled {
  font-size: 16px !important;
}

/* CSS media query for screens smaller than or equal to 767px (mobile screens) */
@media (max-width: 767px) {
  .sectionhow {
    display: none;
    /* Hide the section */
  }

  .laptop-pic {
    display: none !important;
    /* Hide the section */
  }
}

.call-action-content a {
  color: #3d4139 !important;
}

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

@media (min-width: 768px) {
  .refcnlist {
    flex-flow: wrap;
  }

  .refcnlist .item {
    width: 100%;
    margin-bottom: 0px;
  }

  .refcnlist .item img {
    max-height: 70px !important;
  }
  .custom-responsive-heading{
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .custom-responsive-heading{
    font-size: 20px;
  }
}

.refcnlist .item {
  float: none;
  text-align: center;
  width: 10%;
  margin-bottom: 20px;
}

.refcnlist .item img {
  width: 100%;
  height: auto;
  max-height: 120px;
  object-fit: contain;
  transition: all 0.6s;
}

.refs-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;

}

.custom-heading1 {
  font-size: 28px;
  font-weight: bold;
}

.custom-responsive-heading {
  font-weight: bold;
}

.slider-title {
  font-size: 32px;
  font-weight: bold;
}

.modal-title{
  font-size: 18px;
  font-weight: bold;
}

.click::after {
  content: "";
  background: url(../images/icons/arrowicondark.svg);
  width: 15px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 8px;
  margin-top: 8px;
}

.about-content p,
.about-content h1,
.about-content h2 {
  color: white !important;
}