/*
0-480px: Small Phones 
480 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop


1em = 16px
*/
/*
COLORS:

Light purple: #b6afec   
Medium purple: #8982db
Dark purple: #4d40b2
Green: #d2e188
Cream: #fff8de

*/
:root {
  --colorOne:white;
  --colorTwo:gray;
  --fontFamily: 'Teko', sans-serif;
}

@import url('https://fonts.googleapis.com/css?family=Teko&display=swap');






*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
-webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}




@-webkit-keyframes drop {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@keyframes drop {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes flyX {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(24vw, 0);
            transform: translate(24vw, 0); }
  30% {
    -webkit-transform: translate(22vw, 0);
            transform: translate(22vw, 0); }
  60% {
    -webkit-transform: translate(40vw, 0);
            transform: translate(40vw, 0); }
  100% {
    -webkit-transform: translate(80vw, 0);
            transform: translate(80vw, 0); } }

@keyframes flyX {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(24vw, 0);
            transform: translate(24vw, 0); }
  30% {
    -webkit-transform: translate(22vw, 0);
            transform: translate(22vw, 0); }
  60% {
    -webkit-transform: translate(40vw, 0);
            transform: translate(40vw, 0); }
  100% {
    -webkit-transform: translate(80vw, 0);
            transform: translate(80vw, 0); } }

@-webkit-keyframes flyY {
  0% {
    -webkit-transform: translate(0, 45vh);
            transform: translate(0, 45vh); }
  10% {
    -webkit-transform: translate(0, 40vh);
            transform: translate(0, 40vh); }
  25% {
    -webkit-transform: translate(0, 50vh);
            transform: translate(0, 50vh); }
  35% {
    -webkit-transform: translate(0, 60vh);
            transform: translate(0, 60vh); }
  65% {
    -webkit-transform: translate(0, 80vh);
            transform: translate(0, 80vh); }
  100% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh); } }

@keyframes flyY {
  0% {
    -webkit-transform: translate(0, 45vh);
            transform: translate(0, 45vh); }
  10% {
    -webkit-transform: translate(0, 40vh);
            transform: translate(0, 40vh); }
  25% {
    -webkit-transform: translate(0, 50vh);
            transform: translate(0, 50vh); }
  35% {
    -webkit-transform: translate(0, 60vh);
            transform: translate(0, 60vh); }
  65% {
    -webkit-transform: translate(0, 80vh);
            transform: translate(0, 80vh); }
  100% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh); } }

@-webkit-keyframes flyX2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  30% {
    -webkit-transform: translate(32vw, 0);
            transform: translate(32vw, 0); }
  100% {
    -webkit-transform: translate(90vw, 0);
            transform: translate(90vw, 0); } }

@keyframes flyX2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  30% {
    -webkit-transform: translate(32vw, 0);
            transform: translate(32vw, 0); }
  100% {
    -webkit-transform: translate(90vw, 0);
            transform: translate(90vw, 0); } }

@-webkit-keyframes flyY2 {
  0% {
    -webkit-transform: translate(0, 60vh);
            transform: translate(0, 60vh); }
  70% {
    -webkit-transform: translate(0, 80vh);
            transform: translate(0, 80vh); }
  100% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh); } }

@keyframes flyY2 {
  0% {
    -webkit-transform: translate(0, 60vh);
            transform: translate(0, 60vh); }
  70% {
    -webkit-transform: translate(0, 80vh);
            transform: translate(0, 80vh); }
  100% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh); } }

* {
  margin: 0;
  padding: 0; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

*:focus {
  outline: 0 !important; }

html {
	
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 50%; } }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 100%; } }

::-moz-selection {
  background-color: #dcdaff; }

::selection {
  background-color: #dcdaff; }

body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.03rem;
  line-height: 1.8;
  color: #635675;
  background-color: #fff;
  padding: 0;
  text-rendering: optimizeLegibility; 
  }

.heading-primary {
  font-size: 5.6rem;
  font-family: 'Rochester', cursive;
  color: #5b4fb6;
  font-weight: 300;
  text-transform: none;
  line-height: 1.6; }

.heading-secondary {
  color: #353068;
  text-transform: uppercase;
  font-size: 3.6rem;
  font-weight: 300;
  word-spacing: 0.5rem;
  margin-bottom: 1.6rem; }

.heading-tertiary {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 1.6rem; }

.heading-bold {
  font-weight: 400; }

.heading-tiny {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  font-weight: 400; }

.paragraph {
  margin: 0 auto;
  width: 70%; }
  .paragraph:not(:last-child) {
    margin-bottom: 2rem; }
  @media only screen and (max-width: 56.25em) {
    .paragraph {
      width: 90%; } }
  @media only screen and (max-width: 37.5em) {
    .paragraph {
      width: 100%; } }

.pricetag {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff; }

.price {
  font-size: 1.6rem;
  font-weight: 500; }

.card__title {
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase; }

.card__description {
  font-size: 1.4rem;
  line-height: 1.4; }

.u-center-text {
  text-align: center !important; }

.u-center {
  margin-right: auto !important;
  margin-left: auto !important;
  display: block !important; }

.u-margin-bottom-small {
  margin-bottom: 2rem !important; }

.u-margin-bottom-medium {
  margin-bottom: 4rem !important; }

.u-margin-bottom-big {
  margin-bottom: 8rem !important; }

.u-margin-top-small {
  margin-top: 2rem !important; }

.u-margin-top-medium {
  margin-top: 4rem !important; }

.u-margin-top-big {
  margin-top: 8rem !important; }

.u-margin-top-huge {
  margin-top: 10rem !important; }

.btn,
.btn:link,
.btn:visited,
input[type=submit] {
  display: inline-block;
  padding: 1rem 1.6rem;
  font-weight: 300;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
  transition: background-color 0.2s, border 0.2s, color 0.2s; }

.btn-full,
.btn-full:link,
.btn-full:visited,
input[type=submit] {
  background-color: #5b4fb6;
  border: 1px solid #5b4fb6;
  color: #fff; }

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
  background-color: #5b4fb6; }

.btn-full:hover,
.btn-full:active {
  border: 1px solid rgba(187, 183, 223, 0.5); }

.btn-outline,
.btn-outline:link,
.btn-outline:visited {
  border: 1px solid #5b4fb6;
  color: #5b4fb6; }

.btn-outline:hover,
.btn-outline:active {
  color: #fff;
  border: 1px solid #5b4fb6; }

.card {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  @media only screen and (max-width: 37.5em) {
    .card:not(:last-child) {
      margin-bottom: 2.5rem; } }
  .card__wrapper {
    margin: 0.5rem;
    position: relative;
    border-radius: 2px;
    padding: 2rem;
    background-color: #f3f1f7;
    color: #635675;
    text-align: center; }
  .card__description {
    min-height: 5rem; }
  .card img {
    height: 16rem;
    margin: 1rem auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    border: solid 2px #fff;
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out; }
    @media only screen and (max-width: 37.5em) {
      .card img {
        min-height: 35vh; } }
  .card:hover {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem); }
    @media only screen and (max-width: 56.25em) {
      .card:hover {
        -webkit-transform: translateY(-1rem) rotate(-2deg);
                transform: translateY(-1rem) rotate(-2deg); } }

@media only screen and (max-width: 37.5em) {
  .grid-item:not(:last-child) {
    margin-bottom: 2.5rem; } }

.grid-figure {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  cursor: pointer;
  margin: 0.5rem; }
  .grid-figure figcaption {
    position: absolute;
    bottom: 2rem;
    left: 0;
    max-width: 90%;
    padding: 1rem;
    background: rgba(99, 86, 117, 0.8);
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    @media only screen and (max-width: 37.5em) {
      .grid-figure figcaption {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        position: relative;
        bottom: -100%;
        max-width: 100%;
        text-align: center;
        font-size: 100%; } }
  .grid-figure img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .grid-figure:hover figcaption {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .grid-figure:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
    @media only screen and (max-width: 56.25em) {
      .grid-figure:hover img {
        -webkit-transform: none;
                transform: none; } }

.showing {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.scope {
  position: relative;
  width: 55rem;
  height: 55rem;
  border-radius: 50%;
  margin: 0 auto;
  background-image: url(../img/collection/0.jpg);
  background-size: contain;
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #ededed; }
  .scope::after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 37.5em) {
    .scope {
      width: 80vw;
      height: 80vw;
      background-size: cover; } }
  .scope__overlay {
    content: "";
    width: 55rem;
    height: 55rem;
    border-radius: 50%;
    background: radial-gradient(rgba(53, 48, 104, 0.6), rgba(99, 86, 117, 0.4));
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease; }
    @media only screen and (max-width: 37.5em) {
      .scope__overlay {
        width: 80vw;
        height: 80vw;
        background-size: cover; } }
  .scope:hover .scope__overlay {
    opacity: 1;
    visibility: visible; }
  .scope:hover .scope__label {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease; }
  .scope__label {
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 90%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    @media only screen and (max-width: 37.5em) {
      .scope__label {
        top: 50%; } }
  .scope__text-2 {
    margin: 1rem 25%; }
    @media only screen and (max-width: 37.5em) {
      .scope__text-2 {
        margin: 1rem 15%; } }

.grid {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto; }
  .grid::after {
    content: "";
    display: table;
    clear: both; }
  .grid div[class*="col-"] {
    float: left; }
    .grid div[class*="col-"] img {
      width: 100%; }
  .grid .col-1-of-4 {
    width: calc(100%/4); }
    @media only screen and (max-width: 75em) {
      .grid .col-1-of-4 {
        width: calc(100%/3) !important; } }
    @media only screen and (max-width: 56.25em) {
      .grid .col-1-of-4 {
        width: calc(100%/2) !important; } }
    @media only screen and (max-width: 37.5em) {
      .grid .col-1-of-4 {
        width: 100% !important; } }
  .grid .col-1-of-5 {
    width: calc(100% / 5); }
    @media only screen and (max-width: 56.25em) {
      .grid .col-1-of-5 {
        width: calc(100%/4) !important; } }
    @media only screen and (max-width: 37.5em) {
      .grid .col-1-of-5 {
        width: calc(100%/3) !important; } }
  .grid .col-3-of-5 {
    width: calc(3 * (100% / 5)); }
    @media only screen and (max-width: 56.25em) {
      .grid .col-3-of-5 {
        width: calc(100%/2) !important; } }
    @media only screen and (max-width: 37.5em) {
      .grid .col-3-of-5 {
        width: calc(100%/3) !important; } }

.header {
  position: relative;
  height: 100%;
  overflow: hidden; }
  @media only screen and (max-width: 37.5em) {
    .header {
      height: 180vh; } }
  .header__shade {
    opacity: 0.08;
    width: 100vw;
    height: 100vh;
    background: url(../img/shade.svg);
    background-size: cover;
    background-position: top-right;
    background-repeat: no-repeat; }
  .header__flower {
    width: 1.2rem;
    opacity: 0.9;
    position: absolute;
    left: -1rem;
    top: 5%;
    -webkit-animation: flyX 20s ease-in infinite;
            animation: flyX 20s ease-in infinite; }
    @media only screen and (max-width: 37.5em) {
      .header__flower {
        -webkit-animation: flyX2 20s ease-in infinite;
                animation: flyX2 20s ease-in infinite; } }
    .header__flower-svg {
      -webkit-animation: flyY 20s ease-out infinite;
              animation: flyY 20s ease-out infinite; }
      @media only screen and (max-width: 37.5em) {
        .header__flower-svg {
          -webkit-animation: flyY2 20s ease-out infinite;
                  animation: flyY2 20s ease-out infinite; } }
  .header__middle-2 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0); }
  .header__textbox {
    text-align: center;
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: 30%;
    top: 38%;
    left: 70%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
            transform: translate(-50%, -50%) translateZ(0); }
    @media only screen and (max-width: 37.5em) {
      .header__textbox {
	    width: 80%;
        top: 20%;
        left: 50%; } }
    .header__textbox-content {
      color: #5b4fb6; }
  .header__display {
    width:38rem;
    position: absolute;
	top: 1%;	
    bottom: 80rem;
    left: 35%; 


	}
	
    @media only screen and (max-width: 75em) {
      .header__display {
        left: 15%; 
		width:30rem;
		 bottom: 2rem;
		
		
		} }
		
		
    @media only screen and (max-width: 56.25em) {
      .header__display {
        left: 10%; } }
    @media only screen and (max-width: 37.5em) {
      .header__display {
        height: 55vh;
        width: auto;
		top: 25%;	
        left: 5%; } }
  .header__back {
    position: absolute;
    bottom: -5rem;
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
    background-size: 90rem;
    background-image: url(../img/back-lavender.png);
    background-position: 0% 100%; }
    @media only screen and (max-width: 37.5em) {
      .header__back {
        background-size: 70rem;
        bottom: 0rem; } }
  .header__fore {
    position: absolute;
    bottom: -17rem;
    height: 100%;
    width: 100%;
    background-size: 90rem;
    background-repeat: repeat-x;
    background-image: url(../img/fore-lavender.png);
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming)*/
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
    background-position: 0% 100%; }
    @media only screen and (max-width: 37.5em) {
      .header__fore {
        background-size: 70rem;
        bottom: -10rem; } }

.nav {
  height: 5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .nav__menu {
    position: absolute;
    top: 1rem;
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    text-align: right;
    padding: 1.5rem 2rem;
    z-index: 100;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media only screen and (max-width: 56.25em) {
      .nav__menu {
        opacity: 0;
        visibility: hidden;
        top: 5rem;
        right: 26rem;
        z-index: 9999;
        background: rgba(243, 241, 247, 0.95);
        padding: 2rem;
        border-radius: 5px;
        -webkit-box-shadow: 1px 2px 0.5rem rgba(99, 86, 117, 0.2);
                box-shadow: 1px 2px 0.5rem rgba(99, 86, 117, 0.2);
        -webkit-transition: all 0.2s;
        transition: all 0.2s; } }
    .nav__menu.visible {
      opacity: 1;
      visibility: visible; }
  .nav__item {
    list-style: none;
    display: inline-block;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
    .nav__item:not(:last-child) {
      margin-right: 3rem; }
    @media only screen and (max-width: 56.25em) {
      .nav__item {
        display: block;
        text-align: left;
        margin-left: 2rem; }
        .nav__item:not(:last-child) {
          margin-bottom: 2rem;
          margin-right: 2rem; } }
    .nav__item:hover {
      -webkit-transform: scale(1.02);
              transform: scale(1.02); }
  .nav__link {
    text-decoration: none;
    color: #635675;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0.5rem;
    font-size: 1.6rem;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .nav__link:hover {
      color: #592bff; }
  .nav__left {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000; }
  .nav__logo {
    height: 5rem;
    margin: 1rem 2.5rem;
    -webkit-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s; }
  .nav__right {
    position: fixed;
    top: 1rem;
    right: 3rem;
    z-index: 2000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .nav__icon {
    margin: 1.6rem 1.2rem;
    width: 1.8rem;
    height: 1.8rem;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    display: inline-block; }
    .nav__icon svg {
      width: 100%;
      height: 100%;
      stroke: #948f9f;
      fill: #948f9f;
      -webkit-transition: 0.2s ease-in;
      transition: 0.2s ease-in;
      -webkit-transform-origin: bottom;
              transform-origin: bottom; }
  .nav__sticky {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 1px 0.1rem rgba(128, 128, 128, 0.2);
            box-shadow: 0 1px 0.1rem rgba(128, 128, 128, 0.2);
    border-bottom-left-radius: 5px; }
  .nav__sticky .nav__logo {
    height: 5rem;
    margin-top: 0;
    padding: 0.5rem 1rem;
    background-color: transparent; }
  .nav__sticky .nav__right,
  .nav__sticky .nav__menu {
    top: 0rem; }

.menu {
  display: none;
  position: relative;
  width: 1.6rem;
  height: 1.2rem;
  margin-right: 1.5rem;
  margin-top: 1.8rem; }
  .menu-bar {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #948f9f;
    border-radius: 2px;
    overflow: hidden; }
    .menu-bar:first-child {
      top: 0; }
    .menu-bar:nth-child(2) {
      top: 5px;
      width: 80%; }
    .menu-bar:nth-child(3) {
      top: 10px; }
    .menu-bar::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: #592bff;
      position: absolute;
      top: 0;
      left: -100%;
      z-index: 100;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  .menu:hover .menu-bar::after {
    left: 0%; }
  .menu:hover .menu-bar:nth-child(2)::after {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s; }
  .menu:hover .menu-bar:nth-child(3)::after {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .menu:hover {
    -webkit-transform: scale(1.08);
            transform: scale(1.08); }
  @media only screen and (max-width: 56.25em) {
    .menu {
      display: block; } }

.search__box,
.cart__notification,
.login__box {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 5rem;
  right: 3rem;
  z-index: 99999;
  background: rgba(243, 241, 247, 0.95);
  padding: 1.5rem 2rem;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 0.5rem rgba(99, 86, 117, 0.2);
          box-shadow: 1px 2px 0.5rem rgba(99, 86, 117, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.search:hover .search__svg,
.cart:hover .search__svg,
.login:hover .search__svg, .search:hover
.cart__svg,
.cart:hover
.cart__svg,
.login:hover
.cart__svg, .search:hover
.login__svg,
.cart:hover
.login__svg,
.login:hover
.login__svg {
  fill: #592bff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

.search__box {
  padding: 2rem; }
  .search__box.visible {
    opacity: 1;
    visibility: visible; }

.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.search__input {
  min-width: 30rem;
  height: 3.6rem;
  font-size: 100%;
  color: #5b4fb6;
  background: none;
  border: none;
  border-bottom: solid 1px #bbb7df; }
  .search__input::-webkit-input-placeholder {
    color: #948f9f;
    font-weight: 200;
    font-size: 90%; }
  .search__input:-ms-input-placeholder {
    color: #948f9f;
    font-weight: 200;
    font-size: 90%; }
  .search__input::placeholder {
    color: #948f9f;
    font-weight: 200;
    font-size: 90%; }
  .search__input:focus {
    outline: none;
    border-bottom: solid 3px #bbb7df; }

.search__btn {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  margin-left: 0.5rem;
  border: none; }

.search__icon:hover {
  fill: #592bff; }

.search:hover .search__svg {
  fill: #592bff; }

.cart {
  position: relative; }
  .cart:hover .cart__svg,
  .cart:active .cart__svg {
    fill: #592bff;
    stroke: #592bff; }
  .cart:hover .cart__notification {
    opacity: 1;
    visibility: visible; }
  .cart__notification {
    padding: 1rem 2rem;
    color: #635675;
    font-size: 90%; }
  .cart__number {
    position: absolute;
    top: -40%;
    right: -55%;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 80%;
    font-weight: 400;
    color: #5b4fb6;
    background-color: rgba(187, 183, 223, 0.5); }

.login__box {
  padding: 2rem 2.5rem; }
  .login__box.visible {
    opacity: 1;
    visibility: visible; }

.login__item {
  margin-bottom: 1rem; }
  .login__item label,
  .login__item input {
    display: block;
    width: 100%; }
  .login__item label {
    font-size: 85%;
    margin-bottom: 0.2rem; }
  .login__item input {
    height: 2.4rem;
    text-align: center;
    font-size: 90%;
    color: #5b4fb6;
    border: none;
    border-radius: 2px;
    border-bottom: solid 1px #bbb7df;
    background: none;
    margin-bottom: 2.4rem; }
    .login__item input:-webkit-autofill {
      -webkit-text-fill-color: #5b4fb6;
      -webkit-box-shadow: 0 0 0px 1000px #f3f1f7 inset;
              box-shadow: 0 0 0px 1000px #f3f1f7 inset; }
    .login__item input:focus {
      outline: none;
      border-bottom: solid 3px #bbb7df; }

.login__forgot {
  text-decoration: none;
  color: #5b4fb6;
  font-size: 75%;
  display: block;
  text-align: right;
  margin-top: -1.6rem;
  margin-bottom: 2rem; }

.login__btn {
  font-size: 1.4rem;
  width: 100%;
  padding: 1.2rem; }

.login__btn-outline {
  padding: 0.5rem 1rem;
  margin-top: 0.8rem; }

.login__link {
  font-size: 85%;
  text-decoration: none;
  color: #5b4fb6; }

/* .footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: -1;
  padding: 2rem;
  padding-top: 10rem;
  background-color: #353068;
  color: #948f9f;
  font-size: 1.4rem;
  font-weight: 400; }
  @media only screen and (max-width: 37.5em) {
    .footer {
      padding:3rem;, 3rem; } }
  .footer__help, .footer__social {
    padding: 1rem 4rem; }
    @media only screen and (max-width: 75em) {
      .footer__help, .footer__social {
        padding: 1rem 2rem; } }
    @media only screen and (max-width: 56.25em) {
      .footer__help, .footer__social {
        padding: 1rem 1rem; } }
    @media only screen and (max-width: 37.5em) {
      .footer__help, .footer__social {
        padding: 1rem 0rem; } }
    .footer__help ul, .footer__social ul {
      list-style: none; }
      .footer__help ul a, .footer__social ul a {
        text-decoration: none;
        color: #948f9f;
        font-weight: 300; }
        .footer__help ul a:hover, .footer__social ul a:hover {
          color: #592bff; }
  .footer__signup {
    text-align: center;
    padding-top: 1rem; }
    .footer__signup .btn {
      margin: 1.5rem auto; }
    .footer__signup p {
      width: 60%;
      margin: 0 auto; }
      @media only screen and (max-width: 56.25em) {
        .footer__signup p {
          width: 100% !important; } }
  .footer__logo {
    height: 5rem;
    opacity: 0.6;
    margin: 1rem auto;
    display: block; }
  .footer__copyright {
    text-align: center;
    font-weight: 300;
    font-size: 1.3rem;
    padding-top: 2rem; }
  .footer__portfolio-link {
    padding-top: 2rem;
    font-size: 1.6rem;
    text-transform: uppercase; }

.content {
  position: relative;
  margin-bottom: 42rem;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 1rem 0 1rem rgba(0, 0, 0, 0.5);
          box-shadow: 1rem 0 1rem rgba(0, 0, 0, 0.5); } */
  @media only screen and (max-width: 37.5em) {
    .content {
      margin-bottom: 50rem;
	  } }

.section-about,
.section-new,
.section-best,
.section-collections {
  position: relative;
  padding: 8rem 20rem; }
  @media only screen and (max-width: 75em) {
    .section-about,
    .section-new,
    .section-best,
    .section-collections {
      padding: 8rem 15rem; } }
  @media only screen and (max-width: 56.25em) {
    .section-about,
    .section-new,
    .section-best,
    .section-collections {
      padding: 8rem 10rem; } }
  @media only screen and (max-width: 37.5em) {
    .section-about,
    .section-new,
    .section-best,
    .section-collections {
      padding: 6rem 4rem; } }
  .section-about .row,
  .section-new .row,
  .section-best .row,
  .section-collections .row {
    position: relative; }
  .section-about .btn,
  .section-new .btn,
  .section-best .btn,
  .section-collections .btn {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    margin-top: 1.6rem; }

.section-about {
  padding-bottom: 2rem; }
  .section-about__heading h2 {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0; }
  .section-about .btn {
    z-index: 1; }

.decor-left {
  width: 9vw;
  position: absolute;
  bottom: -10rem;
  left: -3.5rem;
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  @media only screen and (max-width: 75em) {
    .decor-left {
      bottom: -15rem; } }

.decor-right {
  width: 9vw;
  position: absolute;
  bottom: -30rem;
  right: -2rem;
  -webkit-transform-origin: 80% 90%;
          transform-origin: 80% 90%; }
  @media only screen and (max-width: 75em) {
    .decor-right {
      bottom: -15rem; } }

.section-collections {
  padding-bottom: 15rem; }




.parallax {
  perspective: 1px;
  perspective-origin: center;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 0;
  height: 80vh;
  min-width:100%; 
  min-height: 100vh;
}

.parallax .group {
  position: absolute;
	top:auto;
	left: auto;
	width: auto%;
	margin-bottom:-12px;
	margin-left:120px;
	
    transform-style: preserve-3d;

}

.parallax .layer {
  position: absolute;
  width: 100wh;
	overflow: hidden;

}

#city1 {
  transform: translateZ(0.25px) scale(0.75) translateY(-4vh);
}

#city2 {
  transform: translateZ(0px) scale(1) translateY(-4vh);
}

#city3 {
  transform: translateZ(-0.25px) scale(1.25) translateY(-10vh);
}

#city4 {
  transform: translateZ(-0.5px) scale(1.5) translateY(-7vh);
}

#city5 {
  transform: translateZ(-0.75px) scale(1.75) translateY(-1vh);
}

#mountain1 {
  transform: translateZ(-2.25px) scale(3.25) translateY(-1vh);
}

#mountain2 {
  transform: translateZ(-2.5px) scale(3.5) translateY(-1vh);
}

#mountain3 {
  transform: translateZ(-3px) scale(4) translateY(-10vh);
  height: 50vh;
}

#mountain4 {
  transform: translateZ(-3.5px) scale(4.5) translateY(-20vh);
  height: 30vh;
}

#sun {
  transform: translateZ(-6px) scale(7) translateY(-25vh);
  height: 25vh;
}

.city2-front {
  width: 100vw;
  height: 30vh;
  position: relative;
  margin-top: -5px;
}

.city-front {
  position: relative;
  margin-top: -5px;
  width: 100vw;
  height: 125vh;
}

.site_name {
  display: inline-block;
  margin: -5px;
}
.img {
	position: flex;
	top:0;
	left: 0;
	width: 100%;
	
}
#handflag{

 height: 650px;
    width: 900px;
	margin-left: 40rem;	
	margin-top: -40rem;
}



	
	
.heli{

 height: 100px;
    width: 200px;
	position:absolute;
margin-top: 36rem;
	margin-left: -50rem;
	margin-bottom: 60rem;
	
	
	animation: marquee 25s  linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(-20%);
    }
    100% {
        transform: translateX(-100%);
    }
	
	
}





/* 
@media only screen and (min-width: 301px) and (max-width: 1200px)  {
	.imbu-helil{

	width:90%;
	min-width: 20px;
  min-height: 10px;
	
    margin-top: -40rem;
	margin-left: 60rem;
	margin-bottom: 60rem;
	z-index:100;
		position:relative;
	animation: marquee 15s  linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
	
	
}
} */

	/* .imbu-helil{ */

	/* width:50%; */
	/* min-width: 20px; */
  /* min-height: 10px; */
	
    /* margin-top: -30rem; */
	/* margin-left: 60rem; */
	/* margin-bottom: 60rem; */
	/* z-index:100; */
		/* position:relative; */
	/* animation: marquee 15s  linear infinite; */
/* } */

/* @keyframes marquee { */
    /* 0% { */
        /* transform: translateX(100%); */
    /* } */
    /* 100% { */
        /* transform: translateX(-100%); */
    /* } */
	
	
/* } */
/* } */

.horse{

margin:auto;
margin-top: 30rem;

position:relative;
display:flex;
width:20%;
z-index:50;
}
#loop{
	display:none;
max-width: 100%;
z-index:-150;
overflow: hidden; 
position: absolute;
margin-top: 80rem;
margin:auto;
display: inline-block;

animation: marquee 10s linear infinite;
}
@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

	
	
		
		
#seco {

  background-size: cover;
 max-height: 100%;
  position: relative;
 max-width: 100%;
  display: absolute;
  justify-content: center;
  align-items: center;
  z-index:-0;
  
  height: 100vh;	
  overflow: hidden; 
  }
  
  

	

#secobg
		{   
	position: absolute;
	max-width: 100vw;
	display: absolute;
	justify-content: center;
    z-index:-150;
	height: 100vh;	
	overflow: hidden; 
	object-fit:absolute;
	margin:auto;
	white-space: nowrap;		
}

		


		
#Home h1 {
  color: white;
  position: absolute;
  font-size: 50px;
  z-index: 2;
  margin-top: 10px;
}


#Mountain1 {
  position: absolute;
  margin-bottom: 106px;
  margin-left: 60px;
  width: 100%;
  pointer-events: none;
}
#Mountain2 {
  width: 100%;
  z-index: 3;
  pointer-events: none;
}
#leftCloud,
#mainCloud,
#rightCloud {
  top: 120px;
  width: 200px;
}
#leftCloud {
  left: 20px;
}
#rightCloud {
  right: 20px;
}
@keyframes loadAnimation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
header nav {
  position: absolute;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  z-index: 4;
  padding: 30px 140px;
  font-size: 22px;
  animation: loadAnimation 2s;
}
header nav span {
  width: 50%;
  padding-right: 60px;
  display: flex;
  justify-content: space-around;
}
header nav span a {
  text-decoration: none;
  position: relative;
}
header nav span a::before {
  content: "";
  background-color: white;
  width: 0%;
  height: 2.5px;
  display: unset;
  position: absolute;
  border-radius: 20px;
  bottom: -5px;
  transition: 0.3s;
}
header nav span a:hover::before {
  width: 100%;
}
#About {
  background-color: #c20772;
  padding: 0px 100px;
  min-height: 100vh;
  font-size: 20px;
}
#About h1 {
  padding-top: 50px;
  font-size: 40px;
}
#About p{
    padding: 30px 0px;
}
.active{
    color: black;
}
.active::before{
    background-color: black;
    width: 100%;
}

/* ************************** */

/* \************************ */































.headlogo {
	padding: 80px;
	position: relative;
  top: 200px;
	width: 100wh;
	left:350px;	
  height: 400px;
align-items: center;


  display: flex;
  justify-content: center;
	
  animation: disapper 8s infinite alternate;
}	


.cloud {
	
	opacity: 100;
	

 top: -320px;
  padding-top:-360px;
  
}




.flag{
	width: 20%;

  position:absolute;
    left: 42%; 
    top: 20%;
    width: 250px;
    height: 400px;
}




canvas {
  display: block;
  vertical-align: bottom;
}

#tsparticles {
  position: flex;
  width: 100%;
  height: 100%;
  z-index: 6000;
}















.marquee-container {
    width: 700%;
    height: 150px; /* Adjust the height as needed */
    overflow: hidden;
	max-width: 100%;
	z-index:-150;
	overflow: hidden; 
	position: absolute;
	bottom: 0px;
	margin:auto;
	  white-space: nowrap;
}

.marquee-content {
    white-space: nowrap;
    animation: marquee 40s linear infinite;
	
}

.marquee-content img {
margin-right: -10px; 
    display: inline-block;
    width: 100%; /* Make sure the image fills the container */
}

@keyframes marquee {
    0% {
        transform: translateX(-280%);
    }
    100% {
        transform: translateX(100%);
    }
}


/* below card flip file */
.ct {
	
	  position: flex;
	display: flex;
    justify-content: center;
}
.slideshow {
	
  position: absolute;
  margin:auto;
  width: 300px;
  height: 380px;
  
  justify-content: center;
  transform-style: preserve-3d;
  perspective: 1000px;
    overflow: hidden;
}

.slideshow .slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: start;
  justify-content: start;
  transform: rotateY(270deg);
  transform-style: preserve-3d;
  animation: animate 20s linear infinite;
  animation-delay: calc(var(--i) * 2s);
}

@keyframes animate {
  0% {
    transform: rotateY(270deg);
  }

  10%,
  100% {
    transform: rotateY(90deg);
  }
}

.slideshow .slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.slideshow .slide h2 {
  position: relative;
  z-index: 1000;
  color: #0088ff;
  top: 80PX;
  font-size: 5em;
  transform: rotateY(180deg) translateY(100px) translateZ(50px);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  font-weight: 800;
}

.slideshow .slide h2 span {
  position: absolute;
  top: 70%;
  left: 90PX;
  font-size: 0.5em;
  font-weight: 500;
  transform: translateZ(50px);
  backface-visibility: hidden;
}




/* Support me */
.links {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-weight: 600;
  font-size: 1em;
  border-radius: 15px;
  background-color: white;
  padding: 5px;
  line-height: 1.3;
  border: 5px black;
  border-style: groove;
}

a {
  text-decoration: none;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

a:hover {
  text-decoration: underline;
}

a img.icon {
  display: inline-block;
  margin-left: 0.4rem;
  height: 30px;
}






/*  animation */


#container {
  color:#ffffff;
  text-transform: uppercase;
  font-size:26px;
  font-weight:bold;
  padding-top:260px;  
  position:relative;
  width:100%;
  left:15px;
  bottom:95%;
  left: -350px;
	margin:center;
    z-index:150;
	
}

#flip {
	  text-align:center;
  height:90px;
  overflow:hidden;
  
}

#flip > div > div {
  color:#fff;
  padding:8px 22px;
  height:58px;
  margin-bottom:45px;
  display:inline-block;

 
}

#flip div:first-child {
  animation: show 5s linear infinite;
}

#flip div div {
  background:#00d435;
   
}
#flip div:first-child div {
  background:#0044ff;
   
}
#flip div:last-child div {
  background:#DC143C;
}

@keyframes show {
  0% {margin-top:-270px;}
  5% {margin-top:-180px;}
  33% {margin-top:-180px;}
  38% {margin-top:-90px;}
  66% {margin-top:-90px;}
  71% {margin-top:0px;}
  99.99% {margin-top:0px;}
  100% {margin-top:-270px;}
}


/* footer */
/* .container-footer{
	
	display:none;
    background-color:black;
    color:#CAD3C8;
    display:flex;
    flex-direction:column;
    margin:0px;
	top:50px;
	
    
} */
/* .mc li{
    line-height:30px;
    list-style-type: none;
}
.container-footer>div{
    padding:5px 40px;
}
.heading{
    display:flex;
    justify-content:space-between;
    align-items: center;
}
.main-cont{
	display:none;
    display:flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.bootom-section{
	
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    height:50px;
    background-color: #2C303A;
    padding:10px;

}
a{
    text-decoration: none;
    color:#CAD3C8;
}
.link{
    gap:15px;
}
.links i{
	position:relative;
    font-size: 25px;
    width:40px;
    height:40px;
    text-align:center;
    line-height: 40px;
    border-radius:50%; 
    color:white;
    transition-property: width , height;
    transition-duration: .5s, .5s;
}
i:hover{
    width:45px;
    height:45px;

}
.fa-facebook{
    background-color: #4267B2;
}
.fa-twitter{
    background-color: #1DA1F2;
}
.fa-instagram{
    background-color: #E1306C;
}
.fa-linkedin{
    background-color: #0077B5; 
}
.fa-youtube{
    background-color: #FF0000;  
}

/* 
 */

new footer) */
.ul {
    margin: 0px;
    padding: 0px;
	
}
.footer-section {


  width: 100%;
  height:100%;
  z-index: -1;
  padding: rem;
  padding-top: -150PX;
  background-color: #353068;
  color: #948f9f;
  font-size: 1.4rem;
  font-weight: 400;
  background: #151414;
  height:100vh;

}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 0px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: relative;
  top: 0;
  left: 0;
  height: 100px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 300px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 35px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}




/* preloaderwebsite */
.wraper{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3b3e3e;
    animation:  up 3s linear 9.8s both;
    position: flex;
    top: 0;

}

.loader{
    height: 6rem;
    width: 28rem;
    /* background-color: black; */
    overflow: hidden;
    /* border: 1px solid red; */
    position: relative;
}
.loader-text{
    position: relative;
    height: 100%;
    width: 100%;
    /* background-color: #dadada; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 10px;
    font-size: 2.3rem;
    color: #71C9CE;
}
.loader-text span::after{
    content: "";
    position: absolute;
    height: 70%;
    top: 15px;
    width: 90%;
    right: 0;
    background-color:#3b3e3e ;
    border-left: 3px solid #71C9CE;
    animation: shows 3s steps(20) both .01s;
}
@keyframes shows {
    10%{
        width: 90%;
    }
    20%{
        width: 80%;
    }
    30%{
        width: 70%;
    }
    40%{
        width: 60%;
    }
    50%{
        width: 50%;
    }
    60%{
        width: 40%;
    }
    70%{
        width: 30%;
    }
    80%{
        width: 20%;
    }
    100%{
        width: 10%;
    }
    /* 100%{
        margin-top: -100px;
    } */
}
.loader-text:nth-child(1){
    transition:1s cubic-bezier(0.19, 1, 0.22, 1);
    animation: topp .8s cubic-bezier(0.19, 1, 0.22, 1) 3.5s both;
}
.loader-text:nth-child(2){
    transition:1s cubic-bezier(0.19, 1, 0.22, 1);
    animation: topp .8s cubic-bezier(0.19, 1, 0.22, 1) 6s both;
}
.loader-text:nth-child(3){
    transition:1s cubic-bezier(0.19, 1, 0.22, 1);
    animation: topp .8s cubic-bezier(0.19, 1, 0.22, 1) 7.5s both;
}
.loader-text:nth-child(4){
    transition:1s cubic-bezier(0.19, 1, 0.22, 1);
    animation: topp .8s cubic-bezier(0.19, 1, 0.22, 1) 8.8s both;
}
.loader-text:nth-child(5){
    transition:1s cubic-bezier(0.19, 1, 0.22, 1);
    animation: topp .8s cubic-bezier(0.19, 1, 0.22, 1) 9.8s both;
}
@keyframes topp {
    to{
        margin-top: -5.8rem;
    }
}
.anim{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 0;
    background-color: #71C9CE;
    animation: mid 1.5s linear 9.8s both;
}
.main{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 0;
    background-color: #ffffff;
    animation:  main 1.9s linear 10.8s both;
}
@keyframes up {
    to{
        transform: translateY(-100%);
    }
}
@keyframes mid {
    to{
        height: 100dvh;
    }
}
@keyframes main {
    to{
        height: 100dvh;
    }
}









/* flag animation position */
#Home {
	background-color: #FFFFfF;
	background-size: cover;
	max-height: 100%;
	position: relative;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
  	height: 100vh;	
	overflow: hidden; }

  
#Home img {
		background-color: #f1221;
		position: absolute;
		bottom: 0px;
		width:auto;
		padding:0;
	
}


.flag{

	position:relative;
    left: 0%; 
    top: 8%;
	width: 250px; /* Set the width of the GIF image */
    height:350px; 
  
}	
.flag img{
	top:-20%;
	width:150%;
}
.cloud{
	opacity:5%;
	top: -20%;
}


       
	
	


/* <mount > */

/* .r-mount_1 */
/* { */
	/* position: absolute; */
    /* width: 1061px; */
    /* height: 936px; */
    /* left: 1190px; */
    /* top: -22px; */
    /* transform: translate3d(0px, 0px, 0px); */
/* } */
/* .l-mount_1{ */
	/* position: absolute; */
    /* width: 1046px; */
    /* height: 936px; */
    /* top: -22px; */
    /* left: -390px; */
    /* transform: translate3d(0px, 0px, 0px); */
	  
/* } */
/* <mount > */
/* <ship> */


/* .col-lg-3{ */
    /* width:100%; */
    /* min-width: 121rem; */
	/* margin-left:-15px; */
	/* bottom:5.5%; */
    /* position: relative; */
    /* min-height: 150%; */
 
    /* background-color: transparent; */
    /* text-align: center; */
	/* z-index:150; */
/* } */
/* .col-lg-3 img { */
    /* max-width: 100%; */
	/* max-height:150%; */
/* } */
/* .img-containerr { */
    /* display: inline-block; */
    /* position: relative; */
	/* height:120%; */
/* } */

</perferct>
/* .mount-home{ */
/* overflow-y: hidden; */
    /* height:610px; */
    /* position: relative; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* z-index: 1000; */
	
	
/* } */
/* .mount-home img { */

	/* width: 100%; */
    /* height: 610px; */
    /* position: absolute; */
    /* object-fit: cover; */
    /* pointer-events: none; */
/* } */
/* .car-home{ */
/* overflow-y: hidden; */
    /* height:610px; */
    /* position: relative; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* z-index: 1000; */
	
	
/* } */
/* .car-home img { */

	/* width: 100%; */
    /* height: 610px; */
    /* position: absolute; */
    /* object-fit: cover; */
    /* pointer-events: none; */
/* } */
/* #ship{ */
	/* display:block; */
	/* position:relative; */
	/* animation: marquee 35s linear infinite; */
	
/* } */
/* @keyframes marquee { */
    /* 0% { transform: translateX(0); } */
    /* 100% { transform: translateX(60%); } */
/* } */
/* @media screen and (min-width: 480px) and (max-width: 740px)  { */


/* } */
/* @media screen and (min-width: 750px) and (max-width: 896px)  { */
/* .mount-home { */
/* overflow-y: hidden; */
/* overflow-x: hidden; */
    /* height:414px; */
    /* position: relative; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* z-index: 1000; */
	
/* } */
/* .mount-home img { */

	/* width: 100%; */
    /* height: 414px; */
    /* position: absolute; */
    /* object-fit: cover; */
    /* pointer-events: none; */
/* } */
/* .car-home { */
/* overflow-y: hidden; */
    /* height:414px; */
    /* position: relative; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* z-index: 1000; */
	
/* } */
/* .car-home img { */

	/* width: 100%; */
    /* height: 414px; */
    /* position: absolute; */
    /* object-fit: cover; */
    /* pointer-events: none; */
/* } */
/* } */
/* @media screen and (min-width: 910px) and (max-width: 1200px)  { */
/* .mount-home { */
	
	/* overflow-x: hidden; */
	/* overflow-y: hidden; */
    /* height:600px; */
    /* position: relative; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* z-index: 1000; */
	
/* } */
/* .mount-home img { */

	/* width: 100%; */
    /* height: 600px; */
    /* position: absolute; */
    /* object-fit: cover; */
    /* pointer-events: none; */
/* } */
/* .car-home { */
	
	/* overflow-x: hidden; */
	/* overflow-y: hidden; */
    /* height:600px; */
    /* position: relative; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* z-index: 1000; */
	
/* } */
/* .car-home img { */

	/* width: 100%; */
    /* height: 600px; */
    /* position: absolute; */
    /* object-fit: cover; */
    /* pointer-events: none; */
/* } */

/* } */

/* @media screen and (min-width: 1910px) and (max-width: 1980px)  { */
/* .mount-home { */
	
	/* overflow-x: hidden; */
	/* overflow-y: hidden; */
    /* height:1000px; */
    /* position: relative; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* z-index: 1000; */
	
/* } */
/* .mount-home img { */

	/* width: 100%; */
    /* height: 1000px; */
    /* position: absolute; */
    /* object-fit: cover; */
    /* pointer-events: none; */
/* } */
/* .car-home { */
	
	/* overflow-x: hidden; */
	/* overflow-y: hidden; */
    /* height:1080px; */
    /* position: relative; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* z-index: 1000; */
	
/* } */
/* .car-home img { */

	/* width: 100%; */
    /* height: 1080px; */
    /* position: absolute; */
    /* object-fit: cover; */
    /* pointer-events: none; */
/* } */

/* } */



#Home {
	background-color: #FFFFfF;
	background-size: cover;
	max-height: 100%;
	position: relative;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
  	height: 100vh;	
	overflow: hidden; }

  
#Home img {
		background-color: #f1221;
		position: absolute;
		bottom: 0px;
		width:auto;
		padding:0;
	
}

.mount-home{
		overflow-x: hidden;
	overflow-y: hidden;
    height:856px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  	height: 100vh;	

	
	
}

.mount-home img {

height:100%;
width:100%;
    position: absolute;
       justify-content: center;
    align-items: center;
    pointer-events: none;
}
.car-home{
		overflow-x: hidden;
	overflow-y: hidden;
    height:856px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  	height: 100vh;	

	
	
}

.car-home img {

height:100%;
width:100%;
    position: absolute;
       justify-content: center;
    align-items: center;
    pointer-events: none;
}
.ind-home{
		overflow-x: hidden;
	overflow-y: hidden;
    height:856px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  	height: 100vh;	

	
	
}

.ind-home img {

height:100%;
width:100%;
    position: absolute;
       justify-content: center;
    align-items: center;
    pointer-events: none;
}

.flag-home{
		overflow-x: hidden;
	overflow-y: hidden;
    height:856px;
    position: relative;
    display: flex;
	left:150px;
    justify-content: laft;
    align-items: center;
    z-index: 1000;
  	height: 100vh;	

	
	
}

.flag-home img {

height:100%;
width:100%;
    position: absolute;
       justify-content: center;
    align-items: center;
    pointer-events: none;
}
#ship{
	display:block;
	position:relative;
	animation: marquee1 35s linear infinite;
	
}
@keyframes marquee1 {
    0% { transform: translateX(0); }
    100% { transform: translateX(60%); }
}



@media only screen and (min-width: 320px) and (orientation: portrait) {

#Home img {
	
		height:100%;
 
}

}
@media only screen and (min-width: 360px) and (orientation: portrait) {
	.flag{
		
		margin-bottom:-10px;
		position:absolute;
		left: 12%; 
		top: 35%;
		width: 300px; /* Set the width of the GIF image */
		height:400px; 
  
}
	.flag img{
	
		width: 300px; /* Set the width of the image */
		height: auto;
		margin-bottom:-80px;
}
	.cloud{
		
		top: -50%;
}
#Home img {
	
		height:100%;
 
}

}
@media only screen and (min-width: 375px) and (orientation: portrait) {
	.flag{
		
		margin-bottom:-10px;
		position:absolute;
		left: 12%; 
		top: 35%;
		width: 300px; /* Set the width of the GIF image */
		height:400px; 
  
}


	.flag img{
	
		width: 300px; /* Set the width of the image */
		height: auto;
		margin-bottom:-80px;
}
	.cloud{
		
		top: -50%;
}
#Home img {
	
		height:100%;
 
}

}
@media only screen and (min-width: 390px) and (orientation: portrait) {
	.flag{
			
		margin-bottom:-10px;
		position:absolute;
		left: 16%; 
		top: 37%;
		 height:360px;
  
}
	.flag img{
	
	display:none;
		
}
	.cloud{
	display:none;
		top: -50%;
}
#Home img {
display:none;
		height:100%;
 
}

}
@media only screen and (min-width: 414px) and (orientation: portrait) {
	.flag{
	
		margin-bottom:-10px;
		position:absolute;
		left: 10%; 
		top: 35%;
		 height:600px;
  
}
	.flag img{
		width: 350px; /* Set the width of the image */
		height: auto;
		margin-bottom:-100px;
}
	.cloud{
		
		top: -50%;
}
#Home img {

		height:100%;
 
}



}
@media only screen and (min-width: 667px) and (orientation: portrait) {	
	.flag{
		
	margin:auto;
		position:relative;
		left: 50%; 
		top: 35%;
		 height:600px;
  
}
	.flag img{
	
		width: 350px; /* Set the width of the image */
		height: auto;
		
}
	.cloud{
		top: -50%;
}
#Home img {
		height:100%;
 
}

}



@media only screen and (max-width: 667px) and (orientation: landscape) {

#home{
	position:relative;
}
  #Home img {
	  
		height:100%;
		width:100%;

}

.feature-card {
	
    width: 200px;
    height: 255px;
    margin: 20px auto;
    margin-top:15rem;
    background-size: cover;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 20px #dfdfdf;
}
.feature-card1 {
    width: 200px;
    height: 255px;
    margin: 20px auto;
    margin-top:15rem;
    background-size: cover;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 20px #dfdfdf;
}
.feature-card-deatails {
    position: absolute;
    bottom: -228px;
    left: 0;
    width: 100%;
    padding: 30px;
    background: rgba(255, 255, 255, 0.6);
    transition: 0.3s ease-in-out;
    font-size: 15px;
    color: #888;
}

.feature-card-tilte {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 0;
    width: 100%;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    padding: 20px;
    background: #fff;
}

.feature-card-tilte h3 {
    font-size: 22px;
    font-weight: 700;
    color: #373737;
}

.feature-card:hover .feature-card-tilte {
    bottom: -67px;
}

.feature-card-deatails i {
    font-size: 35px;
    color: #1d365c;
}

.feature-card-deatails h4 {
    font-size: 20px;
    color: #1d365c;
    margin: 15px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.feature-card-deatails a {
    display: inline-block;
    margin-top: 15px;
    color: #1d365c;
    text-decoration: none;
    font-weight: 700;
}

.feature-card:hover .feature-card-deatails {
    bottom: 0;
}	


}


@media only screen and (max-width: 897px) and (orientation: landscape) {
#home{
	position:relative;
}

  #Home img {
		height:100%;
		width:100%;

}

.flag-home{
	
		overflow-x: hidden;
	overflow-y: hidden;
}

}







@media only screen and (max-width: 780px) and (orientation: landscape) {

#home{
	position:relative;
}
  #Home img {
	  
		height:100%;
		width:100%;

}
.flag-home{
	
		overflow-x: hidden;
	overflow-y: hidden;
}

}


@media only screen and (max-width: 897px) and (orientation: landscape) {
#home{
	position:relative;
}

  #Home img {
		height:100%;
		width:100%;

}

}




@media only screen and (max-width: 932px) and (orientation: landscape) {
		
	#home{
	position:relative;
}
	

  #Home img {
		height:100%;
		width:100%;

}
.flag-home{
		overflow-x: hidden;
	overflow-y: hidden;
}


}



@media only screen and (max-width: 1980px) and (orientation: landscape){
#home{
	position:relative;
}

  #Home img {
		height:100%;
		width:100%;

}
/* .feature-card { */
	
    /* width: 200px; */
    /* height: 255px; */
    /* margin: 20px auto; */
    /* top:-280px; */
    /* background-size: cover; */
    /* overflow: hidden; */
    /* position: relative; */
    /* box-shadow: 0 15px 20px #dfdfdf; */
/* } */
/* .feature-card1 { */
    /* width: 200px; */
    /* height: 255px; */
    /* margin: 20px auto; */
    /* top:-280px; */
    /* background-size: cover; */
    /* overflow: hidden; */
    /* position: relative; */
    /* box-shadow: 0 15px 20px #dfdfdf; */
/* } */



/* a:hover { text-decoration: none } */
/* .feature-card{ */
	/* background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLPioA0ZruBorsD86K48wVnrDcaw7aP8YnoCiWozl1KaY0DuVByCWeEoD8y1ZpY5fAaS20Vye65goHr8eRZ83qdLeBT8fmfS0oBoV-o7Bz5J_Vuy9zKJGgMlZ_eRkpmzAJcbcfJBNj01QNSmWWkj_3p9QO4UQ53cyxQEQaOIy5WJoHmHBRQehxGE4Wco/s16000/11111.JPG'); */
/* } */
/* .feature-card1{ */
	/* background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNdROJt-I-HGjYTq-UADB9E4kOEVHi7FtRjYvVnrF38sBARpxfjyPSFVZYtm8EIEqnKuoADO7eVskcT7zr9Rk8KiN0HlclVWqIPIDwCx4EiQusPiyvcNMom2CnASEvVpA80P2eD9NCW6vkzCyksRQ_I2zw8tjiwV8z5vandlKE21qg4TjaZPeX-RD0wIs/s16000/Untitled-4%20copy.JPG'); */
/* } */
/* .feature-card { */
    /* width: 200px; */
    /* height: 255px; */
    /* margin: 20px auto; */
    /* top:-280px; */
    /* background-size: cover; */
    /* overflow: hidden; */
    /* position: relative; */
    /* box-shadow: 0 15px 20px #dfdfdf; */
/* } */
/* .feature-card1 { */
    /* width: 200px; */
    /* height: 255px; */
    /* margin: 20px auto; */
    /* top:-280px; */
    /* background-size: cover; */
    /* overflow: hidden; */
    /* position: relative; */
    /* box-shadow: 0 15px 20px #dfdfdf; */
/* } */
/* .feature-card-deatails { */
    /* position: absolute; */
    /* bottom: -228px; */
    /* left: 0; */
    /* width: 100%; */
    /* padding: 30px; */
    /* background: rgba(255, 255, 255, 0.6); */
    /* transition: 0.3s ease-in-out; */
    /* font-size: 15px; */
    /* color: #888; */
/* } */

/* .feature-card-tilte { */
    /* position: absolute; */
    /* left: 0; */
    /* text-align: center; */
    /* bottom: 0; */
    /* width: 100%; */
    /* text-transform: uppercase; */
    /* transition: 0.3s ease-in-out; */
    /* padding: 20px; */
    /* background: #fff; */
/* } */

/* .feature-card-tilte h3 { */
    /* font-size: 22px; */
    /* font-weight: 700; */
    /* color: #373737; */
/* } */

/* .feature-card:hover .feature-card-tilte { */
    /* bottom: -67px; */
/* } */

/* .feature-card-deatails i { */
    /* font-size: 35px; */
    /* color: #1d365c; */
/* } */

/* .feature-card-deatails h4 { */
    /* font-size: 20px; */
    /* color: #1d365c; */
    /* margin: 15px 0; */
    /* text-transform: uppercase; */
    /* font-weight: 700; */
/* } */

/* .feature-card-deatails a { */
    /* display: inline-block; */
    /* margin-top: 15px; */
    /* color: #1d365c; */
    /* text-decoration: none; */
    /* font-weight: 700; */
/* } */

/* .feature-card:hover .feature-card-deatails { */
    /* bottom: 0; */
/* }	 */


/* a:hover { text-decoration: none } */
/* .feature-card{ */
	/* background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLPioA0ZruBorsD86K48wVnrDcaw7aP8YnoCiWozl1KaY0DuVByCWeEoD8y1ZpY5fAaS20Vye65goHr8eRZ83qdLeBT8fmfS0oBoV-o7Bz5J_Vuy9zKJGgMlZ_eRkpmzAJcbcfJBNj01QNSmWWkj_3p9QO4UQ53cyxQEQaOIy5WJoHmHBRQehxGE4Wco/s16000/11111.JPG'); */
/* } */
/* .feature-card1{ */
	/* background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNdROJt-I-HGjYTq-UADB9E4kOEVHi7FtRjYvVnrF38sBARpxfjyPSFVZYtm8EIEqnKuoADO7eVskcT7zr9Rk8KiN0HlclVWqIPIDwCx4EiQusPiyvcNMom2CnASEvVpA80P2eD9NCW6vkzCyksRQ_I2zw8tjiwV8z5vandlKE21qg4TjaZPeX-RD0wIs/s16000/Untitled-4%20copy.JPG'); */
/* } */
/* .feature-card { */
    /* width: 200px; */
    /* height: 255px; */
    /* margin: 20px auto; */
    /* top:-280px; */
    /* background-size: cover; */
    /* overflow: hidden; */
    /* position: relative; */
    /* box-shadow: 0 15px 20px #dfdfdf; */
/* } */
/* .feature-card1 { */
    /* width: 200px; */
    /* height: 255px; */
    /* margin: 20px auto; */
    /* top:-280px; */
    /* background-size: cover; */
    /* overflow: hidden; */
    /* position: relative; */
    /* box-shadow: 0 15px 20px #dfdfdf; */
/* } */
/* .feature-card-deatails { */
    /* position: absolute; */
    /* bottom: -228px; */
    /* left: 0; */
    /* width: 100%; */
    /* padding: 30px; */
    /* background: rgba(255, 255, 255, 0.6); */
    /* transition: 0.3s ease-in-out; */
    /* font-size: 15px; */
    /* color: #888; */
/* } */

/* .feature-card-tilte { */
    /* position: absolute; */
    /* left: 0; */
    /* text-align: center; */
    /* bottom: 0; */
    /* width: 100%; */
    /* text-transform: uppercase; */
    /* transition: 0.3s ease-in-out; */
    /* padding: 20px; */
    /* background: #fff; */
/* } */

/* .feature-card-tilte h3 { */
    /* font-size: 22px; */
    /* font-weight: 700; */
    /* color: #373737; */
/* } */

/* .feature-card:hover .feature-card-tilte { */
    /* bottom: -67px; */
/* } */

/* .feature-card-deatails i { */
    /* font-size: 35px; */
    /* color: #1d365c; */
/* } */

/* .feature-card-deatails h4 { */
    /* font-size: 20px; */
    /* color: #1d365c; */
    /* margin: 15px 0; */
    /* text-transform: uppercase; */
    /* font-weight: 700; */
/* } */

/* .feature-card-deatails a { */
    /* display: inline-block; */
    /* margin-top: 15px; */
    /* color: #1d365c; */
    /* text-decoration: none; */
    /* font-weight: 700; */
/* } */

/* .feature-card:hover .feature-card-deatails { */
    /* bottom: 0; */
/* }	 */

body {
	margin: 0;
	padding: 0;
}
.main {
	max-height: 650px;;
	background-color: #292c2f;
	color: white;
	font-size: 38pt;
	text-align: center;
	line-height: 650px;
}
footer{
	position: relative;
	
}
.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;

	padding: 55px 50px;
	margin-top: 0px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

.footer-distributed .footer-left{
	width: 40%;
}

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px ;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}


.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}


.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}


@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}
	.main {
		line-height: normal;
		font-size: auto;
	}

}