@font-face {
  font-family: DMSans-Bold;
  src: url(../DM_Sans/DMSans-Bold.ttf);
}

@font-face {
  font-family: DMSans-Regular;
  src: url(../DM_Sans/DMSans-Regular.ttf);
}

@font-face {
  font-family: DMSans-Medium;
  src: url(../DM_Sans/DMSans-Medium.ttf);
}

@font-face {
  font-family: Manrope-Regular;
  src: url(../DM_Sans/Manrope-Regular.ttf);
}

@font-face {
  font-family: New York Extra Large Regular;
  src: url(../DM_Sans/NewYorkExtraLargeRegular.ttf);
}

@font-face {
  font-family: ClashDisplay-Regula;
  src: url(../DM_Sans/ClashDisplay-Regular.otf);
}

body {
  margin: 0%;
  padding: 0%;
  background: #ffffff;
  /*background: url(../Media/bodybg.svg);*/
  /*background: url(../Media/remainingbg1.png);*/
  background: url(../Media/remainingbg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  user-select: none;
}

header {
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  background-color: #eee;
  /*background-image: url("960x360.png");*/
  background-image: url("../Media/bgmmm.webp");
  /* link to fallback static image here */
  background-position: center;
  background-size: cover;
  position: relative;
}

nav {
  display: flex;
  justify-content: space-between;
  /* video opt  */
  /* z-index: 2;
    position: absolute;
    
    top: 0;
    left: 0;
    right: 0; */
  /*margin: 20px 90px 0px 90px;*/
  margin: 40px 90px 0px 90px;
  /*margin: 40px 0px 0px 0px;*/
  /* padding: 0px 90px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

.header-content {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(0deg, rgba(3, 13, 32, 0.7), rgba(3, 13, 32, 0.7));
}

.nav-flex {
  width: 30vw;
  display: flex;
  /* gap: 7vw; */
  justify-content: space-between;
  font-family: DMSans-Regular;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  margin-top: auto;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: auto;
}

@media only screen and (max-width: 670px) {
  .nav-flex {
    gap: 3.8vw;
  }
}

.nav-flex div {
  width: 84px;
  display: flex;
  justify-content: center;
}

.video-container {
  width: 100%;
  height: 100%;
  /* max-height: 540px;
  max-width: 960px; */
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

header:focus {
  outline: none;
}

.video-container:focus {
  outline: none;
}

/*video as background; container element makes it responsive */

.video-bg {
  position: relative;
  /* width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*background: transparent url("../Media/videobg.png") no-repeat;*/
  /*background: transparent url("../Media/adobebg.png") no-repeat;*/
  background-image: url("../Media/bgmmm.webp");
  background-size: cover;
}

video {
  display: block;
  outline: none;
}

nav a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

/*nav a:hover {*/

/*  text-decoration: underline;*/

/*}*/

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.hero-content-container {
  height: calc(100% - 108px);
  width: 100%;
  display: table;
}

.hero-content-subcontainer {
  display: table-cell;
  vertical-align: middle;
}

.hero-header {
  font-family: New York Extra Large Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 62px;
  line-height: 74px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin: auto;
  margin-bottom: 16px;
}

.hero-header-mobile {
  display: none;
}

.hero-subtitle {
  width: 914px;
  /* height: 56px; */
  font-family: DMSans-Regular;
  font-style: normal;
  /*font-weight: 400;*/
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  /* or 156% */
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  margin: auto;
  margin-bottom: 32px;
  overflow: hidden;
}

.actionbutton-homep {
  box-sizing: border-box;
  /* Auto layout */
  font-family: DMSans-Regular;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px 25px;
  gap: 10px;
  width: 151px;
  height: 53px;
  background: #1d65f1;
  border-radius: 57px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height */
  text-align: center;
  margin: auto;
  color: #ffffff;
}

/* hero section ends here  */

/* secon sec starts here  */

.home-middle-sec {
  /* height: 4196px; */
  width: 100%;
  /* background: url(../Media/remainingbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  padding-top: 110px;
}

/* what we do section  */

.first-sec {
  margin: 0px 100px 120px 100px;
}

.wwd-title {
  font-family: New York Extra Large Regular;
  font-style: normal;
  font-weight: 500;
  font-size: 46px;
  line-height: 55px;
  /* identical to box height */
  text-transform: capitalize;
  text-align: center;
  color: #030d20;
  margin: auto;
  margin-bottom: 24px;
}

.wwd-subtitle {
  font-family: DMSans-Regular;
  width: 672px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  /* or 156% */
  text-align: center;
  color: rgba(3, 13, 32, 0.55);
  margin: auto;
  margin-bottom: 40px;
}

.wwd-actionbtn {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px 25px;
  gap: 10px;
  width: 126px;
  height: 53px;
  background: #1d65f1;
  border-radius: 65px;
  font-family: DMSans-Regular;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  margin: auto;
  justify-content: center;
   cursor: pointer;
}

.first-cards {
  /* width: 375px; */
  width: 23vw;
  /* height: 285px; */
  /* height: 223px; */
  height: 279px;
  background: #ffffff;
  box-shadow: 14px 17px 44px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  padding: 30px 30px 37px 30px;
}

.first-card-flex div {
  font-family: "New York Extra Large";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  color: #030d20;
  /*text-align: center;*/
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-left: 20px;
}

.first-card-flex {
  display: flex;
  margin-bottom: 26px;
}

.first-card-text {
  font-family: DMSans-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  /* or 175% */
  color: rgba(3, 13, 32, 0.6);
}

.first-sec-cards {
  display: flex;
  gap: 20px;
  /* flex-wrap: wrap; */
  /* flex-flow: row wrap; */
  flex-direction: row;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: center;
  /* margin-top: 10px; */
}

.card-cover {
  padding-top: 60px;
}

.footer {
  /* height: 495px; */
  background: linear-gradient(0deg, #1859d7, #1859d7),
    linear-gradient(109.83deg, #131313 10%, #000000 99.56%);
  /* padding-top: 100px; */
  overflow: auto;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.footer-title {
  font-family: Manrope-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  /* identical to box height, or 156% */
  /*text-align: center;*/
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}

.footer-subtitle {
  font-family: ClashDisplay-Regula;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  /* identical to box height */
  text-align: left;
  color: #ffffff;
  /*width: 300px;*/
}

.addre {
  width: 413px;
}

.footer-title-cont {
  margin-left: 100px;
  margin-right: 132px;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-title-cont img {
  width: 119px;
  height: 52px;
}

.footer-icons {
  border: 1px solid rgba(255, 255, 255, 0.03);
  font-size: 20px;
  display: flex;
  gap: 36.23px;
  height: 86px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

/* .center {
  display: flex;
  justify-content: center;
  align-items: center;
} */

.copyright {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  /* identical to box height, or 156% */
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 40px;
  margin-bottom: 50px;
}

.contact-us {
  margin: 140px 100px 120px 100px;
  font-family: DMSans-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height */
  color: rgba(3, 13, 32, 0.4);
}

.contact-us input {
  /* width: 375px; */
  font-family: DMSans-Regular;
  width: 20vw;
  font-size: 16px;
  /* height: 60px; */
  background: #ffffff;
  box-shadow: 14px 17px 44px rgba(0, 0, 0, 0.07);
  border-radius: 35px;
  border: none;
  padding: 19px 24px;
  color: rgba(3, 13, 32, 0.4);
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.form-element-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-top-24 {
  margin-top: 24px;
  margin-bottom: 64px;
}

#submitbtn {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px 25px;
  gap: 10px;
  width: 126px;
  height: 53px;
  background: #1d65f1;
  border-radius: 65px;
  font-family: DMSans-Regular;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  margin: auto;
  justify-content: center;
}

.footer-icons svg {
  color: #ffffff;
  background-color: transparent;
}

.brands {
  margin-bottom: 132px;
}

.m-20b {
  margin-bottom: 60px;
}

a {
  color: inherit;
}

/* what make difference */

.different {
  width: 217px;
  font-family: New York Extra Large Regular;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #030d20;
  border-left: 5px solid #5193f5;
  padding-left: 28px;
  /* transition: 0.5s linear; */
}

/* .clarity,
        .Transparency,
        .Cost,
        .Effective,
        .Strategy {
            border-left: 5px solid #5193F5;
        } */

.difference-title {
  height: 94px;
  display: flex;
  align-items: center;
}

.clarity-desk,
.Transparency-desk,
.Cost-desk,
.Effective-desk,
.Strategy-desk {
  display: none;
}

.diff-desk {
  font-family: DMSans-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  /* or 175% */
  color: rgba(3, 13, 32, 0.55);
  transition: 0.5s ease;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
  padding-bottom: 28px;
}

/* .different:hover {
            animation: fade 1s;
        } */

.clarity:hover .clarity-desk {
  display: block;
  animation: fade 1s;
}

.Strategy:hover .Strategy-desk {
  display: block;
  animation: fade 1s;
}

.Effective:hover .Effective-desk {
  display: block;
  animation: fade 1s;
}

.Cost:hover .Cost-desk {
  display: block;
  animation: fade 1s;
}

.Transparency:hover .Transparency-desk {
  display: block;
  animation: fade 1s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.difference-con {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}

.whatmakediff {
  margin: 0px 100px;
  margin-bottom: 100px;
}

.second-sec-texts {
  margin-bottom: 60px;
  margin-top: 110px;
}

/* mobile view hero section */

@media only screen and (max-width: 670px) {
  .addre {
    width: auto;
  }
  .nav-flex {
    display: none;
  }
  nav {
    display: flex;
    justify-content: space-between;
    margin: 20px 20px 0px 20px;
  }
  nav img {
    width: 80px;
    height: 35px;
  }
  .hero-header {
    font-size: 34px;
    line-height: 41px;
    text-align: center;
    letter-spacing: 0.01em;
    width: auto;
    margin-bottom: 16px;
    display: none;
  }
  .hero-header-mobile {
    display: block;
  }
  .hero-subtitle {
    width: auto;
    height: auto;
    margin-bottom: 35px;
    font-size: 17px;
    line-height: 25px;
  }
  .hero-content-subcontainer {
    padding: 0px 20px;
  }
  .actionbutton-homep {
    padding: 12px 25px;
    width: 151px;
    height: 45px;
    font-size: 16px;
    line-height: 21px;
  }
}

/* what we do mobile view  */

@media only screen and (max-width: 670px) {
  .first-card-flex {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
  }
  .first-card-flex div {
    margin-left: 0px;
    font-size: 20px;
    line-height: 24px;
  }
}

/* what makes difference  */

@media only screen and (max-width: 1350px) {
  .different {
    width: 188px;
  }
  .difference-con {
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
    flex-wrap: wrap;
    gap: 14px;
  }
  .first-cards {
    height: 335px;
  }
}

@media only screen and (max-width: 1350px) {
  .different {
    width: 188px;
  }
  .difference-con {
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
    flex-wrap: wrap;
    gap: 14px;
  }
}

@media only screen and (max-width: 670px) {
  .whatmakediff {
    margin: 0px 20px;
    margin-bottom: 70px;
  }
  .difference-con {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-direction: column;
    gap: 14px;
  }
  .different {
    width: 217px;
    font-size: 20px;
    line-height: 24px;
  }
  .contact-us {
    margin: 70px 20px 60px 20px;
  }
  .form-element-cont {
    flex-direction: column;
    gap: 15px;
  }
  .m-top-24 {
    margin-top: 15px;
    margin-bottom: 45px;
  }
  .footer-title-cont img {
    width: 80px;
    height: 35px;
  }
  .footer-title-cont {
    flex-direction: column;
    margin-top: 44px;
    gap: 20px;
    margin: 20px;
    text-align: center;
  }
  .footer-title {
    margin-bottom: 3px;
    text-align: center;
  }
  .footer-subtitle {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }
  .copyright {
    font-size: 10px;
    line-height: 28px;
    /* identical to box height, or 156% */
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #submitbtn {
    border-radius: 65px;
  }
}

.container {
  width: 89%;
  margin: auto;
  height: auto;
}

@media only screen and (max-width: 800px) {
  .container {
    width: 100%;
    margin: auto;
  }
}

#index-form {
  width: 86%;
  margin: auto;
}

@media only screen and (max-width: 1300px) {
  #index-form {
    width: 100%;
    margin: auto;
  }
}

/* navbar mobile */

.three-line {
  font-size: 30px;
  cursor: pointer;
  color: #fff;
}

.mob-nav {
  display: none;
}

@media only screen and (max-width: 600px) {
  .mob-nav {
    display: block;
  }
}

.sidenav {
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 21;
  top: 0;
  left: 0;
  font-family: DMSans-Regular;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  /* padding-top: 60px; */
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 43px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 8px;
  right: 5px;
  font-size: 50px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.pseudo_border {
  position: relative;
  display: inline-block;
}

.pseudo_border:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 10px auto;
  width: 19px;
  height: 4px;
  background: #fff;
  border-radius: 57px;
}
