@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    /* padding: 0; */
}

body {
    font-family: 'Montserrat', sans-serif;
}

/* header */
.navbar h2 {
    position: relative;
}

.navbar h2::before {
    content: " ";
    width: 345px;
    height: 294px;
    left: -205px;
    top: -134px;
    background-image: url(/images/bg\ style.png);
    position: absolute;
}

.navbar h2::after {
    content: " ";
    width: 249.5px;
    height: 176.5px;
    left: -94px;
    top: 688px;
    background-image: url(/images/Scroll\ down\ arrow.png);
    position: absolute;
}

.list-item {
    margin-right: 16rem;
}

.btn-1 {
    text-decoration: none;
    color: #62AC43;
}

.main-header {
    margin-top: 6rem;
    margin-bottom: 9rem;
}

.header-content h2 {
    font-weight: 500;
    font-size: 100px;
    line-height: 100%;
    color: #313131;
}

.header-content p {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.6rem;
    color: #828282;
}

.button-1 a {
    font-weight: 500;
    font-size: 1.2rem;
    color: #FFFFFF;
    text-decoration: none;
    padding: .8rem 3rem;
    border-radius: .4rem;
    background-color: #62AC43;
    clip-path: polygon(0 0, 100% 0%, 89% 100%, 0% 100%);
}

.button-2 a {
    font-weight: 500;
    font-size: 1.2rem;
    color: #FFFFFF;
    text-decoration: none;
    padding: .8rem 3rem;
    border-radius: .4rem;
    background-color: #2D2D2D;
    clip-path: polygon(11% 0, 100% 0%, 100% 100%, 0% 100%);

}

.header-image {
    align-items: center;
}

/* networking-sites */
.images {
    background-color: #FAFAFA;
}

.images img {
    margin-left: 6rem;
}


/* gallery section */
.gallery h2 {
    position: relative;
    font-size: 3rem;
    line-height: 100%;
    letter-spacing: -0.06em;
    color: #62AC43;
    margin-bottom: 5rem;
    margin-top: 6rem;
}

.gallery h2::before {
    content: " ";
    width: 128px;
    height: 4px;
    top: 59px;
    left: 677px;
    background-color: #313131;
    position: absolute;
    z-index: -1;
}

.gallery h2::after {
    content: "";
    width: 169px;
    height: 301px;
    left: 543px;
    top: -149px;
    background-image: url(/images/bg\ style\ \(1\).png);
    background-size: cover;
    position: absolute;
    z-index: -1;
}

.gallery h2 span {
    color: #313131;
}

.gallery-img {
    position: relative;
}

.gallery-img::before {
    content: "";
    width: 130px;
    height: 130px;
    left: 1200px;
    top: -36px;
    background-image: url(/images/Vector\ 336.png);
    background-size: cover;
    position: absolute;
    z-index: -1;
}

.gallery-img::after {
    content: "";
    width: 130px;
    height: 130px;
    left: -10px;
    top: 746px;
    background-image: url(/images/Vector\ 337.png);
    background-size: cover;
    position: absolute;
    z-index: -1;
}


/* destination section */
.destination-section {
    margin-top: 5rem;
}

.destination a {
    text-decoration: none;
    padding: .5rem 2rem;
    background-color: #62AC43;
    text-transform: uppercase;
    line-height: 1.4rem;
}

.destination h2 {
    position: relative;
    font-weight: 500;
    font-size: 3rem;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.06em;
    color: #313131;
    margin-top: 7rem;
}

.destination h2::before {
    content: " ";
    width: 234px;
    height: 4px;
    top: 59px;
    left: 621px;
    background-color: #62AC43;
    position: absolute;
    z-index: -1;
}

.destination h2::after {
    content: "";
    width: 169px;
    height: 301px;
    left: 543px;
    top: -149px;
    background-image: url(/images/bg\ style\ \(1\).png);
    background-size: cover;
    position: absolute;
}

.destination h2 span {
    color: #62AC43;
}

.card-1 {
    background: #FFFFFF;
    box-shadow: 0px 65.3611px 52.2889px rgba(68, 68, 68, 0.1), 0px 42.3637px 30.6229px rgba(68, 68, 68, 0.0759259), 0px 25.1761px 16.655px rgba(68, 68, 68, 0.0607407), 0px 13.0722px 8.49694px rgba(68, 68, 68, 0.05), 0px 5.32572px 4.26057px rgba(68, 68, 68, 0.0392593), 0px 1.21039px 2.05766px rgba(68, 68, 68, 0.0240741);
    border: 1px solid white;
}

.card-title {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 100%;
    color: #313131;
}

.star-icon {
    color: #FFBA0A;
}

.card-text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 110%;
    color: #828282;
}

.icon-image {
    display: flex;
    gap: 1.4rem;
}

.icon-image .img {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.icon-image .img img {
    margin-left: .8rem;
    margin-top: .5rem;
}

/*  us section */
.us-section {
    margin-bottom: 8rem;
}

.us-section h2 {
    position: relative;
}

.us-section h2::before {
    content: " ";
    width: 95px;
    height: 4px;
    top: 59px;
    left: 567px;
    background-color: #313131;
    position: absolute;
    z-index: -1;
}

.us-section h2::after {
    content: "";
    width: 169px;
    height: 301px;
    left: 543px;
    top: -149px;
    background-image: url(/images/bg\ style\ \(1\).png);
    background-size: cover;
    position: absolute;
}

.why {
    margin-top: 14rem;
    margin-bottom: 4rem;
    font-weight: 500;
    font-size: 3rem;
    line-height: 100%;
    letter-spacing: -0.06em;
    color: #62AC43;
}

.why span {
    color: #313131;
}

.image {
    margin-left: 1rem;
    width: 98px;
    height: 98px;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.image img {
    margin: 1.6rem;
}


/* customer section */
.customer h2 {
    position: relative;
    font-weight: 600;
    font-size: 3rem;
    line-height: 100%;
    letter-spacing: -0.06em;
    color: #313131;
    margin-top: 8rem;
    margin-bottom: 6rem;
}

.customer h2::before {
    content: " ";
    width: 203px;
    height: 4px;
    top: 56px;
    left: 674px;
    background-color: #62AC43;
    position: absolute;
    z-index: -1;
}

.customer h2::after {
    content: "";
    width: 169px;
    height: 301px;
    left: 592px;
    top: -149px;
    background-image: url(/images/bg\ style\ \(1\).png);
    background-size: cover;
    position: absolute;
}

.customer a {
    text-decoration: none;
    padding: .5rem 2rem;
    background-color: #62AC43;
    text-transform: uppercase;
}

h2 span {
    color: #62AC43;
}

.items {
    max-width: 800px;
    margin: auto;
    padding: 5rem;
}

.items img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: top;
    border-radius: 100%;
}

.items h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #171C2C;
    margin: 1rem 0;
}

.items h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #9598A0;
    margin: 1rem 0;
}

.items q {
    margin-bottom: 10rem;
}

/* footer */
footer {
    background-color: #313131;
    margin-top: 15rem;
}

.footer-header a {
    text-decoration: none;
    padding: .5rem 2rem;

}

.nav p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FAFAFA;
}

/* media screen */
@media screen and (max-width: 600px) {

    .navbar h2::after {
        top: 1000px;
    }

    .main-header {
        flex-direction: column;
        margin-top: 4rem;
        margin-bottom: 2rem;
    }

    .header-content {
        margin-bottom: 8rem;
        padding: 0 4rem;
    }

    .header-content h2 {
        font-size: 60px;
    }

    .header-content p {
        font-size: .8rem;
    }

    .header-image {
        padding: 1rem;
    }

    .images img {
        padding: 3rem 5rem;
    }

    .gallery h2{
        margin-bottom: 12rem;
    }

    .gallery h2::before {
        left: 284px;
    }

    .gallery h2::after {
        left: 150px;
    }

    .gallery-img {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .gallery-img::before {
        left: 372px;
    }

    .gallery-img::after {
        left: 45px;
        top: 2461px;
    }

    .destination h2::before {
        left: 230px;
    }

    .destination h2::after {
        left: 150px;
    }

    .us-section h2::before {
        left: 176px;
    }

    .us-section h2::after {
        left: 150px;
    }

    .customer h2::before {
        left: 262px;
    }

    .customer h2::after {
        left: 150px;
    }

    /* footer */
    .footer-content {
        padding: 6rem;
    }
}