body{
/*   background-image: url('AboutUsBG.jpg');*/
/*  background-color: black;*/
  background-size: cover;
/*  backdrop-filter: blur(50px);*/
  background-image: url('servicesBG.png');
  height: 120vh;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

section {
  height: 100vh;
  width: 100%;
  display: grid;
  place-items: center;
}

.section-heading{
  color: white;
  font-size: 30px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.column {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
}
.card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
/*  background: green;*/
  background: linear-gradient(black 50%, #FFCB74 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #FFCB74;
  margin: 1em 0;
}
p {
  color: #c9c5c5;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.icon-wrapper {
  background-color: #FFCB74;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}

.card:hover {
  background-position: 0 100%;
}

.card:hover .icon-wrapper {
  background-color: black;
  color: #FFCB74;
}

.card:hover h3 {
  color: #ffffff;
}

.card:hover p {
  color: black;
}

@media screen and (min-width: 768px) {
  section {
    padding: 0 2em;
  }
  .column {
    flex: 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 992px) {
  section {
    padding: 1em 3em;
  }
  .column {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.active{
        background: #FFCB74;
        padding: 10px 15px;
        color: black;
        border: 1px solid #FFCB74;
    /* Add a color shadow at the bottom */
    }

.navbar{
      color: white;
      text-align: center;
    }

   a {
    color: white;
    text-decoration: none;
    position: relative;
}

a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    top: 30px;
    left: 0;
    background-color: #FFCB74;
    transition: width 0.3s;
}

a:hover::before {
    width: 100%;
}

    hr{
      width: 400px;
      position: relative;
/*      left: 150px;*/
/*    border: #FFCB74;*/
    }


    li{
      display: inline-block;
      list-style: none;
      font-size: 15px;
      text-transform: uppercase;
      padding: 25px;
      margin-left: 10px;
      font-family: 'Montserrat', sans-serif;
/*      position: relative;*/
/*      font-weight: 500;*/
    }

    .items{
        overflow: hidden;
    }
    
    .main_logo{
        position: relative;
        bottom: 40px;
        margin-left: 7px;
    }

.slide{
    height: 100vh;
    width: 100%;
/*    background: lightgreen;*/
}

.about-section{
    background: url("https://image.lexica.art/full_jpg/5c80af56-c933-444b-a897-58f014fef43f");
    background-size: 50%;
    height: 100vh;
    background-color: white;
    background-position: left;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 100px 0;

}

.inner-container{
    width: 55%;
    float: right;
    background-color: #fdfdfd;
    padding: 150px;
}

.inner-container h1{
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 900;
}


.skills{
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 13px;
}

@media screen and (max-width:1200px){
    .inner-container{
        padding: 80px;
    }
}

@media screen and (max-width:1000px){
    .about-section{
        background-size: 100%;
        padding: 100px 40px;
    }
    .inner-container{
        width: 100%;
    }
}

@media screen and (max-width:600px){
    .about-section{
        padding: 0;
    }
    .inner-container{
        padding: 60px;
    }
}

.text{
    font-size: 13px;
    color: #545454;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 40px;
}

.main_footer
{
    display:flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 65vh;
    flex-direction: column;
    background: #ede7f6;
    font-family: 'Poppins',sans-serif;
}

p{
    line-height: 30px;
}

footer
{
    position:relative;
    width:100%;
    height:auto;
/*    padding:50px,100px;*/
    padding: 50px;
    background:#111;
    display:flex;
    justify-content:space-evenly;
    flex-wrap: wrap;

}
footer .container
{
    display:flex;
    justify-content: space-evenly;
    flex-wrap:wrap;
    flex-direction:row;
/*    padding-left: 100px;*/
}
footer .container .sec
{
  margin-right: 35px;
}
footer .container .sec.aboutus
{
 width: 30%;
}
footer .container  h2
{
    position:relative;
    color:#fff;
    font-weight:500;
    margin-bottom: 15px;
/*    margin-left: 70px;*/
    text-align: center;
}

.third{
    position: relative;
    right: 50px;
}

footer.container h2:before
{
  content: '';
  position:absolute;
  bottom: -5px;
  left: 0;
  width:50px;
  height: 2px;
  background: #f00;    
}
footer p
{
    color:#999;
}
.sci
{
    margin-top:20px;
    display:flex;
    position: relative;
    right: 40px;
}
.sci li
{
    list-style: none;
}
.sci li a
{
    display: inline-block;
    width:40px;
    height: 40px;
    background: #222;
    display:flex;
    color: #FFCB74;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 4px;
}
.sci li a:hover
{
    background:#FFCB74;
    box-shadow: 0 0 15px #FFCB74;
}

.sci li a .fa
{
    color: #fff;
    font-size: 20px;
}
.quickLinks
{
 position: relative;
 width: 25%;

}
.quickLinks ul li 
{
list-style: none;
position: relative;
left: 70px;
}
.quickLinks ul li a
{
    color:#999;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}
.quickLinks ul li a:hover
{
    color: #FFCB74;
}
.contact
{
    width: calc(40% - 60px);
    margin-right: 0 !important;
    color: #999;
}
.contact .info
{
    position: relative;
    left: 65px;
}
.contact .info li
{
    display: flex;
    margin-bottom: 16px;
    position: relative; 
}

.contact .info li span:nth-child(1)
{
    color:#fff;
    font-size: 20px;
    margin-right: 10px;
}
.contact .info li span
{
    color:#999;
}
.contact .info li a
{
    color:#999;
    text-decoration: none;
}
.contact .info li a:hover
{
    color:#fff;
}
.copyrightText
{
    width: 100%;
    background: #181818; 
    padding: 8px 100px;
    text-align:center;
    color:white;
    font-family: 'Poppins',sans-serif;

} 