
.myFontStyle {
    font-family: "Fraunces";
}


[dir="ltr"] .secIndex {
    height: 3vh;
    transform: rotate(90deg);
    margin-top: 20vh;
    border-top: 1px solid var(--site-gray);
    margin-left: -2vw
}

[dir="rtl"] .secIndex {
    height: 3vh;
    transform: rotate(90deg);
    margin-top: 20vh;
    border-top: 1px solid var(--site-gray);
    margin-right: -2vw
}


/***** NavBar ******/

[dir="ltr"] .navbarItem {
    border-color: black;
    color: black;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

[dir="rtl"] .navbarItem {
    border-color: black;
    color: black;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Cairo"
}

[dir="ltr"] .navbarItemActive {
    border-color: black;
    color: black;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: underline;
}

[dir="rtl"] .navbarItemActive {
    border-color: black;
    color: black;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: underline;
    font-family: "Cairo"
}

[dir="ltr"] .navBtn {
    background: var(--site-yellow) !important;
    border-color: var(--site-yellow) !important;
    color: black !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
}

[dir="rtl"] .navBtn {
    background: var(--site-yellow) !important;
    border-color: var(--site-yellow) !important;
    color: black !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    font-family: "Cairo"
}

[dir="ltr"] .navbarBgColor {
    background-color: white !important;
}


[dir="rtl"] .navbarBgColor {
    background-color: white !important;
}

/***** First Section ******/


.myFirstRow {
    height: 85vh;
    position: relative;
    border-bottom: 1px solid var(--site-gray);
}

[dir="ltr"] .myFirstRowCol-1 {
    border-right: 1px solid var(--site-gray);
    background-color: var(--site-yellow);
}

[dir="rtl"] .myFirstRowCol-1 {
    border-left: 1px solid var(--site-gray);
    background-color: var(--site-yellow);
}

[dir="ltr"] .myFirstRowCol-2 {
    border-right: 1px solid var(--site-gray);
    background-color: var(--site-yellow);
}

[dir="rtl"] .myFirstRowCol-2 {
    border-left: 1px solid var(--site-gray);
    background-color: var(--site-yellow);
}


.myFirstRowImg-1 {
    max-width: 90%;
    max-height: 40%;
    position: absolute;
    bottom: 0px;
}

[dir="ltr"] .myFirstRowCol-3 {
    background-color: var(--site-yellow);
    border-top-right-radius: 60%;
}

[dir="rtl"] .myFirstRowCol-3 {
    background-color: var(--site-yellow);
    border-top-left-radius: 60%;
}

[dir="ltr"] .myFirstRowCol-4 {
    border-left: 1px solid var(--site-gray);
    z-index: 1;
}

[dir="rtl"] .myFirstRowCol-4 {
    border-right: 1px solid var(--site-gray);
    z-index: 1;
}

[dir="ltr"] .homeMsg {
    font-size: 90px;
    transform: translateY(-90vh) translateX(20%);
    z-index: 500
}

[dir="rtl"] .homeMsg {
    font-size: 90px;
    transform: translateY(-90vh) translateX(-100%);
    z-index: 500;
    font-family: "Cairo"
}



[dir="ltr"] .myFirstRowImg-2 {
    border-bottom-left-radius: 300px;
    max-width: 70%;
    padding: 20px;
    padding-right: 0px;
    border: 1px solid var(--site-gray);
    border-top: 0px;
    border-right: 0px;
    transform: translateY(-77vh) translateX(60vw);
    z-index: 100;
}

[dir="rtl"] .myFirstRowImg-2 {
    border-bottom-left-radius: 300px;
    max-width: 70%;
    padding: 20px;
    padding-right: 0px;
    border: 1px solid var(--site-gray);
    border-top: 0px;
    border-right: 0px;
    transform: translateY(-77vh) translateX(-60vw) rotateY(180deg);
    z-index: 100;
}


/***** Second Section ******/

[dir="ltr"] .customerMsg {
    font-size: 82px;
}

[dir="rtl"] .customerMsg {
    font-size: 82px;
    font-family: "Cairo"
}

[dir="ltr"] .customerOpinion {
}

[dir="rtl"] .customerOpinion {
    font-family: "Cairo"
}

[dir="ltr"] .customerName {
    color: #5C5E5E;
    font-weight: 400;
    font-size: 32px;
}

[dir="rtl"] .customerName {
    color: #5C5E5E;
    font-weight: 400;
    font-size: 32px;
    font-family: "Cairo"
}

[dir="ltr"] .mySecondRowCol-1 {
    border-right: 1px solid var(--site-gray);
}

[dir="rtl"] .mySecondRowCol-1 {
    border-left: 1px solid var(--site-gray);
}

[dir="ltr"] .mySecondRowCol-11 {
    border-right: 1px solid var(--site-gray);
    border-top: 1px solid var(--site-gray);
}

[dir="rtl"] .mySecondRowCol-11 {
    border-left: 1px solid var(--site-gray);
    border-top: 1px solid var(--site-gray);
}

.mySecondRowCol-111 {
    border-top: 1px solid var(--site-gray);
}

[dir="ltr"] .mySecondRowImg-1 {
    float: right;
    height: 158px;
    width: 228px;
}

[dir="rtl"] .mySecondRowImg-1 {
    float: left;
    height: 158px;
    width: 228px;
    transform: rotateY(180deg);
}


[dir="ltr"] .mySecondRowImg-2 {
    z-index: 550 !important;
    position: relative;
}

[dir="rtl"] .mySecondRowImg-2 {
    z-index: 550 !important;
    position: relative;
    transform: rotateY(180deg);
}

[dir="ltr"] .mySecondRowCol-2 {
    border-left: 1px solid var(--site-gray);
    padding: 0px;
}

[dir="rtl"] .mySecondRowCol-2 {
    border-right: 1px solid var(--site-gray);
    padding: 0px;
}

[dir="ltr"] .mySecondRowCol-3 {
    border-left: 1px solid var(--site-gray);
}

[dir="rtl"] .mySecondRowCol-3 {
    border-right: 1px solid var(--site-gray);
}

[dir="ltr"] .arrow-1 {
    text-align: center;
}

[dir="rtl"] .arrow-1 {
    text-align: center;
    transform: rotateY(180deg);
}

/***** Third Section ******/


[dir="ltr"] .interstedMsg {
    font-size: 82px;
    font-weight: 700;
}

[dir="rtl"] .interstedMsg {
    font-size: 82px;
    font-weight: 700;
    font-family: "Cairo"
}



[dir="ltr"] .myThirdRow {
    min-height: 85vh;
    background-color: var(--site-yellow);
    border-bottom-right-radius: 400px;
    margin-bottom: 12%;
}

[dir="rtl"] .myThirdRow {
    min-height: 85vh;
    background-color: var(--site-yellow);
    border-bottom-left-radius: 400px;
    margin-bottom: 12%;
}

[dir="ltr"] .myThirdRowBtn {
    color: white;
    background-color: var(--site-gray);
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


[dir="rtl"] .myThirdRowBtn {
    color: white;
    background-color: var(--site-gray);
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    font-family:"Cairo"
}

[dir="ltr"] .myThirdRowImg-1 {
    max-width: 100%;
    float: right;
}

[dir="rtl"] .myThirdRowImg-1 {
    max-width: 100%;
    float: left;
    transform: rotateY(180deg);
}


/***** Footer ******/

[dir="ltr"] .nav-itemColor {
    color: black !important;
}

[dir="rtl"] .nav-itemColor {
    color: black !important;
    font-family: "Cairo"
}

[dir="ltr"] .copyRight {
    color: #5C5E5E;
    font-size: 15px;
    line-height: 23.4px;
}

[dir="rtl"] .copyRight {
    color: #5C5E5E;
    font-size: 15px;
    line-height: 23.4px;
}


/***** About us ******/

.themeTextColor{
    color:black;
}

[dir="ltr"] .themeTextStyle {
    font-family: "Fraunces";
}

[dir="rtl"] .themeTextStyle {
    font-family: "Cairo"
}

[dir="ltr"] .aboutUsTilte {
    font-size: 82px;
    font-weight: 700;
    line-height: 95.12px;
    text-align: left;
}

[dir="rtl"] .aboutUsTilte {
    font-size: 82px;
    font-weight: 700;
    line-height: 95.12px;
    text-align: right;
    font-family: "Cairo"
}


[dir="ltr"] .aboutUsImage {
}

[dir="rtl"] .aboutUsImage {
    transform: rotateY(180deg);
}

[dir="ltr"] .aboutUsDivText {
    background-color: var(--site-yellow);
    min-height: 50vh;
    border-top-left-radius: 400px;
}

[dir="rtl"] .aboutUsDivText {
    background-color: var(--site-yellow);
    min-height: 50vh;
    border-top-right-radius: 400px;
}

[dir="ltr"] .aboutUsText {
    text-align: justify;
    transform: translateY(150%) translateX(12%);
    max-width: 80%;
    color: rgb(3, 6, 5);
    background-color: var(--site-yellow);
}

[dir="rtl"] .aboutUsText {
    text-align: justify;
    transform: translateY(150%) translateX(-12%);
    max-width: 80%;
    color: rgb(3, 6, 5);
    background-color: var(--site-yellow);
    font-family: "Cairo"
}


/***** About us ******/



[dir="ltr"] .contactUsLink {
    font-family: "Fraunces";
    font-size: 20px;
    font-weight: 700;
    line-height: 34.52px;
    text-align: left;
    text-decoration:none;
    color:black;
}

[dir="rtl"] .contactUsLink {
    font-size: 20px;
    font-weight: 700;
    line-height: 34.52px;
    text-align: left !important;
    font-family: "Cairo";
    direction: rtl !important;
    text-decoration: none;
    color: black;
}