@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    padding: 0;
    /* font-family: "Saira", sans-serif; */
    font-family: "Rubik", sans-serif;
    color: var(--dark-color);
    overflow-x: hidden;
}

/* ::selection {
    background: var(--secondary-color);
    color: #fff;
} */

:root {
    --blue-color: #1e1450;
    --blue-light-10-color: rgb(5, 4, 163, 10%);
    --blue-light-color: #B6C6F5;
    --dark-color: #262529;
    --saira-font: "Saira", sans-serif;
}

.text-blue {
    color: var(--blue-color) !important;
}

.text-light {
    color: #fff !important;
}

a {
    text-decoration: none;
}

img {
    transition: all .3s ease-in-out;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.navbar-toggler {
    color: var(--blue-color);
    border: none;
    font-size: 1.8rem;
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 99999;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.nav-link {
    padding: 0 !important;
    border-bottom: 2px solid #fff;
    color: var(--dark-color);
}

.navbar-nav .active,
.nav-link:hover {
    color: var(--blue-color) !important;
    border-bottom: 2px solid var(--blue-color);
}

.navbar-nav {
    gap: 2rem;
}

.web_logo {
    width: 180px;
}

.btn {
    border-radius: 5px;
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s ease-in-out;
}

.btn_blue_border {
    border: 1px solid var(--blue-color);
    color: var(--blue-color);
}

.btn_blue_border:hover {
    background: var(--blue-color) !important;
    border: 1px solid var(--blue-color) !important;
    color: #fff !important;
}

.btn_blue_fill {
    color: #fff;
    background: var(--blue-color);
    border: 1px solid var(--blue-color) !important;
}

.btn_blue_fill:hover {
    background: #fff !important;
    color: var(--blue-color) !important;
}

.btn_wt_fill {
    background: #fff;
    border: 1px solid #fff !important;
    color: var(--blue-color);
}

.btn_wt_fill:hover {
    background: var(--blue-color) !important;
    color: #fff !important;
}

.top_banner {
    padding: 150px 0 100px;
    position: relative;
    overflow: hidden;
}

.top_img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.top_banner h1 {
    font-size: 70px;
    font-family: var(--saira-font);
    font-weight: 600;
    color: var(--blue-color);
}

.top_banner p {
    font-size: 20px;
}

.track_label {
    background: var(--blue-light-10-color);
    padding: 15px 15px 0 15px;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    font-weight: 500;
    color: var(--blue-color);
}

.track_input {
    display: grid;
    grid-template-columns: 5fr 2fr;
    align-items: center;
    gap: 0;
    background: var(--blue-light-10-color);
    border-radius: 0 10px 10px 10px;
    padding: 30px 15px 15px;
    position: relative;
}

.track_line {
    position: absolute;
    top: 15px;
    left: 0;
    height: 2px;
    width: 100%;
    border: 1px dotted var(--blue-color);
}

.track_line::after,
.track_line::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    background: var(--blue-color);
    border-radius: 100%;
}

.track_line::before {
    left: -4px;
}

.track_line::after {
    right: -4px;
}

.track_input .form-control {
    border: none;
    background: #fff;
    border-radius: 5px 0 0 5px;
    height: 100%;
    border: 1px solid transparent;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid var(--blue-color);
}

.track_input .btn {
    border-radius: 0 5px 5px 0;
}

.cross_line {
    background: var(--blue-color);
    padding: 0;
    font-size: 50px;
    color: var(--blue-light-color);
    font-weight: 300;
    transform: rotate(3deg);
    width: 120%;
    margin-left: -20px;
}

.cross_line p {
    margin-bottom: -20px;
    padding-top: 5px;
}

.title {
    font-size: 50px;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 20px;
    font-family: var(--saira-font);
}

.title span {
    color: var(--blue-color);
}

.arow_link {
    border: 1px solid #fff;
    color: #fff;
    padding: 2px 15px;
    font-size: 18px;
    transition: all .3s ease-in-out;
    border-radius: 20px;
}

.arow_link:hover {
    background: #fff;
    color: var(--blue-color);
}

.service_box {
    border-radius: 12px;
    overflow: hidden;
}

.service_title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.service_body {
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: linear-gradient(to top, var(--blue-color), #0404a300);
    width: 100%;
    height: 50%;
    padding: 1rem;
    transition: all .3s ease-in-out;
}

.service_box:hover .service_body {
    height: 110%;
}

.service_box:hover img {
    scale: 1.6;
    transform: rotate(10deg);
}

.service_img {
    border-radius: 12px;
    overflow: hidden;
}

.count_area {
    background: linear-gradient(140deg, var(--blue-color), #0404a300), url(../img/count_bg.webp) no-repeat;
    background-size: cover;
    color: #fff;
}

.count_box {
    border: 1px dashed #fff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: start;
    gap: 1.2rem;
    backdrop-filter: blur(2px);
    background: rgb(5, 4, 163, 40%);
    height: 100%;
}

.count_icon {
    height: 50px;
    width: 50px;
}

.count_icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.count_title span {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
}

.count_title {
    color: var(--blue-light-color);
}

.team_box {
    /* border: 1px solid red; */
    border-radius: 10px;
    text-align: center;
    padding: 25px;
    height: 100%;
    position: relative;
    transition: all .3s ease-in-out;
}

.team_box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 66%;
    width: 100%;
    border-radius: 10px;
    background: rgb(182, 198, 245, 30%);
    z-index: -1;
    transition: all .3s ease-in-out;
}

.team_box:hover::before {
    height: 100%;
    box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.45);
}

.team_img {
    height: 120px;
    width: 120px;
    border-radius: 100%;
    margin: auto;
}

.team_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.team_title {
    font-size: 25px;
    font-weight: 600;
    color: var(--blue-color);
    line-height: 1;
    margin-top: 2rem;
}

.team_title span {
    font-size: 15px;
    color: var(--dark-color);
    font-weight: 400;
}

footer {
    padding: 80px 0;
    background: var(--blue-color);
    color: #fff;
}

.footer_title {
    color: var(--blue-light-color);
    position: relative;
    font-size: 30px;
    font-family: var(--saira-font);
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 1.3rem;
}

.footer_title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100px;
    background: var(--blue-light-color);
}


.footer_link {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_link a {
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: all .3s ease-in-out;
    font-weight: 300;
}

.footer_link a:hover {
    border-bottom: 1px solid #fff;
}

.copy {
    background: var(--blue-light-10-color);
    color: var(--dark-color);
    padding: 1rem 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: var(--blue-color);
}

.cover_area {
    background: rgb(182, 198, 245, 30%);
    padding: 80px 0;
    box-shadow: 0 -20px 10px -20px rgba(0, 0, 0, 0.1) inset;
}

.back_menu {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cover_area h2 {
    font-size: 3rem;
    font-weight: 600;
}

.back_menu a {
    color: var(--blue-color) !important;
    font-weight: 600;
}

.box_02 {
    background: var(--blue-light-10-color);
    padding: 2rem;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}

.box_02_title {
    font-size: 30px;
    font-weight: 600;
    color: var(--blue-color);
    margin-bottom: 1rem;
    transition: all .3s ease-in-out;
}

.box_02:hover .box_02_title,
.box_02:hover {
    background: var(--blue-color);
    color: #fff;
}

.logo_box {
    background: rgb(182, 198, 245, 20%);
    height: 150px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all .3s ease-in-out;
}

.logo_box:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12);
}

.logo_box img {
    height: 60%;
    width: 70%;
    object-fit: contain;
}

.con_page_rech {
    /* border: 1px solid var(--blk-color); */
    background: rgb(182, 198, 245, 15%);
    height: 100%;
    padding: 35px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.con_page_rech .title {
    font-size: 32px;
    margin-bottom: 0px;
}

.footer_box {
    border-radius: 10px;
    background: #fff;
    padding: 16px;
    color: var(--blk-color);
    height: 100%;
}


.footer_box_orange {
    background: var(--blue-color);
    color: #fff;
}

.footer_box_orange i,
.footer_box_orange .footer_box_title,
.footer_box_orange a {
    color: #fff;
}

.footer_box_title {
    color: var(--blk-color);
    font-weight: 500;
    margin-bottom: 4px;
}