/* Font Family Link */
/* poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Boska */
@font-face {
    font-family: "Boska-bold";
    src: url(/fonts/boska/Boska-Bold.otf);
}

@font-face {
    font-family: "Boska-regular";
    src: url(/fonts/boska/Boska-Regular.otf);
}

/* Switzer */
@font-face {
    font-family: "Switzer regular";
    src: url(/fonts/switzer/Switzer-Regular.otf);
}

/* ============================================== */

* {
    margin: 0;
    padding: 0;
}


/* navbar */
.container {
    width: 1200px;
    margin: auto;
}

body {
    background-color: #1e3c39;
}

nav,
nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-top: 25px;
}

ul li {
    list-style: none;

}

ul li a {
    font-family: "Switzer regular";
    font-size: 18px;
    color: white;
    text-decoration: none;
}

/* hero */

.heromain {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -10;
}

.heromain img {
    width: 1200px;
}

.heromain p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 570px;
    top: 720px;
    font-family: "Switzer regular";
    font-size: 18px;
    text-align: center;
    color: white;
}

.heroicon {
    position: absolute;
    top: 435px;
    right: 55px;
}

.heropauseicon img {
    position: absolute;
    top: 15px;
    right: 9px;
    width: 60px;
    height: 60px;
}

/* company info */
.info-bg {
    background-color: white;
}

.info-width {
    width: 50%;
}

.info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 900px;
    padding-top: 107px;
    padding-bottom: 125px;
}

.info-left img {
    margin-left: -18px;
    margin-bottom: 41px;
}

.info-p {
    font-family: "Switzer regular";
    font-size: 24px;
    width: 609px;
}

.info-right {
    display: flex;
    flex-direction: column;
}

.info-right-title {
    font-family: "Switzer regular";
    font-size: 24px;
    color: #1b3936;
    margin-top: -5px;
    line-height: 1;
}

.info-right-number {
    font-family: "Boska-bold";
    font-size: 100px !important;
    color: #1b3936;
    margin-top: -5px;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
}

.info-right-number span {
    font-family: "Switzer regular";
    font-size: 24px;
    margin-left: 10px;
    margin-top: 80px;
}

.info-right-gap {
    margin-left: 204px;
}

.info-width .info-right-gap:nth-child(1) {
    margin-bottom: 104px;
}

.info-width .info-right-gap:nth-child(2) {
    margin-bottom: 104px;
}


/* image */
.image img {
    width: 100%;
    height: 100%;
}

.image {
    height: 850px;
}


/* about-us */
.about-us {
    text-align: center;
    margin-top: 300px;
}

.about-us .about-us-header {
    font-family: "Switzer regular";
    font-size: 24px;
    color: #75ff69;
}

.about-us-description {
    font-family: "Boska-regular";
    font-size: 68px;
    width: 1083px;
    color: #678784;
}

.about-us-description span {
    color: white;
}

.about {
    height: 1500px;
    width: 100%;
    background-image: url("./images/about/1.png"),
        url("./images/about/2.png"), url("./images/about/3.png"),
        url("./images/about/4.png");
    background-position:
        220px 50px,
        1200px -100px,
        320px 690px,
        1049px 748px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: contain, contain, contain, contain;
    background-size:
        401px 342px,
        401px 526px,
        401px 531px,
        401px 531px;
}



/* intersect */
.intersect-img {
    width: 100%;
}

.intersect-img img {
    width: 100%;
    margin-bottom: -10px;
}


/* unique room */
.unique-room {
    height: 1250px;
    background-color: #f9f9f9;
    padding-top: 173px;
}

.unique-room-title {
    font-family: "Boska-regular";
    font-size: 68px;
    font-weight: 100;
}

.slider {
    margin: 145px 21px 0 21px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.slider-image:first-child,
.slider-image:last-child {
    width: 478px;
    height: 505px;
    position: relative;
}


.slider-image img {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
}

.slider-image div {
    color: white;
}

.slider-image:first-child div,
.slider-image:last-child div {
    font-family: "Boska Variable";
    font-size: 28px;
    line-height: 41.75px;
    position: absolute;
    top: 400px;
    left: 60px;
}

.slider-image:nth-child(2) {
    width: 582px;
    height: 778.32px;
    position: relative;
}

.slider-image-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: "Boska Variable";
    font-size: 68px;
    position: absolute;
    top: 550px;
    left: 20px;
    gap: 10px;
}

.slider-image-info span {
    font-size: "Switzer regular";
    font-size: 18px;
    position: absolute;
    top: 90px;
    left: 10px;
}




/* subscription */

.subscription {
    background-image: url(./images/subscription.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1194px;
    height: 704px;
    margin-top: 103px;
    margin-bottom: 91px;
}

.subscription-section {
    width: 603px;
    margin: 0 auto;
}

.subscription-title {
    font-family: "Boska-regular";
    font-size: 68px;
    width: 603px;
    color: white;
    text-align: center;
    padding-top: 169px;
}

.subscription-title span {
    color: #75ff69;
}

.subscription-description {
    font-family: "Switzer regular";
    font-size: 18px;
    text-align: center;
    color: white;
    padding-left: 89px;
    padding-right: 89px;
    margin-top: 21px;
}

.subscription-field {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

input[type="text"] {
    font-family: "Switzer regular";
    font-size: 18px;
    width: 536px;
    height: 50px;
    background-color: white;
    color: #bbbbbb;
}

.subscription-btn {
    font-family: "Switzer regular";
    font-size: 18px;
    padding: 14px 43px 14px 35px;
    margin-left: -4px;
    background-color: #75ff69;
    border: none;
    cursor: pointer;
}

.subscription-btn:hover {
    background-color: #75ff55;
}


/* testimonial */

.testimonial {
    background-color: #f9f9f9;
    overflow: hidden;
    box-sizing: border-box;
}

.testimonial-body {
    display: flex;
    padding-top: 70px;
}

.testimonial-col-8 {
    width: 66%;
}

.testimonial-col-4 {
    width: 34%;
}

.testimonial-title {
    font-family: "Boska-regular";
    font-size: 68px;
    color: #1b3936;
    width: 766px;
}

.testimonial-description {
    font-family: "Switzer regular";
    font-size: 18px;
    width: 100%;
    color: #1b3936;
    margin-top: 115px;
}

.testimonial-card {
    margin-top: 172px;
    display: flex;
    gap: 102px;
}

.testimonial-card-item {
    width: 378px;
    height: 477px;
    position: relative;
}

.testimonial-card-box {
    width: 378px;
    height: 152px;
    position: absolute;
    bottom: 10px;
    left: -70px;
    background-color: white;
    padding: 24px 22px 20px 19px;
}

.finger-icon img {
    width: 20px;
    height: 20px;
    margin-bottom: 20px;
}

.testimonial-card-title {
    font-family: "Switzer regular";
    font-size: 22px;
    text-transform: capitalize;
    color: #1b3936;
    margin-bottom: 20px;
}

.testimonial-card-description {
    font-family: "Switzer regular";
    font-size: 16px;
    color: #1b3936;
}

.testimonial-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 122px;
    margin-bottom: 78px;
}

.btn-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #1b3936;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    transition: all linear 0.3s;
}

.btn-arrow img {
    width: 21.41px;
    height: 23.4px;
}

.btn-arrow:hover {
    background-color: #75ff69;
}


/* footer */

.footer {
    background-color: white;
}

.lets-talk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lets-talk-left {
    margin-left: 20px;
}

.lets-talk-left h3 {
    font-family: "Boska-regular";
    font-size: 68px;
    color: #1b3936;
    padding-top: 78px;
}

.lets-talk-left p {
    font-family: "Switzer regular";
    font-size: 18px;
    color: #1b3936;
    margin-top: 7px;
}

.footer-btn {
    position: relative;
    width: 79px;
    height: 72px;
    background-color: transparent;
    border: none;
    font-family: "Switzer regular";
    font-size: 18px;
    margin-left: 60px;
    margin-top: 70px;
    cursor: pointer;
}

.footer-btn img {
    position: absolute;
    top: 7px;
    left: -60px;
}

.footer-info {
    display: flex;
    justify-content: center;
}

.footer-info-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 480px;
    height: 320px;
    padding-left: 160px;
    margin-top: 105px;
    background: #75ff69;
}

.footer-bg-secondary {
    background-color: #1e3c39;
    display: flex;
}

.footer-text-secondary h4,
.footer-text-secondary p {
    color: white;
}

.footer-info-title {
    font-family: "Boska-regular";
    color: #1b3936;
    font-size: 68px;
}

.footer-info-subtitle {
    font-family: "Switzer regular";
    color: #1e3c39;
    font-size: 18px;
}

.arrow-1 img {
    position: relative;
    top: 30px;
    right: -380px;
}

.arrow-2 img {
    position: relative;
    top: -72px;
    right: -230px;
}

.footer-end {
    background-color: white;
}

.footer-end ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 58px;
}

.footer-end ul {
    font-family: "Switzer regular";
    font-size: 18px;
    color: #1e3c39;
    padding-top: 20px;
    padding-bottom: 20px;
}