body {
  background-size: cover;
  overflow-x: hidden;
  background-position: top;
  background-color: #F5F5F5;
  text-align: right;
  background-image: url(../img/home.jpg);
  background-color: #FCFCFC;
  backdrop-filter: blur(1.1px);
  transition: all .5s;
  position: relative;
}
body::after{
  content: "";
  background-color: #00000052;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.main-page h1{
  font-size: 30px;
  color: #FFFFFF;
}
.main-page .container{
  position: relative;
}
.main-description{
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 105px;
  line-height: 28px;
}
.main-page{
  position: relative;
  z-index: 9;
  min-height: 100vh;
  margin-bottom: 200px;
}
header{
  position: relative;
  z-index: 9;
}
.float-left {
  float: right !important;
  text-align: left;
}
.lead {
  color: #1E1E1E;
  font-weight: 500;
  font-size: 19px;
  line-height: 31px;
}
.col-lg-6 {
  width: 50%;
}
.row1{
  display: flex;
}

.main-page h2{
  color: white;
  font-size: 19px;
  margin-bottom: 25px;
}

::selection{
  color: #000000;
  background-color: #FBDABB;
}



.p-footer{
  text-align: right !important;
  font-size: 18px;
}
#footer.inverted {
  background-color: #1a1a1a;
  border-top: 1px solid #222;
  padding-bottom: 20px;
  position: relative;
  z-index: 999;
}
.mobile-logo-container{
  display: none;
}
.box-row{
  display: flex;
  justify-content: space-between;
  width: 95%;
  height: 650px;
  margin: auto;
}
.box-col{
  width: 31%;
  cursor: pointer;
  position: relative;
}


.box-col img{
  width: 100%;
  height: 265px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all .5s;
}
.box-col h3{
  color: #000000;
  background-color: #FBDABB;
  padding: 10px;
  font-size: 17px;
  text-align: center;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  margin-bottom: 0;
}
.btn-box{
  color: #000000;
  background-color: #E9BB45;
  width: max-content;
  font-size: 17px;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 3px;
  margin-bottom: 0;
  padding-top: 12px;
  margin-top: 23px;
  transition: all .5s;
}
.box-container02 p{
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: all .3s;
  color: black;
  padding: 11px 40px;
  font-weight: 500;
  width: 100%;
}
.box-col:hover .box-p{
  position: unset;
  opacity: 1;
  z-index: unset;

}
.box-container02{
  transition: all .5s;
}
.box-container02{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box-col:hover .box-container02{
  background-color: #fcdabb;
  padding-bottom: 24px;
}
.custom-position{
  object-position: left;
}

@media (max-width: 1100px) {
  .box-row {
    display: flex;
    width: 100%;
    height: 650px;
    justify-content: space-around;
    margin: auto;
}
}


@media screen and (max-width: 995px), 
       screen and (max-height: 700px) {

        
}





@media (max-width: 500px) {
.main-page{
  margin-bottom: 0px;
}
}


@media (max-height: 700px) {
  .main-page{
    margin-bottom: 700px;
  }
  body {
    background-repeat: unset;
  }
  
}


@media (max-height: 900px) {
  .main-page{
    margin-bottom: 500px;
  }
  body {
    background-repeat: unset;
  }
  
}


@media screen and (max-width: 1100px), 
       screen and (max-height: 600px) {
        .main-page{
          margin-bottom: 500px;
        }
}


@media screen and (max-width: 1400px), 
       screen and (max-height: 650px) {
        .main-page{
          margin-bottom: 100px;
        }
}


@media (max-width: 1020px) {
  .box-row{
    position: unset;
    height: auto;
    flex-direction: column;
    margin: auto;
  }
  .box-col{
    width: 100%;
    margin-bottom: 40px;
  }
  body{
        background-repeat: unset;
  }
  .main-page{
    margin-bottom: 0;
  }
  
}