@font-face {
  font-family: "Poppins Regular";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular.ttf") format("truetype"),
    url("../images/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff"),
    url("../fonts/Poppins-Medium.ttf") format("truetype"),
    url("../images/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Light.woff2") format("woff2"),
    url("../fonts/Poppins-Light.woff") format("woff"),
    url("../fonts/Poppins-Light.ttf") format("truetype"),
    url("../images/Poppins-Light.svg#Poppins-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff"),
    url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
    url("../images/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins ExtraBold";
  src: url("../fonts/Poppins-ExtraBold.eot");
  src: url("../fonts/Poppins-ExtraBold.eot#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-ExtraBold.woff2") format("woff2"),
    url("../fonts/Poppins-ExtraBold.woff") format("woff"),
    url("../fonts/Poppins-ExtraBold.ttf") format("truetype"),
    url("../images/Poppins-ExtraBold.svg#Poppins-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.call {
  width: 185px;
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 20;
  height: 46px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .call {
    right: 50%;
    margin: 0 -107px;
  }
  .call.xs-modifier {
    right: 0;
    margin: 15px;
  }
  .call.xs-modifier .head {
    width: 46px;
    border-radius: 50%;
    height: 46px;
    padding: 0 13px;
    margin: 0 0 0 auto;
  }
  .call.xs-modifier .head i span {
    width: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
}
.call.active {
  height: auto;
  width: 380px;
}
@media only screen and (max-width: 480px) {
  .call.active {
    width: 100%;
    margin: 0;
    right: 0;
    z-index: 999999;
  }
}
.call.active .head i:before {
  opacity: 1;
  transform: rotate(-180deg);
}
.call.active .inner {
  opacity: 1;
  pointer-events: auto;
}
.call .head {
  background: #f9b000;
  font: 13px "Poppins SemiBold";
  color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 46px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  cursor: pointer;
}
.call .head i {
  font-style: normal;
  display: inline-block;
  padding: 5px 5px 5px 28px;
  background: url("../images/call.svg") no-repeat left center;
  position: relative;
  width: 100%;
  transition: 0.4s;
  background-size: 20px;
}
.call .head i:before {
  opacity: 0;
  content: "▲";
  position: absolute;
  top: -4px;
  right: 0;
  color: #fff;
  font-size: 35px;
  transition: transform 0.2s;
}
.call .head span {
  transition: 0.4s;
  overflow: hidden;
}
.call .inner {
  background: #fff;
  overflow: hidden;
  padding: 20px;
  border: 1px solid #e4e4e4;
}
@media only screen and (max-width: 480px) {
  .call .inner {
    position: fixed;
    transition: 0.4s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
  }
}
.call .form-group label.error {
  color: red;
  font-style: italic;
  font-size: 0.7rem;
}
.call .formTitle {
  display: none;
}
@media only screen and (max-width: 480px) {
  .call .formTitle {
    display: block;
    color: #e01717;
    font: 22px "Poppins SemiBold";
    margin: 0 0 20px;
  }
  .call .formTitle .close {
    background: url("../images/close-yellow.svg") no-repeat 0 0;
    width: 19px;
    height: 19px;
    float: right;
  }
}
.call .form-group {
  margin-bottom: 10px;
}
.call .form-group label {
  width: 100%;
}
.call .form-group label input,
.call .form-group label select {
  height: 45px;
  border-radius: 45px;
  border: 1px solid #dcdcdc;
  font: 14px "Poppins Regular";
  padding: 0 20px;
}
.call .form-group label input::placeholder,
.call .form-group label select::placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.call .form-group label input:-ms-input-placeholder,
.call .form-group label select:-ms-input-placeholder {
  color: #a3a3a3;
}
.call .form-group label input::-ms-input-placeholder,
.call .form-group label select::-ms-input-placeholder {
  color: #a3a3a3;
}
.call .submit {
  background: #afb5c1;
  color: #ffffffb3;
  text-align: center;
  text-transform: uppercase;
  font: 14px "Poppins Medium";
  height: 45px;
  border-radius: 45px;
  width: 100%;
  border: none;
  margin-top: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.call .submit:hover {
  color: #fff;
}
.call .submit:hover:before {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.call .submit:hover span {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
}
.call .submit:before {
  position: absolute;
  border-radius: 45px;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 15px 0;
  width: 100%;
  height: 100%;
  background: e01717;
  content: attr(data-hover);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(-100%);
}
.call .submit span {
  transition: transform 0.3s;
  display: block;
}
.call .form-check {
  display: flex;
  margin-right: 20px;
  align-items: center;
  margin-bottom: 15px;
  justify-content: center;
}
.call .form-check label {
  font: 14px "Poppins Medium";
  padding-left: 10px;
  cursor: pointer;
}
.call .form-check a {
  color: #e01717;
}
.call .form-check .form-check-input {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  min-width: 24px;
  min-height: 24px;
  transition: 0.4s;
  cursor: pointer;
}
.call .form-check .form-check-input:checked {
  background-color: #e01717;
  border-color: #e01717;
}
#go-btn {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #667085;
  cursor: pointer;
  position: absolute;
  right: 40px;
  transition: 0.4s;
  bottom: 180px;
  line-height: 50px;
  font-size: 31px;
  box-shadow: 0 0 5px #c5c5c5;
  z-index: 20;
}
@media only screen and (max-width: 1200px) {
  #go-btn {
    bottom: -20px;
    right: 20px;
  }
}
.box6 {
  position: relative;
  padding: 30px 0;
  margin-top: 80px;
}
@media only screen and (max-width: 992px) and (min-width: 500px) {
  .box6 {
    text-align: center;
  }
}
@media only screen and (max-width: 992px) {
  .box6 {
    padding: 50px 0;
  }
}
.box6 img {
  width: auto !important;
  height: auto !important;
}
@media (max-width: 1700px) and (min-width: 1200px) {
  .box6 .txt {
    padding-left: 110px;
  }
}
.box6 .txt .row {
  align-items: center;
}
.box6 h3 {
  font: 3.1vw/3.3333333333vw "Poppins Medium";
  color: #fff;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1200px) {
  .box6 h3 {
    font-size: 46px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .box6 h3 {
    font-size: 35px;
    line-height: 40px;
  }
}
.box6 nav {
  display: flex;
}
.box6 nav a {
  margin-right: 10px;
}
.box6 p {
  font: 17px "Poppins Regular";
  margin: 20px 0 35px;
  max-width: 550px;
}
@media only screen and (max-width: 992px) and (min-width: 500px) {
  .box6 p {
    margin: 20px auto;
  }
}
@media (min-width: 2000px) {
  .box6 p {
    font-size: 22px;
  }
}
@media (max-width: 1450px) {
  .box6 p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  .box6 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .box6 p {
    font-size: 14px;
  }
}
.box6 a {
  color: #fff;
}
.box6 .btn {
  background: #f9b000;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font: 16px "Poppins SemiBold";
  letter-spacing: 0.1em;
  height: 55px;
  border-radius: 55px;
  position: relative;
  overflow: hidden;
  padding: 0;
  z-index: 1;
  transition: 0.3s;
}
.box6 .btn span {
  transition: transform 0.3s;
  display: block;
  padding: 15px 50px;
}
.box6 .btn:before {
  position: absolute;
  border-radius: 45px;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 15px 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: attr(data-hover);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(-100%);
}
.box6 .btn:hover {
  color: #f9b000;
  background: #fff;
}
.box6 .btn:hover span {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
}
.box6 .btn:hover:before {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.box6 .text {
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .box6 .text {
    padding-top: 30px;
  }
}
.footer {
  margin: 80px 0;
  position: relative;
}
@media (min-width: 1200px) {
  .footer {
    transform: translateY(100px);
    transition: 0.5s;
  }
  .footer.effect {
    transform: translateY(0);
  }
}
@media (max-width: 1700px) {
  .footer {
    padding-left: 110px;
  }
}
@media only screen and (max-width: 1200px) {
  .footer {
    padding-left: 0;
    text-align: center;
  }
}
.footer .container {
  max-width: 1420px;
}
.footer .rows {
  display: flex;
}
.footer .rows .cols {
  width: 100%;
}
.footer .rows .cols:nth-child(3) {
  width: 70%;
}
.footer .rows .cols:last-child {
  width: 60%;
}
.footer .head {
  color: #e01717;
  font: 1.5104166667vw "Poppins Medium";
  margin-bottom: 15px;
}
.footer .head a {
  color: #e01717;
  text-decoration: none;
}
.footer .alt-menu {
  margin-top: 50px;
}
@media only screen and (max-width: 1200px) {
  .footer .alt-menu {
    display: none;
  }
}
.footer .alt-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .alt-menu ul a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  padding: 3px 0;
  transition: 0.3s;
}
.footer .alt-menu ul a:hover {
  color: #e01717;
}
.footer .alt-menu ul li {
  font: 16px "Poppins Light";
}
.footer .tel {
  display: inline-block;
  color: #000;
  font: 26px "Poppins SemiBold";
  padding: 6px 0 6px 60px;
  letter-spacing: 0.05em;
  background: url("../images/phone.svg") no-repeat left center;
  text-decoration: none;
}
.footer nav {
  text-align: center;
}
.footer nav a {
  margin: 0 3px;
}
.footer nav img {
  width: auto !important;
  height: auto !important;
}
.footer .logo img {
  width: auto !important;
  height: auto !important;
}
.footer .yes {
  text-align: left !important;
}
@media only screen and (max-width: 1200px) {
  .footer .yes {
    text-align: center;
    margin-top: 40px;
  }
}
.footer .yes img {
  width: 125px !important;
  height: 125px !important;
}
.footer .copy {
  margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
  .footer .copy {
    margin-top: 35px;
  }
}
.footer .copy ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .copy ul a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 0 13px;
  transition: 0.3s;
}
.footer .copy ul a:hover {
  color: #e01717;
}
.footer .copy ul li {
  display: inline-block;
  color: #000;
  font: 13px "Poppins Regular";
}
@media only screen and (max-width: 1200px) {
  .footer .copy ul li {
    display: block;
    padding: 5px 0;
  }
}
.footer .copy .imza {
  text-align: right;
  font: 14px "Poppins Regular";
}
@media only screen and (max-width: 1200px) {
  .footer .copy .imza {
    text-align: center;
    margin-top: 20px;
  }
}
.footer .copy .imza a {
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 1200px) {
  .footer .copy .imza a {
    color: #667085;
  }
}
