body {background-color:#FEEBDF}

.sticky-top {background-color:#2D1A15 !important}

html {
    position: relative;
    height: 100%;
    overflow-x: hidden;
  }

body {
        position: relative;
        height: 100%;
        background-color: #FEEBDF;
      }

p {
        color:#2D1A15;
        font-family: 'Josefin Sans', sans-serif;
    }

h1 {font-family: 'Montserrat', sans-serif;
    color:#A24024;}

h2 {
        font-size: 31pt;
        font-family: 'Yeseva One', cursive;
        color:#A24024;
    }

h3 {
        font-size: 15pt;
        color: white;
        font-family: 'Montserrat', sans-serif;
    }
.text1 {
    margin-top: 50px;
}  

.navbar-brand {
        width: 50px;
    }

.nav-link {
        color: white !important;
        font-weight: lighter;
        font-family: 'Montserrat', sans-serif;
            }

li {
                font-size:2.3rem;
                color:#FEEBDF;
                position: relative;
                font-size: 16px;
            }
            
li::after {
                position: absolute;
                content: "";
                width: 0%;
                height: 4px;
                background-color:#FEEBDF;
                color:#CF806C;
                left: 50%;
                bottom: -10px;
                transition: all 0.3s ease-in-out;
            }

li:hover{
              cursor:pointer;
              color:#CF806C;
            }
            
li:hover::after {
              cursor:pointer;
                width: 100%;
                left: 0;
            }

.nav-link:hover {
                color:#DB9B8F !important;
            }  

.container2 {
	background-image: url("image/footer 1.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	width: 100%;
	height: 350px;
	padding-top: 50px;
}

.row3 {
    display: flex;
    grid-template-columns: 700px 700px;
    margin-bottom: 50px;
    gap: 3%;
}

.image-service{
  display: block;
  margin-top: 50px;
  margin-left: 300px;
  border-radius: 50px;
}

.text-service {
    margin-top: 60px;
    margin-right: 50px;
    padding-right: 20%;
}

.row4 {
    display: flex;
    grid-template-columns: 700px 700px;
    margin-bottom: 50px;
    gap: 3%;
}

.image-service2{
    display: block;
    margin-top: 50px;
    margin-right: 300px;
    border-radius: 50px;
  }

.text-service2 {
    margin-top: 60px;
    margin-left: 50px;
    padding-left: 20%;
    text-align: right;
}

.row5 {
    display: flex;
    grid-template-columns: 700px 700px;
    margin-bottom: 50px;
    gap: 3%;
}

.image-service3{
  display: block;
  margin-top: 50px;
  margin-left: 300px;
  border-radius: 50px;
}

.text-service3 {
    margin-top: 60px;
    margin-right: 50px;
    padding-right: 20%;
}

.main {
	padding-left: 0!important;
	padding-left: 3%;
	display: flex;
	gap: 1%;
}

.aside-left1 {
	min-width: 40%;
	min-height: 450px;
	box-sizing: border-box;
	text-align: left;
	padding-top: 8%;
	padding-right: 60px;
	padding-left: 12%;
    padding-bottom: 5%;
}

.aside-right1 {
    min-width: 40%;
	min-height: 450px;
	padding-top: 4%;
	padding-left: 0;
    padding-bottom: 5%;
}

.btn-primary3 {
	background-color: #A24024 !important;
	border: 0;
	border-radius: 50px;
	color: white;
	font-weight: bold;
	box-shadow: 0px 0px 3px darkgrey;
	font-family: 'Montserrat', sans-serif;
}

.btn-primary3:hover {
	color: #2D1A15 !important;
	background-color: #C45A41 !important;
	text-decoration: none;
}

.button2 {
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	display: flex;
	margin-bottom: 50px;
}

.sub-heading {
    text-align: center;
    color:#2D1A15;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
}

.heading {
    text-align: center;
    font-family: 'Yeseva One', cursive;
    color:#A24024;
    margin-bottom: 30px;
}

.review .slide{
    padding:1.5rem;
    box-shadow:var(--box-shadow);
    background-color:#DB9B8F;
    border-radius: 30px;
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 3%;   
}


.review .slide .fa-quote-right{
    position: absolute;
    top:2rem; right:2rem;
    font-size: 6rem;
    color:#2D1A15;
}

.review .slide .user{
    display: flex;
    gap:1.5rem;
    align-items: center;
    padding-bottom: 1.5rem;
}

.review .slide .user img{
    height: 7rem;
    width: 7rem;
    border-radius: 50%;
    object-fit: cover;
}

.review .slide .user h3{
    color:var(--black);
    font-size: 2rem;
    padding-bottom: .5rem;
    font-family: 'El Messiri', sans-serif;
}

.review .slide .user i{
    font-size: 1.3rem;
    color:#2D1A15;
}

.review .slide p{
    font-size: 20px;
    line-height: 1.5;
    color:var(--light-color);
}

.row{
        margin-top: 5%;
    }
    
    .col-lg-3 {
        margin-left: 10px;
    }
 
    .col-lg-3 p {
        color:white;
    }

    .col-lg-2 {
        margin-top: 7%;
    }

.image2 {
	width: 130px;
}

.image3 {
	width: 130px;
}

     @media (max-width:800px) {
        .col-lg-2 {
            margin-top: 0%;
            text-align: right;
            margin-right: 30px;
        }
        .row {
            display: flex;
        }
        
        .col-lg-3 {
            margin-top: 30px;
            padding-right: 500px;
            margin-left: 30px;
            margin-right: 10px;
        }

    .row3 {
        display: flex;
        grid-template-columns: 700px 700px;
        margin-bottom: 50px;
        gap: 3%;
    }
    
    .image-service{
      display: block;
      margin-top: 70px;
      margin-left: 200px;
      border-radius: 50px;
    }
    
    .text-service {
        margin-top: 40px;
        margin-right: 50px;
        padding-right: 7%;
    }
}