@import 'font.css';
@import 'all.min.css';

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
input{
    border: 1px solid rgb(31, 29, 29);
}
  
a {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}
#nav_check{
    position: absolute;
    z-index: -100;
}
.circle-icon{
    font-size: 35px;
    position: fixed;
    z-index: 10;
    top: 20px;
    right: 30px;
    transform: translateX(400px);
    color: rgb(8, 52, 197);
    transition: .3s;
}
#nav_check:checked ~ nav{
    transform: translateX(0);
    
}
#nav_check:checked ~ label .circle-icon{
    transform: scale(.7);
}
body {
    position: static;
    background: rgba(37, 43, 66, 1);
    z-index: -5;
}

.container {
    max-width: 1070px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
}

.nav_title {
    font-family: 'm';
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
}

.nav_link {
    font-family: 'm';
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    transition: .5s;
}

.nav_member {
    padding: 15px 25px;
    background: rgba(35, 166, 240, 1);
    font-family: 'm';
    font-weight: 700;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    display: flex;
    gap: 10px;
    border-radius: 5px;
}

.nav_links {
    display: flex;
    gap: 21px;
    align-items: center;
}

.nav_logins {
    gap: 45px;
    display: flex;
    align-items: center;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav {
    background: linear-gradient(90deg,
            rgba(41, 218, 25, 0.7),
            rgba(0, 71, 136, .8),
            rgba(255, 255, 255, .6));
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    transition: .6s ease;
}

.head-bg {
    position: absolute;
    z-index: -3;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
}

.head_bgdiv {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: -2;
}

header {
    position: relative;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 1),
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.3));
    height: 695px;
    margin-bottom: 260px;
}

.invests {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.invest_card {
    background: rgba(255, 255, 255, 1);
    padding: 35px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.users-icon {
    color: rgba(35, 166, 240, 1);
    font-size: 40px;
}

.head_network {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding-top: 160px;
}

.head_title {
    font-family: 'm';
    font-weight: 800;
    font-size: 58px;
    line-height: 80px;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 1);
    max-width: 450px;
}

.card_h3 {
    font-family: 'm';
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.1px;

}

.head_info {
    font-family: 'm';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 1);
    max-width: 400px;
}

.options {
    display: flex;
    gap: 10px;
}

.option {
    font-family: 'm';
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    border-radius: 37px;
    border: 1px solid rgba(255, 255, 255, 1);
    transition: .3s;
    color: rgba(255, 255, 255, 1);
    padding: 15px 36px;
}

.invest_card,
.users-icon,
.card_h3,
.card_info,
.right_icon {

    transition: .27s;
}

.invest_card:hover {
    background-color: rgba(35, 166, 240, 1);
}

.invest_card:hover .users-icon,
.invest_card:hover .card_h3,
.invest_card:hover .card_info,
.invest_card:hover .right_icon {
    color: rgba(255, 255, 255, 1);
}

.option:hover {
    background: rgba(35, 166, 240, 1);
    border: 1px solid rgba(35, 166, 240, 1);
    color: rgba(255, 255, 255, 1);
}

.sect_topic {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    margin-bottom: 70px;
}

.sect_h2 {
    width: 445px;
    font-family: 'm';
    font-weight: 700;
    font-size: 40px;
    line-height: 57px;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 1);
}

.sect_p {
    width: 455px;
    font-family: 'm';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 1);
}

.sect_invests {
    display: grid;
    grid-template: 1fr 1fr / 1fr 1fr 1fr;
    gap: 30px;
}

.invest_card-i-h3 h3 {
    font-family: 'm';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    max-width: 165px;
}

.sect_invests .invest_card p {
    max-width: 240px;
}

.invest_card-i-h3 {
    display: flex;
    gap: 10px;
}

section {
    margin-top: 145px;
}

.star-icon {
    color: rgba(243, 205, 3, 1);
    font-size: 18.5px;
}

.client_card_info {
    padding: 40px 30px;
    height: 100%;
    width: 332px;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.client_self {
    font-family: 'm';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: rgba(115, 115, 115, 1);
}

.client_h {
    font-family: 'm';
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.1px;
    color: rgba(37, 43, 66, 1);
}

.client_job {
    font-family: 'm';
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: rgba(115, 115, 115, 1);
}

.client_card {
    overflow: hidden;
    display: flex;
    background: rgba(255, 255, 255, 1);
    max-width: 509px;
}

.client_cards {
    display: flex;
    justify-content: space-between;
}

.right_icon {
    color: rgba(35, 166, 240, 1);
    height: 100%;
    position: absolute;
    top: 25px;
    left: 32px;
}

.idk .sect_invests .invest_card {
    position: relative;
    padding: 25px 32px 25px 61.5px;
    border-radius: 9px;
}

.idk .sect_invests .invest_card .card_h3 {
    width: 100%;
    font-size: 16px;
}

.premium_feature {
    display: flex;
    gap: 5px;
}

.light_check {
    color: rgba(45, 192, 113, 1);
    font-size: 32px;
}

.notlight_check {
    color: rgba(189, 189, 189, 1);
    font-size: 32px;
}

.premium_card_h {
    font-family: 'm';
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.1px;
    color: rgba(37, 43, 66, 1);
}

.premium_h_p {
    font-family: 'm';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: rgba(115, 115, 115, 1);
}

.premium_payment {
    display: flex;
    gap: 10px;
    align-items: center;
}

.premium_card {
    background: rgba(255, 255, 255, 1);
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    width: 338px;
    border-radius: 10px;
}

.premium_payment-cost {
    font-family: 'm';
    font-weight: 700;
    font-size: 40px;
    line-height: 57px;
    letter-spacing: 0.2px;
    color: rgba(35, 166, 240, 1);
}

.premium_payment-per {
    font-family: 'm';
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: rgba(35, 166, 240, 1);
}

.dollar-icon {
    font-size: 12px;
    color: rgba(35, 166, 240, 1);
}

.premium_features {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.feature_p {
    padding-top: 3px;
    padding-left: 4px;
    font-family: 'm';
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: rgba(37, 43, 66, 1);
}

.buy_button {
    width: 280px;
    text-align: center;
    padding: 15px 0;
    background: rgba(35, 166, 240, 1);
    color: rgba(255, 255, 255, 1);
    font-family: 'm';
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;

    border-radius: 5px;
}

.premium_cards {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.info_map .sect_topic {
    text-align: start;
}

.info_map {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.booking_title {
    font-family: 'm';
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.1px;
    text-align: center;
    color: rgba(37, 43, 66, 1);
}

.input_type {
    font-family: 'm';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: rgba(37, 43, 66, 1);
}

.booking {
    width: 100%;
    display: flex;
    justify-content: center;
}

.booking_img {
    overflow: hidden;
    height: 100%;
    width: 267px;
}

.booking_image {
    width: 267px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.booking_register {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px 50px;
    background: rgba(250, 250, 250, 1);
    max-width: 590px;
}

.inputs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.input_h_in {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.input_h_in input {
    padding: 11px 0 11px 21px;
    font-family: 'm';
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: rgba(115, 115, 115, 1);
    border-radius: 5px;
}

.booking_register .buy_button {
    width: 100%;
}

.contact_b_info .sect_topic {
    text-align: start;
    align-items: flex-start;
}

.contact_b_info .sect_topic .sect_h2 {
    font-size: 24px;
    width: 600px;
}

.contact_b_info {
    display: flex;
    justify-content: space-between;
}

.contact_button {
    background: rgba(35, 166, 240, 1);
    padding: 15px 0;
    max-width: 160px;
    color: rgba(255, 255, 255, 1);
    height: 52px;
}

.doc_h {
    font-family: 'm';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
}

.each_bar {
    font-family: 'm';
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 1);
}

.doc_bar {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer {
    background: linear-gradient(270deg,
            rgba(215, 20, 137, 1),
            rgba(0, 71, 136, 1));
}

.footer_contact {
    padding: 40px 15px;
    display: flex;
    justify-content: space-between;
}

.contact_icon {
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
    margin-right: 10px;
}

.bottom_contacts {
    display: flex;
    justify-content: space-between;
    padding: 25px 15px;
}

.final_icons {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 62px;
}

.final_icons * {
    color: rgba(35, 166, 240, 1);
    font-size: 20px;
}

.final_p {
    font-family: 'm';
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 1);
}