h1,h2,h3,h4,h5,h6,p,ul,ol,li {
    margin: 0;
    padding: 0;
}

.ul,ol,li {
    list-style: none;
}

:root {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style:normal;
    background-color: #F8F7FF;
    overflow-x: hidden;
    margin: 0;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */

.header {
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 20;
    background-color: #F8F7FF;
    box-shadow: 0px 0px 15px #0daf971a;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 125px;
}

.nav-list {
    display: flex;
    gap: 50px;
    list-style: none;
}

.nav-link {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #193832;

    transition: all .2s ease-in-out;
}

.navigation {
    display: none;
}

.active-link {
    font-weight: 600;
}

.hero-btn {
    background: linear-gradient(67deg, rgba(20,219,189,1) 0%, rgba(13,175,151,1) 100%);
    color: #F8F7FF;

    text-decoration: none;
    font-size: 15px;
    font-weight: 500;

    padding: 10px 50px;
    border-radius: 8px;
}

/* Hero */

.main {
    margin-top: 120px;
}

.hero {
    margin-bottom: 90px;
}

.hero-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-title {
    color: #193832;
    font-size: 50px;
    font-weight: 300;
    max-width: 445px;
    text-transform: capitalize;
}

.title-decor {
    font-style: italic;
    font-weight: 900;
}

.hero-title {
    margin-bottom: 30px;
}

.descr {
    color: #7E8381;
    font-size: 16px;
    line-height: 28px;
}

.hero-descr {
    max-width: 520px;
}

.hero-text {
    margin-bottom: 60px;
}

.btn {
    background: linear-gradient(67deg, rgba(20,219,189,1) 0%, rgba(13,175,151,1) 100%);
    color: #F8F7FF;

    text-decoration: none;
    font-size: 16px;
    font-weight: 500;

    padding: 15px 86px;
    border-radius: 8px;

    box-shadow: 0px 10px 27px #0daf972a;
    transition: all .2s ease-in-out;
}

.hero-img-mob {
    display: none;
}

/* Our Expertise at Your Service */

.services {
    background-color: #fff;
    padding: 90px 0;
    margin-bottom: 90px;

    position: relative;
}

.services-text:after {
    position: absolute;
    content: url("../img/decor.svg");
    right: 0px;
    top: 30px;
    max-width: 100%; 
}

.services-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.second-title {
    font-size: 40px;
    color: #193832;
    font-weight: 300;
    text-transform: capitalize;
}

.section-descr {
    max-width: 760px;
    text-align: center;
}

.section-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.services-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 1257px;
}

.services-item {
    padding: 75px 25px;
    min-width: 362px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 40px #1938321e;

    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.third-title {
    color: #193832;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.services-item-descr {
    font-size: 14px;
    line-height: 24px;
    max-width: 260px;
}

.services-img {
    position: absolute;
    right: -60px;
    bottom: -55px;

    transition: all 1.2s ease-in-out;
}

.services-text {
    margin-bottom: 0;
}

/* About Us */

.about-us {
    margin-bottom: 120px;
}

.about-us-title {
    max-width: 435px;
    text-align: center;
}

.about-us-descr {
    max-width: 600px;
}

.content-block {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 100px;
}

.about-us-text {
    max-width: 440px;
    margin-bottom: 20px;
}

.about-us-text-decor {
    color: #193832;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    max-width: 440px;
    line-height: 28px;
}

/* Cases */

.cases {
    margin-bottom: 120px;
}

.cases-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.cases-item {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 40px #1938321e;
    min-width: 620px;
    cursor: pointer;
}

.case-img {
    padding: 50px;
    height: 285px;
    
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;

    
    transition: all 1s ease-in-out; 
}

.case-img-wrapper {
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.case-text-block {
    padding: 20px 30px 35px 30px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 5px;
    text-transform: capitalize;
    max-width: 240px;
}

.cases-title {
    color: #193832;
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
    max-width: 210px;
}

.tag-item {
    padding: 5px 15px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 4px;
}

.research {
    background-color: #C7ECE6;
    color: #0DAF97;
}

.ui-ux-design {
    background-color: #CCECC7;
    color: #41AF0D;
}

.fin-tech {
    background-color: #D9D9D9;
    color: #656565;
}

.brand-awareness {
    background-color: #95BFFF;
    color: #0D61AF;
}

.search-ads {
    background-color: #E9B2F9;
    color: #A733FF;
}

.social-ads {
    background-color: #ECD8C7;
    color: #AF300D;
}

.native-ads {
    background-color: #C7E7EC;
    color: #0D9FAF;
}

.brand-strategy {
    background-color: #FFD4D5;
    color: #E6171B;
}

.it {
    background-color: #C7D0EC;
    color: #0D61AF;
}

.ads {
    background-color: #C3EFBB;
    color: #1C820A;
}

.real-estate {
    background-color: #C7ECE6;
    color: #0DAF97;
}

.development {
    background-color: #F6ECD1;
    color: #FFB500;
}

.cryptocurrency {
    background-image: url('../img/cryptocurrency-exchange.png');

}

.advertisement-service {
    background-image: url('../img/a-full-advertisement-service.png');
}

.software {
    background-image: url('../img/software-development-company.png');
}

.estate {
    background-image: url('../img/real-estate-agency.png');
}

/* Contact Us */

.contact-us {
    margin-bottom: 120px; 
}

.contact-us-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;

    position: relative;
}

.contact-us-wrapper::after {
    position: absolute;
    content: url("../img/decor.svg");
    left: -180px;
    bottom: -80px; 
}

.contact-us-descr {
    max-width: 306px;
}

.form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-inputs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 550px;

    margin-bottom: 40px;
}

.input {
    padding: 14px 25px;
    border-radius: 8px;
    border: none;
    outline: 1px #E0E0E0 solid;
    color: #193832;

    transition: all .2s ease-in-out;
    font-family: 'Roboto';
}

::placeholder {
    color: #9A9A9A;
    font-size: 14px;
    line-height: 28px;
    font-family: 'Roboto';
}

.textarea {
    resize: none;
    min-height: 140px;
}

.form-btn {
    border: none;
    cursor: pointer;
    text-transform: capitalize;
}

/* Footer */

.footer {
    padding: 50px 70px 15px 70px;
    background-color: #193832;
}

.footer-wrapper {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 25px;
}


.footer-logo {
    margin-bottom: 30px;
    max-width: 249px;
}

.footer-logo-mob {
    display: none;
}

.contact-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.contact-link,
.address {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5D7772;
    text-decoration: none;
}

.address {
    text-transform: capitalize;
    cursor: pointer;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-link {
    color: #5D7772;
    font-size: 15px;
    text-decoration: none;

    transition: all .2s ease-in-out;
}

.email-icon {
    stroke: #5D7772;
    fill: none;
}

.address-icon {
    stroke: #5D7772;
    fill: none;
}

.all-rights {
    padding-top: 15px;
    display: flex;
    justify-content: center;
    color: #5D7772;
    font-size: 13px;
    border-top: 1px solid #3c4d49;
}

/* Hover, Active, Focus */

.nav-link:hover {
    color: #0DAF97;
}

.nav-link:active {
    color: #0c8f7b;
}

.nav-link:focus {
    color: #0c8f7b;
    outline: 1px solid #0c8f7b;
    border-radius: 2px;
}

.btn:hover {
    background: rgb(28,208,181);
    background: linear-gradient(90deg, rgba(28,208,181,1) 0%, rgba(18,162,141,1) 100%); 
}

.hero-btn:hover {
    background: rgb(28,208,181);
    background: linear-gradient(90deg, rgba(28,208,181,1) 0%, rgba(18,162,141,1) 100%);
}

.btn:active {
    background: rgb(24,188,163);
    background: linear-gradient(90deg, rgba(24,188,163,1) 0%, rgba(16,150,130,1) 100%);
}

.btn:focus {
    outline: 2px solid #4cd8c3;
}

.hero-btn:focus {
    outline: 2px solid #4cd8c3;
}

.input:hover {
    outline: 1px #0DAF97 solid;
    background-color: #f2fffd;
    color: #0DAF97;
}

.input:hover::placeholder {
    color: #0DAF97;
}

.input:active {
    outline: 1px #0c8f7b solid;
    color: #0DAF97;
}

.input:focus {
    outline: 1px #0c8f7b solid;
}

::placeholder {
    color: #9A9A9A;
    font-size: 14px;
    line-height: 28px;
    font-family: 'Roboto';
}

.contact-link:hover {
    color: #0DAF97;
}

.contact-link:active {
    color: #0c8f7b;
}

.contact-link:focus {
    color: #0c8f7b;
    outline: 1px solid #0c8f7b;
    border-radius: 2px;
}

.contact-link:hover > .email-icon {
    stroke: #0DAF97;
}

.contact-link:active > .email-icon {
    stroke: #0c8f7b;
}

.contact-link:focus > .email-icon {
    stroke: #0c8f7b;
}       

.footer-link:hover {
    color: #0DAF97;
}

.footer-link:active {
    color: #0c8f7b;
}

.footer-link:focus {
    color: #0c8f7b;
    outline: 1px solid #0c8f7b;
    border-radius: 2px;
}

.address:hover {
    color: #0DAF97;
}

.address:active {
    color: #0c8f7b;
}

.address:focus {
    color: #0c8f7b;
    outline: 1px solid #0c8f7b;
    border-radius: 2px;
}

.address:hover > .address-icon {
    stroke: #0DAF97;
}

.address:active > .address-icon {
    stroke: #0c8f7b;
}

.address:focus > .address-icon {
    stroke: #0c8f7b;
}       

.footer-link:hover {
    color: #0DAF97;
}

.footer-link:active {
    color: #0c8f7b;
}

.footer-link:focus {
    color: #0c8f7b;
    outline: 1px solid #0c8f7b;
}    

body::-webkit-scrollbar {
    width: 10px;
}
  
body::-webkit-scrollbar-track {
    background: #afb6b4;
}
  
body::-webkit-scrollbar-thumb {
    background-color: #e5eee7;
    border-radius: 20px;
    transition: all .2s ease-in-out;
}

.services-item:hover > .services-img {
    right: -65px;
    bottom: -25px;
    /* transform: rotate(16deg); */
    transform: scale(1.1);
}

.cases-item:hover > .case-img-wrapper > .case-img {
    transform: scale(1.1);
}


/* Burger */

.burger-icon, .nav-mobile {
    display: none;
}

/* Pop-up */

.pop-up {
    padding: 20px;
    
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 25;
    
    display: none;
}

.pop-up-wrapper {
    margin: 0 auto;
    padding: 60px 180px;
    max-width: 988px;
    background-image: url('../img/pop-up-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;

    text-align: center;
    box-shadow: 0px 0px 20px #0daf972a;
}

.pop-up-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.checkmark {
    max-width: 180px;
}

.pop-up-title {
    margin-bottom: 20px;
}

.pop-up-btn {
    background: transparent;
    color: #0DAF97;
    outline: 1px #0DAF97 solid;
    box-shadow: none;
}

.pop-up-btn:hover {
    color: #fff;
    outline: none;
}

.blur {
    filter: blur(3px);
}