@import url("./Saira_Extra_Condensed");
@import url(form.css);
*,
*::before,
*::after {
  box-sizing: border-box;
}


.navbar-inner {
  background:transparent;
}

body {
  font-family: "Saira Extra Condensed", sans-serif;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
  padding: 0px;
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-image: url("./Images/");
  background-size: cover;
  background-position: center center;
}

header {
  position: sticky;
  top: 0;
  box-shadow: 2px 2px 3px rgb(65, 52, 52);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) -10%, rgba(0, 0, 0, 0) 100%);
  background-image: url("./Images/sigle.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-color: rgba(45, 46, 34, 0.493);
  text-align: center;
  padding: 0.5rem 0 5rem;
  font-size: 1.25rem;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-flex;
}

a {
  position: relative;
  padding: 1rem 0 0.5rem;
  margin: 0 1.2rem;
  color: white;
  text-decoration: none;
  /* text-transform: uppercase; */
}
.btns{
  box-shadow: 2px 2px 3px rgb(155, 150, 150);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) -10%, rgba(0, 0, 0, 0) 100%);
  background-color: rgba(237, 238, 221, 0.356);
  border:none;
  border-radius: 7px;
}
.btn1{
  box-shadow: 2px 2px 3px rgb(155, 150, 150);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) -10%, rgba(0, 0, 0, 0) 100%);
  background-color: rgba(237, 238, 221, 0.356);
  border:none;
  border-radius: 7px;
}
.btns:hover{
  background-color: saddlebrown;
}

{content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: 50% 50%;
  width: 80%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: transform 250ms;
}
a:hover::after {
  transform: translateX(-50%) scaleX(4);
}

.footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  box-shadow: 2px 2px 3px rgb(204, 125, 125);
  font-family: "Saira Extra Condensed", sans-serif;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 2px 2px 3px rgb(155, 150, 150);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) -10%, rgba(0, 0, 0, 0) 100%);
  background-color: rgba(237, 238, 221, 0.356);
  margin-bottom: 0px;
  padding-bottom: 0px;


}
.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:space-between;
  align-content: stretch;
  align-items: center;
  }

.flex-item:nth-child(1) {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  justify-content: space-around;
  }

.flex-item:nth-child(2) {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  justify-content: space-around;
  }

.flex-item:nth-child(3) {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  justify-content: space-around;
  }

.flex-item:nth-child(4) {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  justify-content: space-around;
  }

.flex-item:nth-child(5) {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  justify-content: space-around;
  }

.flex-item:nth-child(6) {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  justify-content: space-around;
  }

.flex-item:nth-child(7) {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  justify-content: space-around;
  }

.flex-item:nth-child(8) {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  justify-content: space-around;
  }

  img {
    border-radius: 48%;
    -webkit-box-shadow: 0px 0px 11px -7px #bac4bf;
    -moz-box-shadow: 0px 0px 11px -7px #6ca387;
    box-shadow: 0px 0px 11px -7px #6ba789;
}
.head{
  border-radius: 15px;
  height: 30px;
}


.social-icon ul{
  height: 60px;
}
.social-icon ul li i{
  font-size: 1.5rem;
  background-color: #0f151d;
  padding: 10px;
}
.footer-social-icon{
  margin: 20px 0;
}
footer{
  color: white;
}
