/*
    Theme Name: MWD
    Author:  MWD
    Author URL: https://movewith.digital/
    Description: ---- 2024.
    Document   : Framework
    Created on :  Nov 8 2024, 12.50 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;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

*,
*::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(--maincolor);
  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: 400;
}

::-webkit-input-placeholder {
  color:  var(--secondry-color);
  font-family: var(--font-one);
font-weight: 500;
}

::-moz-placeholder {
  color:  var(--secondry-color);
  font-family: var(--font-one);
font-weight: 500;
}

:-ms-input-placeholder {
  color:  var(--secondry-color);
  font-family: var(--font-one);
font-weight: 500;
}

::-ms-input-placeholder {
  color:  var(--secondry-color);
  font-family: var(--font-one);
font-weight: 500;
}

::placeholder {
  color:  var(--secondry-color);
  font-family: var(--font-one);
font-weight: 500;
}

.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: #000;
}

/* div {
    transition: all 0.3s ease-in-out;
} */

a:before {
  transition: all 0.3s ease-in-out;
}

a:after {
  transition: all 0.3s ease-in-out;
}

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.1em;
  color: var(--secondcolor);
  font-weight: 400;
  font-family: var(--font-one);
}

h1 {
  margin: 0;
  padding: 0;
  color: var(--basecolor);
  line-height: 1.2;
  font-size: 5em;
  font-weight: 400;
  font-family: var(--font-one);
}

h2 {
    margin: 0;
    padding: 0;
    color: var(--secondcolor);
    font-size: 2.2em;
    line-height: 1.2;
    font-weight: 300;
    font-family: var(--font-one);
}

h3 {
  margin: 0;
  padding: 0;
  color: var(--maincolor);
  font-size: 2.5em;
  line-height: 1.2;
  font-weight: 300;
  font-family: var(--font-one);
}

h4 {
  margin: 0;
  padding: 0;
  color: #291D1D;
  line-height: 1.3;
  font-size: 2em;
  font-weight: 400;
  font-family: var(--font-one);
}

.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: var(--maincolor);
  overflow: hidden;
}

:root {
  --font-one: "Manrope", sans-serif;
  --btnradius: 40px;
  --div-radius: 25px;
  --sm-radius: 40px;
  --maincolor: #ffffff;
  --textcolor: #101010;
  --secondmaincolor: #292929;
  --secondcolor: #090707;
  --maintext: #1F2F65;
  --basecolor: #000000;
  --commoncolor: #D1202A;
  --textbasecolor: #1E1E1E;
  --offwhite: #DBD9D9;
}
 


/*grid-system-end*/
.container {
    width: 90%;
    margin: 0 auto;
    max-width: 1700px;
}

.small-container{
  width: 85%;
  margin: 0  auto;
  max-width: 1440px;
}
.flex {
  display: flex;
}
.mobile-only {
    display: none;
}

.header-btn a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*Banner section start*/
.banner-img {
    background: url(../img/m-banner.webp) no-repeat center center / cover;
    width: 100%;
    height: 90vh;
    max-height: 900px;
    min-height: 500px;
    border-radius: var(--sm-radius);
    margin: 0 auto;
    
}
/*Banner section end*/

/*Small content section start*/
.small-content{
    width: 90%;
    padding: 100px 0;
    margin: 0 auto;
}

.content{
    width: 100%;
}

/*Small content section end*/

/*Slider section start*/
.slider{
    padding: 0 0 45px 0;
    width: 100%;
}
.slider-head{
    margin: 0 0 22px 0;
    align-items: center;
}
.slider-head a{
    font-size: 1.3em;
    font-weight: 600;
    color: #666;
}
.slider-head .arrow{
    padding: 0 0 0 35px;
    width: 215px;
    height: 7px;
}

.home-only {
    display: none;
}

.bgcolor .home-only {
    display: block;
}
.carousel-cell {
    width: 58%;
    margin-right: 20px; 
      animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
    
}

 
.carousel-cell img{
    border-radius: var(--sm-radius);
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.see-all{
    margin: 50px 0;
    display: block;
}
.see-all a{
    color: #ADADAD;
    font-size: 1.1em;
}
/*Slider section end*/

/*Services section start*/
.services{
    width: 100%;
    background-color: #F3F3F3;
    padding: 200px 0;
}

.services-flex{
    gap: 4em;
    justify-content: center;
}
.left-text{
    width: 30%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;

}
.top-txt b{
    font-size: 2.8em;
    font-weight: 500;
}
.top-txt p{
    font-size: 1.8em;
/*    max-width: 280px;*/
    padding: 10px 0 0 0;
}
.left-text .see-all {
     margin: 0 0; 
}
.right-gallery{
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
    gap: 2em;
}
.each-service{
        width: 30.5%;
}
.each-service img{
    width: 100%;
    height: 185px;
    object-fit: cover;
    border-radius: 20px;
}
.each-service .text {
    padding: 7px 0 0 0;
    font-size: 1.4em;
    font-weight: 400;
}
/*Services section end*/

/*Black section start*/
/*Small content section start*/
.bg-black{
    background-color: var(--basecolor);
    border-radius: var(--sm-radius);
    padding: 60px 0;
}
.bg-black .small-content a{
    color: var(--maincolor);
    font-size: 1.7em;
    font-weight: 400;
}
.bg-black .small-content h1 {
    margin: 10px auto 0 0;
    color: var(--offwhite);
    font-size: 4.6em;
}
.bg-black .small-content h2 {
    margin: 10px auto 0 0;
    color: var(--offwhite);
    font-size: 4.6em;
}
.bg-black .vision a{
  color: var(--offwhite);
}
.bg-black .vision h1{
    white-space: pre;
    margin: 0;
}

.bg-black .vision h2{
    white-space: pre;
    margin: 0;
}
/*Small content section end*/

/*Content-block section start*/
.content-block{
    width: 100%;
    justify-content: space-between;
    padding: 50px 0;
}
.left-content-block{
    width: 57.3%;
    flex-direction: column;
    justify-content: space-between;
}
.left-content-block img{
  width: 100%;
  height: 870px;
  object-fit: cover;
  border-top-right-radius: var(--div-radius);
  border-bottom-right-radius: var(--div-radius);

}
.support{
    flex-direction: column;
    align-items: flex-end;
    margin: 0 0 33px 0;
}
.vertical-line{
    width: 30%;
    height: 110px;
    margin: 0 0 20px 0;
    border-right: 1px solid #d0d0d087; 
}
.read-more{
    color: var(--offwhite);
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 100;
    opacity: .6;
}

.right-content-block{
    width: 37.7%;
}
.right-top-content{
  flex-direction: column;
  justify-content: center;
  padding: 85px;
}
.right-content-block p{
    color: var(--offwhite);
    font-size: 1.4em;
    text-align: left;
    max-width: 320px;
    line-height: 1.7;
    padding: 0 0 30px 0;
/*    margin: 0 auto;*/
}
.right-content-block img{
  width: 100%;
  height: 590px;
  border-top-left-radius: var(--div-radius);
  border-bottom-left-radius: var(--div-radius);
}
/*Content-block section end*/


/*Slider section start*/
.bg-black .slider{
    padding: 30px 0;
    width: 100%;
    margin: 0 auto;
}
.bg-black .carousel-cell{
  width: 100%;
  margin-right: 60px;
}
.bg-black .carousel-cell img{
    border-radius: 30px;
    width: 100%;
    height: 900px;
    object-fit: cover;
}

/*Slider section end*/

/*Text-block section start*/
.text-block{
    width: 100%;
    margin: 120px 0;
}
.text-block-flex{
  justify-content: space-around;
}
.block{
  width: 50%;
  flex-direction: column;
  justify-content: space-between;
}
.text-block p{
    color: var(--offwhite);
    font-size: 1.4em;
    text-align: left;
    max-width: 500px;
    line-height: 1.7;
    padding: 0 0 45px 0;
}

/*Text-block section end*/

/*Black section end*/

/*Footer section start*/
.footer{
    padding: 100px 0;
}
.foot-flex{
  justify-content: space-between;
}
.foot-left{

}
.foot-logo img{
  width: 46%;
}
.copyright{
    gap: 1.4em;
    align-items: center;
    margin: 30px 0;
}
.copyright a{
    color: var(--basecolor);
    font-size: 1.2em;
    font-weight: 400;
}
.copyright .border{
    border: 1px solid var(--basecolor);
    width: 50px;
}
.social-media li{
    margin: 0 10px 0 0;
}
.foot-right{

}
.foot-right ul li{
    margin: 0 0 10px 0;
}
.foot-right ul a{
    color: var(--basecolor);
    font-size: 1.6em;
    font-weight: 400;
}
/*Footer section end*/

/*Footer image section start*/
.foot-img {
    background: url(../img/foot-img.jpg) no-repeat center center / cover;
    width: 100%;
    height: 20vh;
    min-height: 125px;
    border-top-left-radius: var(--sm-radius);
    border-top-right-radius: var(--sm-radius);

}
/*Footer image section start*/


/*Projects section start*/
/*Small content section start*/
.projects .small-content{
    width: 90%;
    margin: 200px auto 0;
    padding: 0 0 0 0;
}
.projects .small-content .container {
    width: 100%;
    border-bottom: 1px solid var(--basecolor);
    padding: 0 0 100px 0;
}
.content{
    width: 100%;
   /* max-width: 1230px;
    margin: 0 auto;*/
}

/*Small content section end*/

/*Menus section start*/
.menu {
  padding: 0;
  margin: 40px 0;
}
.menu li {
   margin-right: 60px;
}
.menu li a {
    text-decoration: none;
    font-size: 1.4em;
    text-transform: uppercase;
    color: #9f9090;
    font-weight: 400;
}
.menu .active a {
  color: #000;
}
        .menu li a:hover {
            color: #000;
        }
/*Menus section end*/

/*Gallery section start*/
.gallery{
    margin: 0 0 100px 0;
}
.gallery-flex{
    flex-wrap: wrap;
    gap: 3em;
}
.card {
  width: 48%;
  margin: 0;
}
li.inner-logo img {
    max-width: 200px;
    margin: 0 30px 0 0;
}
.card img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  border-radius: var(--sm-radius);
}
.card-text a{
    font-size: 1.9em;
    font-weight: 400;
}
.sub-text{
  margin: 0 0 25px 00;
}
.sub-text a{
    font-size: 1.3em;
    margin: 0 0 12px 0;
    color: #aba6a6;
}
.gallery .see-all {
    margin: 70px 0 85px 0;
    text-align: center;
}
/*Gallery section end*/

/*Projects section end*/


/*Projects detailed section start*/

/*Small content section start*/
.detailed .small-content{
  width: 100%;
  padding: 100px 0 90px 0; 
}
.detailed .content{
    justify-content: space-between;
    align-items: flex-end;
    margin: 140px 0 0 0;
}
 
.detailed .content-head{
  width: 66%;
  text-align: left;
}
.detailed .sub-text{
  width: 30%;
  text-align: right;
}
/*Small content section end*/

/*Banner section start*/
.detailed .banner-img {
    background: url(../img/detailed-banner.jpg) no-repeat center center / cover;
    width: 100%;
    height: 90vh;
    max-height: 970px;
    border-radius: var(--sm-radius);
    margin: 0 auto;
}
/*Banner section end*/

/*Info section start*/

.info-flex{
  justify-content: space-between;
}
.left {
  width: 30%;
  text-align: left;
}

.right {
  width: 55%;
}

.info {
  margin: 85px 0;
}
.info .left h2{
  color: #5A5A5A;;
  font-size: 1.9em;
}
.info .left strong{
  color: #000;
}
.info p{
  font-size: 3em;
}
.info .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.info .item span{
    font-size: 1.5em;
    color: #a69f9f;
}

.info .item:last-child {
  border-bottom: none;
}
/*Info section end*/

/*Three block section start*/
.three-block{
      padding: 100px 0 65px 0;
}
.three-card {
    flex-direction: column;
    width: 50%;
    margin: 0;
    padding: 0;
    gap: 4em;
}
.block-flex{
  gap: 4em;
}
.top-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: var(--sm-radius);
}
.btm-img{
  width: 100%;
  height: 750px;
  object-fit: cover;
  border-radius: var(--sm-radius);
}
.card-content {
    padding: 70px 80px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

li.inner-logo a {
    display: flex;
    align-items: center;
}
.mobile-only-logo {
    display: none;
}
.card-content h2{
    font-size: 2.8em;
    font-weight: 400;
}
.card-content p{
    font-size: 1.8em;
    font-weight: 400;
    padding: 25px 0 0 0;
    line-height: 1.3;
}


.card-text {
  font-size: 16px;
  line-height: 1.5;
}
/*Three block section end*/

/*Slider section start*/
.detailed .slider{
    padding: 0 0 65px 0;
    width: 92%;
    margin: 0 auto;
}
.detailed .carousel-cell {
    width: 100%;
    margin-right: 60px;
}
.detailed .carousel-cell img {
    border-radius: 30px;
    width: 100%;
    height: 900px;
    object-fit: cover;
}


/*Slider section end*/

/*Text-block section start*/
.detailed .bg-black {
    width: 92%;
    margin: 0 auto;
}
.detailed .text-block-flex{
    gap: 5em;
    justify-content: space-between;
}
.detailed .block .size{
  font-size: 1.5em;
}
.detailed .block p{
    max-width: 575px;
    color: #fff;
    line-height: 1.5;
    font-weight: 300;
    font-size: 2.5em;
}
.detailed .block .size {
    font-size: 1.4em;
    max-width: 460px;
    color: var(--offwhite);
}
.detailed .text-block {
    padding: 0;
    margin: 40px 0;
}
.detailed .text-block .header-btn {
    display: flex;
    justify-content: flex-start;
    width: auto;
}
.detailed .text-block .header-btn a {
  color: #fff;
  border: 1px solid var(--offwhite);
  color: var(--offwhite);

}
.detailed .block {
    width: 50%;
    flex-direction: column;
}

#services {
      scroll-padding-top: 100px;

}

#aboutus {
      scroll-padding-top: 100px;

}
/*Text-block section end*/

/*Projects detailed section end*/


/*side menu-block section start*/
#slidingPanel {
    position: fixed;
    top: 0;
    right: -350px;
    height: 100%;
    max-width: 350px;
    width: 100%;
    background-color: black;
    color: white;
    transition: right 0.3s ease;
    padding: 20px;
    z-index: 9999;
}

#slidingPanel.open {
    right: 0;
}

#closeBtn {
    background-color: transparent;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-bottom: 20px;
}


.address-flex {
    width: 80%;
    display: block;
    color: #fff;
    padding: 20px 5%;
}

#slidingPanel p {
    color: #fff;
    font-size: 1.2em;
}

.social {
    width: 80%;
    display: block;
    color: #fff;
    padding: 20px 5%;
}

#slidingPanel a {
    color: #fff;
    font-size: 1.1em;
}

#slidingPanel b {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.1em;
}

/*side menu-block section end*/