@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&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');

:root {
    --primary-color: linear-gradient(90deg, #e8a83c 0%, #ec9000 80%);
    --highlight-color: #010812;
    --light-color: #e8a83c;
    --dark-color: #ec9000;
    --s_backgound-color: #f1f5fa;
    --secondary-color: #ffffff;
    --text-color: #202020;
    --p-color: #696969;
    font-family: 'Montserrat', sans-serif;
    font-family: "Mulish", sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: "Jost", sans-serif;
}

html {
    scroll-behavior: smooth;
}

p {
    font-size: 15px;
}


#top_bar {
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: var(--highlight-color);
    z-index: 999 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.top_phone_mail {
    padding: 0;
    margin: 0;
}

.top_phone_mail li {
    display: inline-block;
    color: var(--secondary-color);
    padding-right: 40px;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
    transition: all 0.3s ease-in;
}

.top_phone_mail li a i {
    color: var(--light-color);
    padding-right: 6px;
    transition: all 0.3s ease-in;
}

.top_phone_mail li:hover {
    transition: all 0.3s ease-in;
    color: var(--secondary-color);
}

.top_social {
    padding: 0;
    margin: 0;
}

.top_social li {
    display: inline-block;
    color: var(--secondary-color);
    padding: 0px 10px;
    transition: all 0.3s ease-in;
}

.top_social li :hover {
    color: var(--dark-color);
    transition: all 0.3s ease-in;
}

/* navbar  */

#header {
    position: sticky;
    top: 0;
    z-index: 9999 !important;
}

.navbar-brand {
    padding: 0px 15px;
}

.navbar {
    width: 100%;
    background: var(--highlight-color);
    backdrop-filter: blur(12px);
    border: none;
    border-radius: 0;
    margin: 0 !important;
    box-shadow: 0px 3px 6px 0px rgba(5, 37, 95, 0.2);
}

#logo {
    height: 100px;
}


.navbar .navbar-nav>li>a {
    padding: 15px;
    color: var(--secondary-color) !important;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 500;
    margin: 25px 5px;
    font-family: "Mulish", sans-serif;
    transition: all 0.3s ease;
}

.navbar .navbar-nav>li>a:hover {
    font-size: 15px;
    font-weight: 500;
    color: var(--dark-color) !important;
    background: transparent !important;
    transition: all 0.3s ease;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    font-size: 15px;
    font-weight: 500;
    color: var(--dark-color) !important;
    background: transparent !important;
    transition: all 0.3s ease;
}

/* end navbar  */

.banner {
    width: 100%;
    height: auto;
    padding: 180px 0;
    background: linear-gradient(90deg, #010812 10%, rgba(255, 255, 255, 0) 100%), url(../../images/banner.jpg);
    background-position: center center;
    background-size: cover;
}

.banner_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: inherit;
    background-image: var(--primary-color);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: 0.65px;
}

.banner_p {
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    color: var(--secondary-color);
    padding-top: 15px !important;
    line-height: 30px;
    letter-spacing: 0.35px;
}

.banner_btn {
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    padding: 12px 30px;
    font-weight: 600;
    background: var(--primary-color);
    border: none;
    font-size: 16px;
    letter-spacing: 0.35px;
    color: var(--text-color);
    transition: all 0.3s ease;
}

.banner_btn:hover {
    background: linear-gradient(90deg, #e8a83c -100%, #ec9000 100%);
    transition: all 0.3s ease;
}

/* about section  */

.about {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: #010812;
}

.subheading {
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    color: var(--dark-color);
    letter-spacing: 1px;
    font-size: 17px;
    background-image: var(--primary-color);
    -webkit-background-clip: text;
    background-clip: text;
    text-transform: uppercase;
    color: transparent;
}

.heading {
    margin-top: 10px !important;
    font-family: 'Montserrat', sans-serif;
    font-family: "Mulish", sans-serif;
    font-weight: bold;
    /* font-size: 32px; */
    line-height: inherit;
    letter-spacing: 1px;
    color: var(--secondary-color);
}

.highlight {
    font-family: "Jost", sans-serif;
    background-image: var(--primary-color);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 20px;
    padding-top: 15px !important;
    padding-bottom: 5px !important;
    font-weight: 400;
    letter-spacing: 0.35px;
}

.paragraph {
    font-family: "Mulish", sans-serif;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    padding-top: 10px !important;
    line-height: 32px;
    letter-spacing: 0.15px;
    font-weight: 400;
}

.abt_btn {
    margin-top: 25px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 30px;
    font-weight: 600;
    background: var(--primary-color);
    border: none;
    font-size: 16px;
    letter-spacing: 0.35px;
    color: var(--text-color);
    transition: all 0.3s ease;
}

.abt_btn:hover {
    background: linear-gradient(90deg, #e8a83c -100%, #ec9000 100%);
    transition: all 0.3s ease;
}

.abt_img {
    border-radius: 12px;
}

/* about section  */

/* services section  */

.advantages {
    width: 100%;
    height: auto;
    padding: 80px 0;
    /* background: #081224; */
    background: rgba(1, 8, 18, 0.96);
}

.home_advantages_box {
    margin-top: 40px;
    background: #010812;
    border: 1px solid rgba(236, 144, 0, 0.35);
    border: 1px solid rgba(232, 168, 60, 0.5);
    padding: 30px 20px;
    border-radius: 12px;
    transform: translateY(0px);
    transition: all 0.3s ease;
}

.home_advantages_box:hover {
    border: 1px solid rgba(232, 168, 60, 1);
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.home_advantages_box:hover i {
    background-image: var(--primary-color);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.home_advantages_box i {
    font-size: 26px;
    background-image: var(--primary-color);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hab_h {
    margin-top: 15px !important;
    font-family: "Mulish", sans-serif;
    font-weight: bold;
    line-height: inherit;
    font-size: 21px;
    letter-spacing: 0.35px;
    color: var(--secondary-color);
}

.hab_p {
    font-family: "Mulish", sans-serif;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    padding-top: 10px !important;
    line-height: 30px;
    letter-spacing: 0.15px;
    font-weight: 400;
}

.services {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: #010812;
}

.services_boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 0px;
}

.home_services_box {
    width: 100%;
    height: auto;
    margin-top: 40px;
    /* border: 1px solid rgba(255, 255, 255, 0.35); */
    border-radius: 12px;
    padding: 40px 25px;
    transition: all 0.3s ease;
}

.hsb_h {
    font-family: "Mulish", sans-serif;
    font-weight: bold;
    line-height: inherit;
    font-size: 26px;
    letter-spacing: 0.35px;
    color: var(--secondary-color);
}

.hsb_p {
    font-family: "Mulish", sans-serif;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    padding-top: 10px !important;
    line-height: 30px;
    letter-spacing: 0.15px;
    font-weight: 400;
}

.hsb_btn {
    background: transparent;
    border: 1px solid #e8a83c;
    padding: 10px 12px;
    font-size: 20px;
    margin-top: 20px;
    color: #e8a83c;
    transition: all 0.3s ease;
}

.hsb_01 {
    background: linear-gradient(90deg, rgba(1, 8, 18, 0.7) 0%, rgba(1, 8, 18, 0.5) 100%), url(../../images/ser_01.jpg);
    background-size: cover;
    background-position: center center;
    transition: all 0.3s ease;
}

.hsb_01:hover {
    background: linear-gradient(90deg, rgba(232, 168, 60, 0.8) -30%, rgba(1, 8, 18, 0.85) 100%), url(../../images/ser_01.jpg);
    background-size: cover;
    background-position: center center;
    transition: all 0.3s ease;
}

.hsb_02 {
    background: linear-gradient(90deg, rgba(1, 8, 18, 0.8) 30%, rgba(1, 8, 18, 0.5) 100%), url(../../images/ser_02.jpg);
    background-size: cover;
    background-position: center center;
    transition: all 0.3s ease;
}

.hsb_02:hover {
    background: linear-gradient(90deg, rgba(232, 168, 60, 0.8) -30%, rgba(1, 8, 18, 0.85) 100%), url(../../images/ser_02.jpg);
    background-size: cover;
    background-position: center center;
    transition: all 0.3s ease;
}

.hsb_03 {
    background: linear-gradient(90deg, rgba(1, 8, 18, 0.8) 30%, rgba(1, 8, 18, 0.5) 100%), url(../../images/ser_03.jpg);
    background-size: cover;
    background-position: center center;
    transition: all 0.3s ease;
}

.hsb_03:hover {
    background: linear-gradient(90deg, rgba(232, 168, 60, 0.8) -30%, rgba(1, 8, 18, 0.85) 100%), url(../../images/ser_03.jpg);
    background-size: cover;
    background-position: center center;
    transition: all 0.3s ease;
}

.hsb_04 {
    background: linear-gradient(90deg, rgba(1, 8, 18, 0.8) 0%, rgba(1, 8, 18, 0.5) 100%), url(../../images/ser_04.jpg);
    background-size: cover;
    background-position: center center;
    transition: all 0.3s ease;
}

.hsb_04:hover {
    background: linear-gradient(90deg, rgba(232, 168, 60, 0.8) -30%, rgba(1, 8, 18, 0.85) 100%), url(../../images/ser_04.jpg);
    background-size: cover;
    background-position: center center;
    transition: all 0.3s ease;
}

.home_services_box:hover .hsb_btn {
    background: #e8a83c;
    color: var(--secondary-color);
    transition: all 0.3s ease;
}


/* services section  */


/* how it works section  */

.works {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: rgba(1, 8, 18, 0.96);
}

.works_box {
    width: 100%;
    height: auto;
    padding: 40px 10px;
    margin-top: 40px;
    border-radius: 12px;
    position: relative;
    text-align: center;
}

.works_box i {
    width: 68px;
    height: 68px;
    border-radius: 100px;
    border: 1px dashed #e8a83c;
    color: #e8a83c;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
}

.wb_count {
    max-width: 20px;
    max-height: 20px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 30px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 99;
    color: var(--highlight-color);
}

.works_box:hover i {
    background: #e8a83c;
    color: var(--secondary-color);
}

.wb_h {
    margin-top: 15px !important;
    font-family: "Mulish", sans-serif;
    font-weight: bold;
    line-height: inherit;
    font-size: 21px;
    letter-spacing: 0.35px;
    color: var(--secondary-color);
}

.wb_p {
    font-family: "Mulish", sans-serif;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    padding-top: 10px !important;
    line-height: 26px;
    letter-spacing: 0.35px;
    font-weight: 400;
}


/* how it works section  */


/* why us section  */

.why_us {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: #010812;
}

.why_box {
    display: grid;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
}

.why_box:not(:last-child) {
    border-right: 1px solid rgba(232, 168, 60, 1);
}

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

.why_us_box i {
    min-width: 42px;
    min-height: 42px;
    border: 1px solid #e8a83c;
    border-radius: 50px;
    color: #e8a83c;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.wub_h {
    font-family: "Mulish", sans-serif;
    font-weight: bold;
    line-height: inherit;
    font-size: 18px;
    letter-spacing: 0px;
    color: var(--secondary-color);
}

.wub_p {
    font-family: "Mulish", sans-serif;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    padding-top: 10px !important;
    line-height: 26px;
    letter-spacing: 0.15px;
    font-weight: 400;
}

/* why us section  */

.clients {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: rgba(1, 8, 18, 0.96);
}

.client_box {
    margin-top: 25px;
}

.founder {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: rgba(1, 8, 18, 0.96);
}

.contact {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: var(--highlight-color);
}

.contact_h {
    margin-top: 40px !important;
    font-family: "Mulish", sans-serif;
    font-weight: bold;
    line-height: inherit;
    font-size: 26px;
    letter-spacing: 0px;
    color: var(--secondary-color);
}

.contact_d_box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.contact_d_box i {
    width: 45px;
    height: 45px;
    border: 1px solid rgba(232, 168, 60, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e8a83c;
    font-size: 18px;
}

.cdb_h {
    font-family: "Mulish", sans-serif;
    font-weight: bold;
    line-height: inherit;
    font-size: 19px;
    letter-spacing: 0px;
    color: var(--secondary-color);
}

.cdb_p {
    font-family: "Mulish", sans-serif;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    padding-top: 5px !important;
    line-height: 26px;
    letter-spacing: 0.35px;
    font-weight: 400;
}

.c_form {
    margin-top: 25px;
    height: auto;
    padding: 12px;
    border: 1px solid rgba(232, 168, 60, 0.5);
    background: transparent;
    color: var(--secondary-color);
    font-family: "Mulish", sans-serif;
    font-size: 15px;
}

.c_form::placeholder {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
}

.c_btn {
    margin-top: 25px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 30px;
    font-weight: 600;
    background: var(--primary-color);
    border: none;
    font-size: 16px;
    letter-spacing: 0.35px;
    color: var(--secondary-color);
    transition: all 0.3s ease;
}

/* footer sectio  */

.footer {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 80px;
    background: #010812;
}

.footer_p {
    font-family: "Mulish", sans-serif;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    padding-top: 12px !important;
    line-height: 32px;
    letter-spacing: 0.35px;
    font-weight: 400;
}

.footer_h {
    font-family: "Mulish", sans-serif;
    font-weight: bold;
    line-height: inherit;
    font-size: 21px;
    letter-spacing: 0.35px;
    color: var(--light-color);
    margin-top: 40px !important;
}

.footer_li {
    padding: 0;
    margin: 0;
}

.footer_li li {
    font-family: "Mulish", sans-serif;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    padding-top: 12px !important;
    line-height: 32px;
    list-style: none;
    letter-spacing: 0.35px;
    font-weight: 400;
}

.copyrights {
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: var(--primary-color);
    text-align: center;
}

.copy_p {
    font-family: "Mulish", sans-serif;
    color: #000000;
    font-size: 15px;
    letter-spacing: 0.35px;
    font-weight: bolder;
}

/* footer sectio  */


.bredcum {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: url(../../images/bredcum.jpg);
    background-position: center center;
    background-size: cover;
    text-align: center;
}

.bredcum_h {
    font-family: "Mulish", sans-serif;
    font-weight: bold;
    line-height: inherit;
    letter-spacing: 1px;
    color: var(--secondary-color);
}

.services_li {
    padding: 0;
    margin: 0;
}

.services_li li {
    font-family: "Mulish", sans-serif;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    padding-top: 8px !important;
    line-height: 28px;
    letter-spacing: 0.35px;
    font-weight: 400;
    margin-left: 15px;
}

.map {
    line-height: 0;
}

.plr_60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}