




@import url(https://fonts.googleapis.com/css?family=Roboto:300);
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: Roboto;
  height: 100%;
}
body{
    background-image: url(background-picture.gif);
}
.hide {
  display: none;
}

.head-nav li:hover {
  background-color: #1a1a1a;
  color: #c5A34f !important;
}
.head-nav li:hover:before {
  background-color: #1a1a1a;
}
.head-nav li:hover svg {
  background: #1a1a1a;
  fill: #c5A34f;
}
.head-nav li:hover a {
  color: #c5A34f;
}
.head-nav li:before {
  position: absolute;
  left: -0.925rem;
  top: 0;
  width: 0.925rem;
  height: 100%;
  content: "";
	background: #000;
  z-index: 1;
  transition: background 400ms;
}
.head-nav ul {
  margin-top: 1.85rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.mn{
  font-size: 30px;
  margin-left: 20px;
  
}

.head-nav li {
  position: relative;
  clear: both;
  width: 100%;
  padding: 0;
  transition: background 400ms;
  
}
.head-nav li a {
  display: flex;
  padding-top: 2vh;
  padding-bottom: 2vh;
}
.head-nav a {
  align-items: center;
  width: 100%;
  color: #c5A34f;
  text-decoration: none;
  transition: color 400ms;
}
.head-nav a span {
  position: relative;
  display: block;
  z-index: 0;
  font-family: Roboto;
  text-indent: -20em;
  white-space: nowrap;
  transition: text-indent 400ms ease-in-out;
  text-decoration: none;
  color:#c5A34f !important;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 13px;
}

.head-nav svg {
  position: relative;
  max-width: 80px;
  max-height: 30px;
  z-index: 1;
  fill: #fefefe;
	background: #000;
  transition: 400ms;
}
@media screen and (max: 768px) {
  .head-nav ul {
    margin-top: 0.23125rem;
  }
  .head-nav svg {
    max-width: 20px;
  }
}

.main-head {
  position: fixed;
  bottom: 0;
  width: 83px;
  height: 100%;
  z-index: 1;
	background: #000;
  transition: width 400ms;
}
.main-head:hover {
  width: 230px;
}
.main-head:hover + .wrap-all-the-things {
  /* transform: translateX(145px); */
  max-width: 100%;
  opacity: 0.4;
}
.main-head:hover .head-nav li:nth-of-type(1) span {
  transition-delay: 100ms;
}
.main-head:hover .head-nav li:nth-of-type(2) span {
  transition-delay: 200ms;
}
.main-head:hover .head-nav li:nth-of-type(3) span {
  transition-delay: 300ms;
}
.main-head:hover .head-nav li:nth-of-type(4) span {
  transition-delay: 400ms;
}
.main-head:hover .head-nav span {
  text-indent: 0;
}
@media screen and (max: 768px) {
  .main-head {
    width: 70px;
    padding: 0 0.925rem;
  }
  .main-head .head-nav {
    padding-left: 7px;
  }
  .main-head:hover .head-nav span {
    text-indent: 1em;
  }
}

.wrap-all-the-things {
  min-height: 100%;
  height: 100%;
  padding-left: 83px;
  margin-top: 0;
  /* background-image: url(background-picture.gif); */
  background-size: cover;
  background-position: center center;
  transition: transform 400ms, opacity 400ms;
  
}
@media screen and (max: 480px) {
  .wrap-all-the-things {
    padding-left: 70px;
  }
}
.logo{
  width: 100%;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  justify-items: center !important;
}
.logo :hover{
 background-color: #c5A34f !important;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.card {
  /* display: flex; */
  align-items: center;
  height: 100vh;
  width: 100%;
  padding: 70px 0;
  /* background: #fff; */
}
.pic {
  height: 90%;
  width: 400px;
  border-radius: 50%;
}
.card {
  width: 1130px;
  max-width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.text {
  width: 540px;
}
.text h2 {
  color: #c5A34f;
  font-size: 90px;
  font-weight: 600;
  margin-bottom: 10px;

}
.card {
  color:#000;
  font-size: 20px;
  border-radius: 20px !important;
  /* font-weight: 500; */
  /* margin-bottom: 20px; */
}
span {
  color: #4070f4;
}
.card {
  color: #c5A34f;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1px;
}
.data {
  margin-top: 30px;
}
.hire {
  font-size: 18px;
  background: #4070f4;
  color: #c5A34f;
  text-decoration: none;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  transition: 0.5s;
}
.hire:hover {
  background: #000;
}
.card{
    width: 90%;
    height: 100%;
    margin: auto;
    margin-top: 2rem;
    padding-left: 1vh;
    padding-right: 1vh;
    color: white;
    text-align: center;
    background-color:#4b4434;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 1rem;
    border-left: 0.3rem solid #fdff82;
    padding-bottom: 2rem;
  }
  
  .about2 h1{
    font-family: 'Poppins',sans-serif;
    color: #c5A34f;
    font-size: 60px;
  }
  
  .card-text {
    
    font-family: 'Poppins', sans-serif;
    font-size: 1.2em;
    text-align: justify;
    padding-left: 40px;
    padding-right: 40px;
  }
  .card:hover{
    transition: transform .2s ease;
    box-shadow: red 0px 0px 50px 10px, red 0px 0px 10px
  }

  .card {
    justify-content: center;
    align-items: center;
    background-color: gray !important ;
    color: #000;
  }
  #element {
   font-size: 2.6rem;
   font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
   color: #000;
}
footer{
  background-color:rgb(22, 21, 21) ;
  color:#c5A34f !important;
}

.img-fluid{
  border-radius: 20%;
    max-width: 79% !important;
    height: auto;

}
.card-text{

  font-size: 25PX !important;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  
}
.card-title{
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  
}

a{
  text-decoration: none !important;
}


/* WebKit (Chrome, Safari, etc.) */
::-webkit-scrollbar {
  width: 12px;
  background-color: gray; /* width of the entire scrollbar */
}

::-webkit-scrollbar-thumb {
  background-color: red;
  border-radius: 20px; /* color of the thumb */
}
