@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #252525;
  background: #F2F2F2;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}


.wrapper{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
}

.content{
  width: 50%;
}
.content img {
  width: 100%;
}
.content2 {
  width: 50%;
  padding-left: 135px;
}


h1{
  color: #525252;
  font-size: 52.71px;
  font-weight: 500;
  margin-bottom: 10px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
h2 {
  color: #525252;
  font-size: 88.67px;
  font-weight: 900;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.logolar{
   display: flex;
   align-items: center;
   margin-top: 35px;
   flex-wrap: wrap;
}
.logolar div{
  margin-right: 35px;
  margin-bottom: 35px;
}

.logolar div img{
  width: 245px;
}
@media (max-width: 1000px){
  body {
    display: block;
  }
  .wrapper {
    width: 100%;
    display: block;
    padding: 25px;
  }
  .content {
    width: 100%;
  }
.content img {
  width: 100%;
}
  .content2 {
    width: 100%;
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  .logolar {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 35px;
  }

  h1 {
    color: #525252;
    font-size: 32.71px;
    font-weight: 500;
    margin-bottom: 10px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  h2 {
    color: #525252;
    font-size: 58.67px;
    font-weight: 900;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
/*
     FILE ARCHIVED ON 04:11:07 Oct 17, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:32:40 Jul 24, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.974
  load_resource: 3927.192
  PetaboxLoader3.resolve: 256.54
  PetaboxLoader3.datanode: 53.788 (2)
  loaddict: 3642.312
*/