@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
}

/* width */
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.048);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(33, 220, 220);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--primaryColor);
}

.container {
  width: 90%;
  margin: 0 auto;
}

a, button, div, span, i, b, h1, h2, h3, h4, h5, h6, p, input, ul, li, select, label, textarea {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  font-family: "Inter", sans-serif;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  font-family: "Inter", sans-serif;
}

input {
  -webkit-tap-highlight-color: transparent;
}

::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
  color: transparent;
}

video::-internal-media-controls-overlay-cast-button {
  display: none;
}

textarea {
  resize: none;
  font-family: "Inter", sans-serif;
}

::-moz-selection {
  color: var(--primaryColor);
  background: transparent;
}

::selection {
  color: var(--primaryColor);
  background: transparent;
}

main {
  overflow: hidden;
}

.shimmer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 105;
  background: rgba(0, 0, 0, 0.486);
  display: none;
}

nav {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px 20px;
}
@media (max-width: 768px) {
  nav {
    display: block;
    height: 40px;
    background: black;
  }
}
nav .navLogo {
  width: 60px;
  height: 60px;
  float: left;
}
nav .navLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
nav .navSocialLink {
  float: right;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav .navSocialLink a {
  color: white;
  font-size: 14px;
  margin-left: 30px;
}

.fixedMenu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: black;
}
@media (max-width: 768px) {
  .fixedMenu {
    display: block;
  }
}
.fixedMenu ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixedMenu ul li {
  flex: 0 0 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixedMenu ul li a {
  display: flex;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.shareButton {
  position: fixed;
  z-index: 10;
  bottom: 50px;
  right: 2%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 22px;
}

.mainWrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mainWrapper .menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  height: 100vh;
  width: 100px;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.123);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .mainWrapper .menu {
    display: none;
  }
}
.mainWrapper .menu .menuLogo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainWrapper .menu .menuLogo .menuLogoBox {
  width: 60px;
  margin-top: 20px;
}
.mainWrapper .menu .menuLogo .menuLogoBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mainWrapper .menu .menuSocialLinks {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.mainWrapper .menu .menuSocialLinks a {
  text-decoration: none;
  color: black;
  margin-top: 20px;
  font-size: 14px;
}
.mainWrapper .menu .menuLink {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainWrapper .menu .menuLink ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mainWrapper .menu .menuLink ul li {
  list-style: none;
}
.mainWrapper .menu .menuLink ul li a {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  transform: rotate(-180deg);
  display: flex;
  margin: 20px 0px;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
.mainWrapper .menu .menuLink ul li .navActive {
  position: relative;
}
.mainWrapper .menu .menuLink ul li .navActive::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 50%;
  top: 40%;
  left: -10px;
}
.mainWrapper .bodyList {
  width: calc(100% - 100px);
  margin-left: 100px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .mainWrapper .bodyList {
    width: 100%;
    margin-left: 0;
    margin-bottom: 45px;
  }
}
.mainWrapper .bodyList .homeGallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 768px) {
  .mainWrapper .bodyList .homeGallery {
    margin-top: 40px;
  }
}
.mainWrapper .bodyList .homeGallery .homeGalleryBox {
  width: 33.3333333333%;
  height: 380px;
  overflow: hidden;
  background: rgba(238, 238, 238, 0.34);
}
@media (max-width: 1024px) {
  .mainWrapper .bodyList .homeGallery .homeGalleryBox {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .mainWrapper .bodyList .homeGallery .homeGalleryBox {
    height: 280px;
  }
}
@media (max-width: 480px) {
  .mainWrapper .bodyList .homeGallery .homeGalleryBox {
    width: 100%;
    height: 380px;
  }
}
.mainWrapper .bodyList .homeGallery .homeGalleryBox:hover img {
  filter: grayscale(10);
  transition: 0.3s;
}
.mainWrapper .bodyList .homeGallery .homeGalleryBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.mainWrapper .bodyList .projectGallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .mainWrapper .bodyList .projectGallery {
    margin-top: 40px;
  }
}
.mainWrapper .bodyList .projectGallery .projectGalleryBox {
  width: 33.3333333333%;
  height: 380px;
  overflow: hidden;
  background: rgba(238, 238, 238, 0.34);
  position: relative;
  text-decoration: none;
}
.mainWrapper .bodyList .projectGallery .projectGalleryBox:hover .projectGalleryBoxConetent {
  transition: 0.3s;
  opacity: 0;
}
@media (max-width: 1024px) {
  .mainWrapper .bodyList .projectGallery .projectGalleryBox {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .mainWrapper .bodyList .projectGallery .projectGalleryBox {
    height: 280px;
  }
}
@media (max-width: 480px) {
  .mainWrapper .bodyList .projectGallery .projectGalleryBox {
    width: 100%;
    height: 380px;
  }
}
.mainWrapper .bodyList .projectGallery .projectGalleryBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainWrapper .bodyList .projectGallery .projectGalleryBox .projectGalleryBoxConetent {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.361);
  padding: 20px 20px 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .mainWrapper .bodyList .projectGallery .projectGalleryBox .projectGalleryBoxConetent {
    padding: 20px;
  }
}
.mainWrapper .bodyList .projectGallery .projectGalleryBox .projectGalleryBoxConetent h1 {
  color: white;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .mainWrapper .bodyList .projectGallery .projectGalleryBox .projectGalleryBoxConetent h1 {
    font-size: 22px;
  }
}
.mainWrapper .bodyList .projectGallery .projectGalleryBox .projectGalleryBoxConetent p {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 2px;
}
.mainWrapper .bodyList .innerProject {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: black;
  padding: 50px 10%;
	min-height: 100vh;
}
@media (max-width: 768px) {
  .mainWrapper .bodyList .innerProject {
    padding: 50px 5%;
    margin-top: 40px;
  }
}
.mainWrapper .bodyList .innerProject .closeProject {
  position: fixed;
  top: 50px;
  right: 2%;
  color: white;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
  z-index: 5;
}
.mainWrapper .bodyList .innerProject .closeProject span {
  font-weight: bold;
}
.mainWrapper .bodyList .innerProject .innerProjectHead {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.mainWrapper .bodyList .innerProject .innerProjectHead .innerProjectHeadBox1 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.mainWrapper .bodyList .innerProject .innerProjectHead .innerProjectHeadBox1 h1 {
  font-size: 25px;
  color: white;
  font-weight: 700;
}
.mainWrapper .bodyList .innerProject .innerProjectHead .innerProjectHeadBox1 p {
  color: white;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.mainWrapper .bodyList .innerProject .innerPojectBanner{
	width: 100%;
}
.mainWrapper .bodyList .innerProject .innerPojectBanner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainWrapper .bodyList .innerProject .innerProjectBody {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 100px;
	gap :100px;
}
@media(max-width:480px){
	.mainWrapper .bodyList .innerProject .innerProjectBody{
		margin-top: 50px;
	}
}
.mainWrapper .bodyList .innerProject .innerProjectBody .innerProjectBodyTemplate {
  width: 100%;
	display: flex;
	flex-wrap: wrap;
	row-gap: 100px;
}
.mainWrapper .bodyList .innerProject .innerProjectBody .innerProjectBodyRow {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mainWrapper .bodyList .innerProject .innerProjectBody .innerProjectBodyRow .innerProjectThumbnail {
  flex: 0 0 47%;
  position: relative;
}
@media (max-width: 1024px) {
  .mainWrapper .bodyList .innerProject .innerProjectBody .innerProjectBodyRow .innerProjectThumbnail {
    flex: 100%;
    order: 1;
  }
}
.mainWrapper .bodyList .innerProject .innerProjectBody .innerProjectBodyRow .innerProjectThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mainWrapper .bodyList .innerProject .innerProjectBody .innerProjectBodyRow .innerProjectThumbnail iframe {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media(max-width:480px){
.mainWrapper .bodyList .innerProject .innerProjectBody .innerProjectBodyRow .innerProjectThumbnail iframe{
	height: 220px;
	}
}
.mainWrapper .bodyList .innerProject .innerProjectBody .innerProjectBodyRow .innerProjectThumbnail .playPouseBtn {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.126);
  display: none;
}
.mainWrapper .bodyList .innerProject .innerProjectBody .innerProjectBodyRow .innerProjectThumbnail .playPouseBtn:hover .Pouse {
  opacity: 1;
  transition: 0.3s;
}
.mainWrapper .bodyList .innerProject .innerProjectBody .innerProjectBodyRow .innerProjectThumbnail .playPouseBtn button {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  outline: none;
  background: rgba(255, 255, 255, 0.833);
  color: rgb(50, 50, 50);
  font-size: 2.2em;
  border: 2px solid rgba(255, 255, 255, 0.221);
  transition: 0.3s;
}
.mainWrapper .bodyList .innerProject .innerProjectBody .innerProjectBodyRow .innerProjectThumbnail .playPouseBtn button:hover {
  transition: 0.3s;
  background: white;
}
.mainWrapper .bodyList .innerProject .innerProjectBody .innerProjectBodyRow .innerProjectThumbnail .playPouseBtn .Pouse {
  opacity: 0;
  transition: 0.3s;
}
.mainWrapper .bodyList .innerProject .innerProjectBody .innerProjectBodyRow .innerProjectDetails {
  flex: 0 0 47%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .mainWrapper .bodyList .innerProject .innerProjectBody .innerProjectBodyRow .innerProjectDetails {
    flex: 100%;
    order: 2;
    margin-top: 30px;
  }
}
.mainWrapper .bodyList .innerProject .innerProjectBody .innerProjectBodyRow .innerProjectDetails h1 {
  font-size: 3em;
  color: white;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .mainWrapper .bodyList .innerProject .innerProjectBody .innerProjectBodyRow .innerProjectDetails h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 480px) {
  .mainWrapper .bodyList .innerProject .innerProjectBody .innerProjectBodyRow .innerProjectDetails h1 {
    font-size: 2em;
    font-weight: 600;
  }
}
.mainWrapper .bodyList .innerProject .innerProjectBody .innerProjectBodyRow .innerProjectDetails p {
  color: inherit;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}
.mainWrapper .bodyList .innerProject .innerProjectBody .TwoTemplates {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	row-gap: 100px;
	align-items: flex-start;
}
.mainWrapper .bodyList .innerProject .innerProjectBody .TwoTemplates .innerProjectBodyRow {
  flex: 0 0 47%;
  width: inherit;
  justify-content: inherit;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  .mainWrapper .bodyList .innerProject .innerProjectBody .TwoTemplates .innerProjectBodyRow {
    flex: 100%;
  }
}
.mainWrapper .bodyList .innerProject .innerProjectBody .TwoTemplates .innerProjectBodyRow .innerProjectThumbnail {
  flex: 100%;
}
.mainWrapper .bodyList .innerProject .innerProjectBody .TwoTemplates .innerProjectBodyRow .innerProjectDetails {
  flex: 100%;
}
.mainWrapper .bodyList .innerProject .template3 .innerProjectDetails {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .mainWrapper .bodyList .innerProject .template3 .innerProjectDetails {
    margin-top: 0;
  }
}
.mainWrapper .bodyList .innerProject .template4 .innerProjectThumbnail {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .mainWrapper .bodyList .innerProject .template4 .innerProjectThumbnail {
    margin-top: 0;
  }
}
.mainWrapper .bodyList .aboutSection {
  width: 100%;
  padding: 0px 10%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .mainWrapper .bodyList .aboutSection {
    padding: 50px 5%;
    margin-top: 40px;
  }
}
.mainWrapper .bodyList .aboutSection .aboutSectionBox {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .mainWrapper .bodyList .aboutSection .aboutSectionBox {
    height: inherit;
    padding: 50px 0px;
  }
}
.mainWrapper .bodyList .aboutSection .aboutSectionBox h1 {
  font-size: 4em;
  font-weight: 800;
  line-height: 1.2;
  width: 50%;
}
@media (max-width: 1800px) {
  .mainWrapper .bodyList .aboutSection .aboutSectionBox h1 {
    font-size: 3.5em;
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .mainWrapper .bodyList .aboutSection .aboutSectionBox h1 {
    font-size: 3.5em;
    width: 80%;
  }
}
@media (max-width: 768px) {
  .mainWrapper .bodyList .aboutSection .aboutSectionBox h1 {
    font-size: 3em;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .mainWrapper .bodyList .aboutSection .aboutSectionBox h1 {
    font-size: 2.5em;
  }
}
.mainWrapper .bodyList .aboutSection .aboutSectionBox h1 span {
  color: #AE9078;
}
.mainWrapper .bodyList .aboutSection .aboutSectionBox h1 img {
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: -10px;
}
@media (max-width: 480px) {
  .mainWrapper .bodyList .aboutSection .aboutSectionBox h1 img {
    width: 50px;
  }
}
.mainWrapper .bodyList .aboutSection .aboutSectionBox p {
  font-size: 25px;
  width: 60%;
  margin-top: 50px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .mainWrapper .bodyList .aboutSection .aboutSectionBox p {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .mainWrapper .bodyList .aboutSection .aboutSectionBox p {
    width: 100%;
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .mainWrapper .bodyList .aboutSection .aboutSectionBox p {
    font-size: 20px;
  }
}
.mainWrapper .bodyList .aboutSection .aboutSectionBox .aboutMain {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.mainWrapper .bodyList .aboutSection .aboutSectionBox .aboutMain .aboutDescription {
  flex: 0 0 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 480px) {
  .mainWrapper .bodyList .aboutSection .aboutSectionBox .aboutMain .aboutDescription {
    flex: 100%;
  }
}
.mainWrapper .bodyList .aboutSection .aboutSectionBox .aboutMain .aboutDescription h2 {
  font-size: 4em;
  font-weight: 800;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .mainWrapper .bodyList .aboutSection .aboutSectionBox .aboutMain .aboutDescription h2 {
    font-size: 3.5em;
  }
}
@media (max-width: 768px) {
  .mainWrapper .bodyList .aboutSection .aboutSectionBox .aboutMain .aboutDescription h2 {
    font-size: 3em;
  }
}
@media (max-width: 480px) {
  .mainWrapper .bodyList .aboutSection .aboutSectionBox .aboutMain .aboutDescription h2 {
    font-size: 2.5em;
  }
}
.mainWrapper .bodyList .aboutSection .aboutSectionBox .aboutMain .aboutDescription p {
  margin-top: 20px;
  font-size: 22px;
  width: 80%;
}
@media (max-width: 768px) {
  .mainWrapper .bodyList .aboutSection .aboutSectionBox .aboutMain .aboutDescription p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .mainWrapper .bodyList .aboutSection .aboutSectionBox .aboutMain .aboutDescription p {
    width: 100%;
  }
}
.mainWrapper .bodyList .aboutSection .aboutSectionBox .aboutMain .aboutThumbnail {
  flex: 0 0 20%;
}
@media (max-width: 480px) {
  .mainWrapper .bodyList .aboutSection .aboutSectionBox .aboutMain .aboutThumbnail {
    flex: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.mainWrapper .bodyList .aboutSection .aboutSectionBox .aboutMain .aboutThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  .mainWrapper .bodyList .aboutSection .aboutSectionBox .aboutMain .aboutThumbnail img {
    width: 60%;
    height: 60%;
  }
}
.mainWrapper .bodyList .aboutSection .aboutSectionBox h3 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 1800px) {
  .mainWrapper .bodyList .aboutSection .aboutSectionBox h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .mainWrapper .bodyList .aboutSection .aboutSectionBox h3 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .mainWrapper .bodyList .aboutSection .aboutSectionBox h3 {
    font-size: 25px;
  }
}
.mainWrapper .bodyList .aboutSection .aboutSectionBox h3:nth-child(3) {
  margin-top: 200px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .mainWrapper .bodyList .aboutSection .aboutSectionBox h3:nth-child(3) {
    margin-top: 100px;
  }
}
.mainWrapper .bodyList .aboutSection .aboutSectionBox h4 {
  font-size: 25px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .mainWrapper .bodyList .aboutSection .aboutSectionBox h4 {
    font-size: 22px;
  }
}
.mainWrapper .bodyList .aboutSection .aboutSectionBox h4 a {
  text-decoration: none;
  color: black;
}
.mainWrapper .bodyList .aboutSection .aboutSectionBox h6 {
  font-size: 16px;
  margin-top: 100px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .mainWrapper .bodyList .aboutSection .aboutSectionBox h6 {
    font-size: 14px;
    margin-top: 50px;
  }
}
.mainWrapper .bodyList .aboutSection .aboutSectionBox h6 img {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: -5px;
}
.mainWrapper .loader {
  width: calc(100% - 100px);
  height: 100vh;
  margin-left: 100px;
  position: fixed;
  background: white;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgba(218, 218, 218, 0.933);
  display: none;
}
@media (max-width: 768px) {
  .mainWrapper .loader {
    width: 100%;
    margin-left: 0;
    margin-bottom: 45px;
  }
}
.mainWrapper .loader .loaderBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainWrapper .loader .loaderThumbnail {
  width: 300px;
}
@media (max-width: 768px) {
  .mainWrapper .loader .loaderThumbnail {
    width: 200px;
  }
}
.mainWrapper .loader .loaderThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mainWrapper .loader .dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: black;
  margin-top: 110px;
  margin-left: 20px;
  -webkit-animation: bounce2 1s ease infinite;
          animation: bounce2 1s ease infinite;
}
@media (max-width: 768px) {
  .mainWrapper .loader .dot {
    margin-top: 65px;
    width: 20px;
    height: 20px;
  }
}
@-webkit-keyframes bounce2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes bounce2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
.mainWrapper .loaderActive {
  transform: scale(0);
  transition: 1s;
}/*# sourceMappingURL=style.css.map */