*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body {
    color: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
   font-family: "Audiowide", sans-serif;
}


h1 {
    font-size: 47px;
    font-weight: 600;
    color: #cb1a1a;
}
h2 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
}
h3{
	font-size:24px;
    font-weight:700;
}
h4{
	font-size:21px;
	font-weight:700;
}
h5{
	font-size:20px;
	font-weight:600;
}
h6{
	font-size:19px;
	font-weight:600;
	color: #000000;
}
 
p {
    font-size: 15px;
    color: #5B5B5B;
    font-weight: 400;
    line-height: 1.7;
}

button, .bttn {
    background: #cb1a1a;
    padding: 13px 41px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    border: none;
    transition: 0.3s ease;
}

nav.navbar.navbar-expand-lg.navbar-dark.custom-navbar {
    height: 120px;
}

/*.main-header {
    background-color: transparent;
}*/

.main-header {
    position: absolute;
    width: 100%;
    z-index: 10;
}

.social-icon {
    display: flex;
    align-items: center;
    gap: 20px;
}
.social-icon i {
    color: #fff;
}

img.logo {
    width: 200px;
}
.navbar-nav .nav-link.active {
    color: #cb1a1a;
}

a.nav-link:hover {
    color: #CB1A1A;
}

a.login {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}

nav.navbar.navbar-expand-lg.bg-dark.navbar-dark.custom-navbar {
    background-color: #333;
}
a.nav-link {
    color: #fff;
}

a.btn.listing-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 30px 15px 30px;
    border-radius: 17px;
    font-size: 16px;
}

ul.navbar-nav.mx-auto {
    gap: 6px;
    font-size: 15px;
}


.top-icons {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-evenly;
    align-items: center;
}

li.nav-item {
    font-size: 17px;
}

/*******footer css**********/

ul.navbar-nav.mx-auto {
   list-style: none;
    font-size: 20px;
}

/*a.nav-itemlink {
    color: #000;
}*/
a.nav-itemlink:hover {
    color: #cb1a1a;
}
.footer-info {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

/*a.nav-itemlink {
    text-decoration: none;
  text-style: none;
}*/

footer.footer-section {
    background-color: #000 !important;
    padding: 40px;
}

a.nav-itemlink {
    color: #fff;
    text-decoration: none;
    text-style: none;
    font-size: 17px;
}

h3.about-comny {
    color: #fff;
    padding-bottom: 18px;
}

.footer-info {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 12px;
}
input#email {
    padding: 15px 20px 15px 20px;
    border-radius: 12px;
    border: none;
    margin-bottom: 10px;
}

/**********index css********/

.hero-slider {
    position: relative;
}

img.carousel-img {
    width: 100%;
    display: block;
}

.carousel-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  /*  background: rgba(0,0,0,0.5);*/
    top: 0;
    left: 0;
}

.slider-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}