* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}

body {
    width: 100%;
    height: auto;
    top: -4375px;
    left: -1642px;
    background: #FFFFFF;
}

.aviation-background {
    width: 100%;
    height: 810px;
    background-image: url('/images/Group 11.png');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

header {
    width: 100%;
    height: 88px;
    justify-content: space-between;
    padding-top: 20px;
    padding-right: 120px;
    padding-bottom: 20px;
    padding-left: 120px;
    display: flex;
    align-items: center;
    /* border: 2px solid red; */
}

header nav {
    display: flex;
    align-items: center;
    width: 682px;
    height: 48px;
    gap: 50px;
}

.header-ul {
    display: flex;
    align-items: center;
    width: 494px;
    height: 48px;
    gap: 50px;

}

.header-btn {
    width: 147px;
    height: 48px;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    gap: 10px;
    border-radius: 59px;
    border-width: 1px;
    background: local;
    border: 1px solid #FFFFFF;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #FFFFFF;
    display: flex;
}

#active {
    width: 77px;
    height: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 10px;
    border-bottom-width: 2px;
    border-bottom: 2px solid #313EF7;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #313EF7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-li {
    width: 77px;
    height: 28px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.aviation-section {
    width: 100%;
    max-width: 1323px;
    height: 493px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}


.aviation-section-info {
    width: 641px;
    height: 95px;
    gap: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* border: 2px solid red; */
}

.aviation-section-info h1 {
    width: 641px;
    height: 72px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    letter-spacing: 1.5%;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    text-align: center;
}

.aviation-section-info p {
    width: 641px;
    height: 15px;
    color: #FFFFFFB2;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.book {
    display: flex;
    flex-direction: column;
}

.head-book {
    /* border: 3px solid red; */
    width: 520px;
    height: 60px;
    top: 671px;
    left: 120px;
    display: flex;
}

.book-main {
    width: 1200px;
    height: 276px;
    top: 671px;
    left: 120px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #FFFFFF;
    /* border: 3px solid red; */
}

.head-book-tip {
    width: 173.3333282470703px;
    height: 60px;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    gap: 10px;
    border-bottom-width: 1px;
    background: #FFFFFF;
    border-bottom: 1px solid #F3F4F6;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #030522;
}

#head-book-tip-active {
    background: #313EF7;
    width: 173.3333282470703px;
    height: 60px;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    gap: 10px;
    border-top-left-radius: 20px;
    color: #FFFFFF;
}

#head-book-tip-last {
    border-top-right-radius: 20px;
}

.book-main {
    width: 1200px;
    height: 216px;
    top: 731px;
    left: 120px;
    gap: 10px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 40px;
    box-shadow: 0px 100px 200px 0px #0117361A;
}

.book-main-info {
    width: 1060px;
    height: 136px;
    gap: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.book-main-info-cards-row {
    width: 1060px;
    height: 56px;
    display: flex;
    justify-content: space-between;
    /* border: 3px solid red; */
}

.book-main-info-card {
    width: 242px;
    height: 56px;
    gap: 8px;
    display: flex;
}

.book-main-info-card-btn {
    width: 56px;
    height: 56px;
    background: #313EF70D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-main-info-card h1 {
    width: 178px;
    height: 27px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #030522;
}

.book-main-info-card p {
    width: 178px;
    height: 28px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #AEB5BF;
}

.book-main-info-btn {
    width: 200px;
    height: 56px;
    padding-top: 14px;
    padding-right: 45px;
    padding-bottom: 14px;
    padding-left: 45px;
    gap: 10px;
    border-radius: 56px;
    background: #313EF7;
    box-shadow: 0px 10px 14px 0px #313EF740;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    border: none;
    outline: none;
}

.our-teatures-section {
    margin-top: 175px;
    width: 100%;
    height: 510px;
    gap: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.our-teatures-section h1 {
    width: 1200px;
    height: 60px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 40px;
    line-height: 150%;
    letter-spacing: 1.5%;
    text-align: center;
    text-transform: capitalize;
    color: #030522;
}

.our-features-card {
    width: 281.6326599121094px;
    height: 380px;
    border-radius: 185px;
    top: 130px;
    padding-top: 42px;
    padding-right: 21px;
    padding-bottom: 42px;
    padding-left: 21px;
    gap: 10px;
    background: #FFFFFF;
    box-shadow: 0px 100px 200px 0px #0117361A;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.our-features-card h1 {
    width: 239.63265991210938px;
    height: 36px;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #030522;
}

.our-features-card P {
    width: 239.63265991210938px;
    height: 96px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #030522A6;
}

.our-features-card-info {
    width: 239.63265991210938px;
    height: 142px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.our-features-card button {
    width: 50px;
    height: 50px;
    background: #030522;
    border-radius: 50%;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-features-card-image {
    width: 70px;
    height: 70px;
    background: #313EF70D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.our-features-cards-row {
    width: 1200px;
    height: 410px;
    border-radius: 185px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.book-now-section {
    width: 100%;
    height: 456px;
    display: flex;
    align-items: center;
    padding-left: 120px;
    padding-right: 120px;
    gap: 45px;
    margin-top: 155px;
}

.book-now-info-container {
    width: 588px;
    height: 456px;
    top: 610px;
    left: 732px;
    gap: 40px;
    display: flex;
    flex-direction: column;
}

.book-now-info-1 {
    width: 588;
    height: 130;
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.book-now-info-1 h1 {
    width: 588px;
    height: 24px;
    font-family: Montserrat;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #313EF7;
}

.book-now-info-1 p {
    width: 588px;
    height: 90px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 0%;
    color: #030303;
}

.book-now-info-2 {
    width: 588px;
    height: 190px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.book-now-info-2-ul {
    width: 588px;
    height: 190px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.book-now-info-2-li {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #030303;
    margin-left: 15px;
    list-style: circle;
}

.book-now-info-container button {
    width: 200px;
    height: 56px;
    gap: 10px;
    border-radius: 56px;
    padding-top: 14px;
    padding-right: 45px;
    padding-bottom: 14px;
    padding-left: 45px;
    background: #313EF7;
    box-shadow: 0px 10px 14px 0px #313EF740;
    outline: none;
    border: none;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.memories-section {
    width: 100%;
    height: 540px;
    gap: 10px;
    padding-right: 120px;
    padding-left: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 155px;
}

.memories-container {
    width: 1200px;
    height: 540px;
    gap: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.memories-container h1 {
    width: 1200px;
    height: 60px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 40px;
    line-height: 150%;
    letter-spacing: 1.5%;
    text-align: center;
    text-transform: capitalize;
    color: #011736;
}

.subscribe-section {
    width: 100%;
    height: 430px;
    gap: 10px;
    padding-top: 100px;
    padding-right: 453px;
    padding-bottom: 100px;
    padding-left: 453px;
    background: #313EF70D;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.subscribe-section h1 {
    width: 534px;
    height: 120px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 40px;
    line-height: 150%;
    letter-spacing: 1.5%;
    text-align: center;
    text-transform: capitalize;
    color: #011736;
}

.subs-input {
    width: 493px;
    height: 70px;
    gap: 100px;
    border-radius: 150px;
    padding-top: 11px;
    padding-right: 11px;
    padding-bottom: 11px;
    padding-left: 20px;
    background: #FFFFFF;
    box-shadow: 0px 100px 200px 0px #0117361A;
    display: flex;
    align-items: center;
}

.subs-input input {
    border: none;
    outline: none;
    height: 24px;
    width: 230px;
    display: flex;
    align-items: center;
    font-family: Rubik;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #011736;
}

.subs-input input::placeholder {
    width: 230px;
    height: 24px;
    opacity: 0.9;
    font-family: Rubik;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #AEB5BF;
}

.subs-input button {
    width: 132px;
    height: 48px;
    gap: 10px;
    border-radius: 56px;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
    background: #313EF7;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    border: none;
    outline: none;
}

footer {
    width: 100%;
    height: 454px;
    top: 5250px;
    gap: 10px;
    padding-top: 30px;
    padding-right: 60px;
    padding-bottom: 30px;
    padding-left: 60px;
    background-image: url('images/Group\ 1261152726.png');
    background: #010223;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-container {
    width: 1200px;
    height: 323.2734375px;
    top: 5350.19px;
    left: 120px;
    gap: 40px;
    display: flex;
    flex-direction: column;
}

.footer-parts-row {
    width: 1200px;
    height: 226.2734375px;
    justify-content: space-between;
    display: flex;
}

.footer-part-1 {
    width: 300px;
    height: 219.845703125px;
    gap: 24px;
    display: flex;
    flex-direction: column;
}

.footer-part-1 img {
    width: 164px;
    height: 34px;
}

.footer-part-1 p {
    width: 300px;
    height: 96px;
    top: 58px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #A7A7A7;
}

.icons {
    width: 158px;
    height: 41.845703125px;
    display: flex;
    align-items: center;
}

.icons img {
    width: 42px;
    height: 41.845703125px;
    top: 178px;
    border-radius: 23px;
}

.footer-part-2 {
    width: 103px;
    height: 187.2734375px;
}

.footer-part-2 h1 {
    width: 103px;
    height: 36px;
    left: 491.67px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.footer-part-2-ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-part-2-ul li {
    width: 118px;
    height: 24px;
    top: 46.27px;
    left: 491.67px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #A7A7A7;
}

.footer-part-3,
.footer-part-4 {
    width: 98px;
    height: 226.2734375px;
}

.footer-part-3 h1,
.footer-part-4 h1 {
    width: 78px;
    height: 36px;
    left: 786.33px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.footer-copy-right p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -2%;
    color: #FFFFFF;
}

.footer-copy-right {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 3px solid #FFFFFF1A;
    width: 1200px;
    border-width: 3px;
    height: 48px;
}