@font-face {
  font-family: "com";
  src: url(../fonts/AbrilFatface-Regular.ttf);
}

@font-face {
  font-family: "khengh";
  src: url(../fonts/PatrickHand-Regular.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body {
  background-color: black;
  overflow-x: hidden!important;
}
header {
  background-image: url(../images/1.jpg);
  background-size: 170% 130%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
header > div:nth-of-type(2) {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.774);
  z-index: 2;
  display: none;
}
/* thub-menu */
header > nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(39, 32, 32, 0.514);
  align-items: center;
  z-index: 3;
}

header > nav > div:nth-of-type(1) {
  height: 40px;
  margin-bottom: 15px;
}
header > nav > div:nth-of-type(1) > figure > img {
  width: 200px;
  height: 40px;
  color: white;
  margin-left: 20px;
}

header > nav > div:nth-of-type(2) {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

header > nav > div:nth-of-type(2) > ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}

header > nav > div:nth-of-type(2) > ul > li {
  margin-right: 35px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  position: relative;
}

header > nav > div:nth-of-type(2) > ul > li > a {
  color: white;
  text-decoration: none;
  transition: 0.7s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 100%;
  height: 120px;
  margin-top: 20px;
  font-size: 1.5em;
  font-weight: 600;
}

header > nav > div:nth-of-type(2) > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #c19556;
  opacity: 0;
  overflow: hidden;
  transition: 0.7s;
}

header > nav > div:nth-of-type(2) > ul > li > a:hover {
  color: #c19556;
}
header > nav > div:nth-of-type(2) > ul > li > a:hover::after {
  opacity: 1;
  overflow: visible;
  transform: translateY(-25px);
}

header > span {
  color: white;
  font-size: 1.7em;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  padding: 20px 40px;
  z-index: 4;
  position: fixed;
  top: 0;
  right: 0;
}

header > span:nth-of-type(2) {
  display: none;
}

/********************************************* menu********************************************* */
/********************************************* rahimirahele16@gmail.com********************************************* */
header > div:nth-of-type(1) {
  color: white;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}

header > div:nth-of-type(1) > h3 {
  font-size: 1.2em;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

header > div:nth-of-type(1) > .active {
  transform: translateY(0);
  color: blueviolet;
}
header > div:nth-of-type(1) > h1 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2.7em;
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "com";
  transform: translateY(50px);
  transition: 1s;
}

/* *****************************text center  - end header****************************** */
/********************************************* rahimirahele16@gmail.com********************************************* */
main > section:nth-of-type(1) {
  width: 100%;
}

.md-text{
    padding-left:3em;
}

/* .mr-text{
    padding-right:-5em!important;
} */
main > section:nth-of-type(1) > div:nth-of-type(1),
main > section:nth-of-type(6) > div:nth-of-type(1),
main > section:nth-of-type(9) > div:nth-of-type(1) {
  display: flex;
  justify-content: center !important;
  align-items: center;
  height: 25%;
}
main > section:nth-of-type(1) > div:nth-of-type(1) > div,
main > section:nth-of-type(6) > div:nth-of-type(1) > div,
main > section:nth-of-type(9) > div:nth-of-type(1) > div {
  background-image: url(../images/header.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 220px;
  height: 70px;
}

main > section:nth-of-type(1) > div:nth-of-type(2),
main > section:nth-of-type(6) > div:nth-of-type(2),
main > section:nth-of-type(9) > div:nth-of-type(2) {
  justify-content: center;
  align-items: center;
}
main > section:nth-of-type(1) > div:nth-of-type(2) > span,
main > section:nth-of-type(6) > div:nth-of-type(2) > span,
main > section:nth-of-type(9) > div:nth-of-type(2) > span {
  display: flex;
  justify-content: center;
  font-size: 1.7em;
  font-weight: 600;
  font-family: "khengh";
  width: 300px;
  position: relative;
  color: white;
  text-align: center;
}
main > section:nth-of-type(1) > div:nth-of-type(2) > p,
main > section:nth-of-type(6) > div:nth-of-type(2) > p,
main > section:nth-of-type(9) > div:nth-of-type(2) > p {
  display: flex;
  justify-content: center;
  font-size: 2.3em;
  font-weight: 500;
  font-family: "com";
  color: white;
  text-align: center;
}

main > section:nth-of-type(1) > div:nth-of-type(2) > span::before,
main > section:nth-of-type(1) > div:nth-of-type(2) > span::after,
main > section:nth-of-type(6) > div:nth-of-type(2) > span::before,
main > section:nth-of-type(6) > div:nth-of-type(2) > span::after,
main > section:nth-of-type(9) > div:nth-of-type(2) > span::before,
main > section:nth-of-type(9) > div:nth-of-type(2) > span::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: white;
  opacity: 0.3;
  top: 20px;
}
main > section:nth-of-type(1) > div:nth-of-type(2) > span::before,
main > section:nth-of-type(6) > div:nth-of-type(2) > span::before,
main > section:nth-of-type(9) > div:nth-of-type(2) > span::before {
  left: -10px;
}
main > section:nth-of-type(1) > div:nth-of-type(2) > span::after,
main > section:nth-of-type(6) > div:nth-of-type(2) > span::after,
main > section:nth-of-type(9) > div:nth-of-type(2) > span::after {
  right: -10px;
}

main > section:nth-of-type(1) > div:nth-of-type(3) {
  overflow: hidden;
}
main > section:nth-of-type(1) > div:nth-of-type(3) > div {
  height: auto;
  transition: 1s;
  transition-delay: 0;
}

main > section:nth-of-type(1) > div:nth-of-type(3) > div:nth-of-type(1) {
  transform: translatex(-500px);
}
main > section:nth-of-type(1) > div:nth-of-type(3) > div:nth-of-type(2) {
  transform: translatex(500px);
}
main > section:nth-of-type(1) > div:nth-of-type(3) > div > p {
  width: 100%;
  height: auto;
  padding: 50px;
  color: white;
  display: block;
}
/********************************** end section1**************************************** */
/********************************************* rahimirahele16@gmail.com********************************************* */

section:nth-of-type(2) > div:nth-of-type(1) {
  display: flex;
  justify-content: center;
}
section:nth-of-type(2) > div:nth-of-type(1) > div {
  height: 200px;
  width: 250px;
  background-image: url(../images/dark-sign.png);
  background-position: center;
  background-size: 100% 100%;
  transform: scale(0);
  transition: 1s;
}
/*  *************************************************/

.capimage {
  margin-right: 6em !important;
}
main > section:nth-of-type(2) > .card1 {
  transform: translateY(150px);
  overflow: hidden;
}
main > section:nth-of-type(2) > .card1 > div:nth-of-type(1),
main > section:nth-of-type(3) > .card1 > div:nth-of-type(1),
main > section:nth-of-type(4) > .card1 > div:nth-of-type(1),
main > section:nth-of-type(5) > .card1 > div:nth-of-type(1) {
  background-position: center;
  background-size: 100% 100%;
  height: 73vh;
}

main > section:nth-of-type(2) > .card1 > div:nth-of-type(1) {
  background-image: url(../images/2.jpg);
}
main > section:nth-of-type(3) > .card1 > div:nth-of-type(1) {
  background-image: url(../images/4.jpg);
}
main > section:nth-of-type(4) > .card1 > div:nth-of-type(1) {
  background-image: url(../images/5.jpg);
}

main > section:nth-of-type(5) > .card1 > div:nth-of-type(1) {
  background-image: url(../images/6.jpg);
}

main > section:nth-of-type(2) > .card1 > div:nth-of-type(1) {
  order: 2;
}
main > section:nth-of-type(4) > .card1 > div:nth-of-type(1) {
  order: 1;
}
main > section:nth-of-type(2) > .card1 > div:nth-of-type(2),
main > section:nth-of-type(5) > .card1 > div:nth-of-type(2) {
  order: 1;
}

main > section:nth-of-type(3) > .card1 > div:nth-of-type(1),
main > section:nth-of-type(5) > .card1 > div:nth-of-type(1) {
  order: 2;
}

main > section:nth-of-type(3) > .card1 > div:nth-of-type(2),
main > section:nth-of-type(5) > .card1 > div:nth-of-type(2) {
  order: 2;
}
main > section:nth-of-type(3) > .card1 > div:nth-of-type(2),
main > section:nth-of-type(5) > .card1 > div:nth-of-type(2) {
  text-align: right;
}
main > section:nth-of-type(2) > .card1 > div:nth-of-type(2),
main > section:nth-of-type(3) > .card1 > div:nth-of-type(2),
main > section:nth-of-type(4) > .card1 > div:nth-of-type(2),
main > section:nth-of-type(5) > .card1 > div:nth-of-type(2) {
  color: white;
  height: 73vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgb(22, 21, 21);
  overflow: hidden;
}

main > section:nth-of-type(2) > .card1 > div:nth-of-type(2) > div,
main > section:nth-of-type(3) > .card1 > div:nth-of-type(2) > div,
main > section:nth-of-type(4) > .card1 > div:nth-of-type(2) > div,
main > section:nth-of-type(5) > .card1 > div:nth-of-type(2) > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 60%;
  height: 100%;
  margin-top: 30px;
  padding: 20px 0 50px 0;
}

main
  > section:nth-of-type(2)
  > .card1
  > div:nth-of-type(2)
  > div:nth-of-type(1),
main
  > section:nth-of-type(4)
  > .card1
  > div:nth-of-type(2)
  > div:nth-of-type(1) {
  transform: translateX(-600px);
  transition: 1s;
  transition-delay: 0;
  margin-right: 6em !important;
}

main
  > section:nth-of-type(3)
  > .card1
  > div:nth-of-type(2)
  > div:nth-of-type(1),
main
  > section:nth-of-type(5)
  > .card1
  > div:nth-of-type(2)
  > div:nth-of-type(1) {
  transform: translateX(600px);
  transition: 1s;
  transition-delay: 0;
  margin-left:2em !important;
}

main > section:nth-of-type(2) > .card1 > div:nth-of-type(2) > div > span,
main > section:nth-of-type(3) > .card1 > div:nth-of-type(2) > div > span,
main > section:nth-of-type(4) > .card1 > div:nth-of-type(2) > div > span,
main > section:nth-of-type(5) > .card1 > div:nth-of-type(2) > div > span {
  font-family: "khengh";
  color: #c19556;
  font-size: 1.7em;
}

main
  > section:nth-of-type(2)
  > .card1
  > div:nth-of-type(2)
  > div
  > p:nth-of-type(1),
main
  > section:nth-of-type(3)
  > .card1
  > div:nth-of-type(2)
  > div
  > p:nth-of-type(1),
main
  > section:nth-of-type(4)
  > .card1
  > div:nth-of-type(2)
  > div
  > p:nth-of-type(1),
main
  > section:nth-of-type(5)
  > .card1
  > div:nth-of-type(2)
  > div
  > p:nth-of-type(1) {
  font-size: 3em;
  font-weight: 600;
  color: #c19556;
}
main
  > section:nth-of-type(2)
  > .card1
  > div:nth-of-type(2)
  > div
  > p:nth-of-type(2),
main
  > section:nth-of-type(3)
  > .card1
  > div:nth-of-type(2)
  > div
  > p:nth-of-type(2),
main
  > section:nth-of-type(4)
  > .card1
  > div:nth-of-type(2)
  > div
  > p:nth-of-type(2),
main
  > section:nth-of-type(5)
  > .card1
  > div:nth-of-type(2)
  > div
  > p:nth-of-type(2) {
  font-size: 0.8em;
}

main > section:nth-of-type(2) > .card1 > div:nth-of-type(2) > div > h3,
main > section:nth-of-type(3) > .card1 > div:nth-of-type(2) > div > h3,
main > section:nth-of-type(4) > .card1 > div:nth-of-type(2) > div > h3,
main > section:nth-of-type(5) > .card1 > div:nth-of-type(2) > div > h3 {
  color: rgb(255, 255, 255);
  font-size: 1.5em;
  font-family: "com";
  padding-bottom: 20px;
}

main > section:nth-of-type(3) {
  margin-top: 150px;
}
/* ******************************** end card***************************************** */
/********************************************* rahimirahele16@gmail.com********************************************* */

section:nth-of-type(6) > div:nth-of-type(2) > p:nth-of-type(2),
section:nth-of-type(9) > div:nth-of-type(2) > p:nth-of-type(2) {
  text-align: center;
  font-size: 0.9em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 50%;
}

section:nth-of-type(6) > div:nth-of-type(3) > div {
  height: 70vh;
}
.menu {
  width: 100%;
}
section:nth-of-type(6) > .menu > div:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}

section:nth-of-type(6) > .menu > div:nth-of-type(2) > div {
  width: 84%;
  height: 60vh;
  overflow: hidden;
}

section:nth-of-type(6) > .menu > div:nth-of-type(2) > div > div:nth-of-type(1),
section:nth-of-type(6) > .menu > div:nth-of-type(2) > div > div:nth-of-type(2),
section:nth-of-type(6) > .menu > div:nth-of-type(2) > div > div:nth-of-type(3),
section:nth-of-type(6) > .menu > div:nth-of-type(2) > div > div:nth-of-type(4) {
  background-position: center;
  background-size: 90% 90%;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
section:nth-of-type(6) > .menu > div:nth-of-type(2) > div > div:nth-of-type(1) {
  background-image: url(../images/7.jpg);
}
section:nth-of-type(6) > .menu > div:nth-of-type(2) > div > div:nth-of-type(2) {
  background-image: url(../images/3.jpg);
}
section:nth-of-type(6) > .menu > div:nth-of-type(2) > div > div:nth-of-type(3) {
  background-image: url(../images/rare-beef-960x600.jpg);
}
section:nth-of-type(6) > .menu > div:nth-of-type(2) > div > div:nth-of-type(4) {
  background-image: url(../images/2.jpg);
}

section:nth-of-type(6)
  > .menu
  > div:nth-of-type(2)
  > div
  > div:nth-of-type(1)::after,
section:nth-of-type(6)
  > .menu
  > div:nth-of-type(2)
  > div
  > div:nth-of-type(2)::after,
section:nth-of-type(6)
  > .menu
  > div:nth-of-type(2)
  > div
  > div:nth-of-type(3)::after,
section:nth-of-type(6)
  > .menu
  > div:nth-of-type(2)
  > div
  > div:nth-of-type(4)::after {
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  width: 100%;
  height: 1px;
  background-color: rgba(7, 7, 20, 0.589);
  transition: 0.5s;
}
section:nth-of-type(6)
  > .menu
  > div:nth-of-type(2)
  > div
  > div:nth-of-type(1):hover::after,
section:nth-of-type(6)
  > .menu
  > div:nth-of-type(2)
  > div
  > div:nth-of-type(2):hover::after,
section:nth-of-type(6)
  > .menu
  > div:nth-of-type(2)
  > div
  > div:nth-of-type(3):hover::after,
section:nth-of-type(6)
  > .menu
  > div:nth-of-type(2)
  > div
  > div:nth-of-type(4):hover::after {
  width: 91%;
  height: 91%;
}

section:nth-of-type(6) > .menu > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

section:nth-of-type(6) > .menu > div:nth-of-type(2) > div > div:nth-of-type(1),
section:nth-of-type(6) > .menu > div:nth-of-type(2) > div > div:nth-of-type(2),
section:nth-of-type(6) > .menu > div:nth-of-type(2) > div > div:nth-of-type(3),
section:nth-of-type(6) > .menu > div:nth-of-type(2) > div > div:nth-of-type(4) {
  transform: translateX(800px);
  transition: 1s;
}

section:nth-of-type(6) > .menu > div:nth-of-type(2) > div > div:nth-of-type(2) {
  transition-delay: 0.2s;
}
section:nth-of-type(6) > .menu > div:nth-of-type(2) > div > div:nth-of-type(3) {
  transition-delay: 0.4s;
}
section:nth-of-type(6) > .menu > div:nth-of-type(2) > div > div:nth-of-type(4) {
  transition-delay: 0.5;
}
/* ************************************************************ */
section:nth-of-type(6) > .menu > div:nth-of-type(1) > .accordin {
  transform: translateX(-700px);
  transition: 1s;
}

section:nth-of-type(6) > .menu > div > .accordin {
  width: 90%;
  margin: 100px auto;
}
section:nth-of-type(6) > .menu > div > .accordin > li {
  list-style-type: none;
}
section:nth-of-type(6) > .menu > div > .accordin > li > div {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #c19556;
  border-bottom: 1px solid rgba(255, 255, 255, 0.212);
  background: rgb(12, 11, 11);
  padding: 0 20px;
}
section:nth-of-type(6) > .menu > div > .accordin > li > div > h2 {
  color: #c19556;
  font-size: 1.5em;
  font-family: 'Arial, "Helvetica Neue", Helvetica, sans-serif';
}

section:nth-of-type(6) > .menu > div > .accordin > li > p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: rgb(209, 209, 209);
  padding: 20px;
  display: none;
}
/* *******************************end section6******************************* */
/********************************************* rahimirahele16@gmail.com********************************************* */
section:nth-of-type(7){
    display: none!important;
}

section:nth-of-type(7) > div:nth-of-type(1) {
  height: 90%;
  background-color: rgb(10, 9, 9);

}
.slide-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-top: 30px;
}

.slide-center > p {
  font-size: 1.2em;
  width: 70%;
  font-family: "com";
  text-align: center;
  padding: 30px;
  color: white;
}

.slide-center > img {
  width: 50px;
  height: 50px;
}

.slide-center > span {
  text-align: center;
  width: 70%;
  font-size: 0.8em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 30px;
  color: white;
}

.slide-center > div > p {
  color: sienna;
  font-family: "com";
}
.slide-center > div > span {
  color: white;
  font-size: 1em;
}

/* *******************************end section7******************************* */
/********************************************* rahimirahele16@gmail.com********************************************* */
section:nth-of-type(8) > div:nth-of-type(1) {
  background-image: url(../images/rare-beef-960x600.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-attachment: fixed;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

section:nth-of-type(8) > div:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.767);
  z-index: 1;
}
section:nth-of-type(8) > div:nth-of-type(1) > h3 {
  color: white;
  font-family: "khengh";
  font-size: 5em;
  font-weight: 700;
  z-index: 999;
  text-align: center;
  transform: scale(0);
  transition: 1s;
}
/* **************************end section 8************************************** */
/********************************************* rahimirahele16@gmail.com********************************************* */

section:nth-of-type(9) {
  overflow: hidden;
}
section:nth-of-type(9) > .card-three {
  margin-top: 50px;
  transform: translateX(1500px);
  transition: 1.5s;
}

section:nth-of-type(9) > .card-three > div > div.parent {
  position: relative;
  overflow: hidden;
  width: 78%;
  margin: 0 auto;

}

section:nth-of-type(9) > .card-three > div > .parent:hover::before {
  opacity: 1;
  visibility: visible;
}
section:nth-of-type(9) > .card-three > div > .parent > img {
  width: 90%;
}

section:nth-of-type(9)
  > .card-three
  > div:nth-of-type(1)
  > .parent
  > .text-center,
section:nth-of-type(9)
  > .card-three
  > div:nth-of-type(2)
  > .parent
  > .text-center,
section:nth-of-type(9)
  > .card-three
  > div:nth-of-type(3)
  > .parent
  > .text-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 999;
}

section:nth-of-type(9) > .card-three > div > .parent > .text-center > h4 {
  color: white;
  font-family: "com";
  font-size: 1.5em;
  width: 80%;
}

section:nth-of-type(9) > .card-three > div > .parent > .text-center > p {
  color: white;
  width: 70%;
  padding: 0 20px;
  font-size: 0.9em;
}

section:nth-of-type(9)
  > .card-three
  > div:nth-of-type(1)
  > .parent:hover
  .text-center,
section:nth-of-type(9)
  > .card-three
  > div:nth-of-type(2)
  > .parent:hover
  .text-center,
section:nth-of-type(9)
  > .card-three
  > div:nth-of-type(3)
  > .parent:hover
  .text-center {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}

section:nth-of-type(9) > .card-three > div > div > .text-center {
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
}

section:nth-of-type(9) > .card-three > div:nth-of-type(1) > div:nth-of-type(2),
section:nth-of-type(9) > .card-three > div:nth-of-type(2) > div:nth-of-type(2),
section:nth-of-type(9) > .card-three > div:nth-of-type(3) > div:nth-of-type(2) {
  width: 100%;
  height: 100px;
  text-align: center;
  padding: 20px 0;
}
section:nth-of-type(9)
  > .card-three
  > div:nth-of-type(1)
  > div:nth-of-type(2)
  > h4,
section:nth-of-type(9)
  > .card-three
  > div:nth-of-type(2)
  > div:nth-of-type(2)
  > h4,
section:nth-of-type(9)
  > .card-three
  > div:nth-of-type(3)
  > div:nth-of-type(2)
  > h4 {
  color: #c19556;
  font-family: "com";
}
section:nth-of-type(9)
  > .card-three
  > div:nth-of-type(1)
  > div:nth-of-type(2)
  > span,
section:nth-of-type(9)
  > .card-three
  > div:nth-of-type(2)
  > div:nth-of-type(2)
  > span,
section:nth-of-type(9)
  > .card-three
  > div:nth-of-type(3)
  > div:nth-of-type(2)
  > span {
  color: rgb(114, 110, 110);
  font-size: 1em;
}
/* **************************end section 9************************************** */
/********************************************* rahimirahele16@gmail.com********************************************* */

footer > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  height: 70%;
  margin: 0 auto!important;

}

footer > div > div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 150px;
  height: 100px;
  font-size: 1.3em;
  margin: 0 auto!important;
}
footer > div > div > a {
  color: #c19556;
  transition: 1s;
}
footer > div > div > a:hover {
  transform: rotatey(180deg);
  color: white;
}
/* ***********************end footer************************* */
/********************************************* rahimirahele16@gmail.com********************************************* */

.gotop {
  display: none;
  width: 50px;
  height: 50px;
  background: gray;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: fixed;
  right: 1em;
  bottom:1em;
  z-index: 999;
  transform:rotate(180deg);
}
.carousel-indicators{
    display: none;
}