
html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul{
    font-family: "Lora", serif;
    font-optical-sizing: auto;
}

h2{
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    color: #ae845f;
}

h1 {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
}

nav{
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.navbar-nav li {
    padding-right: 30px;
    font-size: 18px;
}

.navbar-nav a:hover {
    color: #ae845f;
    transition: 1s all ease-in-out;
}

.card-body img{
    width: 100%;
}

.men-img img{
    width: 100%;
}


/*  */

.text-1{
    background-color: #252525;
    text-align: center;
    color: white;
}

.img-hover{
    overflow: hidden;
}

.img-hover img:hover{
    transform: scale(1.2);
    transition: all 7s ease-in-out;
}

.text-2{
    padding-top: 20%;
}


/* About */

.about{
    text-align: center;
}



/* Customer-say */

#Customer-say{
    margin-top: 125px;
    margin-bottom: 100px;
}

/* footer */

#footer{
    float: left;
    width: 100%;
    clear: both;
    border-top: solid 1px #ddd;
    padding-top: 70px;
    text-transform: inherit;
    background-color: #000000;
}

#footer h5{
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    color: white;
}

#footer li{
    list-style: none;
    font-size: 15px;
    padding-bottom: 10px;
}

#footer ul{
    padding: 1px;
}

#footer a{
    text-decoration: none;
    color: white; 
}

#footer a:hover{
    color: #ae845f; 
    transition: all 1s ease-in-out;
}

#footer i{
    margin-right: 10px;
    color: white;
}

#last-footer{
    background-color: #000000;
    color: white;
}

#last-footer ul{
    display: flex;
}

#last-footer li{
    list-style: none;
    padding-right: 48px;
}

#last-footer a{
    text-decoration: none;
    color: white;
    font-size: 12px;
}


@media screen and (max-width:600px) {
       #footer{
        flex-direction: column;
        text-align: center;
       } 

       #last-footer a{
        flex-direction: column;
        text-align: center;
    }

    }