* {
    padding: 0px;
    margin: 0px;
    border: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a,
a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
}

body {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    background-color: #282828;
    color: #fff;
}
.container {
    max-width: 1620px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    width: 100%;
    height: 100vh;
    font-size: 1.75rem;
}
.main {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 50px;
}
.left {
    position: relative;
    margin: 0 0 -7px 70px;
    height: 100%;
    .left__wrap {
        position: relative;
    }
}
.logo {
    width: 430px;
    margin-left: 70px;
}
.socials {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding-left: 30px;
}
.socials img {
    cursor: pointer;
    width: 45px;
    height: 45px;
}
.socials a:nth-child(1),
.socials a:nth-child(2) {
    width: 45px;
    height: 45px;
}
.socials a:last-child {
    padding: 3px 15px;
    border-radius: 30px;
    background: rgb(205, 206, 192);
    color: #000;
    cursor: pointer;
}
.laptop {
    position: relative;
    z-index: 2;
    width: 740px;
    height: 420px;
}
.text-animate {
    position: absolute;
    z-index: 1;
    top: -130px;
    left: -80px;
    width: 300px;
    height: 300px;
    animation: rotate 20s linear infinite;
}
.right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-width: 600px;
    .right__descr {
        text-align: justify;
    }
}
.link-btn {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 30px;
    background: rgb(244, 240, 231);
    border-radius: 30px;
    color: #000;
}
.link-btn:hover {
    background: rgb(188, 186, 179);
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media (max-width: 1701px) {
    .main {
        padding: 0 50px;
    }
}
@media (max-width: 1601px) {
    .right__descr {
        text-align: none;
    }
    .container {
        font-size: 1.5rem;
    }
    .laptop {
        width: 602px;
        height: 340px;
    }
}
@media (max-width: 1441px) {
    .container {
        font-size: 1.25rem;
    }
    .logo {
        width: 400px;
        margin-left: 20px;
    }
    .socials {
        padding-left: 20px;
    }
    .main {
        padding: 0 20px;
    }
    .left {
        margin: 0 0 -7px 30px;
    }
    .laptop {
        width: 550px;
    }
    .text-animate {
        top: -80px;
        left: -30px;
        width: 200px;
        height: 200px;
    }
    .link-btn {
        font-size: 1.5rem;
    }
}
@media (max-width: 1201px) {
    .socials img {
        width: 40px;
        height: 40px;
    }
    .socials a:nth-child(1),
    .socials a:nth-child(2) {
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 1151px) {
    .container {
        font-size: 1.15rem;
    }
    .logo {
        width: 300px;
    }
    .socials {
        margin-top: -40px;
        padding-left: 0;
    }
    .laptop {
        width: 478px;
        height: 270px;
    }
    .text-animate {
        top: -60px;
        left: -20px;
        width: 150px;
        height: 150px;
    }
    .link-btn {
        font-size: 1.25rem;
        padding: 8px 0;
    }
}
@media (max-width: 1001px) {
    .body {
        padding: 25px 0;
    }
    .main {
        flex-direction: column;
        align-items: center;
        padding: 0 50px;
    }
    .laptop {
        max-width: 100%;
        height: auto;
        display: block;
    }
    .logo {
        margin-left: 0;
    }
    .socials {
        margin-top: 0;
    }
    .left {
        margin: 0;
    }
    .right {
        align-items: center;
        gap: 40px;
    }
    .text-animate {
        top: -80px;
        left: -40px;
        width: 200px;
        height: 200px;
    }
    .link-btn {
        max-width: 300px;
        width: 100%;
    }
}
@media (max-width: 801px) {
    .logo {
        width: 250px;
    }
}
@media (max-width: 601px) {
    .container {
        font-size: 1rem;
    }
    .logo {
        width: 200px;
    }
    .text-animate {
        top: -60px;
        left: -30px;
        width: 150px;
        height: 150px;
    }
    .link-btn {
        font-size: 1.15rem;
    }
}
@media (max-width: 501px) {
    .container {
        font-size: 1rem;
    }
}
@media (max-width: 401px) {
    .text-animate {
        top: -40px;
        left: -25px;
        width: 100px;
        height: 100px;
    }
}
@media (max-height: 720px) {
    .container {
        height: 100%;
        margin: 25px 0;
    }
    .left {
        margin-top: 50px;
    }
}

@media (max-height: 720px) and (min-width: 1001px) {
    .main {
        align-items: end;
        margin: 40px 0;
    }
    .socials {
        margin-top: 0;
    }
    .right__descr {
        margin-bottom: 2.2rem;
    }
}
