/*
* ----------------------------------------------------------------------------------------
Author       : ThemeFusionBD
Template Name: JIBON Personal Portfolio Template
Version      : 1.0
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
01.GLOBAL CSS STYLE
02.PRELOADER & BOUNCE CCS STYLE
03.HOMEPAGE CSS STYLE
04.ABOUT CSS STYLE
05.SERVICE CSS STYLE
06.QUOTES AREA
07.WORK CSS STYLE
08.TESTIMONIAL CSS STYLE
09.CONTACT CSS STYLE
10.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  height: 100%;
  font-family: "Open Sans", sans-serif;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1 0 auto;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

img {
  width: 100%;
  height: auto;
}

svg.icon {
  display: inline-block;
  height: 1em;
  width: auto;
  vertical-align: -0.125em;
}

.social-links ul li a svg {
  font-size: 16px;
}

.single-service svg {
  font-size: 60px;
  margin-bottom: 10px;
}

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

a:focus {
  outline: none;
  text-decoration: none;
}

p {
  line-height: 30px;
  color: #444;
}

ul,
li {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
}

.no-padding {
  padding: 0;
}

.section-padding {
  padding: 80px 0px;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  margin-top: 0;
  font-weight: 800;
}

.section-title p {
  font-weight: 300;
}

a.read-more {
  display: inline-block;
  background: #0b858d;
  color: #fff;
  padding: 12px 16px;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

a.read-more:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

.preloader {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

.status-mes {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -26px 0 0 -26px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 2px solid #2f3744;
  border-right: 2px solid #2f3744;
  border-bottom: 2px solid #2f3744;
  border-left: 3px solid #000;
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 10000;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-area {
  height: 100vh;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.welcome-image-area {
  position: relative;
  height: 100%;
  z-index: 1;
  background: url(../images/bg/intro-bg.webp);
  background-size: cover;
}

.welcome-image-area:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* .header-text {} */

.welcome-image-area h2 {
  color: #fff;
  font-size: 68px;
  letter-spacing: 5px;
  margin: 0;
  text-transform: capitalize;
  letter-spacing: 15px;
  margin-bottom: 15px;
}
.welcome-image-area p {
  font-size: 22px;
  color: #fff;
  margin-bottom: 45px;
}
a.home-btn {
  display: inline-block;
  color: #fff;
  background: transparent;
  padding: 10px 25px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.error-page .home-btn {
  color: #2f3744;
  border-color: #2f3744;
}
.error-page .home-btn:hover {
  background: #2f3744;
  color: #fff;
}
.header-top-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.logo {
  padding-top: 28px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.logo a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: 900;
  font-size: 18px;
}

.mainmenu .navbar-nav li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 30px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}
.mainmenu .navbar-nav li.active a {
  color: #c6c6c6;
}

.mainmenu .navbar-nav li a:hover {
  background: none;
  color: #c6c6c6;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
  background: none;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar {
  margin: 0;
}

.menu-bg {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #2f3744;
}

.menu-bg .logo {
  padding-top: 18px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.menu-bg .mainmenu .navbar-nav li a {
  color: #fff;
  padding: 20px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-bg .mainmenu .navbar-nav li.active a {
  color: #c6c6c6;
}

.menu-bg .mainmenu .navbar-nav li a:hover {
  color: #c6c6c6;
}

/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.about-area {
}
.about-up-text {
  margin-bottom: 65px;
}
.about-up-text h3 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-up-text p {
  font-size: 16px;
}
.about-details {
  background: #f2f2f1;
}
.no-gutter {
  padding-left: 0px;
}

.about-text {
  margin-top: 30px;
}

.about-text h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 800;
}

.social-links {
  margin-top: 35px;
}

.social-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.social-links ul li {
  display: inline-block;
  margin: 0px 10px;
}

.social-links ul li a {
  display: block;
  color: #111;
  font-size: 16px;
  padding: 5px 12px;
  border: 2px solid #444;
  margin-bottom: 10px;
}

.social-links ul li a:hover {
  color: #333;
}

/*-----------------------------------
*        QUOTES AREA
*-------------------------------------*/

/*
* ----------------------------------------------------------------------------------------
* 05.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.services-area {
  background: #f9f9f9;
}

.single-service {
  margin-top: 80px;
}

.single-service h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 4px;
  margin: 20px 0px;
}

.single-service p {
  line-height: 25px;
}

/*
* ----------------------------------------------------------------------------------------
* 06.WORK CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.work {
  display: grid;
  margin: 80px auto;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  /* grid-template-columns: repeat(2, minmax(320px, 1fr)); */
  /* grid-template-columns: repeat(2, 1fr); */
  grid-gap: 2rem;
  /* margin: 0 2rem; */
}

.work-inner .mix {
  display: none;
}

ul.work {
  padding: 0;
  list-style: none;
  margin-top: 30px;
  margin-left: 8px;
  text-align: center;
}

ul.work li {
  display: inline-block;
  margin: 0 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #444;
  border: none;
  cursor: pointer;
  font-size: 12px;
}
ul.work li.active {
  position: relative;
}
ul.work li.active:before {
  position: absolute;
  content: "";
  background: #111;
  left: 0;
  bottom: 11px;
  height: 1px;
  width: 100%;
}
ul.work li:hover {
  color: #000;
  border: none;
}

ul.work li.active {
  border: none;
  color: #000;
}

.work .item {
  margin-top: 30px;
  position: relative;
}

.work .item img {
  width: 100%;
  max-width: 345px;
}

.item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.works {
  position: relative;
}

.work-link {
  font-weight: 800;
  color: #6283e5;
}

.work-title {
  left: 35px;
  position: absolute;
  top: 40px;
  z-index: 1;
  background-color: black;
  opacity: 0.8;
  filter: alpha(opacity=30);
  padding: 5px;
}

.work-title:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.work-title h4 {
  font-size: 20px;
  color: white;
  font-weight: 800;
}
.work-title h4 span {
  font-size: 12px;
  display: block;
  margin-top: 6px;
  font-weight: 600;
}
.item:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*===============================================
	Contact Form
===============================================*/

/* .contact-me-area {
  background-color: #f9f9f9;
} */

.contact-form {
  position: relative;
  margin-top: 55px;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.form-control {
  padding: 12px 2px;
  height: auto;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  border-bottom: solid 2px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  background: transparent;
}
textarea.form-control {
  resize: vertical;
}
.form-control:focus {
  border-color: #202020;
}

.btn {
  margin-top: 15px;
  line-height: 1em;
  background: transparent;
  font-weight: 700;
  outline: none !important;
  background: transparent none repeat scroll 0 0;
  border: 2px solid rgba(0, 0, 0, 0.5);
  color: #333;
  display: inline-block;
  padding: 15px 25px;
}

/*
* ----------------------------------------------------------------------------------------
* 09.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-area {
  background: #2f3744;
  padding: 60px 0px;
  flex-shrink: 0;
}

.footer-area p {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

/*
* ----------------------------------------------------------------------------------------
* 11.FULLSCREEN NAVIGATION MENU
* ----------------------------------------------------------------------------------------
*/

.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 1031;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s;
  cursor: pointer;
}

.fullscreen-menu nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.fullscreen-menu a {
  pointer-events: all;
  color: #111;
  text-decoration: none;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

.fullscreen-menu a:hover {
  color: #1273e7;
}

.fullscreen-menu.open {
  visibility: visible;
  opacity: 1;
}

.form-status {
  margin-bottom: 15px;
  font-weight: 700;
}

.form-status:empty {
  margin: 0;
}
