html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/* General */
html, body {
  height: 100%;
  font-family: "Gilroy";
  color: #fff;
}

/* Main */
.sm-main {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1300px) {
  .sm-main {
    flex-direction: column;
  }
}
@media (min-width: 1300px) {
  .sm-main:hover .col {
    min-width: 35%;
    width: 35%;
  }
}
.sm-main .col {
  width: 50%;
  min-width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s;
}
@media (max-width: 1300px) {
  .sm-main .col {
    width: 100%;
    min-width: 100%;
  }
}
.sm-main .col.global {
  background-color: #0E7124;
}
.sm-main .col.global::before {
  content: "";
  background-image: url("../img/world.png");
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1300px) {
  .sm-main .col.global:hover {
    width: 65%;
    min-width: 65%;
  }
}
.sm-main .col.turkey {
  background-color: #2980b9;
}
.sm-main .col.turkey::before {
  content: "";
  background-image: url("../img/world-turkey.png");
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1300px) {
  .sm-main .col.turkey:hover {
    width: 65%;
    min-width: 65%;
  }
}
.sm-main .content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 0 20px;
}
.sm-main .content .img-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .sm-main .content .img-area {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sm-main .content .img-area .img-logo {
  height: 80px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .sm-main .content .img-area .img-logo {
    height: 50px;
  }
}
.sm-main .content .img-area .url {
  font-size: 24px;
  font-weight: 300;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #fff;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .sm-main .content .img-area .url {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .sm-main .content .img-area .url {
    margin-left: 5px;
    height: 30px;
    margin-top: 5px;
    padding-left: 15px;
  }
}
.sm-main .content .title {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .sm-main .content .title {
    font-size: 35px;
  }
}
.sm-main .content p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .sm-main .content p {
    font-size: 15px;
    line-height: 20px;
  }
}

.button {
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  height: 50px;
  border-radius: 100px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
@media (max-width: 992px) {
  .button {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
}
.button img {
  height: 34px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
@media (max-width: 992px) {
  .button img {
    height: 28px;
  }
}
.button:hover {
  background-color: #fff;
  color: #000;
}
.button:hover img {
  filter: invert(100%);
}

/*# sourceMappingURL=style.css.map */
