.div {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.div-2 {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 50px 60px;
}
@media (max-width: 1280px) {
  .div-2 {
    max-width: 100%;
    padding: 0 20px;
    height: 500px !important;
  }
}
@media (max-width: 990px) {
  .div-13 {
    margin-top:0 !important
  }
}
.img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.div-3 {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1593px;
  flex-direction: column;
  margin: 26px 0 252px;
  scale: 0.6;
}
@media (max-width: 991px) {
  .div-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.div-4 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .div-4 {
    max-width: 100%;
    flex-wrap: wrap;
  }
}
.img-2 {
  aspect-ratio: 2.86;
  object-fit: auto;
  object-position: center;
  width: 183px;
  max-width: 100%;
}
.div-5 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 22px;
  color: #fffcfc;
  margin: auto 0;
}
@media (max-width: 991px) {
  .div-5 {
    max-width: 100%;
    flex-wrap: wrap;
  }
}
.div-6 {
  font-family: Maven Pro, sans-serif;
  flex-grow: 1;
}
.div-7 {
  font-family: Maven Pro, sans-serif;
}
.div-8 {
  font-family: Maven Pro, sans-serif;
}
.div-9 {
  font-family: Maven Pro, sans-serif;
}
.div-10 {
  color: #180124;
  font-family: Maven Pro, sans-serif;
}
.div-11 {
  font-family: Maven Pro, sans-serif;
  flex-grow: 1;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .div-11 {
    white-space: initial;
  }
}
.div-12 {
  border-radius: 10px;
  background-color: #521274;
  align-self: start;
  margin-top: 13px;
  justify-content: center;
  color: #fff;
  white-space: nowrap;
  text-align: right;
  padding: 18px 29px;
  font: 20px/120% Maven Pro, sans-serif;
}
@media (max-width: 991px) {
  .div-12 {
    white-space: initial;
    padding: 0 20px;
  }
}
.div-13 {
  color: #fff;
  align-self: center;
  margin-top: 250px;
  font: 600 80px/105% Maven Pro, sans-serif;
}


/* gallery */
.gallerysection{
  margin: 50px;
}

div.gallerypage {
  border: 1px solid #ccc;
}

div.gallerypage:hover {
  border: 1px solid #777;
}

div.gallerypage img {
  width: 100%;
  height: 350px !important;
}

div.desc {
  padding: 15px;
  text-align: center;
  height: 100px;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 20%;
  padding-top: 20px;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}


@media(max-width:1280px){
  .homepagecontent{
    transform: scale(0.65) translateY(0px) !important;
  }
  .footer{
    transform: translateY(-500px) !important;
  }
  body{
    height: 2500px !important;
  }
}



.homepagecontent{
transform: scale(0.85) translateY(0px);
}
@media(max-width:1440px){
.homepagecontent{
  transform: scale(0.7) translateY(00px);
}
.footer{
  transform: translateY(-400px);
}
body{
  height: 3500px ;
}
}
.width1280{
  max-width: 1280px;
  margin: auto;
}

.clearfix{
  max-height: 2050px;
}
@media(max-width:1440px){
  .clearfix{
    max-height: 1700px ;
  }
}
@media(max-width:1280px){
  .clearfix{
    max-height: 1600px ;
  }
}
@media(max-width:700px){
  .clearfix{
    max-height: 3500px ;
  }
}
@media(max-width:500px){
  .clearfix{
    max-height: 6950px !important ;
  }
}


.clearfix:after {
  content: "";
  display:table;
  clear:left;
}

