/****** Common ******/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  display: none;
}

.image-container {
  display: flex;
  justify-content: center;
}

.btn-secondary {
  color: #007bff;
  border: 1px solid #007bff;
  background-color: #ffffff;
  padding: 8px 16px;
  margin: 15px !important;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #007bff;
}

.p1 {
  background-image: url("../img/bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.p1, .p2, .p3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p3 {
  margin: 30px 0 50px 0;
}

.underwork {
  background-color: #d749af;
  background-image: linear-gradient(90deg, #566cec, #d749af 25%, #ff7c51 75%, #f2b14d);
  color: #ffffff;
  text-align: center;
  padding: 15px 0;
  margin: 0 0 20px 0;
  font-size: 1em !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 2em;
}

.wrapper {
  padding: 0 30px !important;
}

.header {
  width: 100%;
  background-color: #ffffff;
  z-index: 999;
}
.header .webview {
  display: block;
}
.header .webview .navbar {
  display: flex !important;
  justify-content: space-between !important;
}

.mobview {
  display: none;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("../img/menu.svg") !important;
  width: 50px;
  height: 50px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #0152a9 !important;
  padding: 50px 0 0 0 !important;
}

.heading {
  font-size: 2em;
  font-weight: 600;
  line-height: 2em;
}

.subheading {
  margin: 20px 0;
}
.subheading h2 {
  color: #0152a9;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 2em;
}
.subheading p {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.default {
  font-size: 1.2em;
  font-weight: normal;
}

.secheading {
  padding-top: 15px;
  font-size: 1.4em;
  font-weight: 800;
}

.btn-default {
  background-color: #007bff;
  padding: 10px 20px;
  font-size: 1.2em;
  color: #ffffff;
  border: 1px solid #6FB5E3;
  text-decoration: none !important;
  border-radius: 5px;
}

.btn-default:hover {
  background-color: #0152a9;
  color: #ffffff;
}

/***** Navbar ********/
nav a {
  display: inline-block !important;
}
nav .nav-link {
  color: #000000;
  font-size: 1.4em;
  font-weight: 600;
  margin-left: 30px;
}
nav .nav-link:hover {
  opacity: 0.5;
}

/***** Landing *******/
.landing {
  height: 70vh;
  padding: 10px 0;
  margin: 10px 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.landing h1 {
  text-align: center;
  margin: 20px 0;
  color: #0152a9;
}
.landing p {
  text-align: center;
  margin: 20px 0;
}
.landing a {
  margin: 20px 0;
}

/************* Works **********/
.works .workblock {
  border-radius: 10px !important;
  padding: 0 !important;
}
.works .workblock .firstwork, .works .workblock .secondwork, .works .workblock .thirdwork {
  padding: 15px;
  position: relative;
  border-radius: 10px !important;
}
.works .workblock .firstwork a img, .works .workblock .secondwork a img, .works .workblock .thirdwork a img {
  width: 100%;
  height: 100%;
}
.works .workblock .workoverlay {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0152a9;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s;
}
.works .workblock .workoverlay-blur {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.works .workblock .workoverlay-blur a {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  background-color: #0152a9;
  color: #ffffff;
  font-size: 1em;
}
.works .workblock .workoverlay > * {
  transform: translateY(20px);
  transition: transform 0.25s;
}
.works .workblock .workoverlay:hover {
  opacity: 1;
}
.works .workblock .workoverlay:hover > * {
  transform: translateY(0);
}

/****** Works Folder *************/
.wbanner {
  height: 350px;
  width: 100%;
  background-image: url("../img/works/mmapp.png");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px !important;
  margin: 15px 0;
}

/************* About me **********/
.aboutme {
  border-radius: 5px;
}
.aboutme p {
  padding-top: 10px;
  line-height: 2em;
  text-align: justify;
}

/********** Contact ********/
.contact {
  background-image: url("../img/footerbg.png");
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0;
  margin: 25px 0;
  background-color: #0152a9;
  color: #ffffff;
  border-radius: 10px;
}
.contact .contactitems {
  display: flex;
}
.contact .contactitems p {
  padding-top: 30px;
  font-size: 1em !important;
}
.contact .contactitems .sociallinks {
  padding-top: 50px;
}
.contact .contactitems .sociallinks a {
  text-decoration: none;
  margin-right: 25px;
  color: #ffffff;
}
.contact .contactitems .sociallinks a img {
  width: 30px;
  height: 30px;
}
.contact .contactitems .sociallinks a:hover {
  color: #000000;
}

/****** Media Queries *****/
@media only screen and (max-width: 768px) {
  .underwork {
    width: 100%;
    font-size: 1em;
  }
  .wrapper {
    padding: 0 !important;
  }
  .header .webview {
    display: none;
  }
  .header .mobview {
    display: block;
  }
  .header .mobview .navbar {
    padding: 10px 0 !important;
  }
  .heading {
    font-size: 1em;
    font-weight: 600;
    line-height: 2em;
  }
  .subheading h2 {
    font-size: 1.2em;
  }
  .secheading {
    font-size: 1em;
    padding-top: 0;
  }
  .default {
    font-size: 1em;
    font-weight: normal;
  }
  /**** Landing *******/
  .landing {
    margin: 25px 0;
    align-items: center !important;
  }
  .landing .landingContent {
    width: 100%;
  }
  .landing .landingContent p {
    line-height: 2em;
  }
  /******* End of Landing ***********/
  /******* About me *******/
  .aboutme {
    padding: 0px !important;
    border: none;
  }
  /****** End of About me *****/
  /****** Contact ********/
  .contact {
    text-align: center !important;
    align-items: center !important;
    padding: 50px 0;
  }
  .contact .contactitems {
    row-gap: 20px;
  }
  .contact .contactitems h2 {
    padding-top: 15px;
    font-size: 1.2em;
  }
  .contact .contactitems p {
    padding-top: 15px;
    font-size: 1em !important;
  }
  .contact .contactitems .sociallinks {
    padding-top: 30px;
  }
  /****** End of Contact ******/
}/*# sourceMappingURL=main.css.map */