 .card {
  width: 400px;
  min-width: 350px;
  height:auto;
  border-radius:30px;
  position:relative;
  margin:25px;
  cursor:pointer;
  transition: all .25s ease;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0, .08);
}

.card:hover {
  transform:translate(0, -10px);
  box-shadow: 0px 17px 35px 0px rgba(0,0,0,.07);
}

.card h4 {
  position:absolute;
  left: 0;
  top: 0;
  padding: 15px;
}

.card i {
  position:absolute;
  right: 0;
  top: 0;
  padding: 15px;
  font-size:1.4rem;
  line-height:3.2rem;
}

.card .card-text {
  padding: 20px;
}

.card .card-img {
  display:flex;
  width: 100%;
  align-items: center;
  justify-content:center;
  transition: all .35s ease-out;
}

.card img {
 width: 100%;
    height: 300px;
    border-radius: 20px;
}
.amaracard-content {
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:100%;
  overflow:auto;
  scroll-behavior:smooth;
}

.amaracard-content::-webkit-scrollbar {
   height:0px;
}

.amaracard-content:after {
  content:'';
  display:block;
  min-width:20px;
  height:100px;
  position:relative;
}

.btn{
     min-width: 60px;
    /*margin: auto;*/
    height: 60px;
    border-radius: 51px;
    color: white;
    background: #4CAF50;
    border: 0px;
    outline: none;
    margin-left: 15px;
    cursor: pointer;
    /*z-index: 9999;*/
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .08);
    transition: all .25s ease;
}

.btn:hover{
  box-shadow: 0px 17px 35px 0px rgba(0,0,0,.07);
}

.btn i {
  font-size:1.5rem;
}

.sliders {
  display:flex;
  align-items:center;
  justify-content:start;
  /* background:rgb(242,243,248); */
  width:100%;
  /*height:90vh;*/
  overflow:hidden;
}

.sliders:after {
  content:'';
  left:98px;
  height:90vh;
  position:absolute;
  width:150px;
  z-index:100;
  pointer-event:cursor;
}

.sliders:before {
  content:'';
  right:98px;
  height:90vh;
  position:absolute;
  width:150px;
  z-index:100;
 pointer-event:none;
}
   
h1{
     font-family: "Playfair Display", serif;
}
.amara-fact {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 60px 0px;
}
.amarafact-container {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.amarafact-row {
  display: flex;
  gap: 20px;
}
.amarafact-col {
  width: 50%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.amarafact-col h1 {
  /*font-family: "DM Sans", sans-serif;*/
  font-weight: 700;
  font-size: 30px;
  line-height: 33.98px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  color: #1d2b4f;
}
.amarafact-col img {
  width: 100%;
  height: 400px;
  border-radius: 20px;
}
.amarafact-btn {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.amarafact-btn button {
  background-color: #265d3d;
  color: white;
  border: none;
  padding: 15px 25px;
  border-radius: 10px;
  font-size: 17px;
}
#path {
  width: 100%;
}

.amaracompany {
  width: 100%;
  height: 100%;
  background-color: #957f582b;
  padding: 20px;
}
.company-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.amaracompany h1 {
  /*font-family: " DM Sans", sans-serif;*/
  font-weight: 700;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #1d2b4f;
}
.amaracompany img {
  width: 400px;
}

.amarades {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px;
  background: #000000e3;
  color: white;
}

.amarades-container {
  width: 60%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.amaraslogan {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 50px 20px;
  background: #957f58;
  color: white;
}

.amaraslogan-container {
  width: 60%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.amaraslogan-container p {
  width: 70%;
}

.amaradetail {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 20px;
  background: #000000e3;
  color: white;
}

.amaradetail-container{
    width: 60%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.amaradetail-row{
    width: 100%;
     display: flex;
    align-items: center;
    justify-content: space-between;
  color: white;
}

.amaradetail-col{
    width: 40%;
     display: flex;
    align-items: center;
}


.amaradetail-col h4{
    font-family: "DM Sans",sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 31px;
letter-spacing: 0%;
vertical-align: middle;
}
.amaradetail-col h4 span{
font-weight: 700;
}

.amara-adv{
    width: 100%;
    height: 100%;
      display: flex;
  align-items: center;
  flex-direction: column;
  padding: 40px 0px;
}
.amaraadv-container{
        width: 80%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.amaraadv-card{
    width: 100%;   
    display: flex;
    align-items: center;
    justify-items: center;
    gap: 20px;
}
.amaraadv-card .adv-list{
    width: 40%;
     display: flex;
     align-items: start;
     flex-direction: column;
     gap: 18px;
}
.amaraadv-card .adv-list .list{
    width: 100%;
    background-color: #957f58;
    color: white;
    padding: 20px 20px;
   
}
.amaraadv-card .adv-list .list h4{
 font-family: "DM Sans",sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 26px;
letter-spacing: 0%;
vertical-align: middle;
}
.amaraadv-card .adv-list .list h4 span{
font-weight: 700;
}

.amaraadv-card .adv-blank{
    width: 60%;
    height: 100%;
    background-color: #415d44;
}

.amaraadv-card .adv-blank img{
    width:100%;
    height: 60vh;
    object-fit: cover;
}

.gallery{
    width: 100%;
    height: 100%;
    padding: 4vh 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.gallery .gallery-heading{
    width: 80%;
}
.gallery .gallery-heading h1{
font-weight: 700;
font-size: 5vh;
line-height: 6vh;
letter-spacing: 0%;
}
.gallery .gallery-heading h4{
 color: #957f58;
font-weight: 700;
font-size: 3.5vh;
line-height: 4.5vh;
letter-spacing: 0%; 
text-transform: capitalize;

}
.gallery .gallery-heading p{
font-weight: 400;
font-size: 2.5vh;
line-height: 3.5vh;
letter-spacing: 0%;
}
.gallery .gallery-heading h5{
    font-weight: 400;
font-size: 2.5vh;
line-height: 3.5vh;
letter-spacing: 0%;
font-style: italic;
}
.gallery-image{
    width: 80%;
    padding: 2vh 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
    /* flex-direction: column; */
}
.gallery-image .gallery-row{
     width: 100%; 
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
}
.gallery-image .gallery-row .gallery-sub-row{
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    gap: 10px;
    align-items: center;
    
}

.gallery-image img{
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
   
}

/*#img1{*/
/*height: 43vh;*/
/*    width: 50vh;*/
/*}*/
/*#img2{*/
/*    height: 20vh;*/
/*    width: 50vh;*/
/*}*/
/*#img3{*/
/*    width: 50vh;*/
/*    height: 32vh;*/
/*}*/

/*#img4{*/
/*    width: 49vh;*/
/*    height: 32vh;*/
/*     object-position: center ;*/
    
/*}*/

/*#img5{*/
/*    height: 32vh;*/
/*    width: 24vh;*/
/*     object-position: center top;*/
/*}*/

.gallery button{
    padding: 10px 20px;
    background-color: #265d3d;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 2.5vh;
}
@media only screen and (max-width: 950px) {
    .gallery{
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.gallery .gallery-heading{
    width: 100%;
    text-align: center;
}
.gallery .gallery-heading h1{
font-weight: 700;
font-size: 38px;
line-height: 100%;
letter-spacing: 0%;
}
.gallery .gallery-heading h4{
font-weight: 700;
font-size: 28px;
line-height: 63.98px;
letter-spacing: 0%; 
text-transform: capitalize;

}
.gallery .gallery-heading p{
font-weight: 400;
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;
}
.gallery .gallery-heading h5{
    font-weight: 400;
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;
font-style: italic;
}
.gallery-image{
    width: 100%;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    align-items: center;
    gap: 10px;
    /* flex-direction: column; */
}
.gallery-image .gallery-row{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: start;
}
.gallery-image .gallery-row .gallery-sub-row{
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    gap: 5px;
    align-items: start;
    
}

.gallery-image img{
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
   display: none;
}

#img1{
height: 100px;
width: 110px;
}
#img2{
    height: 60px;
    width: 110px;
}
#img3{
    width: 110px;
    height: 80px;
}

#img4{
    width: 170px;
    height: 80px;
}
#img5{
    height: 80px;
    width: 80px;
     object-position: center top;
}
    .amara-fact {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 60px 0px;
  padding: 10px;
}
.amarafact-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.amarafact-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.amarafact-col {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  gap: 20px;
}
.amarafact-col h1 {
  /*font-family: "DM Sans", sans-serif;*/
  font-weight: 700;
  font-size: 30px;
  line-height: 33.98px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  color: #1d2b4f;
}
.amarafact-col img {
  width: 100%;
  height: 300px;
  border-radius: 20px;
}
.amarafact-btn {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.amarafact-btn button {
  color: white;
  border: none;
  padding: 15px 25px;
  border-radius: 10px;
  font-size: 17px;
}
#path {
  width: 100%;
}

.amaracompany {
  width: 100%;
  height: 100%;

  padding: 20px;
}
.company-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.amaracompany h1 {
  /*font-family: " DM Sans", sans-serif;*/
  font-weight: 700;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #1d2b4f;
}
.amaracompany img {
  width: 90%;
}

.amarades {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px;
  background: #000000e3;
  color: white;
}

.amarades-container {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.amaraslogan {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 50px 20px;
  color: white;
}

.amaraslogan-container {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.amaraslogan-container p {
  width: 100%;
  font-weight: 300;
  font-size: 12px;
}

.amaradetail {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 20px;
  background: #000000e3;
  color: white;
}

.amaradetail-container{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.amaradetail-row{
    width: 100%;
     display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  color: white;
   gap: 20px;
}

.amaradetail-col{
    width: 100%;
     display: flex;
    align-items: center;
   
}


.amaradetail-col h4{
    font-family: "DM Sans",sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 31px;
letter-spacing: 0%;
vertical-align: middle;
}
.amaradetail-col h4 span{
font-weight: 700;
}

.amara-adv{
    width: 100%;
    height: 100%;
      display: flex;
  align-items: center;
  flex-direction: column;
  padding: 40px 20px;
}
.amaraadv-container{
        width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;

}
.amaraadv-card{
    width: 100%;   
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-items: center;
    gap: 20px;
}
.amaraadv-card .adv-list{
    width: 100%;
     display: flex;
     align-items: start;
     flex-direction: column;
     gap: 10px;
}
.amaraadv-card .adv-list .list{
    width: 100%;
    color: white;
    padding: 10px 20px;
   
}
.amaraadv-card .adv-list .list h4{
 font-family: "DM Sans",sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 26px;
letter-spacing: 0%;
vertical-align: middle;
}
.amaraadv-card .adv-list .list h4 span{
font-weight: 700;
}

.amaraadv-card .adv-blank{
    width:100%;
    display: none;
    height: 320px;
    background-color: #415d44;
}

.eliteaboutheading h1
 {
    /*font-family: DM Sans;*/
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #1D2B4F;
    padding: 20px;
}
}