/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*!
THEME: Kross - Creative Portfolio Template
VERSION: 1.0.0
AUTHOR: Themefisher

HOMEPAGE: https://themefisher.com/products/kross-creative-portfolio-template/
DEMO: https://demo.themefisher.com/kross/
GITHUB: https://github.com/themefisher/meghna-onepage-html5-business-template

Get HUGO Version : https://gethugothemes.com/products/kross-hugo-theme/

WEBSITE: https://themefisher.com
TWITTER: https://twitter.com/themefisher
FACEBOOK: https://www.facebook.com/themefisher
*/
/*  typography */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:700|Roboto:400');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@1,700&display=swap');
html{
  scroll-behavior: smooth;
}
body {
  line-height: 1.2;
  font-family: Poppins, 'sans-serif' !important;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #4c4c4c;
}
p,
.paragraph {
  font-weight: 400;
  /* color: #4c4c4c; */
  font-size: 15px;
  line-height: 1.8;
  font-family: '';
}
p-lg,
.paragraph-lg {
  font-size: 22px;
}

h1,
h2,
h3,
h5,
h6 {
  color: #000;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 80px;
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 65px;
  }
}

h2,
.h2 {
  font-size: 60px;
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 50px;
  }
}

h3,
.h3 {
  font-size: 40px;
}

h4,
.h4 {
  font-size: 22px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 14px;
}

/* Button style */
.btn {
  font-size: 22px;
  /* font-family: 'Playfair Display', serif; */
  text-transform: capitalize;
  padding: 16px 44px;
  border-radius: 5px;
  font-weight: 600;
  border: 0;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
}
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}
.btn:active {
  box-shadow: none;
}
.btn-sm {
  font-size: 15px;
  padding: 10px 30px;
}
.btn-xs {
  padding: 5px 10px;
  font-size: 15px;
}

.btn-primary {
  background: #41228e;
  color: #fff;
}
.btn-primary:active {
  background: #542cb7 !important;
}
.btn-primary:hover {
  background: #542cb7;
}
.btn-primary.focus,
.btn-primary.active {
  background: #542cb7 !important;
  box-shadow: none !important;
}

.btn-transparent {
  background: transparent;
  color: #41228e;
  font-weight: bold;
}
.btn-transparent:active,
.btn-transparent:hover {
  color: #41228e;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}
.content-box{
  position: relative;
    top: 3rem;
    right: 14rem;
}
.content-box .btn-1{
  margin-right: 4rem;
  padding: 10px 30px;
  border: none;
  background: rgb(239, 109, 88);;
  color: #fff;
  border-radius: 3px;
}
.content-box a:hover{
  color: #fff;
}

.content-box a{
  color: #fff;
 font-weight: 600;
 font-size: 16px;
}
.content-box a.button{
  padding: 9px 21px;
  background: none;
  font-family: inherit;
  color: yellow;
  font-weight: bold;
  text-shadow: 0 0 20px #fff004;
} 
.content-box .project-details{
  color: #fff;
  padding-top: 30px;
}
.content-box .project-details span{
  font-weight: 700;
  font-size: 19px;
}
.content-box .project-details .email{
  position: relative;
  left: 10rem;
  bottom: 4rem;
}
::-moz-selection {
  background: #542cb7;
  color: #fff;
}

::selection {
  background: #542cb7;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: 0.2s ease;
}
a:focus,
button:focus,
select:focus {
  outline: 0;
}

a.text-dark:hover {
  color: #41228e !important;
}

a:hover {
  color: #41228e;
}

.slick-slide {
  outline: 0;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-title {
  margin-bottom: 80px;
  /* font-family: 'Playfair Display', serif; */
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* overlay */
.overlay {
  position: relative;
}
.overlay::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #41228e !important;
}

.bg-gray {
  background: #eaeaea !important;
}

.text-primary {
  color: #41228e !important;
}

.text-color {
  color: #4c4c4c;
}

.text-dark {
  color: #000 !important;
}

.text-light {
  color: #999999 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.zindex-1 {
  z-index: 1;
}

.rounded-lg {
  border-radius: 15px;
}

.overflow-hidden {
  overflow: hidden;
}





.shadow {
  box-shadow: 0px 18px 39.1px 6.9px rgba(224, 241, 255, 0.34) !important;
}

.bg-dark {
  background-color: #222222 !important;
}

/* icon */
.icon {
  font-size: 45px;
}

.icon-bg {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
}

.icon-light {
  color: #c8d5ef;
}

/* /icon */
/* slick slider */
.slick-dots {
  text-align: center;
  padding-left: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 2px;
}
.slick-dots li.slick-active button {
  background: #fff;
  width: 25px;
}
.slick-dots li button {
  height: 6px;
  width: 12px;
  background: rgba(255, 255, 255, 0.5);
  color: transparent;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.2s ease;
  border: 0;
}

/* /slick slider */
/* form */
.form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #c7c7c7;
  height: 60px;
}
.form-control:focus {
  border-color: #41228e;
  outline: 0;
  box-shadow: none !important;
}

textarea.form-control {
  height: 120px;
}

/* /form */
/* card */
.card {
  border: 0;
}
.card-header {
  border: 0;
}
.card-footer {
  border: 0;
}

/* /card */
.navigation {
  padding: 40px 110px;
  transition: 0.3s ease;
  position: absolute;
  z-index: 1000;
  position: fixed;
  width: 100%;
}
.navigation.nav-bg {
  background-color: #41228e;
  padding: 15px 100px;
}

.portfolio{
  width: 84%;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  vertical-align: middle;
}
section .second{
  width: 84%;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  vertical-align: middle;
  margin-top: 10px;
}
.potfolio-box-4{
  background-image: url(../images/illustrations/portfolio/pic4.png);
}
.potfolio-box-5{
  background-image: url(../images/illustrations/portfolio/pic5.png);
}
.potfolio-box-6{
  background-image: url(../images/illustrations/portfolio/pic6.png);
}
.portfolio-box{
  height: 162px;
  border-radius: 8px;
  width: 22rem;
  background-color: #080d1f;
  background-size: cover;
  background-position: top;
  transition: ease-in-out 12s;
}
.potfolio-box-1{
  background-image: url(../images/illustrations/portfolio/pic1.png);
}
.potfolio-box-2{
  background-image: url(../images/illustrations/portfolio/pic2.png);
}
.potfolio-box-3{
  background-image: url(../images/illustrations/portfolio/pic3.png);
}
.portfolio-box:hover{
  background-position: bottom;
}

@media (max-width: 991px) {
  .navigation.nav-bg {
    padding: 15px 20px;
  }
}
@media (max-width: 991px) {
  .navigation {
    padding: 20px;
    background: #41228e;
  }
}
.detail img.profile{
  display: none;
}
.navbar .nav-item .nav-link {
  font-family: 'Poppins';
  text-transform: uppercase;
  padding: 15px;
  margin-right: 35px;
  font-size: 17px;
}
.navbar .nav-item.active {
  font-weight: bold;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link.btn-2 {
  padding: 13px 17px;
  border-radius: 10px;
  background: rgb(239, 109, 88);
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
}
.navbar-dark .navbar-nav .nav-link.btn-2:hover {
  transition: 0.5s;
  background: rgb(228, 121, 105);
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(239, 109, 88);
}
/* #cursor {
  height: 30px;
  width: 30px;
  /* background: rgb(239, 109, 88); */
/* border: 2px solid rgb(239, 109, 88); */
/* border-radius: 50%;
  position: absolute;
  display: none; */
/* transition-duration: 3ms;
  transition-timing-function: ease-out; */

/* #cursor::after {
  content: '';
  position: absolute;
  left: 9px;
  top: 8.7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgb(239, 109, 88);
} */
.hero-area {
  padding: 300px 0 5px;
  position: relative;
  z-index: 1;
  height: 52rem;
  width: 105vw;
  left: -50px;
}
.hero-area h1 {
  font-family: 'Poppins', sans-serif !important;
  font-size: 60px;
  /* position: absolute; */
  top: -60px;
  left: -30px;
}
.col-lg-11 img {
  position: absolute;
  width: 55%;
  left: 70%;
  top: -121px;
  /* z-index: 12; */
  animation-name: img;
  animation-fill-mode: forwards;
  animation-duration: 3s;
}
.col-lg-11 img.laptop{
  width: 10%;
  left: 60rem;
  animation: updown 3s linear infinite;
}
.col-lg-11 img.rocket{
  width: 15%;
  animation: updown 3s linear infinite;
  position: relative;
  left: 37rem;
  top: -4rem;
}
.col-lg-11 img.monitor{
  width: 12%;
  position: relative;
  top: 110px;
  margin-left: 45px;
}
@keyframes updown{
  0%{
    transform: translateY(-20px);
  }
  50%{
    transform: translateY(20px);
  }
  100%{
    transform: translateY(-20px);
  }
}
@keyframes img {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .hero-area {
    padding: 250px 0 150px;
    overflow: hidden;
  }
}
.hero-area h1 {
  position: relative;
  z-index: 2;
}

.layer {
  position: absolute;
  z-index: 1;
}

#l1 {
  bottom: 0;
  left: 0;
}

#l2 {
  top: 190px;
  left: -250px;
}

#l3 {
  top: 200px;
  left: 40%;
}

#l4 {
  top: 200px;
  right: 40%;
}

#l5 {
  top: 100px;
  right: -150px;
}

#l6 {
  bottom: -20px;
  left: 10%;
}

#l7 {
  bottom: 100px;
  left: 20%;
}

#l8 {
  bottom: 160px;
  right: 45%;
}

#l9 {
  bottom: 100px;
  right: -10px;
}

.layer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* skills */
.progress-wrapper {
  height: 130px;
  overflow: hidden;
}

.wave {
  position: absolute;
  width: 100%;
  height: 100%;
}
.wave::before,
.wave::after {
  content: '';
  position: absolute;
  width: 800px;
  height: 800px;
  bottom: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 45%;
  transform: translateX(-50%) rotate(0);
  -webkit-animation: rotate 6s linear infinite;
  animation: rotate 6s linear infinite;
  z-index: 10;
}
.wave::after {
  border-radius: 47%;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateX(-50%) rotate(0);
  -webkit-animation: rotate 10s linear -5s infinite;
  animation: rotate 10s linear -5s infinite;
  z-index: 20;
}

@-webkit-keyframes rotate {
  50% {
    transform: translateX(-50%) rotate(180deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes rotate {
  50% {
    transform: translateX(-50%) rotate(180deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}
/* /skills */
/* education */
.edu-bg-image {
  position: absolute;
  left: 0;
  top: -300px;
  z-index: -1;
}

/* /education */
/* service */
.hover-bg-primary {
  transition: 0.3s ease;
}
/* .hover-bg-primary:hover {
  background: #41228e;
}
.hover-bg-primary:hover * {
  color: #fff;
} */

.active-bg-primary {
  transition: 0.3s ease;
  /* background: #41228e; */
}
/* .active-bg-primary * {
  color: #fff;
} */

.hover-shadow {
  transition: 0.2s ease;
}
/* .hover-shadow {
  box-shadow: 0px 18px 40px 8px  !important;
} */
.card:hover {
  background-color: #41228e;
  color: #ffffffff;
}
.card-body {
  border: 1px solid#41228e;
  border-radius: 9px;
}
/* /service */
/* portfolio */
.hover-wrapper {
  overflow: hidden;
}
.hover-wrapper img {
  transition: 0.3s ease;
  transform: scale(1.1);
}
.hover-wrapper:hover img {
  transform: scale(1);
}
.hover-wrapper:hover .hover-overlay {
  opacity: 1;
  visibility: visible;
}
.hover-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.hover-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}

/* /portfolio */
/* testimonial */
.testimonial-content strong {
  color: #2bfdff;
  font-weight: normal;
}

.testimonial-bg-shapes .container {
  position: relative;
  z-index: 1;
}
.testimonial-bg-shapes .bg-map {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-bg-shapes .bg-shape-1 {
  position: absolute;
  left: 100px;
  top: -50px;
}
.testimonial-bg-shapes .bg-shape-2 {
  position: absolute;
  right: 150px;
  top: 50px;
}
.testimonial-bg-shapes .bg-shape-3 {
  position: absolute;
  right: 50px;
  top: 200px;
}
.testimonial-bg-shapes .bg-shape-4 {
  position: absolute;
  left: 100px;
  bottom: 200px;
}
.testimonial-bg-shapes .bg-shape-5 {
  position: absolute;
  right: 200px;
  bottom: -50px;
}
img.img-1 {
  width: 40px;
}
img.img-2 {
  width: 40px;
}
/* /testimonial */
/* footer */
.footer-section {
  padding-top: 200px;
}

.section-on-footer {
  margin-bottom: -250px;
}

.shadow-down {
  position: relative;
}
.shadow-down::before {
  position: absolute;
  content: '';
  box-shadow: 0px 0px 80.75px 14.25px rgba(224, 241, 255, 0.34);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

/* /footer */
.card-lg {
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 991px) {
  .card-lg {
    flex-direction: column;
  }
}

blockquote {
  display: inline-block;
  padding: 20px 25px;
  background: #eaeaea;
  border-left: 3px solid #41228e;
  font-style: italic;
  font-size: 22px;
  line-height: 1.7;
}

.content * {
  margin-bottom: 20px;
}
.content strong {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: normal;
  color: #000;
  display: inherit;
  line-height: 1.5;
}

.page-title-alt {
  padding: 350px 0 70px;
}

.border-thick {
  border: 10px solid;
}

.drag-lg-top {
  margin-top: -230px;
}
@media (max-width: 991px) {
  .drag-lg-top {
    margin-top: 0;
  }
}

.page-title-alt .container {
  position: relative;
  z-index: 1;
}
.page-title-alt .bg-shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.page-title-alt .bg-shape-2 {
  position: absolute;
  left: 70px;
  top: 100px;
}
.page-title-alt .bg-shape-3 {
  position: absolute;
  left: 30%;
  top: 50px;
  transform: rotate(180deg);
}
.page-title-alt .bg-shape-4 {
  position: absolute;
  left: 100px;
  bottom: 100px;
}
.page-title-alt .bg-shape-5 {
  position: absolute;
  left: 40%;
  bottom: -25px;
}
.page-title-alt .bg-shape-6 {
  position: absolute;
  bottom: 100px;
  right: -100px;
}

.page-title {
  padding: 250px 0 150px;
}
.page-title .container {
  position: relative;
  z-index: 1;
}
.page-title .bg-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.page-title .bg-shape-2 {
  position: absolute;
  left: -20px;
  top: -10px;
}
.page-title .bg-shape-3 {
  position: absolute;
  left: 10%;
  top: 100px;
}
.page-title .bg-shape-4 {
  position: absolute;
  left: 50%;
  top: -20px;
}
.page-title .bg-shape-5 {
  position: absolute;
  left: 90px;
  bottom: -50px;
  transform: rotate(180deg);
}
.page-title .bg-shape-6 {
  position: absolute;
  right: 20%;
  bottom: -20px;
}
.page-title .bg-shape-7 {
  position: absolute;
  right: -220px;
  bottom: -100px;
}

.filter-controls li {
  cursor: pointer;
}
.filter-controls li.active {
  font-weight: bold;
}
.main{
  top: -8rem;
}
/*# sourceMappingURL=style.css.map */
.main {
  display: flex;
  /* font-family: 'Ubuntu', sans-serif; */
  margin-left: 0vw;
  margin-top: 52px;
  animation-name: detail;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
  line-height: 6.6em;
  position: absolute;
}
@keyframes detail {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main .text {
  position: relative;
  margin-top: -46px;
  color: #fff;
  font-weight: 500;
  font-size: 50px;
  right: 17rem;
  font-family: Poppins ;
}
.main .option {
    height: 90px;
    line-height: 90px;
    overflow: hidden;
    top: 7.4rem;
    position: relative;
    right: 32rem;
}
.option li {
  list-style: none;
  color: rgb(228, 121, 105);
  font-size: 61px;
  font-weight: 500;
  position: relative;
  top: 0;
  animation: slide 12s steps(4) infinite;
  font-family: Poppins;
}
@keyframes slide {
  100% {
    top: -360px;
  }
}

.list-unstyled {
  color: rgb(239, 109, 88);
}
.option li span {
  position: relative;
  margin: 5px 0;
  line-height: 90px;
  font-family: 'Roboto Condensed', sans-serif;
}
.option li span:after {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  width: 105%;
  height: 113%;
  background: rgb(54, 25, 127);
  border-left: 2px solid rgb(228, 121, 105);
  animation: typing 3s steps(10) infinite;
}
@keyframes typing {
  40%,
  60% {
    left: calc(100% + 5px);
  }
  100% {
    left: 0;
  }
}


.list {
  font-size: 26px;
  display: flex;
  justify-content: center;
  gap: 50px;
  top: 1rem;
  right: 43rem;
}
 ul li a i:hover{
  /* font-size: 30px; */
  transform: scale(1.5);
  transition: 0.2s ease-out;
  color: rgb(228, 121, 105);
}
ul li a img:hover{
  transform: scale(1.5);
  transition: 0.2s ease-out;
}
.custom-shape-divider-bottom-1643783974 {
  position: absolute;
  bottom: -67px;
  left: 0px;
  width: 103%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1643783974 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 163px;
}

.custom-shape-divider-bottom-1643783974 .shape-fill {
  fill: #ffffff;
}
.navbar-brand {
  animation-name: logo;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  font-family: 'Ubuntu', sans-serif;
}
@keyframes logo {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 7vw;
  }
}

@media (max-width:1560px){
  .main{
    width: 100%;
    left: 12rem;
  }
  .content-box {
    right: 3rem;
}
.list {
  right: 27rem;
}
.col-lg-11 img {
  width: 55%;
  left: 59%;
  top: -130px;
}
.col-lg-11 img.rocket {
  left: 29rem;
  top: -6rem;
}
.col-lg-11 img.laptop {
  width: 10%;
  left: 53rem;
}
}
@media (max-width: 1600px) {
  .navbar-brand {
    position: relative;
    right: 80px;
  }
}
@media (max-width: 1430px) {
  .navbar-brand {
    position: relative;
    right: 140px;
  }
}

@media (max-width:1433px) {
  .main .text {
    right: 12rem;
}
.col-lg-11 img.laptop{
  left: 51rem;
}
.content-box{
  right: -0.5rem;
}
.main{
  left: 10rem;
    bottom: -14rem;
}
.main .option {
  right: 27rem;
  bottom: 2.3rem;
}

.col-lg-11 img {
  position: absolute;
  width: 45%;
  left: 40rem;
  top: -9rem;
}
}
@media (max-width:1122px) {
  .main{
    left: 20rem;
  }
}
@media(max-width:1115px){
  .col-lg-11 img {
    width: 66%;
}
.main {
  margin-left: -14rem;
}
}
  .navbar-nav {
    position: relative;
    left: 45px;
  }
  .navbar-brand {
    position: relative;
    right: 110px;
  }
  .main {
    margin-top: 90px;
    line-height: 5.6em;
    position: absolute;
  }
  
  .option li {
    font-size: 53px;
  }

@media (max-width: 1200px) {
  .col-lg-11 img {
    width: 48%;
    left: 35rem;
    top: -8rem;
  }
  .col-lg-11 img.laptop{
    left: 45rem;
  }
  .col-lg-11 img.rocket {
    left: 26rem;
}
  .list{
    right: 22rem;
  }
  .main {
    margin-left: -9rem;
    margin-top: 90px;
    line-height: 5.6em;
    position: absolute;
  }
  .navbar-nav {
    position: relative;
    left: 95px;
  }
  .main .text {
    position: relative;
    margin-top: -46px;
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    right: 28px;
  }
  .option li {
    font-size: 43px;
  }
  .ps-4 {
    right: -62px;
    position: relative;
  }
  .ps-6 {
    position: relative;
    right: 50px;
  }
  .ps-3 {
    left: 50px;
  }
  .ps-6 {
    left: 5px;
  }
  .main .option {
    line-height: 92px;
    margin-top: 117px;
    right: 16rem;
    top: 0rem;
  }
}
@media (max-width:1122px){
  .main {
    margin-left: -19rem;
    margin-top: 90px;
    line-height: 5.6em;
    position: absolute;
}
}
@media (max-width: 1060px) {
  .navbar-brand {
    position: relative;
    right: 150px;
  }
}
/* @media (max-width: 1000px) {
  .col-lg-11 img {
    width: 65%;
  }
} */
@media screen and (max-width:1115px) {
  .content-box {
    right: -1.5rem;
}
}
@media (max-width: 991px) {
  .navbar-brand {
    position: relative;
    right: 40px;
  }
  section .box{
    position: relative;
    top: 10rem;
    margin-bottom: 8rem;
  }
  .navbar-nav {
    /* position: relative; */
    left: 0;
  }
  .ps-2 {
    position: absolute;
    left: -3vh;
  }
  .ps-3 {
    position: absolute;
    top: 51px;
    left: 2px;
  }
  .ps-4 {
    position: relative;
    left: 345px;
    bottom: 40px;
  }
  .ps-5 {
    position: relative;
    top: 153px;
    right: 153px;
  }
  .ps-6 {
    position: relative;
    top: 155px;
    left: -186px;
  }
  .services {
    top: 120px;
  }
  .main {
    margin-top: 45px;
    margin-left: -5rem;
}
.content-box {
  right: -12rem;
  top: 10rem;
}
.list {
  right: 2rem;
  top: 10rem;
}
.main .option {
  right: 16rem;
  top: 0rem;
}
.option li {
  font-size: 38px;
}
  .col-lg-11 img {
    display: none;
  }
  .hero-area {
    width: 106vw;
  }
}
.ps-3 {
  position: absolute;
}
@media (max-width: 766px) {
  .main {
    margin-top: 137px;
    margin-left: -12rem;
}
.list {
  font-size: 33px;
  margin-left: -1rem !important;
  margin-top: 5rem !important;
}
.content-box {
  right: -5rem;
  top: 15rem;
}
  .main .text {
    font-size: 37px;
  }
  .main .option {
    position: relative;
    right: 13rem;
  }
  .option li {
    font-size: 30px;
  }
  .col-lg-11 img {
    width: 55vh;
    left: 11vw;
    top: 20vh;
  }
  .hero-area {
    height: 100%;
  }
  .layer-bg img {
    height: 101vh;
  }
  .layer {
    display: none;
  }
  .ps-1 {
    margin-left: -290px;
  }
  .ps-2 {
    position: absolute;
    left: 243px;
    top: -123px;
  }
  .ps-3 {
    left: -3px;
    top: 78px;
  }
  .ps-4 {
    position: relative;
    left: 538px;
    bottom: 8px;
  }
  .ps-5 {
    position: absolute;
    top: 200px;
    left: -600px;
  }
  section .photoshop {
    top: 393px;
    left: 217px;
  }
  .ps-6 {
    top: 210px;
    margin-left: -18px;
  }
  }
  section.services {
    top: 200px;
  }
  section.portfolio {
    margin-top: 100px;
  }
  section.portfolio .heading {
    font-size: 30px;
  }
  section.testimonial .heading-1 {
    font-family: inherit;
    font-size: 44px;
  }
  section.contact .heading-2 {
    font-family: inherit;
    font-size: 44px;  
  }
  section.services .heading-3 {
    font-family: inherit;
    font-size: 44px;
  }
  section.tools .heading-4 {
    font-size: 44px;
    font-family: inherit;
    margin-right: 3rem;
  }
  section.skills .heading-5 {
    font-size: 44px;
    font-family: inherit;
  }

  @media screen and (max-width:765px) {
    .portfolio{
      flex-direction: column;
    }
    section .second{
      flex-direction: column;
    }
  }
@media (max-width: 575px) {
  .ps-1 {
    margin-left: 8px;
  }
  .ps-2 {
    position: relative;
    left: -36px;
    top: 25px;
  }
  .ps-3 {
    left: -19px;
    top: 64px;
    position: relative;
  }
  .ps-4 {
    /* position: relative; */
    left: 410px;
    bottom: -25px;
  }
  .ps-5 {
    position: absolute;
    top: 431px;
    right: -147px;
  }
  .ps-6 {
    position: absolute;
    top: 605px;
    margin-left: -416px;
  }
  section.services {
    top: 330px;
  }
  section.portfolio {
    margin-top: 300px;
  }
  section .box {
    
    top: 20rem;
    margin-bottom: 18rem;
}
  .main {
    margin-left: -7rem;
  }
  .hero-area {
    width: 130vw;
  }
  .col-lg-11 img {
    width: 45vh;
    left: 14vw;
    top: 25vh;
  }
  .main .text {
    font-size: 34px;
  }
  .main .option {
    margin-left: -3rem;
    margin-top: 121px;
  }
  .option li {
    font-size: 35px;
    margin-left: 58px;
    top: -5px;
  }
  .col-lg-11 img {
    width: 42vh;
    left: 25vw;
    top: 25vh;
  }
}
@media screen and (max-width:571px) {
  .content-box {
    right: -11rem;
}
}
@media (max-width: 500px) {
  .main {
    margin-top: 200px;
    margin-left: -10rem;
  }
  .detail img.profile{
    display: block;
    position: absolute;
    top: -7rem;
    width: 100px;
    left: 38%;
  }
  .content-box {
    right: -7rem;
}
  .main .text {
    line-height: 2em;
    font-size: 33px;
  }
  .main .option {
    margin-top: 75.9px;
    line-height: 0px;
  }
  .option li {
    font-size: 33px;
    /* margin-left: 80px; */
    /* top: -7px;
    /* top: -7px; */
  }
  .col-lg-11 img {
    width: 34vh;
    left: 26vw;
    top: 18vh;
  }
  .layer-bg img {
    height: 108vh;
  }
  img.img-1 {
    width: 30px;
  }
  img.img-2 {
    width: 30px;
  }
  .font-secondary {
    font-size: 17px;
  }
}
.services .head-1,
.services .head-2,
.services .head-3 {
  font-weight: bold;
  position: relative;
  top: 12px;
}
@media (max-width: 450px) {
  .testimonial-bg-shapes .bg-shape-4 {
    display: none;
  }
}
@media screen and (max-width:390px) {
  .detail img.profile {
    top: -5rem;
}
}
@media screen and (max-width:393px) {
  .main {
    margin-top: 155px;
    margin-left: -13rem;
}
.main .text {
  font-size: 31px;
}
.main .option {
  margin-top: 64.9px;
}
.content-box {
  right: -4rem;
} 
}
@media (max-width: 390px) {
  ul.list {
    font-size: 26px;
    margin-left: -1rem !important;
  }
  .content-box a.button{
    margin-left: -2rem;
  }
  .main {
    margin-left: -13rem;
    margin-top: 14rem;
}
  .main .text {
    font-size: 30px;
  }
  .option li {
    font-size: 26px;
    margin-top: -2px;
  }
  .main .option {
    margin-left: -42px;
    margin-top: 64.9px;
}
.content-box {
  right: -4rem;
}
  .col-lg-11 img {
    width: 33vh;
    left: 18vw;
    top: 20vh;
  }
}
@media screen and (max-width:370px) {
  .main {
    margin-left: -13rem;
    margin-top: 11rem;
}
.layer-bg img{
  height: 200vh;
}
}
@media (max-width: 375px) {
  .col-lg-11 img {
    width: 35vh;
    left: 24vw;
    top: 20vh;
  }
  .main .option {
    margin-left: -32px;
    margin-top: 104.9px;
}
  .main .text {
    font-size: 28px;
    top: 3rem;
}
}
@media screen and (max-width:320px) {
  ul.list {
    font-size: 26px;
    margin-left: 4rem !important;
}
}
@media (max-width: 280px) {
  .option li {
    font-size: 19px;
    margin-top: -3px;
  }
  .main {
    margin-top: 38px;
  }
  .main .option {
    margin-left: -203px;
    margin-top: 15.9px;
  }
  .option li {
    font-size: 19px;
    margin-top: -3px;
  }
  .main {
    margin-left: 44vw;
  }
  .main .text {
    font-size: 20px;
  }
  .option li span:after {
    height: 130%;
  }
}

/* @media (max-width: 768px) {
  .list {
    font-size: 33px;
    margin-left: 5rem !important;
    margin-top: -3rem !important;
  }
} */
@media screen and (max-width:1426px) {
  .col-lg-11 img.monitor {
    width: 12%;
    position: relative;
    top: 22px;
    margin-left: 23px;
}
}
@media screen and (max-width:340px) {
  .detail img.profile {
    display: block;
    position: absolute;
    top: -3rem;
    width: 100px;
    left: 58%;
}
.main {
  margin-left: -13rem;
  margin-top: 11rem;
}
.main .text {
  font-size: 20px;
  top: 5rem;
}
.main .option {
  margin-left: 8px;
  margin-top: 96.9px;
}
.option li {
  font-size: 24px;
  margin-top: -2px;
}
.content-box .project-details .email {
  position: relative;
  left: inherit;
  bottom: initial;
}
.content-box a.button{
  right: 2rem;
}
ul.list {
  font-size: 26px;
  margin-left: 1rem !important;
  top: 13rem;
}
}


