html {
    background: #000;
    box-sizing: border-box;
}

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

body {
    margin: 0;
    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #FFF;
}

.top {
    width: 100%;
    background: url(img/hero.jpg) no-repeat center top;
    background-size: cover;
}

.wrap {
    padding: 0 24px;
}

.header {
    padding: 15px 0;
    position: relative;
}

.header .logo {
    display: inline-block;
}

.header .logo img {
    width: 46px;
    height: 40px;
    float: left;
}

.header .logo h1 {
    float: left;
    margin: 6px 0 2px 12px;
    font-size: 32px;
    line-height: 32px;
}

.header .nav {
    margin: 0 auto;
    display: none;
    position: absolute;
    top: 18px;
    right: 0;
    left: 0;
    text-align: center;
}

.header .nav a {
    margin: 0 5px 0 4px;
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    font-weight: 700;
    transition: all 0.3s ease;
}

.header .nav a:hover {
    color: #FF014F;
    background: rgba(255, 1, 79, 0.1);
}

.header .social {
    float: right;
    position: relative;
}

.header .social a {
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 0 0 8px;
    padding: 13px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.header .social a:hover {
    background: #FF014F;
}

.top .body {
    width: 100%;
}

.top .body .center {
    padding: 100px 0;
    vertical-align: middle;
    text-align: center;
}

.top .body .title {
    margin: 0 0 9px;
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
}

.top .body h2 {
    margin: 0;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
}

#about,
#portfolio,
#pricing,
#contact {
    padding: 60px 0 0;
}

#about .intro-text {
    margin: 0 0 60px;
    font-size: 25px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
}

#about .intro-text span {
    color: #FF014F;
}

#about .experience {
    padding: 40px 30px;
    text-align: center;
}

#about .experience,
#about .web-development {
    margin: 0 0 30px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    background: rgba(22, 22, 22, 0.3);
    backdrop-filter: blur(35px);
}

#about .experience .years {
    margin: 0 0 15px;
    font-size: 60px;
    line-height: 80px;
    font-weight: 700;
}

#about .experience .subtitle {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
}

#about .web-development {
    padding: 30px 15px;
}

#about .web-development .icon {
    width: 60px;
    height: 60px;
    float: left;
    margin: 3px 15px 0 0;
    padding: 15px;
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: 100px;
}

#about .web-development .title {
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

#about .web-development .subtitle {
    font-weight: 500;
}

#about .right > h3,
#portfolio .left h3,
#pricing .title-row h3,
#contact .title-row h3 {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FF014F;
}

#about .right > .title,
#portfolio .left .title,
#pricing .title-row .title,
#contact .title-row .title {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

#about .right > p,
#portfolio .right p {
    margin: 0 0 50px;
    font-weight: 500;
    color: rgb(159, 159, 159);
}

#about .service {
    margin: 0 0 30px;
    padding: 15px;
    border: 2px solid rgb(20, 20, 20);
    border-radius: 20px;
    background: rgb(20, 20, 20);
    transition: all 0.3s ease;
}

#about .service:hover {
    border: 2px solid #FF014F;
}

#about .service .icon {
    float: left;
    margin: 0 12px 0 0;
    padding: 10px;
    border-radius: 100px;
    background: #FF014F;
}

#about .service h4 {
    margin: 7px 0 19px 0;
    font-size: 22px;
    line-height: 30px;
}

#about .service p {
    margin: 0;
    line-height: 30px;
    font-weight: 500;
    color: rgb(159, 159, 159);
}

#about .about-button {
    padding: 15px 30px;
    border: 2px solid #FF014F;
    border-radius: 100px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    color: #FFF;
    background: #FF014F;
    transition: all 0.3s ease;
}

#about .about-button:hover {
    border: 2px solid rgba(255, 255, 255, 0.08);
    background: #000;
}

#about .about-button img {
    display: inline-block;
    vertical-align: middle;
}

#portfolio .right p {
    margin: 0 0 40px;
}

#portfolio .right p span {
    color: #FF014F;
}

.website {
    display: block;
    padding: 10px;
    border: 2px solid rgb(20, 20, 20);
    border-radius: 20px;
    background: rgb(20, 20, 20);
    text-decoration: none;
    transition: all 0.3s ease;
}

.website:hover {
    border: 2px solid #FF014F;
}

.website > img {
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    border-radius: 20px;
}

.website .name {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    color: #FFF;
    transition: all 0.3s ease;
}

.website .name:hover {
    color: #FF014F;
}

.website .button-row {
    width: 100%;
    display: inline-block;
}

.website .type {
    margin: 10px 0;
    padding: 1px 15px;
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    display: inline-block;
    color: rgb(159, 159, 159);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.website .button,
#pricing .button {
    float: right;
    padding: 0 15px;
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    color: #FFF;
    font-size: 14px;
    line-height: 46px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.website .button:hover,
#pricing .button:hover {
    border: 2px solid #FF014F;
    background: #FF014F;
}

.website .button img,
#pricing .button img {
    vertical-align: middle;
}

#pricing .title-row {
    margin: 0 0 10px;
    text-align: center;
}

#pricing .title-row .title,
#contact .title-row .title {
    max-width: 400px;
    margin: 0 auto;
}

#pricing .col {
    margin: 30px 0 0;
}

#pricing .plan {
    padding: 25px;
    border: 2px solid rgb(20, 20, 20);
    border-radius: 20px;
    background: rgb(20, 20, 20);
    transition: all 0.3s ease;
}

#pricing .plan:hover {
    border: 2px solid #FF014F;
}

#pricing .task {
    font-size: 18px;
    font-weight: 700;
}

#pricing .price {
    margin: 0 0 5px;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
}

#pricing .rate {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 700;
}

#pricing .features {
    margin: 0;
    padding: 40px 0 30px 26px;
    border-top: 2px solid rgba(157, 157, 255, 0.05);
    color: rgb(159, 159, 159);
    font-weight: 500;
    list-style: none;
}

#pricing .features li {
    margin: 0 0 15px;
    position: relative;
}

#pricing .features li::before {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    content: "\2713\0020";
    position: absolute;
    top: 5px;
    left: -26px;
    color: #000;
    background: rgb(255, 1, 79);
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

#pricing .features li:last-child {
    margin: 0;
}

#pricing .button {
    float: none;
    display: inline-block;
    text-decoration: none;
}

#pricing .button.active {
    border: 2px solid #FF014F;
    background: #FF014F;
}

#pricing .button.active:hover {
    border: 2px solid rgba(255, 255, 255, 0.08);
    background: transparent;
}

#pricing .term {
    margin: 12px 0 0;
    font-size: 14px;
    color: rgb(159, 159, 159);
}

#contact .title-row {
    text-align: center;
}

#contact .contacts {
    padding: 60px 0;
}

#contact .contact {
    margin: 0 0 20px;
    padding: 50px 0;
    border-radius: 20px;
    background: rgb(15, 15, 15);
    text-align: center;
}

#contact .col:last-child .contact {
    margin: 0;
}

#contact .contact .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px auto;
    padding: 20px;
    border-radius: 70px;
    background: rgba(255, 73, 74, 0.2);
}

#contact .contact .title {
    margin: 0 0 15px;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
}

#contact .contact .subtitle {
    color: rgb(159, 159, 159);
    font-weight: 500;
}

@media (min-width: 576px) {
    .top .body .title {
        font-size: 80px;
        line-height: 96px;
    }
}

@media (min-width: 768px) {
    .header .nav {
        display: block;
    }
    
    .top .body {
        height: calc(100% - 70px);
        display: table;
    }
    
    .top .body .center {
        display: table-cell;
    }
    
    .top .body .title {
        margin: 0 0 22px;
        font-size: 100px;
        line-height: 120px;
    }
    
    #about,
    #portfolio,
    #pricing,
    #contact {
        padding: 80px 0 0;
    }
    
    #about .intro-text {
        margin: 0 0 80px;
        font-size: 40px;
        line-height: 50px;
    }
    
    #about .experience,
    #about .web-development {
        max-width: 564px;
        margin: 0 auto 30px;
    }
    
    #about .experience .years {
        margin: 0 0 25px;
    }
    
    #about .experience .subtitle {
        font-size: 48px;
        line-height: 60px;
    }
    
    #about .web-development {
        padding: 30px;
    }
    
    #about .web-development .icon {
        width: 100px;
        height: 100px;
        margin: 0 30px 0 0;
        padding: 27px;
    }
    
    #about .web-development .icon img {
        width: 42px;
        height: 42px;
    }
    
    #about .web-development .title {
        margin: 18px 0 0;
    }
    
    #about .web-development .subtitle {
        margin: 0 0 18px;
    }
    
    #about .right > .title,
    #portfolio .left .title,
    #pricing .title-row .title,
    #contact .title-row .title {
        font-size: 42px;
        line-height: 52px;
    }
    
    #about .services {
        width: calc(100% + 30px);
        margin: 0 -15px;
        display: inline-block;
    }
    
    #about .services .col {
        width: 50%;
        padding: 0 15px;
        float: left;
    }
    
    #about .service {
        padding: 40px 30px;
    }
    
    #portfolio .top-row {
        width: 100%;
        display: inline-block;
    }
    
    #portfolio .left {
        width: 300px;
        float: left;
    }
    
    #portfolio .right {
        width: 400px;
        float: right;
    }
    
    .websites .col {
        width: 50%;
    }
    
    .website {
        padding: 20px;
    }
    
    .website .name {
        font-size: 32px;
        line-height: 42px;
    }
    
    #contact .contacts {
        width: calc(100% + 30px);
        margin: 0 -15px;
        padding: 80px 0;
        display: inline-block;
    }
    
    #contact .contacts .col {
        width: 33.33%;
        float: left;
        padding: 0 15px;
    }
    
    #contact .contact {
        margin: 0;
    }
}

@media (min-width: 992px) {
    #about .intro-text {
        font-size: 48px;
        line-height: 60px;
    }
    
    #about .body {
        width: 100%;
        display: inline-block;
    }
    
    #about .body .left {
        width: 50%;
        float: left;
        padding: 0 15px 0 0;
    }
    
    #about .body .right {
        width: 50%;
        float: left;
        padding: 0 0 0 15px;
    }
    
    #about .experience .subtitle {
        max-width: 360px;
        margin: 0 auto;
    }
    
    #pricing .title-row {
        margin: 0 0 20px;
    }
    
    #pricing .plans {
        width: calc(100% + 30px);
        margin: 0 -15px;
        display: inline-block;
    }
    
    #pricing .col {
        width: 33.33%;
        float: left;
        padding: 0 15px;
    }
    
    #pricing .col:first-child .plan {
        margin: 60px 0 0;
    }
    
    #pricing .col:last-child .plan {
        margin: 36px 0 0;
    }
}

@media (min-width: 1200px) {
    .top .body .title {
        font-size: 120px;
        line-height: 144px;
    }
    
    #pricing .plan {
        padding: 40px;
    }
    
    #pricing .col:last-child .plan {
        margin: 41px 0 0;
    }
}