body {
    /* background-color: #6E6E6E; */
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    scroll-behavior: smooth;
}

html {
    overflow-x: hidden;
}

h1, h2, p, li {
    max-width: 100% !important;
}

a {
    text-decoration: none;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 2rem;
    position: absolute;
    z-index: 2;
    /* height: 100%; */
}

.logo {
    position: fixed;
    top: 4rem;
    transition: all 0.3s;
}

.logo img {
    width: 120px;
    height: 30px;
}

.logo2 {
    position: fixed;
    top: 4rem;
    transition: all 0.3s;
    display: none;
}

.logo2 img {
    width: 50px;
    height: 50px;
}

.footer h5 {
    font-size: 16px;
    color: #DCDCDC;
    margin-top: 1rem;
}

.icons {
    position: fixed;
    right: 2rem;
    top: 3.5rem;
}

.nav-logo {
    background-color: #000;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    padding: 0;
    border-radius: 35px 35px 35px 35px;
    border: none;
    margin-bottom: 1.3rem;
}

.nav-close {
    background-color: #FFF;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    padding: 0;
    border-radius: 35px 35px 35px 35px;
    border: none;
    margin-bottom: 1.3rem;
}

.nav-phone {
    background-color: #ED2939;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    padding: 0;
    border-radius: 35px 35px 35px 35px;
    border: none;
    margin-bottom: 1.3rem;
}

.nav-en {
    background-color: transparent;
    border: 1px solid #6E6E6E;
    height: 50px;
    width: 50px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    padding: 0;
    border-radius: 35px 35px 35px 35px;
}

.nav-en h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    transition: all .3s;
}

.nav-en:hover h3 {
    color: #ED2939;
    transition: all .3s;
}

.nav-phone i {
    background-color: #ED2939;
    height: 50px;
    width: 50px;
    padding: 0.999999rem;
    border-radius: 25px;
    color: #FFF;
    font-size: 15px;
}

.offcanvas.show .nav-phone i {
    background-color: #ED2939 ;
    height: 50px;
    width: 50px;
    padding: 1rem 1rem;
    border-radius: 35px;
    color: #FFF;
    font-size: 18px;
}

.nav-close i {
    background-color: #FFF ;
    height: 50px;
    width: 50px;
    padding: 1rem 1rem;
    border-radius: 35px;
    color: #000;
    font-size: 18px;
}

.nav-en h4 {
    background-color: transparent ;
    height: 50px;
    width: 50px;
    padding: 1rem 1rem;
    border-radius: 50%;
    font-size: 16px;
    color: #000;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6E6E6E;
}

.nav-logo img {
    background-color: #000 ;
    height: 50px;
    width: 50px;
    padding: 0.99rem;
    border-radius: 50%;
    color: #FFF;
}

.nav-phone span {
    display: none;
    color: #FFF;
    position: absolute;
    right: .5rem;
    padding: 14px 5rem 0px 1.5rem;
    background-color: #ED2939 ;
    height: 50px;
    z-index: -1;
    border-radius: 25px 25px 25px 25px;
    /* transition: all .5s; */
}

.nav-logo span {
    /*display: none;*/
    color: #FFF;
    position: absolute;
    right: .5rem;
    padding: 14px 5rem 0px 1.5rem;
    background-color: #000 ;
    height: 50px;
    z-index: -1;
    border-radius: 25px 25px 25px 25px;
}

.offcanvas.show {
    width: 500px;
    background-color: #272727;
    color: #FFF;
    overflow: hidden;
}

.offcanvas-body {
    width: 100%;
    display: flex;
    padding: 0;
}

.off-header .nav-phone:hover {
    padding: 0 !important;
}

.links {
    width: 100%;
}

.links {
    height: 100vh;
    padding: 5rem 2rem;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}

.links .off-header {
    display: flex;
    justify-content: space-between;
}

.links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.links .off-header ul li {
    margin-bottom: 1rem;
}

.links .off-header ul li a {
    color: #AFAFAF;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
}

.off-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.off-footer ul {
    display: flex;
}

.off-footer ul li {
    margin-right: 1rem;
}

.off-footer p {
    font-size: 12px;
    color: #6E6E6E;
    margin: 0;
}

.off-footer .call {
    color: #ED2939;
    font-size: 14px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.off-footer .mail {
    color: #FFF;
    font-size: 14px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.off-footer ul li i {
    color: #AFAFAF;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
    transition: all .5s;
}

.off-footer .mail i,
.off-footer .call i {
    margin-right: 0.5rem;
}

.off-footer ul li i:hover {
    color: #ED2939;
    transition: all .5s;
}

.invalid-feedback,
.empty-feedback {
    display: none;
}

.was-validated :placeholder-shown:invalid ~ .empty-feedback {
    display: block;
}

.was-validated :not(:placeholder-shown):invalid ~ .invalid-feedback {
    display: block;
}

.form input {
    background-color: transparent;
    border-bottom: 1px solid #6E6E6E !important;
    margin-bottom: 1rem;
    width: 100%;
    border: none;
    padding: 1rem;
    outline: none !important;
    box-shadow: none !important;
    color: #FFFFFF;
}

.form .input-control .error {
    display: block;
    color: #e74c3c;
    font-weight: bold;
    font-size: 14px;
    padding-top: 3px;
}

.form input::placeholder {
    font-size: 16px;
    color: #575757;
}

.form h2 {
    font-size: 36px;
    color: #AFAFAF;
    margin-bottom: 3rem;
}

.send {
    width: 90px;
    height: 90px;
    border: 1px solid #ED2939;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-top: 2rem;
    background-color: transparent;
}

.send svg {
    fill: #ED2939;
}

.send:hover {
    background-color: #ED2939;
}

.send:hover svg path {
    fill: #FFF !important;
}

#offcanvasRight1 .phone-close {
    position: absolute;
    right: 2rem;
    top: 5rem;
}

.iti__country {
    color: #000;
}

.iti {
    width: 100%;
}


.footer {
    background-color: #0f0f0f;
    padding: 3rem;
}

.all {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.footer ul {
    list-style: none;
    padding: 0;
    display: flex;
}

.footer ul li {
    margin-right: 1rem;
    font-size: 18px;
    color: #DCDCDC;
    transition: all .5s;
}

.nav-footer li {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 3rem;
}

.socail li {
    margin-left: .5rem;
    margin-right: .5rem;
    margin-top: 2rem;
    font-size: 25px;
}
.socail li a {
    font-size: 25px;
}

.footer ul li a:hover {
    transition: all .5s;
    color: #ED2939;
}

.footer a:hover {
    transition: all .5s;
    color: #ED2939;
}

.footer a {
    color: #DCDCDC;
}

.footer ul li a {
    color: #DCDCDC;
}

.footer p {
    margin: 0;
    font-size: 14px;
    color: #C7C7C7;
}

.footer p span {
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
}

.footer h2 {
    margin-top: 2rem;
    /* margin-bottom: 0; */
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    font-size: 20px;
    align-items: unset;
    color: #DCDCDC;
}

.footer h2 a {
    color: #DCDCDC;
}

.footer h2 a:first-child {
    margin-right: 3rem;
}

.footer h2 a:last-child {
    margin-left: 3rem;
}

.footer h2 span  {
    color: #DCDCDC;
    margin-left: 3rem;
}
.swiper-button {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #272727;
    background-color: #272727;
    color: #FFF;
    margin-right: .3rem;
    margin-left: .3rem;
}

.swiper-button-disabled {
    background-color: #857F7F;
    border: 1px solid #857F7F;
}


@media (max-width: 768px) {
    .off-footer {
        display: block;
        text-align: center;
    }

    .off-footer p {
        margin-top: 1.5rem;
    }

    .form h2 {
        font-size: 24px;
    }
    .icons {
        display: flex;
    }
    .nav-logo {
        height: 50px;
        width: 50px;
        margin-right: .25rem;
        margin-left: .25rem;
        border-radius: 25px;
    }
    .nav-logo img {
        height: 50px;
        width: 50px;
        padding: .8rem;
        border-radius: 25px;
    }
    .nav-phone {
        height: 50px;
        width: 50px;
        margin-right: .25rem;
        margin-left: .25rem;
        border-radius: 25px;
    }
    .nav-phone i {
        height: 50px;
        width: 50px;
        padding: .8rem;
        border-radius: 25px;
    }
    .nav-logo span,
    .nav-phone span  {
        display: none !important;
    }
}

@media (max-width: 450px) {
    .links .off-header ul li a {
        font-size: 16px;
    }
    .off-footer ul {
        /* justify-content: center; */
    }
    .links {
        padding: 5rem 1rem;
    }
    .logo img {
        width: 60%;
    }
    .navbar {
        display: flex !important;
    }
    .footer ul.nav-footer {
        display: block;
    }
    .footer ul.nav-footer li {
        margin-top: 0.95rem;
    }
    .footer h2 {
        margin-top: 1rem;
        display: block;
    }
    .footer p span {
        display: block;
    }
    .footer h2 a:first-child {
        margin-right: 0rem;
        display: block;
        margin-bottom: 0.6rem;
    }
    .footer h2 a:last-child {
        margin-left: 0rem;
    }
    .logo2 {
        left: 2rem;
    }
    .logo {
        left: 2rem;
        position: inherit;
    }
}

