﻿
/***** Font *****/

@font-face {
    font-family: 'ganclm_bold-webfont';
    src: url('../../fonts/ganclm_bold-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'Rubik-VariableFont_wght';
    src: url('../../fonts/Rubik-VariableFont_wght.ttf') format('truetype');
}

/***** General *****/

body {
    font-size: 18px;
    direction: rtl;
}

.dvBody {
    margin: 0px;
    margin-top: 100px;
}

.txtCenter {
    text-align: center;
}

.txtRight {
    text-align: right;
}

.txtLeft {
    text-align: left;
}

.hFont {
    font-family: 'Rubik-VariableFont_wght';
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/***** Taxi Image Title *****/

.titleLeft {
    float: left;
    margin-left: 20px;
    top: 20px;
}

.titleRight {
    float: right;
    margin-right: 20px;
    top: 20px;
}

/***** Menu - Navbar *****/

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

#dvNavbar a {
    font-family: "Rubik-VariableFont_wght", "Times New Roman";
    font-size: 18px !important;
    color: #CC0000;
}

    #dvNavbar a:hover {
        font-family: "Rubik-VariableFont_wght", "Times New Roman";
        font-size: 18px !important;
        background: #CC0000;
        color: #FFFFFF;
    }

.navbar-brand {
    float: left !important;
    cursor: pointer;
}

    .navbar-brand div {
        font-weight: bold;
        font-size: 28px !important;
        margin-top: -5px;
    }

.navbar-nav > li {
    height: 50px;
    line-height: 50px;
    max-height: 50px !important;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 30px !important;
    }

.aNetwork {
    cursor: pointer;
    margin-left: 10px;
    display: inline-block;
}

    .aNetwork:hover {
        text-decoration: none !important;
    }

    .aNetwork:visited {
        text-decoration: none !important;
    }

    .aNetwork:active {
        text-decoration: none !important;
    }

    .aNetwork i {
        font-size: 34px;
    }

@media only screen and (max-width: 1000px) {
    .titleLeft, .titleRight {
        display: none;
    }

    .navbar-toggle {
        margin-right: 20px !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        /*margin-top: 7.5px;*/
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

@media screen and (max-width: 350px) {
    .dvMenuPhone {
        font-size: 22px !important;
        margin-top: 5px;
    }
}

@media screen and (max-width: 400px) {
    .accessibility_div_wrap {
        margin-left: 50px;
    }
}

/***** Flex Box Title Page  *****/

.FlexContainer {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
}

@media only screen and (max-width: 650px) {
    .dvBody {
        padding-top: 20px;
    }
}

/***** Image Logo Animation *****/

.dvLogo {
    max-width: 100%;
    margin: auto;
    margin: 10px auto;
    text-align: left;
    position: relative;
    animation-name: logoMove;
    animation-duration: 20s;
    animation-iteration-count: infinite;
}

@keyframes logoMove {
    0% {
        left: 0px;
        top: 0;
    }

    100% {
        left: 100%;
        top: 0;
    }
}

/***** Color *****/

.red {
    color: #CC0000;
}

.blue {
    color: blue;
}

.green {
    color: green;
}

.purple {
    color: purple;
}

.burlywood {
    color: burlywood;
}

/***** Footer *****/

footer {
    background: #4287f5;
    color: #FFFFFF;
    padding: 20px;
    font-size: 20px;
}

#imgFooter {
    max-height: 200px;
    max-width: 200px;
    margin: 10px auto;
    border-radius: 50%;
}

.dvFooterText {
    font-family: "VarelaRound-Regular";
}

.dvFooterField {
    padding-top: 30px;
    text-align: right;
}

.lblFooter {
    height: 30px;
    display: block;
}

.dvFooterDetails {
    text-align: center;
    font-size: 24px;
}

    .dvFooterDetails div {
        padding-top: 20px;
        padding-bottom: 20px;
    }

.aFooter {
    text-decoration: none !important;
    color: #FFFFFF;
    cursor: pointer;
}

    .aFooter:link, .aFooter:visited, .aFooter:hover, .aFooter:active {
        text-decoration: none !important;
        color: #FFFFFF;
        cursor: pointer;
    }

.size26 {
    font-size: 25px;
}

@media only screen and (max-width: 450px) {
    .size26 {
        font-size: 20px;
    }

    .dvFooterDetails {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .dvFooterDetails div {
        text-align: right;
        padding-right: 20px;
    }

    .txtCopy {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 992px) {
    .dvFooterText {
        text-align: center;
    }
}

#btnSendContact {
    background-color: #FFFFFF;
    color: #374ea1;
    font-weight: bold;
}

/***** Back To Top *****/

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 25px;
    background: #DC143C;
    color: #FFFFFF;
    text-align: center;
    font-size: 25px;
    text-decoration: none;
    border-radius: 50%;
}

    #back2Top:hover {
        background-color: #FFFFFF;
        color: #DC143C;
        border: 1px solid #DC143C;
    }

/***** Icon Bar *****/

.icon-barLeft {
    position: fixed;
    top: 40%;
    float: right;
    z-index: 999 !important;
    cursor: pointer;
}

    .icon-barLeft a {
        display: block;
        text-align: center;
        padding: 5px 10px;
        transition: all 0.3s ease;
        color: white;
        font-size: 24px;
    }

        .icon-barLeft a span {
            cursor: pointer;
        }

        .icon-barLeft a.home {
            background: #CC0000;
            color: #FFFFFF;
        }

            .icon-barLeft a.home:hover {
                background: #FFFFFF;
                color: #CC0000;
            }

        .icon-barLeft a.facebook {
            background: #3B5998;
            color: #FFFFFF;
        }

            .icon-barLeft a.facebook:hover {
                background: #FFFFFF;
                color: #3B5998;
            }

        .icon-barLeft a.envelope {
            background: #5bc0de;
            color: #FFFFFF;
        }

            .icon-barLeft a.envelope:hover {
                background: #FFFFFF;
                color: #5bc0de;
            }

        .icon-barLeft a.whatsapp {
            background: #5cb85c;
            color: #FFFFFF;
        }

            .icon-barLeft a.whatsapp:hover {
                background: #FFFFFF;
                color: #5cb85c;
            }

        .icon-barLeft a.question {
            background: #f0ad4e;
            color: #FFFFFF;
        }

            .icon-barLeft a.question:hover {
                background: #FFFFFF;
                color: #f0ad4e;
            }

/***** contactModal  *****/

#contactModal {
    font-size: 18px;
    padding: 10px;
}

.dvContactError {
    color: #CC0000;
    font-size: 20px;
    text-align: center;
    margin: 5px auto;
    height: 25px;
    line-height: 25px;
}

#contactModal input[type=text], #contactModal textarea {
    font-size: 20px;
    padding: 10px;
}

#contactModal select {
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    padding: 5px;
}

    #contactModal select option {
        font-size: 22px;
        margin: 10px;
        padding: 5px;
    }

/*** Social Icons ***/

.sbuttons {
    top: 45px;
    right: 25px;
    position: fixed;
}

.sbutton {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: white;
    margin: 15px auto 0 auto;
    box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .sbutton > i {
        font-size: 40px;
        transition: all .2s ease-in-out;
        transition-delay: 2s;
    }

    .sbutton:active,
    .sbutton:focus,
    .sbutton:hover {
        box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    }

    .sbutton:not(:first-child) {
        opacity: 0;
    }

        .sbutton:not(:first-child) > i {
            transition: all .3s ease-in-out;
        }

.sbuttons:hover .sbutton:not(:first-child) {
    opacity: 1;
}

.sbutton.mainsbutton {
    background: #0275d8;
    color: #FFF;
}

.sbutton.home {
    background: #CC0000;
    color: #FFF;
}

    .sbutton.home:hover {
        color: #CC0000;
        background: #FFF;
    }

.sbutton.fb {
    background: #3B5998;
    color: #FFF;
}

    .sbutton.fb:hover {
        color: #3B5998;
        background: #FFF;
    }

.sbutton.env {
    background: #5bc0de;
    color: #FFF;
}

    .sbutton.env:hover {
        color: #5bc0de;
        background: #FFF;
    }

.sbutton.whatsapp {
    background: #5cb85c;
    color: #FFF;
}

    .sbutton.whatsapp:hover {
        color: #5cb85c;
        background: #FFF;
    }
