@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

@font-face {
    font-family: 'microgramma';
    src: url('../fonts/microgramma.woff2') format('woff2'); /* OTF dosyası için format ayarlandı */
}

@font-face {
    font-family: 'verimod';
    src: url('../fonts/verimod.woff2') format('woff2'); /* OTF dosyası için format ayarlandı */
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #242628;
  background-image: url(../img/world.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-origin: padding-box;
  margin: auto;
  max-width: 960px;
}

.logo {
  font-family: 'microgramma', sans-serif;
}

.company-name {
  text-align: center;
  color: #e0e0e0;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  line-height: 36px;
  font-family: 'microgramma', sans-serif;
  text-decoration: none !important;
}

.company-tag {
  text-align: center;
  color: #7a7a7a;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  padding-top: 10px;
  margin: 0;
  font-family: sans-serif;
  text-decoration: none !important;
}

.gear img {
  height: 120px;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.maintenance {
  font-style: normal;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 150%;
  color: #ff9e40;
  margin-bottom: 20px;
}

.description {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  flex-grow: 0;
  margin: 0px;
  padding-top: 0px;
}

.thanks {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  flex-grow: 0;
  padding-top: 15px;
}

.div-social {
  padding-top: 20px;
  padding-bottom: 20px;
}

.social {
  color: #7a7a7a;
  font-size: 18px;
  padding-left: 3px;
  padding-right: 3px;
}

.social:hover {
  color: #ff9e40;
}

.contact,.fa-phone,.fa-envelope,.phone-link,.email-link,.company-title {
  font-size: 14px !important;
  text-decoration: none !important;
  color: #7a7a7a !important;
}

.separator {
    width: 20%;
    margin: 2px auto;
    border: none;
    height: 2px;
    background-color: gray;
}

.verimod {
  font-family: 'verimod', sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none !important;
}

.verimod:hover {
  color: #FFA500;
}

.verimod-text {
  font-size: 12px;
  color: #7a7a7a;
  text-decoration: none !important;
}

.verimod-text:hover {
  color: #7a7a7a;
  text-decoration: none !important;
}

.copyright {
  font-size: 12px;
  color: #7a7a7a;
  text-decoration: none !important;
}

@media screen and (max-width: 1024px) {
    body {
        background-size: contain;
        background-position-y: center;
    }
}

@media screen and (max-width: 700px) {

	body{
		background-size: contain;
		background-position-y: center;
		width: 100vw;
		}

	.company-name {
		font-size: 2.6rem;
		margin-top: 20px;
		line-height: 20px;
	}

	.company-tag {
		font-size: 0.95rem;
	}

	.maintenance {
		font-size: 1.6rem;
	}
  
	.description {
		font-size: 1.0rem;
		padding-top: 0px;
	}

	.thanks {
		font-size: 1.0rem;
		padding-top: 10px;
	}

	.div-social {
		padding-top: 20px;
	}  
}