/*
    Theme Name: MWD
    Author:  MWD
    Author URL: https://movewith.digital/
    Description: ---- 2025.
    Document   : Framework
    Created on :  JAN 11 2025, 12.30 PM
*/

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}


*,
*::before,
*::after {
  box-sizing: inherit;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-size: 100%;
  color: var(--textcolor);
  background: var(--bg-color);
  font-family: var(--font-one);
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-text-size-adjust: none;
  font-weight: 300;
}


::placeholder {
  color:  var(--secondry-color);
  font-family: var(--font-one);
font-weight: 400;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

:focus {
  outline: 0;
}

a,
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #fff;
    font-family: var(--font-one);
}



img {
  border: none;
  max-width: 100%;
}

ul,
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.2;
  font-family: var(--font-one);
}

p {
  margin: 0;
  line-height: 1.3;
  font-size: 1.8em;
  color: var(--text-color-three);
  font-weight: 200;
  font-family: var(--font-two);
  
}

h1 {
  margin: 0;
  padding: 0;
  color: var(--text-color);
  line-height: 0.8;
  font-size: 8em;
  font-weight: 700;
  font-family: var(--font-two);
   
}

h2 {
  margin: 0;
  padding: 0;
  color: var(--text-color);
  font-size: 2.5em;
  line-height: 0.9;
  font-weight: 400;
  font-family: var(--font-one);
}

h3 {
 margin: 0;
  padding: 0;
  color: var(--text-color);
  font-size: 4em;
  line-height: 1;
  font-weight: 400;
  font-family: var(--font-one);
}
h4 {
  margin: 0;
  padding: 0;
  color: var(--text-color-four);
  line-height: 1.1;
  font-size: 3.5em;
  font-weight: 400;
  font-family: var(--font-one);
}

h5 {
 margin: 0;
  padding: 0;
  color: var(--textcolor);
  font-size: 2.6em;
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--font-two);
}

.outer:before,
.outer:after,
.container:after,
.container:before,
.container-full:after,
.container-full:before,
.slider-area:after,
.slider-area:before {
  content: " ";
  display: table;
}

.outer:after,
.container:after,
.container-full:after,
.slider-area:after {
  clear: both;
}

.outer {
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
   background-color: var(--bg-color);
}
 
 
:root {
  --font-one: 'Sansation';
  --font-two: "Roboto", serif;
  --font-three: "Rubik", serif;
  --btnradius: 30px;
  --bg-color: #402630;
  --text-color: #FA7F70;
  --text-color-two: #F9F4E9;
  --text-color-three: #1E1E1E;
  --text-color-four: #D9D9D9;
}

@font-face {
    font-family: 'Sansation';
    src: url('Sansation-Light.woff2') format('woff2'),
        url('Sansation-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sansation';
    src: url('Sansation-Bold.woff2') format('woff2'),
        url('Sansation-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sansation';
    src: url('Sansation-Regular.woff2') format('woff2'),
        url('Sansation-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1600px;
}
.small-container {
  margin: 0 auto;
  width: 90%;
  max-width: 1160px;
}
.navbar .logo { 
    width: 100%;
    padding: 0 0 0 0;
}
.flex {
  display: flex;
}
.banner {
    width: 100%;
/*    background: url(../img/cloud-banner.png) top center/contain;*/

    position: relative;
   
    margin: 200px 0 0 0;
}
.banner-text {
    display: flex;
    align-items: center;
    justify-content: center; 
}
/*
.banner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--bg-color);
}
*/

.banner .left {
    width: 40%;
}
.banner .flex {
    justify-content: center;
    align-items: center;
}
.banner .right {
    width: 51%;
}
.banner .right p {
    font-size: 3em;
    font-family: var(--font-one);
    color: var(--text-color-two);
    font-weight: normal;
    line-height: 1;
    padding: 30px 0 0 0;
}
.shade-bottom {
   width: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 99;
    left: 0;
    right: 0;
}
.shade-top {
   width: 100%;
    position: absolute;
    bottom: -9%;
    overflow: hidden;
    z-index: 99;
    left: 0;
    right: 0;
}
a.btn {
    background-color: var(--text-color);
    padding: 15px 30px;
    color: #FFFFFF;
    border-radius: 50px;
    
}
  .scroll-indicator {
      display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 0;
    right: 100px;
    top: 200px;
    }

    .scroll-text {
      writing-mode: vertical-rl;
      transform: rotate(180deg);
      font-family: Arial, sans-serif;
      font-size: 16px;
      color: #b9a1a6; /* Light pinkish-gray text color */
      letter-spacing: 2px;
    }

    .arrow {
      width: 2px;
      height: 60px;
      background-color: #b9a1a6;
      position: relative;
    }

    .arrow::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      border: 5px solid transparent;
      border-top-color: #b9a1a6; /* Arrowhead color */
    }

    /* Animation */
    .arrow {
      animation: scrollAnim 1.5s infinite ease-in-out;
    }

    @keyframes scrollAnim {
      0% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(10px);
      }
      100% {
        transform: translateY(0);
      }
    }
.concept {
    width: 100%;
    position: relative;
    background: #F9F4E9 url(../img/concept-banner.jpg) top right/cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 300px 0 300px 0;
}
.concept .left {
   width: 60%;
    max-width: 500px;
}
.concept h2 {
    max-width: 400px;
    padding: 0 0 20px 0;
}
.concept p {
    padding: 0 0 40px 0;
}
.concept a {
    color: var(--text-color-three);
    font-family: var(--font-two);
    font-weight: 400;
    font-size: 1.4em;
    display: flex;
    align-items: center;
}
.concept a img {
    margin: 0 0 0 20px;
}
.products {
    width: 100%;
    padding: 200px 0 0 0;
}
.text-sec {
    max-width: 1200px;
}
.product-list-sec {
    width: 100%;
    padding: 100px 0 0 0;
    background: rgb(64,38,48);
background: linear-gradient(180deg, rgba(64,38,48,0) 0%, rgba(22,22,22,0.5046393557422969) 55%, rgba(64,38,48,1) 100%);
}
.product-list-sec .left {
    width: 40%;
}
.product-list-sec .right {
    width: 43%;
}
.product-list-sec p {
    font-weight: 200;
    color: var(--text-color-two);
    padding: 20px 0;
}
.product-list-sec .flex {
     align-items: center;
    margin: 30px 0 0 0;
}
.product-list {
    gap: 10px;
    flex-wrap: wrap;
   
}
.product-list-content {
    width: 48%;
    background-color: var(--text-color-two);
    padding: 35px 60px 35px 30px;
    border-radius: 30px;
    border: 3px solid var(--text-color);
}
.product-list-sec h2 {
    color: var(--text-color-four);
    max-width: 400px;
    line-height: 1.2;
}
.product-list-sec .right .product-list.flex {
    align-items: inherit;
}
.product-list-content.product-list-link {
   background-color: transparent;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.product-list-content h4 {
    font-family: var(--font-two);
    color: #000000;
    font-size: 1.8em;
    font-weight: 300;
} 
a.arrow-btn {
    color: var(--text-color-three);
    font-family: var(--font-two);
    font-weight: 400;
    font-size: 1.4em;
    display: flex;
    align-items: center;
}
.product-list-content a.arrow-btn {
    color: #FFFFFF;
} 
a.arrow-btn img {
    margin: 0 0 0 20px;
}
.gifting .left {
    width: 45%;
}
.gifting .right {
    width: 50%;
    text-align: center;
}
.gifting .flex {
    justify-content: space-between;
}
.gifting a.arrow-btn {
    color: #FFFFFF;
}
.gifting.product-list-sec {
    padding: 0 0 0 0;
}
.form-container {
  background-color: #F9F4E9;
  padding: 60px;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  width: 100%;
  text-align: left;
}



form {
  display: flex;
  flex-direction: column;
    margin: 20px 0 0 0;
}

input,
textarea {
  width: 100%;
    padding: 20px 0 20px 0;
    margin-bottom: 1rem;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    color: #6F6F6F;
    font-size: 1.5em;
    background-color: transparent;
}

textarea {
  resize: none;
}

button {
  background-color: #ff8a72;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 0.75rem;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

button:hover {
  background-color: #ff7159;
}
.contact-sec {
    width: 100%;
    text-align: left;
    padding: 100px 0;
}
.contact-sec .flex {
    gap: 20px;
}
.contact-sec .left {
    background: url(../img/contact-banner.jpg) no-repeat center center/cover;
    border-radius: 50px;
    width: 50%;
    display: flex;
    align-items: end;
}
.contact-sec .right {
    width: 50%;
}
.contact-sec h3 {
    color: var(--bg-color);
}
.contact-sec p {
    font-family: var(--font-one);
    font-weight: 500;
}
.contact-link a {
    width: 100px;
    height: 100px;
    background-color: var(--text-color);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.contact-link a:hover {
    background: var(--bg-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input.sumit-btn:hover {
    background: var(--bg-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-link  {
    display: flex;
    gap: 20px;
    padding: 50px;
}
input.sumit-btn {
    border: 0;
    background-color: var(--text-color);
    padding: 15px 30px;
    color: #FFFFFF;
    border-radius: 50px;
    max-width: 200px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-input {
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 20px 0 0;
}
.logo {
    width: 20%;
}
.services {
    width: 35%;
}
.navigation {
    width: 20%;
}
.address {
    width: 25%;
}
.top-footer strong {
    display: block;
    font-family: var(--font-one);
    color: var(--text-color);
    font-size: 1.4em;
    font-weight: 400;
    padding: 0 0 20px 0;
}
.top-footer a {
    color: #F6F4F0;
    font-size: 1.2em;
    font-weight: 400;
}
.top-footer li {
    margin: 0 0 5px 0;
}
.footer {
    width: 100%;
    padding: 30px 80px 80px 80px;
}
.socail-link ul {
    display: flex;
    gap: 10px;
}
.socail-link {
    padding: 70px 0;
}

.copyright a {
    font-family: var(--font-one);
    color: #F6F4F0;
    font-size: 1em;
}


.copyright p {
    font-family: var(--font-one);
    color: #F6F4F0;
    font-size: 1em;
        padding: 5px 0 0 0;
}
.copyright {
    padding: 0;
    text-align: right;
}
a.arrow-btn:hover img {
    transform: translateX(10px);
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.arrow-btn {
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.arrow-btn img {
     webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#brand-development {
 scroll-margin-top:300px;
}
#contact {
 scroll-margin-top:120px;
}