@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "barlow", sans-serif;
    line-height: 1.7;
    color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
    color:#b89679;
}
p {
    color: black;

}
a {
    color: rgb(10, 19, 63);
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 100;
}
img {
    width: 100%;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.bg-cover {
    background-position: center !important;
    background-size: cover !important;
    background-position: center !important;
}

.intro h6{
    margin-bottom: 30px;
    color: #b89679;

}
.intro h6{
    font-weight: 700;
}

.intro h1{
    color: #000000;
}
.intro p{
    max-width: 500px;
    margin: auto;
}

/* NAVBAR */
.top-nav {
    background-color: #900000; 
    padding-top: 5px;
    padding-bottom: 5px;

}
.top-nav p {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 16px;
    color: #ffffff;
}
.top-nav i,
.top-nav span {
    vertical-align: middle;
}

.social-links a {
    width: 34px;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    border-radius: 100%;

}
.social-links a:hover {
    background-color: #ffffff;
    color: #744e2d;
    

}

.navbar {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    
}
.nav-link{
    color: #ffffff;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #b89679;
    font-weight: 500;
}
.navbar .navbar-nav .nav-link:hover{
    font-weight: 500;
    
}
.navbar-brand img {
    width: 80px;
}
.navbar-brand {
    font-weight: 500;

}
.navbar-brand span {
    font-size: 30px;
    color: #b89679;
    vertical-align: middle;
}
.nav-link {
    font-weight: 400;
    font-size: 20px;

}

/*BTN*/
.btn {
    padding: 9px 24px;
    font-weight: 500;

}
.btn-brand {
    background-color: #900000;
    color: #ffffff;
    border-color: #c30000;
}
.btn-brand:hover {
    color: #ffffff;
    background-color: #ff0000;
}

/*SLIDER*/
.slide1 {
    background:linear-gradient(rgba(37, 3, 160, 0.113), rgba(8, 1, 58, 0.8)), url(../img/Slider1.jpg);
}

.slide2 {
    background:linear-gradient(rgba(37, 3, 160, 0.113), rgba(8, 1, 58, 0.8)), url(../img/Slider2.jpg);
}

.slide3 {
    background:linear-gradient(rgba(37, 3, 160, 0.113), rgba(8, 1, 58, 0.8)), url(../img/slider3.jpg);
}

.slide4 {
    background:linear-gradient(rgba(37, 3, 160, 0.113), rgba(8, 1, 58, 0.8)), url(../img/slider4.jpg);
}

.slide1, .slide2, .slide3, .slide4, h6, h1{
    color: #ffffff;
}
/*OWL CAROUSEL*/

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    width: 60px !important;
    height: 60px !important;
    display: grid;
    place-items: center;
    background-color: rgba(255, 255, 255, 0.3) !important;
    font-size: 20px !important;
    margin-top: -40px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    border-radius: 100px !important;

}
.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}
.owl-prev:hover,
.owl-next:hover {
    background-color: #c30000 !important;
}


/* INFO BOX */

.info-box {
    display: inline-flex;
    align-items: center;
    color: #000000;
    text-align: justify;
}
.info-box img {
    width: 100px;
    margin-right: 5px;
}

#about{
    margin-top: 24px;
    padding-bottom: 24px;
    padding-top: 24px;
}
.about-item hr{
    color: #900000;
    
}
.about-item{
    margin-top: 10px;
    padding: 24px;
   
}
.about-item img{
    width: 60px;
    margin-bottom: 0px;
}

#about2 {
 
   margin-top: 0px;

}


/* WHY CHOOSE US */
#whychooseus {
    background:linear-gradient(rgba(37, 3, 160, 0.113), rgba(8, 1, 58, 0.8)), url(../img/Slider4.jpg);
    margin-top: 50px;
}

#whychooseus .display-5,
#whychooseus p {
    color: #ffffff;
}

#whychooseus .display-5 {
    font-weight: 700;
}
/* SERVICES */
#services img{
    margin-top: 20px;
    padding-left: 20px;
    
}
.service-box p {
color: #000000;
}
.service-box {
    padding: 20px;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.367);
    text-align: center;
    margin-top: 24px;
}
.service-box img {
    width: 100px;
}

.service-box:hover {
    background-color: #c30000;
}

.service-box:hover h5,
.service-box:hover p {
    color: #ffffff;
}
.service-box h5 {
    margin-top: 24px;
    margin-bottom: 12px;

}

/* PROJECT */
.project {
    position: relative;
}
.project .overlay {
    background: linear-gradient(to bottom, rgba(8, 3, 36, 0), rgba(0, 7, 58, 0.892));
    position:absolute;
    width: 100%;
    height: 350px;
    bottom: 0px;
    left: 0;
}

.project .content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 32px;

}
.project h1,
.project h6{
    position: relative;
    margin-top: 12px;
    color: #ffffff;
    left: 12px;
    bottom: 10px;
  
}

.owl-dot.active span {
    background-color: #ff7f00 !important;
}



/* FOOTER */
footer {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;

}
.footer-top .navbar-brand {
    color: #ffffff;
}

.footer-top {
    margin-bottom: 40px;
}

.footer-bottom{
    border-top: 1px solid #ff7f00;
    padding-top: 20px;
}
footer p {
    color: #ffffff;
}

/* CONTACT US */

.form-label {
    color: #ff7f00;
}

.form-control:focus{
box-shadow: none;
border-color: #ff7f00;
}