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

* {
    margin: 0;
    padding: 0;
}

img {
    display: block;
    max-width: 100%;
}

.menu {
    display: flex;
    max-width: 1440px;
    gap: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
    justify-content: space-evenly;
    border-bottom: 1px solid #E7E9FC;
}

.menu-xl {
    display: flex;
    gap: 40px;
    justify-content: space-between;

}

.menu-xl .link {
    color: #2E2F42;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: 500;
}

.link a:hover,
.link a:focus {
    color: #404BBF;
    cursor: pointer;
}

.address a:hover,
.address a:focus {
    color: #404BBF;
    cursor: pointer;
}

.menu-xl .address {
    color: #434455;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: 500;
    font-style: normal;
}

.menu a {
    content: "";
    position: relative;
    text-decoration: none;
    color: #2e2f42;
    padding: 5px 0;
}

.menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: #4d5ae5;
    transform: scaleX(0);
    transform-origin: bottom;
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.menu a:hover::after {
    transform: scaleX(1);
    top: 48px;
    height: 4px;
    border-radius: 2px;
}

.web a {
    text-decoration: none;
}

.container {
    width: 1440px;
    margin: 0 auto;
}

body {
    font-family: "Roboto", sans-serif;
    color: #434455;
}

.icon {
    display: inline-block;
    max-width: 1128px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    justify-content: space-around;
    gap: 24px;
}

.simge li {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid red;
    width: 264px;
    height: 112px;
    background-color: rgba(244, 244, 253, 1);
    border-color: rgba(142, 143, 153, 1);
}

.section.title {
    display: block;
    object-fit: cover;
    width: 1440px;
    height: 600px;
    background-size: cover;
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)),
        linear-gradient(to right, rgba(46, 47, 66, 0.7)),
        url("../images/people-office.png");
    background-size: 1463px;
    background-repeat: no-repeat;
    text-decoration: none;
    overflow: hidden;
    padding: 100px 20px;
    text-align: center;
    color: white;
}

.efekt {
    color: #FFFFFF;
    padding-top: 120px;
    padding-bottom: 120px;
    width: 496px;
    font-weight: 700;
    line-height: 60px;
    font-style: normal;
    font-size: 56px;
    margin: 0 auto;
    text-overflow: ellipsis;
}

.logo {
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #2E2F42;
    text-transform: uppercase;
    display: flex;
}

.logo span {
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #4D5AE5;
    text-transform: uppercase;
}

button {

    margin: 0 auto;
    background-color: #4D5AE5;
    color: #FFFFFF;
    font-style: normal;
    font-size: 18px;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 16px 32px;
    border: none;
    cursor: pointer;
    position: relative;
    top: 28px;
    transform: translate(0, -120px);

}

button:hover,
button:focus {
    background-color: #404BBF;
    cursor: pointer;
}

.strategy {
    color: #2E2F42;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: 500;
    font-style: normal;
    font-family: "Roboto", sans-serif;
    max-width: 1128px;
    padding-top: 120px;
    padding-bottom: 120px;
    margin: 0 auto;
}

.strategy ul {
    display: flex;
    text-align: inherit;
    justify-content: space-between;
    gap: 12px;
}

.strategy ul li {
    width: 264px;
}

.strategy ul p {
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 16px;
    color: #2E2F42;
}

.section-title p {
    color: #434455;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
}

.logo2 {
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #F4F4FD;
    text-transform: uppercase;

}

.logo2 span {
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #4D5AE5;
    text-transform: uppercase;
}

.arka-plan {
    background-color: white;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 2px;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: rgba(244, 244, 253, 1);
}

.arka-plan p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.arka-plan ul {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 24px;
    padding-bottom: 38px;

}

.arka-plan li {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0px -1px rgba(0, 0, 0, 0.2),
        0px 1px 0px 1px rgba(0, 0, 0, 0.12),
        0px 0px 0px 0px rgba(0, 0, 0, 0.14);
}

.arka-plan h2 {
    display: block;
    padding-bottom: 72px;
}


.sosyal-medya-xl {
    display: flex;
    gap: 24px;
}

.sosyal-medya-xl .sosyal-medya-item-xs {
    list-style-type: none;
    width: 40px;
    height: 40px;
    background-color: #4D5AE5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateY(15%);
}

.sosyal-medya-item-xs:hover {
    background-color: #404BBF;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.sosyal-medya-xl .sosyal-medya-item-xs .icon-instagram,
.sosyal-medya-xl .sosyal-medya-item-xs .icon-twitter,
.sosyal-medya-xl .sosyal-medya-item-xs .icon-facebook,
.sosyal-medya-xl .sosyal-medya-item-xs .icon-linkedin {
    width: 16px;
    height: 16px;
}

.baslik2 {
    color: #2E2F42;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 2px;
    text-align: center;
}

.font {
    color: #2E2F42;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
    font-size: 20px;
    text-align: center;
    padding-top: 32px;
}

.eleman {
    color: #2E2F42;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 2px;
    font-size: 20px;
    padding-top: 120px;
    padding-bottom: 120px;
}

.eleman ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.eleman li {
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #E7E9FC;
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 75%, rgba(231, 233, 252, 1) 75%);
    border-image-slice: 1;
}

.eleman h2 {
    display: block;
    padding-bottom: 72px;
}

.eleman p {
    color: #434455;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 2px;
    font-size: 16px;
    padding-top: 8px;
    margin-left: 16px;
}

.eleman ul li {
    position: relative;
    overflow: hidden;
}

.eleman ul li:hover {
    box-shadow: 0px 0px 0px -1px rgba(46, 47, 66, 0.08),
        0px 2px 1px 0.5px rgba(46, 47, 66, 0.16),
        0px 2px 1px 0.5px rgba(46, 47, 66, 0.08);

}

.overlay {

    padding: 8px;
    background-color: #4D5AE5;
    color: #fff;
    font-family: sans-serif;
    font-size: 16px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translateY(100%);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);

}

.li img {
    display: block;
    width: 100%;
    height: auto;
}

li:hover .overlay {
    height: 76.5%;
    transform: translateY(0%);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.yazitipi {
    color: #2E2F42;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 2px;
    font-size: 20px;
    text-align: justify;
    padding-top: 32px;
    margin-left: 16px;
}

ul li {
    list-style-type: none;
}

footer {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 156px;
}

.finish {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 2px;
    font-size: 16px;
    font-style: normal;
    display: block;
    background-color: #2E2F42;
    color: #F4F4FD;
}

.finish a {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
    font-size: 19px;
    font-style: normal;
    text-transform: uppercase;
    padding-bottom: 16px;
    text-decoration: none;

}
.finish p {
    display: flex;
}

.simge-kontrol ul li {
    display: flex;
    justify-content: space-around;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 208px;
    gap: 16px;
    transform: translate(-55%, -290%);
}

.simge-kontrol ul li .icon {
    background-color: #2E2F42;

}

.simge-kontrol-1 ul li {
    display: flex;
    justify-content: space-around;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 208px;
    gap: 16px;
    transform: translate(-60%, -290%);
}

.simge-kontrol-1 ul li .icon {
    background-color: #2E2F42;

}

.text-control {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 2px;
    font-size: 19px;
    font-style: normal;
    flex-basis: 96px;
    text-align: center;
    justify-content: space-between;
    transform: translate(320%, -430%);
}

.icon-antenna,
.icon-diagram,
.icon-clock,
.icon-astronaut {
    width: 64px;
    height: 64px;
}

.sosyal-medya {
    display: flex;
    gap: 24px;
}
.sosyal-medya .sosyal-medya-item {
    list-style-type: none;
    width: 40px;
    height: 40px;
    background-color: #4D5AE5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translate(1050%, -260%);
}
.sosyal-medya-item:hover {
    background-color: #31D0AA;
    transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.sosyal-medya .sosyal-medya-item .icon-instagram,
.sosyal-medya .sosyal-medya-item .icon-twitter,
.sosyal-medya .sosyal-medya-item .icon-facebook,
.sosyal-medya .sosyal-medya-item .icon-linkedin {
    width: 24px;
    height: 24px;
}