@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url(./header.css);
@import url(./slider.css);
@import url(./about.css);
@import url(./vacancy.css);
@import url(./career.css);
@import url(./services.css);
@import url(./partners.css);
@import url(./news.css);
@import url(./contact.css);
@import url(./footer.css);
@import url(./calculator.css);

.sidebar.open nav .active span {
    color: var(--main-color);
}

.sidebar.open nav .nav-item span:hover {
    color: var(--main-color);
}

.news-slider .owl-nav {
    display: none;
}

.news-slider .owl-dots {
    margin-top: 20px;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    box-sizing: border-box;
}

body {
    background: #fff;
    overflow-x: hidden;
    font-family: "Roboto", sans-serif !important;
    font-weight: 700;
}

a {
    text-decoration: none;
    display: block;
}

#sr-link {
    display: flex;
}

.content {
    width: 100%;
}

/* Same Sections Style */

.same-sections {
    background: #fafafa;
    border-radius: 10px;
    margin-top: 50px;
    position: relative;
}

.same-sections-body {
    padding: 0 50px 85px 50px;
}

.same-section-circle {
    position: absolute;
    bottom: 0;
    left: 0;
}

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

.same-left-content {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.same-left-content,
.same-right-content {
    z-index: 99;
}

.same-left-content span {
    color: #18425a;
    font-size: 16px;
}

.same-left-content h4 {
    font-size: 40px;
    color: var(--main-color);
    margin-top: 8px;
}

.same-sections-line {
    width: 70px;
    display: block;
    margin: 15px 0;
}

.same-left-content h4 span {
    font-size: 40px;
    color: #666666;
}

.same-left-content p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.same-sections-number {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 60px;
    color: #000000;
    opacity: 0.05;
}

.same-sections-slider {
    margin-top: 21px;
    margin-bottom: 60px;
}

/*End Same Sections Style */

/* Pages Header */

.pages-header {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin-top: 40px;
}

.pages-header h5 {
    font-size: 30px;
    color: #18425a;
}

.pages-header-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pages-header-content a, .pages-header-content span {
    font-size: 14px;
    color: #666666;
}

.pages-header-content img {
    margin: 0 8px;
}

/* end Pages Header */

/* Read More Button */

.read-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    border: 1.5px solid #676e8a;
    border-radius: 5px;
    margin-top: 30px;
    transition: 0.3s all ease-in-out;
}

.read-more-btn p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #18425a;
    margin-bottom: 0;
}

.read-more-btn:hover {
    border: none;
    background: var(--main-color);
}


.read-more-btn:hover p {
    color: #fff;
}

.career .read-more-btn,
.services .read-more-btn,
.partners .read-more-btn,
.news .read-more-btn {
    margin: 0 auto;
}

.career-slider-item,
.services-slider-item,
.partners-slider-item,
.news-slider-item {
    position: relative;
}

.career-slider-item a,
.services-slider-item a,
.partners-slider-item a,
.news-slider-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*End Read More Button */

.sidebar {
    width: 80px;
    height: 1024px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    background: #ffffff;
    box-shadow: -757px 1147px 550px rgba(31, 35, 52, 0.01), -426px 645px 464px rgba(31, 35, 52, 0.05),
    -189px 287px 344px rgba(31, 35, 52, 0.09), -47px 72px 189px rgba(31, 35, 52, 0.1), 0px 0px 0px rgba(31, 35, 52, 0.1);
    border-right: 2px solid rgba(255, 255, 255, 0.09);
}

.sidebar.open {
    width: 200px;
}

.sidebar .logo {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar .logo .logo-small {
    width: 43x;
    height: 25px;
    transition: 0.4s;
    display: block;
}

.sidebar.open .logo {
    height: 120px;
}

.sidebar .logo .logo-big {
    display: none;
}

.sidebar.open .logo .logo-big {
    display: block;
    width: 96px;
}

.sidebar.open .logo .logo-small {
    display: none;
}

.sidebar nav {
    padding: 0 !important;
}

.sidebar nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sidebar nav {
    padding: 0 30px;
}

.sidebar ul {
    padding-left: 0;
}

.sidebar nav .nav-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: 100%;
    height: 56px;
    padding: 0 38px;
    margin-bottom: 25px;
    color: #fff;
    transition: 0.3s;
}

.sidebar nav .nav-item:first-child {
    margin-top: 35px;
}

.sidebar.sidebar.open nav .nav-item {
    justify-content: flex-start;
}

.sidebar nav .nav-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.sidebar nav .nav-item img {
    width: 16px;
    height: 16px;
}

.sidebar nav .nav-item span {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    display: none;
    color: #676e8a;
    font-size: 18px;
    margin-left: 8px;
    pointer-events: none;
}

.sidebar.open nav .nav-item span {
    display: inline-block;
}

.sidebar.open nav .nav-item span {
    opacity: 1;
    pointer-events: visible;
    transition: 0.4s;
    transition-delay: 0.2s;
}

.sidebar hr {
    width: 100%;
    height: 2px;
    border-radius: 3px;
    margin: 40px 0 50px;
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
}

.sidebar.open hr {
    opacity: 1;
    transition: 0.4s;
}

.sidebar .toggle {
    cursor: pointer;
    position: absolute;
    color: #fff;
    top: 180px;
    right: -20px;
    font-size: 38px;
    line-height: 50%;
    text-align: center;
    border-radius: 50%;
    padding: 2px 0 2px 2px;
    background: linear-gradient(90deg, transparent 50%, rgba(10, 10, 10, 0.65) 50%);
}

.sidebar.open .toggle {
    transform: translateY(45px);
}

.sidebar .toggle i {
    transition: 0.4s linear;
}

.sidebar.open .toggle i {
    transform: rotateY(180deg);
}

.sidebar .support-big {
    display: none;
}

.sidebar.open .support-big {
    display: block;
}

.sidebar.open .support-small {
    display: none;
}

.sidebar .support-small {
    display: flex;
    flex-direction: column;
}

.sidebar .support-small span {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 8px;
    margin-top: 10px;
}

.responsive-sidebar-close-btn {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .home-about .same-right-img {
        width: 350px;
        height: 250px;
    }

    .same-left-content p {
        font-size: 14px;
    }

    .same-left-content h4 {
        font-size: 30px;
    }

    .same-left-content h4 span {
        font-size: 30px;
    }

    .same-left-content span {
        font-size: 14px;
    }

    .home-about .same-right-img img {
        margin-left: 25px;
    }

    .read-more-btn {
        width: 120px;
        height: 40px;
    }

    .sidebar.open .logo .logo-big {
        width: 80px;
    }

    .sidebar.sidebar.open nav .nav-item {
        flex-direction: column;
    }

    .sidebar nav .nav-item span {
        font-size: 14px;
    }

    .sidebar nav .nav-item img {
        margin-bottom: 10px;
    }

    .sidebar.open {
        width: 90px;
    }

    .sidebar.open .logo {
        height: 100px;
    }

    .sidebar.open .support-big {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .sidebar {
        /* position: fixed; */
        height: 100vh;
    }

    .sidebar.open {
        position: fixed;
        width: 40%;
        overflow-y: scroll;
        overflow-x: hidden;
        z-index: 99999;
    }

    .responsive-sidebar-close-btn {
        position: absolute;
        top: 2%;
        right: 5%;
    }

    .responsive-sidebar-close-btn i {
        font-size: 30px;
    }

    .sidebar.sidebar.open nav .nav-item {
        flex-direction: row;
    }

    .sidebar.sidebar.open nav .nav-item img {
        width: 20px;
        height: 20px;
        margin-bottom: 0;
    }

    .sidebar.sidebar.open nav .nav-item span {
        font-size: 18px;
    }

    .sidebar.open .support-big {
        display: block;
    }

    .same-sections-body {
        padding: 0;
    }

    .services-tab {
        display: none;
    }

    .home-about-tab {
        display: none;
    }

    .same-section-circle {
        display: none;
    }

    .career-tab {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .same-sections-body {
        padding: 10px 0;
    }

    .sidebar-toggle-btn {
        margin-right: 15px;
    }

    .same-sections-content {
        flex-direction: column-reverse;
    }

    .same-sections-number {
        font-size: 40px;
        text-align: center;
    }

    .same-left-content {
        width: 100%;
        text-align: center;
    }

    .same-sections-line {
        margin: 15px auto;
    }

    .same-right-img {
        width: 100%;
        margin-bottom: 15px;
    }

    .home-about .same-right-img img {
        margin-left: 0px;
    }

    .same-left-content h4 {
        font-size: 22px;
    }

    .same-left-content h4 span {
        font-size: 22px;
    }

    .same-left-content span {
        font-size: 12px;
    }

    .read-more-btn {
        margin: 0 auto;
    }

    .same-left-content p {
        padding: 15px;
    }

    .career .same-left-content {
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .home-about .same-right-img {
        width: 250px;
        height: 160px;
    }

    .same-left-content p {
        text-align: justify;
    }

    .same-left-content {
        width: 100%;
    }

    .home-about .same-left-content {
        width: 100%;
    }

    .read-more-btn {
        width: 100%;
    }

    .sidebar {
        display: none;
    }

    .sidebar.open {
        width: 55%;
        display: block;
    }

    .sidebar nav .nav-item:first-child {
        margin-top: 0;
    }

    .sidebar nav .nav-item {
        border-radius: 4px;
        height: 20px;
        padding: 0 20px;
        margin-bottom: 25px;
        font-size: 12px;
    }

    .sidebar nav .nav-item span {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 450px) {
    .read-more-btn {
        width: 90%;
    }
}
