/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/



* {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #292727;
}

a {
  color: #149ddd;
  text-decoration: none;
}

a:hover {
  color: #37b3ed;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  color: var(--white);
  transition: 1.5s;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #149ddd;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #2eafec;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  transition: all ease-in-out 0.5s;
  z-index: 9997;
  transition: all 0.5s;
  padding: 0 15px;
  background: #040b14;
  overflow-y: auto;
}
#header .profile img {
  margin: 15px auto;
  display:block ;
  width: 120px;
  border: 8px solid #0772a3;
}
#header .profile h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  -moz-text-align-last: center;
  text-align-last: center;
  font-family: "Poppins", sans-serif;
}
#header .profile h1 a, #header .profile h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .profile .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #212431;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#header .profile .social-links a:hover {
  background: #149ddd;
  color: #fff;
  text-decoration: none;
}

#main {
  margin-left: 300px;
  background-color: var(--dark);
  transition: 1.5s;
}

@media (max-width: 1199px) {
  #header {
    left: -300px;
  }

  #main {
    margin-left: 0;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu {
  padding: 30px 0 0 0;
}
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu > ul > li {
  position:relative ;
  white-space: nowrap;
}
.nav-menu a, .nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #a8a9b4;
  padding: 12px 15px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
}
.nav-menu a i, .nav-menu a:focus i {
  font-size: 24px;
  padding-right: 8px;
  color: #6f7180;
}
.nav-menu a:hover, .nav-menu .active, .nav-menu .active:focus, .nav-menu li:hover > a {
  text-decoration: none;
  color: #fff;
}
.nav-menu a:hover i, .nav-menu .active i, .nav-menu .active:focus i, .nav-menu li:hover > a i {
  color: #149ddd;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  background-color: #133b5c;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 50px;
  cursor: pointer;
}

.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active #header {
  left: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  /* background:url("../img/favicon.png") top center ; */
  background: linear-gradient(to top, rgba(0,0,0,0.7)50%, rgba(0,0,0,0.7)50%), url(../bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#hero:before {
  content: "";
  background: rgba(5, 13, 24, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#hero .hero-container {
  position: relative;
  z-index: 2;
  max-width: calc(100vw - 2px);
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}
#hero p {
  color: #fff;
  margin-bottom: 50px;
  font-size: 26px;
  font-family: "Poppins", sans-serif;

}
#hero p span {
  color: #fff;
  padding-bottom: 4px;
  letter-spacing: 1px;
}

.wrapper {
  width: 200px;
  margin: 0px auto;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.23);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  text-align: center;
}

.btns {
  display: flex;
  margin: 30px 0 20px 0;
}
.btns a {
  position: relative;
  margin: 20px;
  display: block;
  height: 50px;
  width: 150px;
  line-height: 55px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  color: white;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.23);
  overflow: hidden;
}
.btns a {
  background: linear-gradient(90deg, #0162c8, #55e7fc);
}
.btns a:hover{
  background: linear-gradient(90deg, #014c9c, #4ad7ec);
}
.btns a > span {
  position: absolute;
  background: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  pointer-events: none;
  animation: ripples 0.6s linear infinite;
  -webkit-animation: ripples 0.6s linear infinite;
  border-radius: 50px;
  -webkit-border-radius: 50px;


}
@keyframes ripples {
  0% {
    width: 0;
    height: 10px;
    opacity: 0;
  }
  100% {
    width: 500px;
    height: 500px;
    opacity: 0.4;
  }
}


.arrow
{
  position: relative;
  bottom: -2rem;
  left: 50%;
  margin-left:-20px;
  width: 40px;
  height: 40px;
 background-color: none;
 margin-top: 10px ;
 z-index: 5;
}
  .bounce {
    animation: bounce 1.5s infinite;
  }
.fa-arrow-down{
  color: #fff;
  font-size: 22px;
  height: 90px;
}
  
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
  }

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
/* for toggle light/dark mood */
:root{
  --white:#ffff;
  --light:rgb(209, 206, 206);
  --black:rgb(0, 6, 12);
  --dark:rgb(11, 24, 43);  
  --test:rgb(0, 10, 20);  
  --form-bg: rgb(10, 20, 39); 
  --work-box: black;
}
 .light-theme{
  --white:rgb(0, 3, 7);
  --light:rgb(0, 3, 7);
  --black:rgb(232, 232, 233);
  --dark:rgb(245, 245, 245);  
  --test:#fff;   
  --form-bg:rgb(255,255,255);
  --work-box:rgb(172, 171, 171);

} 

section {
  padding: 60px 0;
  overflow: hidden;
  background-color: var(--dark);
  transition: 1.5s;
}

.section-bg {
   background: var(--dark); 
   transition: 1.5s;

}

.section-title {
  padding-bottom: 30px;
  font-weight: bold;
  
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #173b6c;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #149ddd;
  bottom: 0;
  left: 0;
}
.section-title p {
  margin-bottom: 0;
  color: var(--light);
  transition: 1.5s;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{
  border-bottom: 2px solid var(--black);
  transition: 1.5s;
}

@media(max-width:700px){
  .about .section-title:first-of-type{
    padding-right: 0;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 20px;
}
}

.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #173b6c;
}
.about .content ul {
  list-style: none;
  padding: 0;
  color: var(--light);
  transition: 1.5s;
}
.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.about .content ul strong {
  margin-right: 10px;
}
.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #149ddd;
  line-height: 0;
}
.about  p {
  color: var(--light);
  transition: 1.5s;  
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio-mf{
  border-bottom: 2px solid var(--black);
  transition: 1.5s;
}
.work-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
   background-color: var(--black);
   color: var(--light);
  border-radius: 7px;
  box-shadow: 0px 2px 5px var(--work-box);
  transition: 1.5s;
}
.butt .bt1{
  width: 100% !important;
  padding: 7px 30px;
  border-radius: 7px ;
   margin-top: -20px;
  text-align: center;
  z-index: 1000;
  display: flex;
  /* justify-content: space-around; */
}
.butt .bt2{
  padding: 7px 20px !important;
  border-radius: 7px ;
  margin-top: -7px !important;
  background: #0772a3;

}
.butt .bt2:hover{
background-color: #055b83 !important;
}

.butt .bt1 a{
  /* width: 80px !important; */
  margin: auto;
}
.butt i{
  font-size: 20px;
}

.work-img {
  display: block;
  overflow: hidden;
}
.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 1rem 3% 3% 4%;
  height: auto !important;
}

.w-title {
  font-size: 1.2rem;
}
@media(max-width:480px){
  
.work-content {
  height: 170px;
}
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-mf{
  border-bottom: 2px solid var(--black);
  transition: 1.5s;
}
.service-box {
  background: var(--form-bg);
  padding:0 0 2.5rem 0;
  border-radius: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  box-shadow: 0px 2px 5px var(--work-box);
  transition: 1.5s;
}

.service-box .service-ico {
  margin-bottom: 1rem;
  color: #1e1e1e;
}

.service-box .s-title {
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.4rem 0;
}
.service-content{
height: 280px;

}
.service-box .s-description {
  /* color: #4e4e4e; */
  color: var(--light);
  padding: 0 1.3rem;
  transition: 1.5s;

}
/* for tablet screen */
@media(max-width:768px){
  .service-content{
    height: 180px;
  }
};
/* for mobile screen */
@media(max-width:480px){
  .service-content{
    height: 220px;
}
};


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  /* color: #111; */
  color: var(--white);
  transition: 1.5s;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #c3e8fa;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: var(--test);
  color: var(--light);
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgb(0, 0, 0);
  transition: 1.5s;

}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #149ddd;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #149ddd;
}

.testimonialsoon{

  color: var(--light);
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  border-top: 2px solid var(--black);
  padding-bottom: 130px;
  transition: 1.5s;

}
.contact .info {
  padding: 30px;
  background-color: var(--dark);
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  transition: 1.5s;

}
.contact .info i {
  font-size: 20px;
  color: #149ddd;
  float: left;
  width: 44px;
  height: 44px;
  background: #dff3fc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--white);
  transition: 1.5s;

}
.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: var(--light);
  transition: 1.5s;

}
.contact .info .email p {
  padding-top: 5px;
}
.contact .info .social-links {
  padding-left: 60px;
}
.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}
.contact .info .social-links a:hover {
  background: #149ddd;
  color: #fff;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #149ddd;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: var(--form-bg);
  color:var(--white);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  transition: 1.5s;

}
.contact input{
  background:var(--form-bg) ;
  color: var(--white); ;
  transition: 1.5s;

}
.contact input:focus{
  background:var(--form-bg) ;
  color: var(--white);
  transition: 1.5s;

}
.contact textarea{
  background:var(--form-bg) ;
  color: var(--white);
  transition: 1.5s;
}
.contact textarea:focus{
  background:var(--form-bg) ;
  color: var(--white);
  transition: 1.5s;

}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  color: #fff;
  background: #18d26e;
  text-align: center;
  font-weight: 600;
}


.contact .php-email-form .form-group {
  margin-bottom: 15px;
}
.contact .php-email-form label {
  padding-bottom: 8px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #149ddd;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #37b3ed;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background: #f9f9f9;
}
.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #0e2442;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 15px;
  color: #f4f6fd;
  font-size: 14px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 9999;
  background: #040b14;
}
#footer .copyright {
  text-align: center;
  color: #858282;
}
#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #eaebf0;
}
@media (max-width: 1199px) {
  #footer {
    position: static;
    width: auto;
    padding-right: 20px 15px;
  }
}



.nav2{
  position:fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  background-color: rgba(9, 41, 63, 0.932);
  height: 75px;
  top: 0 !important;
  z-index: 1000;
  transition: 1s ease-in-out;
}


.content2 {
  display: flex;
  flex-direction: column;
  margin: auto;
  text-align: center;
  width: 50%;
  transform: translateY(5%);
  transition: .8s ease;
}


.content2 label, .toggle {
  height: 2.8rem;
  border-radius: 100px;
}
.content2 label {
  width: 140px;
  height: 40px;
  background-color: rgba(0,0,0,.1);
  border-radius: 100px;
  position: relative;
  margin: 10px 5px;
  cursor: pointer;
  background-color: rgba(240, 221, 221, 0.404);
}
.toggle {
  position: absolute;
  width:70px;
  height: 40px;
  background-color: #000000;
  box-shadow: 0 2px 15px rgba(0,0,0,.15);
  transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.names {
  font-size: 0.8rem;
  font-weight: bolder;
  width: 95px;
  margin-left: 28px;
  margin-top: 5px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  user-select: none;
}
.names .dark{
  margin-left: -10px;
}



/* -------- Switch Styles ------------*/
[type="checkbox"] {
  display: none;
}
/* Toggle */
[type="checkbox"]:checked + .app .toggle{
  transform: translateX(100%);
  background-color: #fff;
  
}


.tagcloud {
  font-family: 'Poppins', sans-serif;  
  font-size: 1.2rem;
  margin: auto;
  width: 50%;
}
.content-skills{
  color: #31b2ee;
}




/* ripples effect */

.circle {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 255, 255, 0.4);
  position: absolute;
  border-radius: 50%;
  animation: ripple-animation 1.5s infinite ease-out;
}

.circle1 {
  animation-delay: 0s;
}

.circle2 {
  animation-delay: 500ms;
}

.circle3 {
  animation-delay: 1s;
}

@keyframes ripple-animation {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.ripples{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}


.whatsapp-float {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 55px;
  height: 55px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  z-index: 9999;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

.whatsapp-float img {
  width: 32px;
  height: 32px;
}
