/* @font-face {
  font-family: "FreightTextPro";
  src: url("../css/fonts/FreightTextProBook-Regular.eot") format("TrueType");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
} */

/* headers css start  */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Crimson Pro", serif;
}
.navbar-light .icon-one {
  background-image: url(../img/Vector.png);
  position: relative;
  z-index: 999999;
}

.navbar-toggler:focus {
  box-shadow: none;
}
.banner-section {
  background-color: #090d09;
}

.navbar-nav {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.navbar-collapse {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 300px;
  z-index: 9999;
  padding-top: 3.5rem;
  background-color: #fff;
  transition: right 0.3s ease-in-out;
}

.navbar-collapse.show {
  right: 0;
}

.navbar-nav {
  width: 100%;
  text-align: center;
}

.nav-item {
  display: block;
  margin-bottom: 0.5rem;
}
/* headers css  end  */

/* index-page css start  */
.content-section {
  background: #181918;
}

.banner-section h1 {
  font-style: italic;
  font-weight: 500;
  font-size: 86px;
  line-height: 123px;
  color: #ffffff;
}

.banner-p {
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #ffffff;
}

.about-me-main {
  font-weight: 600;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: 7.2px;
  text-transform: uppercase;
  color: #ffffff;
}

.about-me-p {
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #b8babd;
}

.read-more {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  padding: 16px 83px;
  background: #9e8f75;
}

.last-one {
  font-weight: 400;
  font-size: 64px;
  line-height: 48px;
  color: #757975;
}

.last-section {
  background: #ffffff;
}

.contact {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  padding: 16px 83px;
  background: #52524f;
  border: 1px solid #52524f;
}

.navbar-nav .nav-link {
  color: white !important;
}
/* index-page css end */

/* about-page css start */
.subscribe {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  padding: 15px 60px;
  background: rgba(24, 25, 24, 0.5);
  border: 1px solid #52524f;
}

.about-head {
  font-style: italic;
  font-weight: 500;
  font-size: 120px;
  color: #ffffff;
  /* padding: 18% 0px; */
  padding-top: 10%;
}

.about-page {
  background: #181918;
}

.sub-head {
  font-weight: 500;
  font-size: 80px;
  color: #ffffff;
  top: -55px;
  position: relative;
  text-align: end;
}

.dash {
  height: 1px;
  background: #52524f;
}

.about-content {
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  color: #ffffff;
}
/* about-page css end */

h1 {
  display: flex;
  flex-direction: row;
}

.image-text {
  padding: 15% 0px;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 7.2px;
  text-transform: uppercase;
  color: #ffffff;
}
/* .acheivement-css end  */

/* .blog-page css start */

.blogs-content {
  font-weight: 500;
  font-size: 26px;
  line-height: 35px;
  color: #ffffff;
}

.blogs-content-1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  color: #b8babd;
}

.blogs-content-2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  color: #ffffff;
}

svg {
  color: #ffffff;
}
/* .blog-page css end  */

/* .contact-page css start */

.contact-1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  color: #ffffff;
}

.contact-2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #b8babd;
}

input {
  background: #2a2a29;
  border: none;
  height: 85px;
  padding: 15px 30px;
  width: 100%;
  color: #ffffff;
}
a {
  text-decoration: none;
}
.blog-points {
  color: #ffffff;
  font-weight: 600;
}

/* .contact-page css end  */

/* Responsive for all pages css Start  */

@media only screen and (max-width: 768px) {
  /* For mobile: */
  .navbar {
    right: 0px;
  }
  .navbar-collapse {
    background-color: black;
    z-index: 9;
  }
  .left {
    text-align: left;
  }
  /* index-page css start  */
  .mobile-width {
    width: 100%;
  }
  .desktop-one {
    display: none;
  }
  .mobile-position {
    position: absolute;
  }
  .banner-section h1 {
    font-style: italic;
    font-weight: 500;
    font-size: 30px;
    line-height: 41px;
  }
  .mobile-margin1 {
    margin-top: 35%;
  }
  .banner-p {
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
  }
  .mobile-img {
    text-align: center;
  }
  .about-me-main {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 7.2px;
    text-transform: uppercase;
    text-align: center;
  }
  .about-me-p {
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
  }
  .read-more {
    font-size: 16px;
  }
  .mobile-align {
    text-align: center;
  }
  .last-one {
    font-weight: 400;
    font-size: 45px;
    line-height: 46px;
    color: #757975;
    text-align: center;
  }
  .contact {
    font-size: 16px;
  }
  /* index-page css end  */
  /* about-page css start  */
  .about-head {
    font-weight: 500;
    font-size: 40px;
    line-height: 51px;
    text-align: center;
  }
  .sub-head {
    font-weight: 600;
    font-size: 32px !important;
    line-height: 41px;
    text-align: center !important;
    top: -122px;
  }
  .sub-head-blog {
    font-weight: 600;
    font-size: 32px;
    line-height: 41px;
    color: #ffffff;
    padding-top: 16%;
  }
  .about-banner-mobile {
    background-image: url(../img/about-banner-mobile.png);
    height: 350px;
    display: block;
    background-position: center;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.6);
  }
  .about-content {
    font-size: 18px;
    line-height: 35px;
    text-align: center;
  }
  /* about-page css end  */

  /* achievements-page css start  */
  .acheivement-banner-mobile {
    background: url(../img/achievements-banner-mobile.png);
    height: 350px;
    background-position: center;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.6);
  }
  /* achievements-page css end  */

  /* intersts-page css start  */
  .interests-banner-mobile {
    background: url(../img/intrst-banner-mobile.png);
    height: 350px;
    background-position: center;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.6);
  }
  /* intersts-page css end  */

  /* beliefs-page css start  */
  .beliefs-banner-mobile {
    background: url(../img/beliefs-banner-mobile.png);
    height: 350px;
    background-position: center;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.6);
  }
  /* beliefs-page css end  */

  /* media-page css start  */
  .media-banner-mobile {
    background: url(../img/media-banner-mobile.png);
    height: 350px;
    background-position: center;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.6);
  }
  /* media-page css end  */

  /* blog-page css start  */
  .blog-banner-mobile {
    background: url(../img/blogs-banner-mobile.png);
    height: 350px;
    display: block;
    background-position: center;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.6);
  }
  .justify-mobile {
    justify-content: flex-end;
    padding-right: 35px;
  }
  /* blog-page css end */

  /* contact-page css start  */
  .contact-banner-mobile {
    background: url(../img/contact-banner-mobile.png);
    height: 350px;
    background-position: center;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.6);
  }
  .contact-1 {
    font-size: 32px;
    line-height: 40px;
  }
  .contact-2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
  }
  input {
    height: 65px;
  }
  .mobile-margin {
    margin-top: -26% !important;
  }
  .subscribe {
    padding: 10px 40px;
  }
  /* contact-page css end  */
  .blog-points {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .mobile-one {
    display: none;
  }
  .contact-banner {
    background: url(../img/contact-banner.png);
    background-position: center;
    height: 630px;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.6);
  }
  .blog-banner {
    background: url(../img/blogs-banner.png);
    height: 630px;
    background-position: center;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.6);
  }

  /* .media-page css start */
  .media-banner {
    background: url(../img/media-banner.png);
    height: 630px;
    background-position: center;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.6);
  }
  /* .media-page css end  */
  /* .beliefs-page css start */

  .beliefs-banner {
    background: url(../img/beliefs-banner.png);
    height: 630px;
    background-position: center;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.6);
  }
  .about-banner {
    background: url(../img/about-banner.png);
    height: 630px;
    background-position: center;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.6);
  }
  .acheivement-banner {
    background: url(../img/achievements-banner.png);
    height: 630px;
    background-position: center;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.6);
  }
  /* .beliefs-page css end  */

  /* .interest-css start  */
  .interests-banner {
    background: url(../img/intrsts-banner.png);
    height: 630px;
    background-position: center;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.6);
  }
  /* .interest-page css end  */
  .sub-head-blog {
    font-weight: 500;
    font-size: 60px;
    color: #ffffff;
  }
  .blogs-content {
    text-align: left;
    padding: 0 7%;
  }
}
/* Responsive for all pages css Start  */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blogs-content {
    text-align: left;
    padding: 0 0%;
  }
}
