/* GLOBAL STYLES
-------------------------------------------------- */

@font-face {
    font-family: Constantia;
    src: url('../fonts/constantia/constan.ttf');
}

body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow-x: hidden;
}

a {
    color: #f04a24;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* Navbar STYLES
-------------------------------------------------- */

.navbar {
    padding: 0;
    background-color: #ffffff;
}

.navbar .navbar-brand img{
    max-width: 16vw;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='coral' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar .navbar-toggler {
    border: 2px solid #f04a24;
}

.navbar .navbar-nav .nav-item a,
.navbar .navbar-nav .nav-item a:focus {
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5px;
    font-size: 22px;
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    color: #000000;
    white-space: nowrap;
    margin-left: 10px;
}

.navbar .navbar-nav .nav-item a:hover,
.navbar .navbar-nav .nav-item .active,
.navbar .navbar-nav .nav-item .active:focus,
.navbar .navbar-nav .nav-item li:hover>a {
    color: #000000;
    text-decoration: underline;
    text-decoration-color: #f04a24;
    text-decoration-thickness: 10%;
    text-underline-offset: 0.2em;
}

/* Carousel STYLES
-------------------------------------------------- */


.carousel {
    /*margin-bottom: 4rem;*/
}

.carousel-caption {
    /*bottom: 3rem;*/
    width: 20%;
    z-index: 10;
}

.carousel-caption h1, h5{
    margin: 0;
    padding: 0;
}

.carousel-item {
    height: 44rem;
}

.carousel-indicators [data-bs-target]{
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.carousel-caption h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    text-shadow: 0 0 2px black;
    font-weight: 500;
}

.carousel-caption h5{
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    text-shadow: 0 0 2px black;
    font-weight: 500;
}

.carousel-caption.left-top{
    position: absolute;
    right: 80%;
    top:10%;
    text-align: left;
}

.carousel-caption.right-bottom{
    position: absolute;
    left: 60%;
    top:70%;
    text-align: right;
}

/* home-our-services-buttons STYLES
-------------------------------------------------- */

.home-our-services-buttons {
    padding: 0 0 30px 0;
    position: relative;
    z-index: 30;
    margin-top: -300px;
}

.home-our-services-buttons .content {
    font-family: "Poppins", sans-serif;
    padding: 10px;
    background: #f3e4da8c;
    border-radius: 10px;
    color: #000;
}

.home-our-services-buttons .content h3 {
    font-family: "Constantia", sans-serif;
    font-weight: 300;
    font-size: 38px;
    margin-bottom: 30px;
}

.home-our-services-buttons .content div {
    width: 200px;
    height: 50px;
    border: 3px solid #f04a24;
    border-radius: 10px;
    margin: 10px auto;
}

.home-our-services-buttons .content div a {
    font-size: 18px;
    color: #000;
    display: block;
    width: 200px;
    height: 50px;
    line-height: 45px;
    text-align: center;
}

.home-our-services-buttons .content div:hover {
    color: #fff;
    background: #f04a24;
}

.home-our-services-buttons .content div a:hover {
    color: #fff;
}

.home-our-services-buttons .vision-buttons {

}

.home-our-services-buttons .icon-boxes {
    margin-top: 320px;
}

.home-our-services-buttons .icon-boxes .icon-box {
    display: inline-grid;
    justify-content: center;
}

.home-our-services-buttons .icon-boxes .icon-box img {
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.home-our-services-buttons .icon-boxes .icon-box a {
    font-family: "Cairo", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px 0;
    padding: 5px 8px;
    color: #000;
    border: 3px solid #f04a24;
    border-radius: 20px;
}

.home-our-services-buttons .icon-boxes .icon-box a:hover {
    color: #fff;
    background: #f04a24;
}


/* welcome-section STYLES
-------------------------------------------------- */

#welcome-section img{
    border-radius: 25px;
}

#welcome-section h3{
    font-family: "Cairo", sans-serif;
    font-weight: 900;
    font-size: 36px;
}

#welcome-section p{
    color: #636363;
    font-family: "Cairo", sans-serif;
    font-weight: 500;
    font-size: 21px;
}

/* Contacts STYLES
-------------------------------------------------- */

#contacts .social-media-buttons {
    display: flex;
    justify-content: center;
}

#contacts .social-media-buttons div{
    display: flex;
    width: min-content;
}

#contacts .social-media-buttons a {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    line-height: 58px;
    font-size: 37px;
    color: #f04a24;
    background-color: #ffffff;
    border: 3px solid #f04a24;
}

#contacts .social-media-buttons a:hover {
    color: #ffffff;
    background-color: #f04a24;
    border: 3px solid #f04a24;
}

#contacts .contacts-title {
    text-align: center;
    font-family: "Constantia", sans-serif;
    font-weight: 300;
    font-size: 38px;
    color: #606060;
}

#contacts .contact-boxes .contact-box {
    align-content: center;
}

#contacts .contact-boxes .contact-box img {
    width: 60px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#contacts .contact-boxes .contact-box .contact-icon{
    width: 80px;
    height: auto;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
}

#contacts .contact-boxes .contact-box .contact-icon svg{
    fill:#F04D2A;
}

#contacts .contact-boxes .contact-box .contact-icon:hover{
    background-color: #F04D2A;
}

#contacts .contact-boxes .contact-box .contact-icon:hover svg{
    fill:#ffffff;
}

#contacts .contact-boxes .contact-box .contact-detail {
    font-family: "Poppins", sans-serif;
    color: #606060;
    text-align: center;
    padding-top: 20px;
    font-size: 18px;
}

#contacts .mapouter {
    position:relative;
    text-align:right;
    width:100%;
    height:280px;
}

#contacts .gmap_canvas {
    overflow:hidden;
    background:none!important;
    width:100%;
    height:280px;
}

#contacts .gmap_iframe {
    height:280px!important;
}

#contacts .contact-form  button{
    color: #ffffff;
    background-color: #f04a24;
}

/* Footer STYLES
-------------------------------------------------- */

.copyright {
    font-size: 12px;
}

.navbar-footer {
    padding: 0;
    margin-right: 50px;
}

.navbar-footer ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar-footer li {
    position: relative;
}

.navbar-footer a,
.navbar-footer a:focus {
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5px;
    font-size: 12px;
    font-family: "Cairo", sans-serif;
    font-weight: 500;
    color: #000000;
    white-space: nowrap;
    margin-left: 10px;
}

.navbar-footer a:hover,
.navbar-footer .active,
.navbar-footer .active:focus,
.navbar-footer li:hover>a {
    color: #f04a24;
}

/* Back to top STYLES
-------------------------------------------------- */

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #f04a24;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #ff774a;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;

}


/*--------------------------------------------------------------
# MEDIA QUERIES
--------------------------------------------------------------*/

/* Small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 576px) {
    .navbar .navbar-brand img {
        max-width: 35vw;
    }
    .navbar .navbar-nav .nav-item a {
        font-size: 16px;
    }
    .carousel-caption {
        width: 30%;
    }
    .carousel-caption h1 {
        font-size: 20px;
    }
    .carousel-caption h5 {
        font-size: 10px;
    }
    .carousel-caption.left-top {
        left: 20px;
        top: 10px;
    }
    .carousel-caption.right-bottom {
        right: 20px;
        top:140px;
    }
    .home-our-services-buttons {
        padding: 0 0 0 0;
        margin-top: -390px;
    }
    .home-our-services-buttons .content h3 {
        font-size: 34px;
    }
    .home-our-services-buttons .content div a {
        font-size: 16px;
    }
    .home-our-services-buttons .icon-boxes {
        margin-top: 20px;
    }
    #welcome-section h3 {
        font-size: 18px;
    }
    #welcome-section p {
        font-size: 16px;
    }
    #contacts .social-media-buttons a {
        width: 40px;
        height: 40px;
        line-height: 39px;
        font-size: 24px;
        border: 1px solid #f04a24;
    }

}
/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
    .navbar .navbar-brand img{
        max-width: 25vw;
    }
    .navbar .navbar-nav .nav-item a{
        font-size: 18px;
    }
    .carousel-caption {
        width: 30%;
    }
    .carousel-caption h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .carousel-caption h5{
        font-size: 12px;
        line-height: 12px;
    }
    .carousel-caption.left-top{
        left: 20px;
        top: 25px;
    }
    .carousel-caption.right-bottom{
        right: 20px;
        top:280px;
    }
    .home-our-services-buttons {
        padding: 0 0 0 0;
        margin-top: -300px;
    }
    .home-our-services-buttons .content h3 {
        font-size: 30px;
    }
    .home-our-services-buttons .content div a {
        font-size: 16px;
    }
    .home-our-services-buttons .icon-boxes {
        margin-top: 20px;
    }
    #welcome-section h3{
        font-size: 24px;
    }
    #welcome-section p{
        font-size: 17px;
    }
    #contacts .social-media-buttons a {
        width: 60px;
        height: 60px;
        line-height: 58px;
        font-size: 37px;
        border: 3px solid #f04a24;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .navbar .navbar-brand img{
        max-width: 20vw;
    }
    .navbar .navbar-nav .nav-item a{
        font-size: 15px;
    }
    .carousel-caption {
        width: 30%;
    }
    .carousel-caption h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .carousel-caption h5{
        font-size: 14px;
        line-height: 14px;
    }
    .carousel-caption.left-top{
        left: 20px;
        top: 25px;
    }
    .carousel-caption.right-bottom{
        right: 100px;
        top:300px;
    }
    .home-our-services-buttons {
        padding: 0 0 0 0;
        margin-top: -220px;
    }
    .home-our-services-buttons .content h3 {
        font-size: 30px;
    }
    .home-our-services-buttons .content div a {
        font-size: 16px;
    }
    .home-our-services-buttons .icon-boxes {
        margin-top: 20px;
    }
    #welcome-section h3{
        font-size: 26px;
    }
    #welcome-section p{
        font-size: 17px;
    }
    #contacts .social-media-buttons a {
        width: 60px;
        height: 60px;
        line-height: 58px;
        font-size: 37px;
        border: 3px solid #f04a24;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .navbar .navbar-brand img{
        max-width: 20vw;
    }
    .navbar .navbar-nav .nav-item a{
        font-size: 19px;
    }
    .carousel-item {
        height: 90vh;
    }
    .carousel-caption {
        width: 30%;
    }
    .carousel-caption h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .carousel-caption h5{
        font-size: 20px;
        line-height: 20px;
    }
    .carousel-caption.left-top {
        left: 10vw;
        top: 10vh;
    }
    .carousel-caption.right-bottom {
        right: 0;
        bottom:10vh;
    }
    .home-our-services-buttons {
        padding: 0 0 10px 0;
        margin-top: -230px;
    }
    .home-our-services-buttons .content h3 {
        font-size: 28px;
    }
    .home-our-services-buttons .content div a {
        font-size: 17px;
    }
    .home-our-services-buttons .icon-boxes {
        margin-top: 300px;
    }
    #welcome-section h3{
        font-size: 26px;
    }
    #welcome-section p{
        font-size: 17px;
    }
    #contacts .social-media-buttons a {
        width: 60px;
        height: 60px;
        line-height: 58px;
        font-size: 37px;
        border: 3px solid #f04a24;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .navbar .navbar-brand img{
        max-width: 16vw;
    }
    .navbar .navbar-nav .nav-item a{
         font-size: 22px;
     }
    .carousel-item {
        height: 90vh;
    }
    .carousel-caption {
        width: 20%;
    }
    .carousel-caption h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .carousel-caption h5{
        font-size: 30px;
        line-height: 30px;
    }
    .carousel-caption.left-top{
        right: 80%;
        top:10%;
    }
    .carousel-caption.right-bottom{
        left: 70%;
        top:70%;
    }
    .home-our-services-buttons {
        padding: 0 0 10px 0;
        margin-top: -300px;
    }
    .home-our-services-buttons .content h3 {
        font-size: 38px;
    }
    .home-our-services-buttons .content div a {
        font-size: 18px;
    }
    .home-our-services-buttons .icon-boxes {
        margin-top: 320px;
    }
    #welcome-section h3{
        font-size: 36px;
    }
    #welcome-section p{
        font-size: 21px;
    }
    #contacts .social-media-buttons a {
        width: 60px;
        height: 60px;
        line-height: 58px;
        font-size: 37px;
        border: 3px solid #f04a24;
    }
}


