html,
body {
    overflow-x: hidden;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    overflow-x: hidden;
}

body {
    margin: 0 auto;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    padding: 0px;
    line-height: normal;
    color: #dddddd;
    width: 100%;
    position: relative;
    background-color: #111;
}

a,
li,
ul {
    text-decoration: none;
    list-style-type: none;
    padding: 0px;
}

.container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.min-wrapper {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

/* Header */
.navbar .toggle {
    width: 20px;
    height: 18px;
    /* margin-right: 15px; */

}

.toggle {
    display: none;
}

.navigation {
    padding: 50px 0;
}

.toggle .one {
    margin-top: 0;
}

.toggle .two {
    margin-bottom: 0;
}

.toggle div {
    width: 100%;
    height: 3px;
    background: #999999;
    margin: 10px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
    cursor: pointer;
}

.navigation .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation .nav-container .brand a {
    display: block;
}

.navigation .nav-container .brand a img {
    width: 152px;
}

.navbar ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}

.navbar ul li a {
    font-size: 18px;
    color: #dddddd;
    transition: 0.5s;
}

.navbar ul li a:hover {
    color: #fff;
}

/* Hero Section */
.hero-section {
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    height: 90vh;
    justify-content: center;
    max-width: 1300px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
}

.next-section {
    height: 100vh;
    /* background: #f0f0f0; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section .banner-first-letter,
.hero-section .banner-last-letter {
    font-weight: 700;
    font-size: 250px;
}

.hero-section .banner-first-letter span,
.hero-section .banner-last-letter span {
    display: block;
    line-height: 1em;
}

.hero-section .banner-last-letter {
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: flex-end;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.banner-first-wrap {
    align-items: flex-end;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 34px;
    height: min-content;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.banner-text {
    align-items: flex-end;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 0 0 30px;
    position: relative;
    width: 100%;
    text-align: center;
    max-width: 285px;
    font-size: 18px;
}

.select-section {
    padding: 0 0 50px 0;
}

.select-heading h2 {
    font-size: 65px;
    margin-bottom: 40px;
}

.select-grid {
    display: grid;
    grid-template-columns: 4fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
    height: auto;
}

.item1 {
    width: 1005px;
    height: 422px;
    margin-left: auto;
    margin-bottom: 15px;
}

.item1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.item1 img:hover {
    filter: none;
}

.item2 {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    width: 490px;
    height: 650px;
}

.item3 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.item4 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(1);
}

.item img:hover {
    filter: none;
}

.four-column {
    padding: 50px 0;
}

.four-column .four-wrap {
    display: grid;
    flex: none;
    gap: 25px;
    grid-auto-rows: minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.box-heading h2 {
    font-size: 65px;
    width: 100%;
    max-width: 467px;
}

.box-1 {
    border: 1px solid #dddddd;
    padding: 32px;
}

.box-1 h3 {
    font-size: 36px;
    /* -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #dddddd; */
    font-family: "Kranky", serif;
    margin-bottom: 20px;
}

.box-1 p {
    font-size: 18px;
}

.three-column {
    padding: 50px 0;
}

.three-column-heading {
    margin-bottom: 35px;
}

.three-column-heading h2 {
    font-size: 65px;
}

.three-wrap {
    display: grid;
    flex: none;
    gap: 25px;
    grid-auto-rows: min-content;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    grid-template-rows: repeat(2, min-content);
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.three-column-1 {
    border: 1px solid #dddddd;
    padding: 32px;
}

.three-column-1 h3 {
    font-size: 36px;
    /* -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #dddddd; */
    font-family: "Kranky", serif;
    margin-bottom: 20px;
}

.three-column-1 h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.testimonial {
    padding: 50px 0;
}

.testimonial-heading h2 {
    font-size: 65px;
}

.testimonial-heading {
    margin-bottom: 35px;
}

.testimonial-wrap {
    display: grid;
    flex: none;
    gap: 25px;
    grid-auto-rows: min-content;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    grid-template-rows: repeat(2, min-content);
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.testimonial-box {
    border: 1px solid #dddddd;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-box p {
    font-size: 18px;
    margin-bottom: 32px;
}

.testimonial-box h5 {
    font-size: 20px;
}

.testimonial-name span {
    font-size: 12px;
}

.testimonial-star {
    margin-bottom: 50px;
}

.testimonial-star i {
    color: #e9f71e;
    font-size: 20px;
}

.testimonial-star .last-star {
    color: #dddddd;
}

.about-us-heading h2 {
    font-size: 65px;
}

.about-us-heading {
    margin-bottom: 35px;
}

.about-us-dec p {
    font-size: 18px;
    margin-bottom: 20px;
}

.about-us-dec {
    width: 100%;
    max-width: 95%;
}

.together-section {
    padding: 50px 0;
}

.together-button {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.together-heading {
    width: 100%;
    max-width: 374px;
    margin: 0 auto;
}

.together-heading a {
    font-size: 18px;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    width: auto;
    background-color: #dddddd;
    border: 0;
    transition: 0.5s;
    cursor: pointer;
    color: #111;
}

.together-heading a:hover {
    background-color: #fff;
}

.together-heading .fa-rocket {
    transform: rotate(-45deg);
}

.together-wrap {
    border: 1px solid #dddddd;
    padding: 70px;
}

.together-wrap h3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 45px;
}

.footer-wrap {
    padding: 30px 0;
}

.footer-wrap .footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-wrap .footer-copyright small {
    display: block;
    font-size: 18px;
}

.footer-wrap .footer-text {
    font-size: 18px;
}

.footer-wrap .footer-text span {
    font-weight: 800;
}

@media (max-width: 1199px) {

    .hero-section .banner-first-letter,
    .hero-section .banner-last-letter {
        font-size: 200px;
    }
}

@media (max-width: 991px) {

    .hero-section .banner-first-letter,
    .hero-section .banner-last-letter {
        font-size: 140px;
    }

    .item1 {
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
    }

    .select-grid {
        display: block;
    }

    .item {
        margin-bottom: 20px;
    }

    .item2 {
        width: 100%;
        height: 100%;
    }

    .three-wrap {

        grid-template-columns: repeat(2, minmax(200px, 1fr));

    }
}

@media (max-width: 767px) {
    .about-dec {
        margin-bottom: 0 !important;
    }
    .about-us {
        padding:25px 0;
    }
    .item4 {
        margin-bottom: 0;
    }
    .about-us-dec {
        max-width: 100%;
    }

    .three-column-heading {
        margin-bottom: 30px;
    }

    .testimonial-heading {
        margin-bottom: 30px;
    }

    .about-us-heading {
        margin-bottom: 30px;
    }

    .together-wrap h3 {

        margin-bottom: 30px;
    }

    .banner-first-wrap {
        margin-top: 20px;

    }

    .navigation {
        padding: 35px 0;
    }

    .testimonial-star {
        margin-bottom: 20px;
    }

    nav.navbar ul {
        display: none;
        padding: 20px;
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 100px;
        z-index: 9;
        background-color: #111;
        width: 100%;
    }

    .toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }

    .navbar ul.show {
        display: block;
    }

    .toggle.on .one {
        transform: rotate(-45deg) translate(-5px, 5px);
    }

    .toggle.on .two {
        transform: rotate(45deg) translate(-4px, -4px);
        ;
    }

    .navbar .toggle.on {
        margin-right: 0;
    }

    .navbar ul li {
        display: block;
        margin-bottom: 10px;
        border-bottom: 1px solid #dddddd77;
        padding-bottom: 10px;
    }

    .hero-section .banner-first-letter,
    .hero-section .banner-last-letter {
        display: none;
    }

    .hero-section {

        height: 100%
    }

    .four-column .four-wrap {
        display: block;
        grid-template-columns: repeat(1, minmax(200px, 1fr));
    }

    .banner-text p {
        font-size: 26px;
        font-weight: 700;
    }

    .banner-text {
        max-width: 343px;
        margin: 0 auto;
    }

    .box-heading h2 {

        max-width: 100%;
    }

    .testimonial-wrap {
        grid-template-columns: repeat(1, minmax(200px, 1fr));
    }

    .footer-wrap .footer-row {
        border-top: 1px solid #dddddd;
        text-align: center;
        display: block;
        padding-top: 15px;
        margin-top: 0;
    }
    .select-heading h2 {
    
    margin-bottom: 20px;
}
.footer-wrap {
    padding: 25px 0;
}
    .box-heading {
        margin-bottom: 30px;
    }

    .box-1 {
        margin-bottom: 30px;
    }

    .together-wrap {
        padding: 24px;
    }

    .testimonial-box {
        padding: 24px;
    }

    .three-column-1 {
        padding: 24px;
    }

    .box-1 {
        padding: 24px;
    }
    .box-last {
        margin-bottom: 0;
    }

    .four-column {
        padding: 25px 0;
    }

    .select-section {
        padding: 0 0 25px 0;
    }

    .three-column {
        padding: 25px 0;
    }

    .testimonial {
        padding: 25px 0;
    }

    .together-section {
        padding: 25px 0;
    }
}

@media (max-width: 560px) {
    h2 {
        font-size: 42px !important;
    }

    .together-button {
        width: 100%;
        display: block;
        max-width: 209px;
        margin: 0 auto;
    }

    .together-heading a {
        margin-bottom: 15px;
    }

    .three-wrap {

        grid-template-columns: repeat(1, minmax(200px, 1fr));

    }

    .box-heading {
        display: flex;
        align-items: end;
    }

}