html * {
    margin: 0;
    padding:0;
}
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Regular.ttf") format("truetype");
}
body {
    font-family: "Inter";
    background: url("../images/dottes.png") #161616 repeat;
}

/*----- General style -----*/

.gradient-grey {
    background: linear-gradient(180deg, #D3D3D3 0%, rgba(211, 211, 211, 0.6) 100%);
}
.gradient-blue {
    background: linear-gradient(180deg, #00D8FF 0%, rgba(0, 216, 255, 0.6) 100%);
}
.gradient-grey, .gradient-blue {
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.container {
    padding: 4.2% 7.4% 4%;
}
.container-grey {
    background-color: #1a1a1a;
    border-top: 1px solid #767676;
    border-bottom: 1px solid #767676;
    margin-bottom: 4.5%;
}

/*----- About section -----*/

.founder-block {
    display: flex;
}
.founder {
    max-width: 616px;
    margin-right: 30px;
}
.founder img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.about-block {
    max-width: 992px;
    width: 100%;
}
.name {
    font-size: 60px;
    font-weight: 400;
    line-height: 73px;
}
.name-mobile {
    display: none;
}
.contact-block {
    display: flex;
    justify-content: space-between;
    font-size: 30px;
    line-height: 37px;
    margin: 2% 0 3%;
}
.info  {
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.info span {
    background: linear-gradient(180deg, #00D8FF 0%, rgba(0, 216, 255, 0.6) 100%);
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.about-text  {
    font-size: 18px;
    line-height: 22px;
}
.about-text p {
    padding-bottom: 15px;
}
.about-text-wide {
    display: none;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
}
.about-text-wide p {
    padding-bottom: 5px;
}

/*----- Social -----*/

.social-container {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 2.5%;
    row-gap: 40px;
    column-gap: 15px;
}
.social-column {
    width: 100%;
    justify-content: space-between;
    column-gap: 15px;
}
.social-column-mob {
    display: none;
}
.social-column:not(.social-column-mob) {
    display: flex;
}
.social-block {
    width: 10%;
    max-width: 93px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 12px;
    font-size: 20px;
    line-height: 25px;
}
.social-block img {
    width: 100%;
}

/*----- Company section -----*/

.container-company {
    display: flex;
    align-items: center;
}
.qrcode-block {
    max-width: 443px;
    width: 100%;
    flex-basis: 41%;
    margin-right: 4.7%;
}
.qrcode {
    background-color: #dadada;
    padding: 8.3%;
    border: 1px solid #7a7a7a;
}
.qrcode img{
    width: 100%;
    height: auto;
}
.company-block {
    max-width: 1120px;
    width: 100%;
}
.company-title {
    font-size: 54px;
    font-weight: 400;
    line-height: 66px;
    padding-bottom: 2.8%;
}
.company-text {
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    padding-bottom: 2.2%;
}
.company-link {
    border-bottom: 1px solid #208298;
    font-size: 22px;
}
.company-link:hover {
    border-bottom: none;
}

/*----- Media -----*/

@media (max-width: 1512px) {
    .name {
        font-size: 46px;
        line-height: 56px;
    }
    .contact-block {
        font-size: 24px;
        line-height: 32px;
    }
    .info {
        gap: 10px;
    }
    .about-text {
        font-size: 14px;
        line-height: 17px;
    }
    .about-text p {
        padding-bottom: 8px;
    }
    .company-title {
        font-size: 50px;
        line-height: 61px;
    }
    .company-text {
        font-size: 14px;
        line-height: 22px;
    }
    .company-link {
        font-size: 18px;
    }
}

@media (max-width: 1280px) {
    .container {
        padding: 5.5% 5.5% 5.1%;
    }
    .contact-block {
        font-size: 20px;
        line-height: 26px;
    }
    .social-block {
        font-size: 18px;
        line-height: 22px;
    }
    .qrcode {
        padding: 7.3%;
    }
    .company-title {
        font-size: 46px;
        line-height: 56px;
    }
    .company-link {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .container {
        padding: 6.4% 4% 5.8%;
    }
    .name {
        font-size: 40px;
        line-height: 49px;
    }
    .contact-block {
        flex-direction: column;
        gap: 20px;
        font-size: 20px;
        line-height: 25px;
    }
    .info  {
        gap: 20px;
    }
    .social-container {
        margin-top: 4%;
    }
    .social-block {
        font-size: 16px;
        line-height: 20px;
    }
    .qrcode-block {
        margin-right: 5%;
    }
    .company-title {
        font-size: 41px;
        line-height: 49px;
    }
    .company-link {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .container-grey {
        margin-bottom: 40px;
    }
    .qrcode-block {
        max-width: 750px;
        margin-right: 0;
    }
    .container-company {
        flex-direction: column;
        row-gap: 20px;
    }
}

@media (max-width: 576px) {
    .container {
        padding: 8% 4%;
    }
    .founder-block {
        flex-direction: column;
    }
    .founder {
        margin: 0
    }
    .name {
        display: none;
    }
    .name-mobile {
        font-size: 40px;
        font-weight: 400;
        line-height: 49px;
        display: block;
        margin-bottom: 24px;
    }
    .about-text {
        display: block
    }
    .contact-block {
        gap: 20px;
    }
    .social-container {
        flex-direction: column;
    }
    .social-block {
        width: 16%;
        font-size: 17px;
        line-height: 20px;
        row-gap: 10px;
    }
    .social-block-desk {
        display: none;
    }
    .social-column-mob {
        display: flex;
        justify-content: space-evenly;
    }
    .qrcode-block {
        max-width: 576px;
        margin-right: 0;
    }
    .company-title {
        font-size: 32px;
        line-height: 39px;
    }
}

@media (max-width: 393px) {
    .name-mobile {
        font-size: 35px;
        line-height: 44px;
    }
    .contact-block {
        font-size: 16px;
        line-height: 21px;
        margin: 4% 0 2%;
    }
    .info {
        gap: 20px;
    }
    .about-text p {
        padding-top: 5px;
    }
    .social-block {
        width: 21%;
        font-size: 14px;
        line-height: 17px;
    }
    .company-title {
        font-size: 28px;
        line-height: 34px;
    }
    .company-link {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .name-mobile {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 20px;
    }
    .contact-block {
        gap: 15px;
    }
    .info {
        gap: 15px;
    }
    .social-block {
        font-size: 13px;
        line-height: 16px;
    }
    .company-title {
        font-size: 28px;
    }
    .company-link {
        font-size: 13px;
    }
}

@media (width: 768px) {
    .contact-block {
        gap: 35px;
        margin-top: 7%;
    }
    .info {
        gap: 15px;
    }
}
@media (min-width: 577px) and (max-width: 768px) {
    .name {
        font-size: 33px;
    }
    .contact-block {
        gap: 10px;
        margin-top: 4%;
    }
    .info {
        gap: 10px;
    }
    .social-block {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (min-width: 577px) and (max-width: 1024px) {
    .about-text {
        display: none;
    }
    .about-text-wide {
        display: block
    }
}


@media (min-width: 769px) and (max-width: 1024px) {
    .name {
        font-size: 40px;
    }
    .contact-block {
        margin: 7% 0 3%;
    }
}