@import url(../fonts/fontRubik.css);

:root {
    --color1: #FF6300;
    --color2: #fc8d47;
}

* {
    font-family: "Rubik";
    font-weight: normal;
}

.navbar {
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 0;
}

section:not(:last-child) {
    padding-bottom: 80px;
}

.services {
    background-color: #F4F7FA;
}

.portfolio {
    background-color: var(--color1);
}

header {
    background-color: #fff;
}

.headerCompanyName{
    font-family: Rubik;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -1.8px;
    text-align: left;
    margin-bottom: 0;
    white-space: nowrap;
}

.headerCompanyDescription,
.nav-link,
.aboutUsText,
.ff400 {
    font-weight: 400;
}

.headerCompanyDescription {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.2px;
    text-align: left;
    padding-left: 3px;
}

.aboutUsText {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.7px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #000000;
    margin: 0;
    padding: 0;
}

.aboutUsText {
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
}

.contactUsFooter {
    margin-bottom: 80px;
}

.contactUsTextFooter {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.2px;
    text-align: center;
    color: #161C2D;
}

.nav-link {
    font-family: Rubik;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.44px;
    text-align: left;
    padding-bottom: 0;
}

.nav-link:not(:last-child) {
    margin-right: 32px;
}

.roo-mb56 {
    /* margin-bottom: 56px; */
}

.sectionHeader {
    padding-top: 20px;
    margin-bottom: 0;
    font-family: Rubik;
    font-size: 30px;
    font-weight: 300;
    line-height: 47.4px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #161C2D;
}

.accordionHeaderText {
    font-family: Rubik;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: #2B2B2B;
}

.accordion-body__text {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    color: #5A5A5A;   
    padding: 4px;
    margin: 0; 
}

.roo-ml30 {
    margin: 0 0 0 10px;
}

.accordion-button {
    font-weight: 600;
    font-size: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 60px;
}

.accordion-item:not(:last-child) {
    margin-bottom: 30px;
}

.accordion-item,
.accordion-button {
    border: none;
    text-align: center;
    justify-content: center;
    padding: 0;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}
.accordion-button:not(.collapsed) {
    box-shadow: none;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
    --border-top-left-radius: none;
    --border-top-right-radius: none;
}
.accordion-item:first-of-type>.accordion-header .accordion-button.collapsed {
    --border-top-left-radius: none;
    --border-top-right-radius: none;
}
.accordion-item:last-of-type>.accordion-header .accordion-button {
    --border-top-left-radius: none;
    --border-top-right-radius: none;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    --border-top-left-radius: none;
    --border-top-right-radius: none;
}
.accordion-item {
    box-shadow: 12px 18px 54px 0px rgba(0, 0, 0, 0.02);
}

.accordion-item,
.accordion-header,
.roo-br20 {
    border-radius: 20px !important;
}

.accordionIcon {
    margin: 20px 0 30px 20px;
}

.accIcoWrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.accordion-button::after {
    margin-right: 26px;
}

.customPortfolio{
    padding-bottom: 48px !important;
}

.customHeader {
    padding-top: 0;
}

.footerContainer {
     margin-bottom: 80px;
}

.callUs,
.callUs:visited,
.callUs:active,
.callUs:hover,
.emailUs,
.emailUs:visited,
.emailUs:active,
.emailUs:hover {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    text-align: left;
    color: #161C2D;
    text-decoration: none;
}

.ptFlag {
    margin-right: 10px;
    margin-bottom: 5px;
}

.contactUsText {
    margin: 0;
    padding-left: 10px;
}

.callUs,
.callUs,
.emailUs {
    white-space: nowrap;
}

.contactUsText {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.5px;
    text-align: left;
}

.iconContactUs {
    margin-bottom: 20px;
}

.copyright {
    padding-top: 32px;
    border-top: 1px solid #E9E9E9;
}

.copyrightText {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.1px;
    text-align: left;
    color: #161C2D;    
}

.active {
    color: var(--color1) !important;
}

.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--color1);
    margin-top: 10px;
}

.nav-link {
    white-space: nowrap; 
}

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

a.nav-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stickyHide {
    display: none;
    transition: ease-in-out;
}

.roo-mt3 {
    margin-top: 3px;
}

#stickyHeader {
    width: 100%;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
}

.stickyHeader__logo {
    margin-left: 32px;
    min-width: 45px;
    min-height: 45px;
}

.stickyHeader__companyName,
.stickyHeader__companyDescription {
    white-space: nowrap;
}

.stickyHeader__companyName {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: normal;
    margin-bottom: 0;
}

.stickyHeader__companyDescription {
    font-size: 16px;
    margin: 0;
}

.stickyHeader__navbarNav {
    display: flex;
    flex-direction: row;
    justify-content: start;
    width: 100%;
    list-style: none;
    padding-left: 5px;
    margin-right: 15px;
    margin-bottom: 5px; 
}

.stickyHeader .navbar {
    border-bottom: none !important;
}

.sticky_nav-link {
    margin-right: 15px !important;
    font-size: 20px;
}

.stickyHeader__navbarNav *.active::after {
    margin-top: 1px;
}
  
.stickyHeader {
    transform: translateY(-100%);
    transition: transform 0.5s ease;
}
  
.stickyHeader.show {
    transform: translateY(0);
}

.stickyHeader__text {
    margin-top: 10px;
}

.contactUsRow {
    margin-bottom: 80px;
}

.contactForm {
    border-radius: 16px;
    box-shadow: 8px 10px 24px 0px rgba(22,28,45,0.73)
}

input:focus, 
textarea:focus, 
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: var(--color1);
}

.btn-form{
    --bs-btn-border-color: var(--color1);
}

.btn-form:hover{
    background-color: var(--color2) !important;
    border-color: var(--color1) !important;
}

.btn-form:active{
    border-color: var(--color2);
    background-color: var(--color1);
}

.form-group {
    margin: 0;
    padding: 0;
}

.formRow1,
.formRow2 {
    margin: 0;
    padding: 0;
}

.formRow2 {
    padding-bottom: 32px;
}

.form-control {
    border: 1px solid rgba(210, 210, 210, 1);
    border-radius: 16px;
    height: 56px;
}

.btn-form {
    background-color: var(--color1);
    height: 56px;
    border-radius: 16px;
    margin-top: 25px;
}

textarea {
    /* resize: none; */
}

.carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#carouselExampleFade {
    position: relative;
    margin: 0 auto;
    width: 80%;
    max-width: 700px; /* slider with height settings*/
}

.carouselBtnPrevSvg,
.carouselBtnNextSvg {
    opacity: 1;
    border-radius: 50%;
}

.carouselBtnPrev {
    position: absolute;
    left: -100px;
}

.carouselBtnNext {
    position: absolute;
    right: -100px;
}

.carouselBtnPrevSvg:hover {
    opacity: 1;
    content: url('../img/carousel/icon_L1.png');
}
.carouselBtnNextSvg:hover {
    opacity: 1;
    content: url('../img/carousel/icon_R1.png');
}

/* 
--bs-breakpoint-xs: 0;
--bs-breakpoint-sm: 576px;
--bs-breakpoint-md: 768px;
--bs-breakpoint-lg: 992px;
--bs-breakpoint-xl: 1200px;
--bs-breakpoint-xxl: 1400px;
*/


@media screen and (min-width: 1400px) {
    .headerCompanyDescriptionContainer {
        margin-bottom: 40px;
    }

    .carouselBtnNextSvg,
    .carouselBtnPrevSvg {
        width: 60px;
        height: 60px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .headerCompanyDescriptionContainer {
        margin-bottom: 22px;
    }

    .carouselBtnNextSvg,
    .carouselBtnPrevSvg {
        width: 60px;
        height: 60px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .headerCompanyDescriptionContainer {
        margin-bottom: 8px;
    }

    .stickyHeader__logo {
        margin-left: 16px;
    }

    .carouselBtnNextSvg,
    .carouselBtnPrevSvg {
        width: 60px;
        height: 60px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .headerCompanyName {
        font-size: 30px;
    }

    .headerCompanyDescription {
        font-size: 16px;
        line-height: unset;
    }

    .nav-link {
        font-size: 22px;
    }

    .active::after {
        margin-top: 4px;
    }

    .stickyHeader__logo {
        margin-left: 14px;
    }

    .stickyHeader__text {
        padding-left: 24px;
    }

    .carouselBtnNextSvg,
    .carouselBtnPrevSvg {
        width: 60px;
        height: 60px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .headerCompanyName {
        font-size: 30px;
    }
    
    .headerCompanyDescription {
        font-size: 16px;
        line-height: unset;
        margin: 0;
        margin-bottom: 4px;
    }

    .nav-link {
        font-size: 20px;
    }

    .accordionHeaderText {
        font-size: 18px;
    }

    .stickyHeader__logo {
        margin-left: 14px;
    }

    .stickyHeader__text {
        padding-left: 40px;
    }

    .carouselBtnPrev {
        position: absolute;
        left: -50px;
    }
    
    .carouselBtnNext {
        position: absolute;
        right: -50px;
    }

    .contactUsTextFooter {
        font-size: 18px;
    }

    .carouselBtnNextSvg,
    .carouselBtnPrevSvg {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 575px) {
    .companyLogo {
        width: 60px;
        height: 100%;
    }
    
    .headerCompanyName {
        font-size: 24px;
    }

    .headerCompanyDescription {
        font-size: 14px;
        margin: 0;
    }

    .nav-link {
        font-size: 16px;
    }

    .accordionHeaderText {
        font-size: 14px;
    }

    .stickyHeader__logo {
        margin-left: 6px;
    }

    .stickyHeader__text {
        padding-left: 36px;
    }

    .carouselBtnNextSvg,
    .carouselBtnPrevSvg {
        width: 40px;
        height: 40px;
    }

    .hideInMob {
        display: none;
    }
}

@media screen and (min-width: 300px) and (max-width: 575px) {
    .companyLogo {
        max-width: 40px;
        max-height: 50px;
    }

    .headerCompanyName {
        font-size: 18px;
        letter-spacing: normal;
    }

    .headerCompanyDescription {
        font-size: 12px;
    }

    .nav-link {
        font-size: 12px;
    }

    .carouselBtnPrev {
        position: absolute;
        left: -20px;
    }
    
    .carouselBtnNext {
        position: absolute;
        right: -20px;
    }

    .contactUsTextFooter {
        font-size: 14px;
    }
    
    .carouselBtnNextSvg,
    .carouselBtnPrevSvg {
        width: 30px;
        height: 30px;
    }

    .hideInMob {
        display: none;
    }
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-3px); }
    50% { transform: translateX(3px); }
    75% { transform: translateX(-3px); }
    100% { transform: translateX(0); }
}


.carouselBtnPrevSvg:hover {
    animation: shake 0.5s ease-in-out 1;
}

.carouselBtnNextSvg:hover {
    animation: shake 0.5s ease-in-out 1;
}

@media screen and (min-width: 365px) and (max-width: 382px) {
    .contactUsTextFooter {
        font-size: 13px;
    }
}