@charset "UTF-8";
/*
Theme Name: Sawban Shahin Two
Theme URI: https://sawbanshahin.com/themes
Author: Sawban Shahin
Author URI: https://sawbanshahin.com
Description: This is a modern Wordpress Theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Wordpress Theme, Wordpress Templete
Text Domain: sawbanshahin
*/
/* Main CSS File*/
/*font*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&display=swap");
* {
  margin: 0;
  padding: 0;
  transition: all 0.5s; }

body {
  font-family: "Poppins", sans-serif;
  background: #1a1a1a;
  transition: all 0.5s; }
  body a {
    text-decoration: none; }
  body li {
    list-style-type: none; }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body p,
  body a,
  body span {
    color: #fff; }
  body h6 {
    color: #ff014f; }

/* .demos{
    position: relative; 
    width: 100%; 
    max-width: 278px; 
    height: 500px; 
    margin: auto;
    iframe{
        position: absolute; 
        width: 100%; 
        height: 100%;
    }
} */

.demos-inner {
  display: flex;
  gap: 10px;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none; }

.demos-inner::-webkit-scrollbar {
  display: none; }

.sliders {
  display: flex;
  gap: 10px;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
  margin-top: 1rem;
  align-items: center;}

.sliders .slides:hover {
  margin-top: 0rem !important;
  transition: all 0.5s; }

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

.slides img {
  width: 100%; }

.phone-header-top {
  display: none; }

/* block section */
.phone-footer {
  display: none; }

.experience-field-phone {
  display: none; }

.line-hr hr {
  height: 4px;
  background: black;
  opacity: 1; }

.show-more-title {
  box-shadow: 0 0 10px 4px #171717; }
  .show-more-title .more-btn {
    font-size: 17px;
    background: linear-gradient(-45deg, #1a0b06, #252525, #071a20, #323232);
    padding: 15px 30px;
    color: #fff; }

.show-more-title a:hover {
  background: #ff014f !important;
  color: #ffffff; }

.more-inner {
  display: flex;
  justify-content: center; }

.contact-btn, .show-more-title, .about-img, .pro-img {
  animation: rotation 2s linear 0s infinite normal forwards;
  backdrop-filter: blur(50px);
  background: linear-gradient(var(--gradient-angle), black, #ff00cb);
  box-shadow: var(--gradient-angle), 0 0 10px 4px red;
  animation: rotation 2s linear 0s infinite normal;
  padding: 1px 1px;
  border-radius: 5px;
  display: flex; }

.s-p {
  transition: all 0.2s;
  backdrop-filter: blur(5px);
  padding: 13px 15px;
  border-radius: 5px;
  background: linear-gradient(-45deg, #1a0b06, #252525, #071a20, #323232); }

@keyframes rotation {
  0% {
    --gradient-angle: 0deg; }
  100% {
    --gradient-angle: 360deg; } }
@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false; }
.sticky-bottom {
  box-shadow: inset 0px 2px 3px 0px aqua; }

.sticky-bottom {
  display: block;
  position: fixed;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 45%;
  background-color: #0f0f0f;
  color: white;
  padding: 7px;
  transition: bottom 0.3s ease-in-out;
  z-index: 1000;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 10px; }
  .sticky-bottom .menu-items {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.sticky-bottom.show {
  bottom: 0;
  /* মেনুটি দেখান */ }

.phone-bottom {
  display: none; }

/*menu underline hover style*/
.main-menu-navbar .menu li,
.sticky-menu .menu li {
  display: inline-block; }
.main-menu-navbar .menu .nav-link,
.sticky-menu .menu .nav-link {
  position: relative;
  padding: 4px 0; }
.main-menu-navbar .menu .nav-link::before,
.sticky-menu .menu .nav-link::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%; }
.main-menu-navbar .menu .nav-link:hover::before,
.sticky-menu .menu .nav-link:hover::before {
  transform: scale3d(1, 1, 1); }
.main-menu-navbar .menu-1 .nav-link::before,
.sticky-menu .menu-1 .nav-link::before {
  background: #ff014f;
  transform-origin: 100% 50%; }
.main-menu-navbar .menu-1 .nav-link:hover::before,
.sticky-menu .menu-1 .nav-link:hover::before {
  transform-origin: 0 50%; }

.main-menu-navbar .current_page_item .nav-link,
.sticky-menu .current_page_item .nav-link {
  color: #ff014f !important;
  border-bottom: 2px solid #ff014f; }
.main-menu-navbar .current_page_item .nav-link::before,
.sticky-menu .current_page_item .nav-link::before {
  background: none !important; }

/*
* Menu Navbar
*/
/* .main-menu-navbar .menu-navbar-wrapper {
  border-bottom: 0.5px solid #313131;
  background: #1d1d1d;
  height: 70px; } */
.text-menu-navbar{
/*   background: #3c3c3c; */
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.36) 2%, rgba(47, 47, 47, 0) 50%, rgba(53, 53, 53, 0.47) 50%);
  padding: 10px;
  border-radius: 25px; }
  .main-menu-navbar .menu-navbar-wrapper .navbar-logo {
    padding: 0px; }
    .main-menu-navbar .menu-navbar-wrapper .navbar-logo img {
      width: 45px; }
  .main-menu-navbar .menu-navbar-wrapper .nav-item .nav-link {
    color: white;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 20px 0px 20px;
    position: relative;
    transition: all 0.5s; }
  .main-menu-navbar .menu-navbar-wrapper .nav-link:hover {
    color: #ff014f; }

.contact-me {
  border-radius: 4px;
  display: inline-block;
  font-weight: 600; }
  .contact-me a {
    padding: 10px 17px;
    border: 2px solid #ff014f;
    border-radius: 30px;
    font-size: 13px; }
  .contact-me a:hover {
    color: white;
    background: #a30000;
    border: 2px solid #a30000;
    transition: all 0.5s; }

/*home page section*/
.home-page-wrapper {
  max-width: 100%;
  background-image: url(Images/background-1.jpg);
  background-size: cover;
  height: 850px; }
  .home-page-wrapper .home-page-bg {
    margin-top: 100px; }
  .home-page-wrapper .home-page-content p {
    font-size: 18px;
    width: 70%; }
  .home-page-wrapper .home-page-content .designer-name {
    font-size: 52px; }
    .home-page-wrapper .home-page-content .designer-name span {
      color: #ff014f; }
  .home-page-wrapper .home-page-content .animate-skills {
    font-size: 42px;
    margin-bottom: 30px; }
  .home-page-wrapper .home-page-content .short.content {
    font-size: 18px; }
  .home-page-wrapper .hire-me {
    margin-top: 30px;
    display: flex;
    gap: 3rem; }
    .home-page-wrapper .hire-me .hire-me-content {
      font-size: 17px;
      font-weight: 500;
      border: 2px solid #ff014f;
      padding: 10px 23px;
      border-radius: 50px;
      color: #ffffff; }
  .home-page-wrapper .hire-me-content:hover {
    background: #ff014f;
    transition: all 0.5s; }
  .home-page-wrapper .home-page-img img {
    max-width: 100%; }
  .home-page-wrapper .find-skill {
    margin-top: 100px; }
    .home-page-wrapper .find-skill .social-icons ul,
    .home-page-wrapper .find-skill .skill-icons ul {
      gap: 1rem;
      padding-left: 0rem !important; }
    .home-page-wrapper .find-skill .social-icons a,
    .home-page-wrapper .find-skill .skill-icons a {
      background: #202020;
      box-shadow: 0 0 10px 5px #171717;
      color: aqua;
      border-radius: 10px;
      font-size: 18px;
      height: 40px !important;
      width: 40px !important;
      display: flex;
      justify-content: center;
      align-items: center; }
    .home-page-wrapper .find-skill .social-icons a:hover,
    .home-page-wrapper .find-skill .skill-icons a:hover {
      box-shadow: 0 0 8px 0 aqua; }
    .home-page-wrapper .find-skill .find-skill-title p {
      font-size: 17px;
      color: #ababab;
      margin-bottom: 8px; }

.circle-items {
  display: flex;
  position: absolute;
  right: 23%; }
  .circle-items .circle {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff014f; }
.circle-items .circle .logo img{
	width: 50px;
}
  .circle-items .text {
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: consolas;
    color: #000;
    font-size: 17px;
    animation: textRotation 8s linear infinite; }
@keyframes textRotation {
  to {
    transform: rotate(360deg); } }
  .circle-items .text span {
    position: absolute;
    left: 50%;
    font-size: 1.2em;
    transform-origin: 0 100px; }
  .circle-items .logo span {
    font-size: 40px; }

/* info massage */
.info-massage {
  padding: 120px 0; }
  .info-massage .w-title {
    margin-right: 2rem;
    display: grid;
    justify-content: right;
    justify-items: right; }
    .info-massage .w-title h2 {
      font-size: 150px;
      font-weight: 700; }
    .info-massage .w-title img {
      width: 225px;
      margin-top: -2rem; }
  .info-massage .p-title {
    margin-left: 2rem; }
    .info-massage .p-title h4 {
      font-size: 60px;
      font-weight: 600; }
    .info-massage .p-title p {
      font-size: 18px;
      width: 69%;
      color: #787878; }

.blod {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 1;
  right: 55%;
  margin-top: 8%; }

.web-msg .blod {
  background: #20ff00; }

.logo-msg .blod {
  background: #ff00dd; }

.branding-msg .blod {
  background: #00d9ff; }

/* website demos section */
.website-demos-wrapper .wd-headline {
  display: flex;
  align-items: end;
  justify-content: space-between; }
  .website-demos-wrapper .wd-headline h2 {
    font-size: 38px; }
  .website-demos-wrapper .wd-headline p {
    font-size: 17px;
    margin-top: 1rem;
    opacity: 0.5; }
  .website-demos-wrapper .wd-headline .more-inner {
    justify-content: left !important;
    height: 100%; }
.website-demos-wrapper .demos-inner .demos-buy {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem; }
  .website-demos-wrapper .demos-inner .demos-buy .demos-title h5 {
    font-size: 17px;
    font-weight: 600; }

.branding-wrapper .branding-headline span {
  background-image: linear-gradient(to left, #e63bf4 0%, #6550ff 100%); }

.logo-wrapper .logo-headline span {
  background-image: linear-gradient(to left, #e63bf4 0%, #6550ff 100%); }

.projects-inner {
  background: #202020;
  padding: 120px 0; }
  .projects-inner .demos-inner .img-title {
    margin-top: 2rem; }
  .projects-inner .demos-inner .img-title:hover {
    margin-top: 1rem;
    transition: all 0.5s; }
    .projects-inner .demos-inner .img-title:hover .overlay-view {
      display: block;
      transition: all 0.5s; }
  .projects-inner .demos-img img {
    width: 100%;
    margin-top: 2rem;}
.projects-inner .demos-img img:hover{
	margin-top: 1rem;}

.overlay-view {
  position: absolute;
  margin-top: -3%;
  margin-left: 1%;
  text-align: center;
  display: none; }
  .overlay-view .view-demo {
    background: #ff014f;
    padding: 10px;
    font-size: 18px;
    border-radius: 25px;
    color: #fff;
    transition: transform 0.3s ease-in-out; }

.projects-title {
  margin-bottom: 1rem; }
  .projects-title h2 {
    font-size: 43px;
    font-weight: 600; }
  .projects-title p {
    font-size: 17px; }
  .projects-title .more-title {
    font-size: 15px;
    background: #ff014f;
    padding: 10px 15px;
    border-radius: 4px;
    margin: 10px 0;
    display: -webkit-inline-box; }
  .projects-title .more-title:hover {
    background: #940303; }

/* প্রাথমিকভাবে div গুলো লুকানো থাকবে */
.animated-div {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out; }

/* স্ক্রোল করার সময় div গুলো দেখা যাবে */
.animated-div.visible {
  opacity: 1;
  transform: translateY(0); }

/* experience content animate */
.experience-content {
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 25px; }
  .experience-content .slide-title p {
    text-align: center;
    font-size: 22px;
    margin-bottom: 4rem;
    font-weight: 600;
    letter-spacing: 4px; }
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(calc(-300px * 7));
    transform: translateX(calc(-300px * 7)); } }
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(calc(-300px * 7));
    transform: translateX(calc(-300px * 7)); } }
  .experience-content .content-slider::before,
  .experience-content .content-slider::after {
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2; }
  .experience-content .content-slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg); }
  .experience-content .content-slider::before {
    left: 0;
    top: 0; }
  .experience-content .content-slider .contents-field {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    padding: 40px 0;
    width: calc(600px * 14);
    gap: 1.5rem;
    overflow: hidden; }
  .experience-content .content-slider {
    overflow: hidden; }
  .experience-content .contents-field .slide {
    margin: 0 10px;
    display: flex;
    align-items: center;
    gap: 1rem; }
    .experience-content .contents-field .slide i {
      color: #fff; }
    .experience-content .contents-field .slide h4 {
      font-size: 30px; }
  .experience-content .img-field {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite reverse;
    display: flex;
    padding: 40px 0;
    width: calc(415px * 14);
    gap: 4rem;
    overflow: hidden; }
    .experience-content .img-field .slide-img img {
      width: 100%;
      filter: brightness(6); }

/* experiecne */
.experience-details {
  padding: 100px 0px;
  background: #202020; }

.phone-style .skills {
  background: #202020;
  box-shadow: 0 0 10px 5px #171717; }
.phone-style .experience {
  background: #202020;
  box-shadow: 0 0 10px 5px #171717; }
.phone-style .education {
  background: #202020;
  box-shadow: 0 0 10px 5px #171717; }
.phone-style .ict-education {
  background: #202020;
  box-shadow: 0 0 10px 5px #171717; }
.phone-style .experience-field {
  border-radius: 0 0 35px 0;
  height: 100%; }
  .phone-style .experience-field div {
    padding: 12px 0 0 15px; }
  .phone-style .experience-field span {
    font-size: 14px;
    color: #b9b9b9; }
.phone-style h4 {
  font-size: 25px;
  margin-bottom: 0;
  color: #ff014f; }
.phone-style ul {
  margin-top: 10px;
  padding-bottom: 6px; }
  .phone-style ul li {
    display: grid; }
  .phone-style ul a {
    font-size: 19px;
    color: #fff !important; }
  .phone-style ul p {
    font-size: 14px;
    color: #6c6c6c;
    margin-bottom: 0; }

.port-img {
  display: flex;
  padding: 10px;
  justify-content: space-between; }
  .port-img .img-inner img {
    width: 100%;
    vertical-align: middle; }
  .port-img .img-inner .img {
    margin-top: 1rem;
    overflow: hidden;
    transition: all 0.5s; }
  .port-img .img-inner .img:hover {
    transform: perspective(1000px) rotateX(5deg) rotateY(-20deg) rotateX(5deg) rotateY(5deg);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5); }
  .port-img .img-inner img:hover {
    transform: scale(1.2); }
  .port-img .img-inner {
    flex-basis: 32%; }


.quds-projects {
  padding: 120px 0;
  background: #1a1a1a; }
  .quds-projects .quds-title {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .quds-projects .quds-title span {
      border: 1px solid #ff014f;
      font-size: 16px; }
    .quds-projects .quds-title .h2-c {
      font-family: 'Courier New', Courier, monospace; }
    .quds-projects .quds-title .more-inner {
      display: block; }
  .quds-projects h2 {
    font-size: 42px; }

.about-details-wrapper {
  padding: 100px 0px;
  background: #1a1a1a; }
  .about-details-wrapper .details {
    padding: 50px;
    text-align: center;
    background: #a30000;
    border-radius: 20px; }
    .about-details-wrapper .details h2 {
      font-size: 30px;
      margin-bottom: 30px;
      color: white; }
    .about-details-wrapper .details p {
      font-size: 15px;
      margin-bottom: 0px;
      color: white; }
    .about-details-wrapper .details h6 {
      font-size: 22px;
      color: white; }
  .about-details-wrapper .experience {
    padding: 58px 0;
    text-align: center;
    background: #1a1a1a;
    box-shadow: 0 0 10px 5px #171717;
    border-radius: 60px 0 60px 0; }
    .about-details-wrapper .experience p {
      font-size: 15px;
      margin-bottom: 0px;
      font-weight: 600;
      color: #ff014f; }
    .about-details-wrapper .experience h2 {
      font-size: 75px;
      color: aqua; }
    .about-details-wrapper .experience .ex-pd {
      padding: 50px; }

.other-about {
  display: flex;
  padding: 50px 0px;
  background: #202020; }
  .other-about ul {
    text-align: center;
    display: flex;
    justify-content: space-around;
    padding-left: 0; }
  .other-about .other-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem; }
    .other-about .other-item a {
      height: 120px;
      width: 120px;
      justify-content: center;
      align-items: center;
      display: flex;
      border-radius: 77px;
      font-size: 21px;
      color: white;
      transition: all 0.5s; }
    .other-about .other-item .bg-link {
      background: #202020;
      box-shadow: 0 0 10px 5px #171717; }
    .other-about .other-item .other-link-1:hover {
      background: aqua; }
    .other-about .other-item .other-link-2:hover {
      background: #00b3b3; }
    .other-about .other-item .other-link-3:hover {
      background: #034764; }
    .other-about .other-item .other-link-4:hover {
      background: #a30000; }
    .other-about .other-item .other-link-5:hover {
      background: #5f4e00; }

/*end*/
.li-hr hr {
  height: 2px;
  background: #000000;
  opacity: 1; }

.bg-color {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background: aqua;
  filter: blur(50px);
  opacity: 0.6; }

/*
* About Section Style
*/
.BG .about-field-bio span {
  font-size: 23px;
  color: #c8c8c8; }

.about-wrapper {
  background: linear-gradient(-45deg, #00141b, #252525, #071a20, #1f1f1f) !important;
  padding: 120px 0px; }
  .about-wrapper .about-inner {
    text-align: center; }
    .about-wrapper .about-inner .about-img {
      display: flex;
      justify-content: center;
      border-radius: 6%;
      padding: 2px 2px; }
      .about-wrapper .about-inner .about-img img {
        border-radius: 6%;
        width: 100%;
        height: auto; }
    .about-wrapper .about-inner .about-title .about-field-name h4 {
      font-size: 30px;
      margin-top: 10px;
      margin-bottom: 0; }
    .about-wrapper .about-inner .about-title .about-field-content p {
      margin-bottom: 3rem;
      font-size: 12px;
      color: #ababab;
      margin-top: 1rem; }
  .about-wrapper .about-content-wrapper {
    padding: 0 30px; }
    .about-wrapper .about-content-wrapper .about-title h4 {
      font-size: 45px; }
  .about-wrapper .about-headline {
    margin-bottom: 3rem; }
    .about-wrapper .about-headline H6 {
      font-size: 15px;
      color: #ff014f; }
    .about-wrapper .about-headline h2 {
      font-size: 45px;
      font-weight: 600; }
  .about-wrapper .about-content h3,
  .about-wrapper .about-content h5 {
    color: #ff014f; }
  .about-wrapper .about-content p {
    font-size: 16px;
    margin-bottom: 30px; }
    .about-wrapper .about-content p strong {
      color: aqua; }
  .about-wrapper .about-content a {
    padding: 10px 25px;
    border: 2px solid #ff014f;
    transition: all 0.5s;
    border-radius: 25px;
    font-weight: 500; }
  .about-wrapper .about-content a:hover {
    background: #ff014f; }
  .about-wrapper .about-experience {
    background: #202020;
    padding-bottom: 5px;
    box-shadow: 0 0 10px 5px #171717; }
    .about-wrapper .about-experience .experience-title {
      background: #1a1a1a;
      display: flex;
      margin-top: 100px;
      margin-bottom: 1rem;
      padding: 10px 0 10px 0px;
      justify-content: space-around; }
    .about-wrapper .about-experience .experience-title .active {
      color: #ff014f !important;
      border-bottom: 2px solid #ff014f; }
    .about-wrapper .about-experience .experience-title .active::before {
      background: none !important; }
    .about-wrapper .about-experience .experience-field:not(:first-child) {
      display: none; }
    .about-wrapper .about-experience .content-field {
      display: block; }
    .about-wrapper .about-experience .experience-field ul {
      border-left: 2px solid #ff014f; }
      .about-wrapper .about-experience .experience-field ul li {
        display: grid; }
      .about-wrapper .about-experience .experience-field ul a {
        color: aqua;
        font-size: 19px; }
      .about-wrapper .about-experience .experience-field ul span {
        color: #b9b9b9;
        font-size: 14px; }
      .about-wrapper .about-experience .experience-field ul p {
        font-size: 13px;
        color: #ababab;
        margin-bottom: 0; }
    .about-wrapper .about-experience #item-link {
      position: relative;
      padding: 4px 0;
      color: #ababab;
      font-size: 19px;
      font-weight: 500; }
    .about-wrapper .about-experience #item-link::before {
      content: "";
      width: 100%;
      height: 2px;
      position: absolute;
      bottom: 0;
      background: #fff;
      transition: 0.5s transform ease;
      transform: scale3d(0, 1, 1);
      transform-origin: 0 50%; }
    .about-wrapper .about-experience #item-link:hover::before {
      transform: scale3d(1, 1, 1); }
    .about-wrapper .about-experience #item-link::before {
      background: #ff014f;
      transform-origin: 100% 50%; }
    .about-wrapper .about-experience #item-link:hover::before {
      transform-origin: 0 50%; }
    .about-wrapper .about-experience #item-link:hover {
      color: #ff014f; }

.mb-5rem {
  margin-bottom: 5rem; }

/*
* Secvices Section
*/
.services-wrapper {
  padding: 100px 0px;
  background: #202020; }
  .services-wrapper .services-headline {
    text-align: center;
    margin-bottom: 3rem; }
    .services-wrapper .services-headline H6 {
      font-size: 15px;
      color: #ff014f; }
    .services-wrapper .services-headline h2 {
      font-size: 45px;
      font-weight: 600;
      color: #fff; }
  .services-wrapper .services-area {
    margin-top: 30px; }
    .services-wrapper .services-area .service-field {
      padding: 20px;
      border-radius: 6px;
      background: #202020;
      transition: all 0.5s;
      height: 100%;
      box-shadow: 0 0px 10px 3px #171717; }
    .services-wrapper .services-area .service-field:hover {
      box-shadow: 0px 1px 10px 0px aqua; }
      .services-wrapper .services-area .service-field:hover i {
        color: aqua; }
    .services-wrapper .services-area i {
      font-size: 35px;
      margin-bottom: 20px;
      color: #ff014f; }
    .services-wrapper .services-area h4 {
      color: #fff;
      font-size: 23px; }
    .services-wrapper .services-area p {
      color: #fff;
      font-size: 15px; }
    .services-wrapper .services-area h6 {
      color: #fff;
      font-size: 15px; }
    .services-wrapper .services-area .bg-inner {
      margin: 8px 0; }
  .services-wrapper .circle {
    border: 10px solid #034764;
    border-radius: 100%;
    position: relative;
    display: inline-block; }
    .services-wrapper .circle canvas {
      height: 210px;
      width: 210px; }

/*
* skill section
*/
.skill-wrapper {
  background: #1a1a1a;
  padding: 100px 0px; }
  .skill-wrapper .skill-headline {
    margin-bottom: 3rem;
    text-align: center; }
    .skill-wrapper .skill-headline H6 {
      font-size: 15px;
      color: #ff014f; }
    .skill-wrapper .skill-headline h2 {
      font-size: 45px;
      font-weight: 600;
      color: #fff; }
  .skill-wrapper .skill-inner {
    transition: all 0.5s; }
  .skill-wrapper .skill-inner:hover {
    background: aqua;
    transform: scale(1.2);
    z-index: 999;
    border: none !important;
    border-radius: 6px; }
    .skill-wrapper .skill-inner:hover img {
      filter: none; }
    .skill-wrapper .skill-inner:hover h4 {
      color: #454545; }
    .skill-wrapper .skill-inner:hover .skill-col {
      opacity: 100%; }
  .skill-wrapper .skill-col {
    color: #1b1b1b;
    text-align: center;
    opacity: 70%; }
    .skill-wrapper .skill-col h4 {
      font-size: 25px;
      color: #1b1b1b;
      font-family: "Covered By Your Grace", cursive; }
    .skill-wrapper .skill-col img {
      width: 125px;
      margin-top: 20px;
      margin-bottom: 15px;
      filter: grayscale(100%); }

/* page style top heading section */
.page-heading {
  margin-top: 5rem;
  text-align: center; }
  .page-heading .page-title p {
    font-size: 15px;
    color: white;
    margin-bottom: 0.5rem; }
  .page-heading .page-title h2 {
    font-size: 55px;
    font-weight: 600;
    color: white; }

.contact-wrapper {
  border-radius: 10px;
  padding: 15px 30px; }
  .contact-wrapper .wpforms-submit-container button {
    background: #282828 !important;
    border: 2px solid aqua !important;
    border-radius: 25px !important;
    width: 100%;
    height: 50px !important;
    transition: all 0.5s; }
  .contact-wrapper .wpforms-field-label {
    color: #d6d6d6 !important;
    margin-left: 1rem !important; }
  .contact-wrapper .wpforms-submit-container button:hover {
    box-shadow: 0 0 7px 0 aqua; }
  .contact-wrapper .wpforms-submit-container button[type="submit"]:hover {
    background: none !important; }
  .contact-wrapper input {
    width: 100%;
    padding: 5px 10px;
    color: #7b7b7b !important;
    background: #282828 !important; }
  .contact-wrapper .wpforms-field input {
    padding: 23px 20px !important;
    color: #b2b2b2 !important;
    background: #282828 !important;
    border-radius: 25px !important; }
  .contact-wrapper .wpforms-field textarea {
    width: 100%;
    padding: 5px 5px;
    color: #7b7b7b !important;
    background: #282828 !important; }
  .contact-wrapper textarea {
    width: 100%;
    padding: 5px 5px; }

/*..end..*/
.other-contact {
  text-align: center;
  background: #1a1a1a;
  padding: 100px 0px; }
  .other-contact .other-contact-title {
    margin-bottom: 50px; }
    .other-contact .other-contact-title span {
      font-size: 18px;
      color: #ff014f; }
    .other-contact .other-contact-title h2 {
      font-size: 45px;
      font-weight: 600; }
    .other-contact .other-contact-title p {
      font-size: 18px; }
  .other-contact .contact-col {
    background: #1a1a1a;
    box-shadow: 0 0 10px 5px #171717;
    padding: 25px 0px;
    border-radius: 15px;
    transition: all 0.5s; }
    .other-contact .contact-col .icon {
      font-size: 45px;
      color: #ff014f;
      margin-bottom: 25px; }
    .other-contact .contact-col p {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 7px; }
    .other-contact .contact-col a {
      font-size: 14px; }
  .other-contact .contact-col:hover {
    box-shadow: 0px 1px 10px 0px aqua; }
    .other-contact .contact-col:hover i {
      color: aqua; }
  .home-contact{
	background: none !important;}
.contact-header-wrapper {
  background: #202020;
  padding: 100px 0px; }
  .contact-header-wrapper .contract-headline {
    margin-bottom: 3rem;
    text-align: center; }
    .contact-header-wrapper .contract-headline H6 {
      font-size: 15px; }
    .contact-header-wrapper .contract-headline h2 {
      font-size: 45px;
      font-weight: 600; }
  .contact-header-wrapper .contact-us-me {
    color: #454545;
    padding: 32px; }
    .contact-header-wrapper .contact-us-me .contract-img img {
      border-radius: 10px;
      max-width: 100%;
      filter: brightness(60%); }
    .contact-header-wrapper .contact-us-me span {
      color: #929292; }
    .contact-header-wrapper .contact-us-me p {
      font-size: 42px;
      margin-top: 20px;
      font-weight: 600;
      color: #c8c8c8; }
    .contact-header-wrapper .contact-us-me p a {
      font-size: 30px;
      color: white;
      text-decoration: none;
      border: none; }
    .contact-header-wrapper .contact-us-me .icons {
      margin-top: 30px;
      display: flex;
      justify-content: space-between; }
      .contact-header-wrapper .contact-us-me .icons :hover {
        color: #ff014f;
        transition: all 0.5s; }
      .contact-header-wrapper .contact-us-me .icons a :hover {
        border: 2px solid #ff014f;
        transition: all 0.5s;
        box-shadow: 0px 0px 3px #ff014f; }
      .contact-header-wrapper .contact-us-me .icons a i {
        border: 2px solid #ccc;
        border-radius: 12px;
        color: #6d6d6d;
        font-size: 20px;
        height: 43px;
        width: 43px;
        display: flex;
        justify-content: center;
        align-items: center; }
  .contact-header-wrapper .contact-form-wrapper {
    margin: 0 auto;
    max-width: 762px;
    width: 100%;
    background: white;
    color: #454545;
    border-radius: 10px;
    padding: 32px; }

/*first footer*/
.ffw-block {
  display: none; }

.footer-bg {
  background: #272727;
  padding: 30px 0;
  border-radius: 10px; }

.first-footer-wrapper .img-name {
  text-align: center; }
.first-footer-wrapper .footer-img {
  text-align: center; }
  .first-footer-wrapper .footer-img img {
    max-width: 100%;
    border-radius: 50%;
    border: 4px solid #ff014f;
    width: 170px; }
.first-footer-wrapper .footer-name {
  margin-top: 10px; }
  .first-footer-wrapper .footer-name h3 {
    font-size: 21px;
    color: white;
    font-weight: 600; }
.first-footer-wrapper .first-footer-widget .fa-text,
.first-footer-wrapper .secend-footer-widget .fa-text {
  text-align: center; }
  .first-footer-wrapper .first-footer-widget .fa-text p,
  .first-footer-wrapper .secend-footer-widget .fa-text p {
    font-size: 15px;
    color: white; }
.first-footer-wrapper .first-footer-widget .icons,
.first-footer-wrapper .secend-footer-widget .icons {
  text-align: center; }
  .first-footer-wrapper .first-footer-widget .icons :hover,
  .first-footer-wrapper .secend-footer-widget .icons :hover {
    color: #ff014f;
    transition: all 0.5s; }
  .first-footer-wrapper .first-footer-widget .icons a,
  .first-footer-wrapper .secend-footer-widget .icons a {
    margin: 5px;
    border: none;
    padding: 0px; }
    .first-footer-wrapper .first-footer-widget .icons a :hover,
    .first-footer-wrapper .secend-footer-widget .icons a :hover {
      border: 2px solid #ff014f;
      transition: all 0.5s;
      box-shadow: 0px 0px 3px #ff014f; }
    .first-footer-wrapper .first-footer-widget .icons a i,
    .first-footer-wrapper .secend-footer-widget .icons a i {
      border: 2px solid #ccc;
      border-radius: 16px;
      padding: 10px;
      color: white;
      font-size: 16px; }
.first-footer-wrapper .first-footer-widget,
.first-footer-wrapper .third-footer-widget {
  margin-top: 110px; }
  .first-footer-wrapper .first-footer-widget .footer-link,
  .first-footer-wrapper .third-footer-widget .footer-link {
    font-size: 15px;
    color: white;
    font-weight: 600;
    padding: 10px; }
  .first-footer-wrapper .first-footer-widget .footer-link:hover,
  .first-footer-wrapper .third-footer-widget .footer-link:hover {
    color: #ff014f;
    text-decoration: underline; }
.first-footer-wrapper .secend-footer-widget .footer-link {
  font-size: 15px;
  color: white;
  font-weight: 600;
  padding: 10px; }
.first-footer-wrapper .secend-footer-widget .footer-link:hover {
  color: #ff014f;
  text-decoration: underline; }

/*end footer section*/
.end-footer-bg {
  color: white;
  position: relative;
  left: 0px;
  font-size: 15px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center; }

/*sign in form section*/
#overlay2 {
  display: none; }

.last-f {
  padding: 49px;}

/*WordPress Style Section Start*/
/*error-page style*/
.error-page {
  margin-top: 100px;
  margin-bottom: 100px; }
  .error-page .error-title h1 i {
    font-size: 150px; }
  .error-page .error-title h3 {
    font-size: 50px;
    margin-bottom: 0; }
  .error-page .error-title span {
    font-size: 20px; }
  .error-page .content {
    margin-top: 20px; }
    .error-page .content p {
      margin-bottom: 0; }
    .error-page .content a {
      color: #ff014f; }
    .error-page .content a:hover {
      text-decoration: underline;
      color: #a30000;
      font-weight: 600; }

/*signle page style*/
.single-page {
  margin-top: 1rem; }
  .single-page .post_cat {
    display: flex; }
    .single-page .post_cat p {
      font-size: 17px; }
    .single-page .post_cat ul {
      list-style-type: none;
      margin-left: -24px; }
      .single-page .post_cat ul a {
        text-decoration: none;
        color: #ff014f;
        font-size: 20px; }
      .single-page .post_cat ul a:hover {
        text-decoration: underline;
        color: #a30000; }

/*comment page style*/
.post-comment .logged-in-as a {
  color: #ff014f; }
.post-comment .logged-in-as a:hover {
  text-decoration: underline;
  color: #a30000; }
.post-comment #comment {
  height: 100px; }
.post-comment label {
  display: flex; }
.post-comment .comment-form-url {
  display: none; }
.post-comment .comment-form-cookies-consent {
  display: flex; }
.post-comment #wp-comment-cookies-consent {
  margin-right: 5px; }
.post-comment textarea,
.post-comment #email,
.post-comment #author {
  width: 100%; }

.form-submit .submit {
  background: #ff014f;
  border-radius: 25px;
  padding: 12px 20px;
  border: none;
  color: white;
  font-size: 15px;
  font-weight: 500; }
.form-submit .submit:hover {
  background: #a30000;
  transition: all 0.5s; }

/*..........*/
.post-comment {
  margin-top: 150px;
  margin-bottom: 50px; }

.post-content {
  margin-top: 30px; }
  .post-content img {
    width: 100%;
    height: auto; }

.post-thumb {
  margin-top: 30px; }

/* project-wrapper */
.project-wrapper {
  margin: 50px 0px; }
  .project-wrapper .quds-headline {
    margin-bottom: 30px;
    text-align: center; }
    .project-wrapper .quds-headline H6 {
      font-size: 15px;
      color: #ff014f; }
    .project-wrapper .quds-headline h2 {
      font-size: 45px;
      font-weight: 600; }
  .project-wrapper .quds-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 10px; }
    .project-wrapper .quds-items .quds-inner {
      padding: 10px;}
  .project-wrapper .quds-items .blog-inner{
      padding: 15px !important;
	  background: #292929;
      margin: 10px;
      border-radius: 18px;}
      .project-wrapper .quds-items .quds-inner .quds-title h3 {
        font-size: 22px;
		margin: 0 auto;
    	line-height: 30px;
   		display: -webkit-box;
    	-webkit-line-clamp: 2;
    	-webkit-box-orient: vertical;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	height: 62px;}
      .project-wrapper .quds-items .quds-inner .quds-title p {
        font-size: 15px; }
      .project-wrapper .quds-items .quds-inner .quds-title .post-categories {
        display: flex;
        gap: 1rem;
        padding-left: 0 !important; }
        .project-wrapper .quds-items .quds-inner .quds-title .post-categories li {
          border-radius: 25px;
          padding: 5px 10px;
          border: 1px solid #f7f7f7;
          margin-top: 1rem;
          font-size: 12px; }
          .project-wrapper .quds-items .quds-inner .quds-title .post-categories li a {
            color: #f7f7f7; }
    .project-wrapper .quds-items .quds-img {
      aspect-ratio: 11 / 9;
      overflow: hidden;
      border-radius: 10px; }
    .project-wrapper .quds-items img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease-in-out, box-shadow 0.3s ease-in-out; }
    .project-wrapper .quds-items img:hover {
      transform: scale(1.2);
      box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3); }
  .project-wrapper .quds-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    height: 30px;}
    .project-wrapper .quds-date p {
      font-size: 13px;
      color: #f7f7f7; }

.project-wrapper .img-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px; }
  .project-wrapper .img-title a {
    font-size: 13px; }
  .project-wrapper .img-title .pro-img {
    width: 30px;
    height: auto;
    border-radius: 50%; }
    .project-wrapper .img-title .pro-img img {
      background: linear-gradient(-45deg, #1a0b06, #252525, #071a20, #323232);
      border-radius: 50%;
      padding: 3px; }
    .project-wrapper .img-title .pro-img img:hover {
      transform: scale(1) !important; }


/*blog page section*/

/* category section style */
.portfolio-cat .cat-content ul {
  padding-left: 0; }
.portfolio-cat .cat-content img {
  width: 100%; }
.portfolio-cat .cat-content .cat-title {
  font-size: 17px;
  color: #ff014f;
  background: #202020;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center; }
.portfolio-cat .cat-content .cat-title:hover {
  color: aqua;
  box-shadow: 0 0 7px 2px aqua; }
.portfolio-cat hr {
  height: 2px;
  background: #000000;
  opacity: 1; }

/*page style*/
.page-wrapper {
  margin-top: 80px;
  margin-bottom: 50px; }

/*Archive page style*/
.search-wrapper {
  margin-top: 80px;
  margin-bottom: 50px; }
  .search-wrapper .search-headline {
    margin-bottom: 30px;
    text-align: center; }
    .search-wrapper .search-headline H6 {
      font-size: 15px;
      color: #ff014f; }
    .search-wrapper .search-headline h2 {
      font-size: 45px;
      font-weight: 600; }
  .search-wrapper .search-page-title {
    margin-top: 10px; }
    .search-wrapper .search-page-title a {
      text-decoration: none;
      color: #ff014f; }
      .search-wrapper .search-page-title a :hover {
        text-decoration: underline;
        color: #a30000; }
  .search-wrapper .search-img {
    border-radius: 10px; }
  .search-wrapper .search-page {
    margin-top: 20px;
    border: 1px solid white;
    background: white;
    padding: 15px; }
  .search-wrapper .search-pagination {
    margin-top: 50px; }

.search-page:hover {
  border: 1px solid #ccc;
  box-shadow: 0px 1px 10px 0px #e4e4e4;
  background: white; }

/*archive calender*/
.wp-calendar-table a:hover {
  color: #ff014f;
  text-decoration: underline; }

/*pricing section*/
.price-header {
  color: #454545; }
  .price-header .pricing-headline {
    margin-bottom: 50px;
    text-align: center; }
    .price-header .pricing-headline H6 {
      font-size: 15px;
      color: #ff014f; }
    .price-header .pricing-headline h2 {
      font-size: 45px;
      font-weight: 600; }
  .price-header .price-section-1 {
    padding: 50px 0; }
  .price-header .price-section-2 {
    padding: 50px 0;
    background: #202020; }
  .price-header .price-section-3 {
    padding: 50px 0;
    background: #1a1a1a; }
  .price-header .professetion h3 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px; }
  .price-header .items-navber {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
    .price-header .items-navber a {
      font-size: 20px;
      font-weight: 500;
      padding: 14px 40px; }
    .price-header .items-navber .project-nav-link-1 {
      background: #4d4d4d;
      border-radius: 20px 0 0 0; }
    .price-header .items-navber .project-nav-link-2 {
      background: #252525;
      color: #ababab; }
    .price-header .items-navber .project-nav-link-3 {
      background: #252525;
      color: #ababab;
      border-radius: 0 0 20px 0; }
    .price-header .items-navber a:hover {
      background: #4b4b4b;
      color: #ffffff; }
  .price-header .basic-about-1 {
    background: #656565;
    padding: 13px; }
  .price-header .basic-about-2 {
    background: #3a3a3a;
    padding: 13px; }
  .price-header .basic-about-3 {
    background: #656565;
    padding: 13px; }
  .price-header .title-headline {
    display: flex;
    justify-content: space-between; }
    .price-header .title-headline .price h4 {
      color: #c10000; }
  .price-header .role-items ul li {
    display: flex;
    justify-content: space-between; }
  .price-header .role-items .fa-check {
    color: #ffffff; }
  .price-header .role-items .number {
    color: #ffffff; }
  .price-header .price-hire {
    background: #006591;
    padding: 12px; }

/*laptop*/
@media only screen and (min-width: 1370px) and (max-width: 1605px) {
  /*menu navbar section*/
  .main-menu-navbar .menu-navbar-wrapper {
    padding: 0px; }

  /*home page section*/
  .home-page-wrapper {
    max-width: 100%;
    background-image: url(Images/background-2.jpg);
    background-size: cover;
    height: 785px; }
    .home-page-wrapper .find-skill .icons a {
      padding: 0px 10px 0px 0px;
      border-left: none; }
      .home-page-wrapper .find-skill .icons a i {
        padding: 8px; }
    .home-page-wrapper .find-skill .find-skill-title p {
      font-size: 17px; }

  /*About Section*/
  .about-wrapper .about-content p {
    font-size: 14px; }
  .about-wrapper .about-title p {
    font-size: 14px; }
  .about-wrapper .about-title h5 {
    font-size: 18px; }
  .about-wrapper .about-title .about-field-name span {
    font-size: 10px; }
  .about-wrapper .about-title .about-field-name p {
    font-size: 14px; }

  /*contact section*/
  .contact-header-wrapper .contact-form-wrapper {
    max-width: 700px; }

  /* blog page portfolio page */
  .custom-col {
    width: 19.991% !important; }

  /*first footer*/
  .first-footer-wrapper .footer-img img {
    width: 140px; }
  .first-footer-wrapper .footer-name h3 {
    font-size: 19px; }
  .first-footer-wrapper .secend-footer-widget .fa-text p {
    font-size: 13px; }
  .first-footer-wrapper .secend-footer-widget .icons a i {
    border-radius: 10px;
    padding: 8px;
    font-size: 13px; }
  .first-footer-wrapper .first-footer-widget,
  .first-footer-wrapper .third-footer-widget {
    margin-top: 70px; }
    .first-footer-wrapper .first-footer-widget .footer-link,
    .first-footer-wrapper .third-footer-widget .footer-link {
      font-size: 12px;
      padding: 10px; } }
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width: 1369px) {
  /*menu navbar section*/
  .main-menu-navbar .menu-navbar-wrapper {
    padding: 0px; }

  /*home page section*/
  .home-page-wrapper {
    max-width: 100%;
    background-image: url(Images/background-3.jpg);
    background-size: cover;
    height: 785px; }
    .home-page-wrapper .home-page-bg {
      margin-top: 85px; }
    .home-page-wrapper .find-skill .icons a {
      padding: 0px 10px 0px 0px;
      border-left: none; }
      .home-page-wrapper .find-skill .icons a i {
        padding: 8px; }
    .home-page-wrapper .find-skill .find-skill-title p {
      font-size: 17px; }

  /*About Section*/
  .about-wrapper .about-content p {
    font-size: 14px; }
  .about-wrapper .about-title p {
    font-size: 14px; }
  .about-wrapper .about-title h5 {
    font-size: 18px; }

  /*skill section*/
  .skill-wrapper .skill-col p {
    font-size: 14px; }

  /*Secvices Section*/
  /*contact section*/
  .contact-header-wrapper .contact-form-wrapper {
    max-width: 700px; }

 .project-wrapper .quds-items {
   grid-template-columns: repeat(4, 1fr) !important;
 }
	


  .custom-col {
    width: 19.999% !important; }

  /*first footer*/
  .first-footer-wrapper .footer-img img {
    width: 140px; }
  .first-footer-wrapper .footer-name h3 {
    font-size: 19px; }
  .first-footer-wrapper .secend-footer-widget .fa-text p {
    font-size: 13px; }
  .first-footer-wrapper .secend-footer-widget .icons a i {
    border-radius: 10px;
    padding: 8px;
    font-size: 13px; }
  .first-footer-wrapper .first-footer-widget,
  .first-footer-wrapper .third-footer-widget {
    margin-top: 70px; }
    .first-footer-wrapper .first-footer-widget .footer-link,
    .first-footer-wrapper .third-footer-widget .footer-link {
      font-size: 12px;
      padding: 10px; } }
/* Large devices (laptops/desktops, 1199px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /*menu navbar section*/
  .main-menu-navbar .menu-navbar-wrapper .nav-item .nav-link {
    margin: 0px 15px 0px 15px;
    font-size: 15px; }

  .contact-me a {
    font-size: 13px; }

  /*home page section*/
  .home-page-wrapper {
    max-width: 100%;
    background-image: url(Images/background-4.jpg);
    background-size: cover;
    height: 700px; }
    .home-page-wrapper .find-skill {
      margin-top: 70px; }
      .home-page-wrapper .find-skill .icons a {
        padding: 0px 0px 0px 0px;
        border-left: none; }
        .home-page-wrapper .find-skill .icons a i {
          padding: 8px; }
      .home-page-wrapper .find-skill .find-skill-title p {
        font-size: 16px; }
    .home-page-wrapper .home-page-bg {
      margin-top: 60px; }
    .home-page-wrapper .designer-name {
      font-size: 44px; }
    .home-page-wrapper .home-page-content p {
      font-size: 15px; }

  .home-page-wrapper .find-skill .social-icons ul,
  .home-page-wrapper .find-skill .skill-icons ul {
    gap: 1.4rem; }

  .circle-items {
    top: 48%;
    right: 17%; }

  .circle-items .circle {
    width: 170px;
    height: 170px; }

  .circle-items .text span {
    transform-origin: 0 80px;
    top: 3%; }

  .circle-items .text {
    font-size: 14px; }

  .quds-projects h2 {
    font-size: 37px; }

  .show-more-title .more-btn {
    padding: 15px 20px; }

  /*About Section Style*/
  .about-wrapper .about-content p {
    font-size: 12px; }
  .about-wrapper .about-title p {
    font-size: 10px; }
  .about-wrapper .about-title h5 {
    font-size: 15px; }
  .about-wrapper .about-experience .experience-title a {
    font-size: 16px !important; }
  .about-wrapper .experience-field ul a {
    font-size: 15px !important; }
  .about-wrapper .experience-field ul p {
    font-size: 12px !important; }

  /*skill section*/
  .skill-wrapper .skill-col img {
    width: 90px; }
  .skill-wrapper .skill-col h4 {
    font-size: 20px; }
  .skill-wrapper .skill-col p {
    font-size: 10px; }
  .skill-wrapper .skill-col .View-Project a {
    font-size: 15px; }

  /*Secvices Section*/
  /*contact section*/
  .contact-header-wrapper .contact-us-me p {
    font-size: 32px; }

  /*first footer*/
  .first-footer-wrapper .footer-img img {
    width: 130px; }
  .first-footer-wrapper .footer-name h3 {
    font-size: 17px; }
  .first-footer-wrapper .secend-footer-widget .fa-text p {
    font-size: 11px; }
  .first-footer-wrapper .secend-footer-widget .icons a i {
    border-radius: 10px;
    padding: 8px;
    font-size: 13px; }
  .first-footer-wrapper .first-footer-widget,
  .first-footer-wrapper .third-footer-widget {
    margin-top: 70px; }
    .first-footer-wrapper .first-footer-widget .footer-link,
    .first-footer-wrapper .third-footer-widget .footer-link {
      font-size: 10px;
      padding: 5px; }

  /*contact page style */
  .other-contact .other-contact-title span {
    font-size: 18px; }
  .other-contact .other-contact-title h2 {
    font-size: 45px; }
  .other-contact .other-contact-title p {
    font-size: 18px; }
  .other-contact .contact-col .icon {
    font-size: 40px; }
  .other-contact .contact-col p {
    font-size: 15px; }
  .other-contact .contact-col a {
    font-size: 12px; }
	
	.project-wrapper .quds-items {
		grid-template-columns: repeat(3, 1fr) !important;
	}

 }
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 991.98px) {
  .container {
    max-width: 960px; }
	
	.phone-header-top {
    display: block;
    background: #1a1a1a;
	border-bottom: 2px solid #131313;}
    .phone-header-top .top-menu {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 9px 0; }
      .phone-header-top .top-menu img {
        width: 40px;
        border-radius: 5px; }
      .phone-header-top .top-menu .cp-title {
        font-size: 13px;
        padding: 10px 15px;
        background: linear-gradient(-45deg, #1a0b06, #252525, #071a20, #323232);
        color: white;
        border-radius: 5px; }
        .phone-header-top .top-menu .cp-title i {
          padding-right: 0.5rem; }

  /*blog post section*/
  /*menu navbar section*/
  .sticky-bottom {
    width: 90%; }

  .website-demos-wrapper .wd-headline {
    display: block !important; }

  .main-menu-navbar {
    display: none; }

  .sticky-menu {
    display: none; }

  .side-menu-icons {
    display: none; }

  /*home page section*/
  .home-page-wrapper {
    max-width: 100%;
    background-image: url(Images/background-5.jpg);
    background-size: cover;
    height: 700px; }

  /*home page section*/
  .home-page-wrapper .find-skill {
    margin-top: 100px; }
    .home-page-wrapper .find-skill .icons a {
      padding: 0px 0px 0px 0px;
      border-left: none; }
      .home-page-wrapper .find-skill .icons a i {
        padding: 8px; }
    .home-page-wrapper .find-skill .find-skill-title p {
      font-size: 15px; }
  .home-page-wrapper .home-page-bg {
    margin-top: 90px; }
  .home-page-wrapper .home-page-content .designer-name {
    font-size: 40px; }
  .home-page-wrapper .home-page-content p {
    font-size: 14px;
    margin-bottom: 10px;
    width: 63%; }
  .home-page-wrapper .hire-me {
    margin-top: 20px; }
    .home-page-wrapper .hire-me .hire-me-content {
      font-size: 14px; }

  .home-page-wrapper .find-skill .social-icons ul,
  .home-page-wrapper .find-skill .skill-icons ul {
    gap: 1.1rem; }

  .circle-items {
    top: 48%;
    right: 17%; }

  .circle-items .circle {
    width: 170px;
    height: 170px; }

  .circle-items .text span {
    transform-origin: 0 80px;
    top: 3%; }

  .circle-items .text {
    font-size: 14px; }

  /* experiecne */
  .experience-details {
    padding: 50px 0px; }

  /*About page style*/
  .about-details-wrapper {
    padding: 50px 0; }

  .phone-style h4 {
    font-size: 18px; }
  .phone-style ul a {
    font-size: 16px; }
  .phone-style ul p {
    font-size: 12px;
    margin-bottom: 0; }

  /*About Section*/
  .about-wrapper {
    padding: 50px 0; }
    .about-wrapper .about-content p {
      font-size: 12px; }
    .about-wrapper .about-content-wrapper {
      padding: 30px 0 0 20px; }
    .about-wrapper .about-title p {
      font-size: 10px; }
    .about-wrapper .about-title h5 {
      font-size: 15px; }
    .about-wrapper .about-inner .about-field-bio span {
      font-size: 15px; }
    .about-wrapper .about-experience .experience-title {
      gap: 3rem; }
      .about-wrapper .about-experience .experience-title a {
        font-size: 16px; }
    .about-wrapper .about-experience .experience-field ul a {
      font-size: 15px; }
    .about-wrapper .about-experience .experience-field ul p {
      font-size: 12px; }

  .about-wrapper .about-inner .about-title .about-field-name h4 {
    font-size: 23px; }

  .info-massage .w-title h2 {
    font-size: 130px; }

  .info-massage .p-title h4 {
    font-size: 50px; }

  .projects-title h2 {
    font-size: 40px; }

  .quds-projects h2 {
    font-size: 30px; }

  .show-more-title .more-btn {
    font-size: 14px; }

  /*skill section*/
  .skill-wrapper {
    padding: 50px 0; }
    .skill-wrapper .skill-col img {
      width: 90px; }
    .skill-wrapper .skill-col h4 {
      font-size: 20px; }
    .skill-wrapper .skill-col p {
      font-size: 10px; }
    .skill-wrapper .skill-col .View-Project a {
      font-size: 15px; }

  /*Secvices Section*/
  .services-wrapper {
    padding: 50px 0; }
    .services-wrapper .services-area h4 {
      font-size: 19px; }
    .services-wrapper .services-area p {
      font-size: 13px; }

  /*contact page style */
  .other-contact .other-contact-title span {
    font-size: 18px; }
  .other-contact .other-contact-title h2 {
    font-size: 45px; }
  .other-contact .other-contact-title p {
    font-size: 18px; }
  .other-contact .contact-col .icon {
    font-size: 35px; }
  .other-contact .contact-col p {
    font-size: 14px; }
  .other-contact .contact-col a {
    font-size: 10px; }

  /* page heading style */
  .page-heading .page-title p {
    font-size: 13px; }

  .page-heading .page-title h2 {
    font-size: 40px; }

  /*contact section*/
  .contact-header-wrapper {
    padding: 50px 0; }
    .contact-header-wrapper .contact-us-me p {
      font-size: 32px; }
    .contact-header-wrapper .contact-us-me .icons a i {
      font-size: 18px;
      border-radius: 10px;
      height: 40px;
      width: 40px; }
	
 .project-wrapper .quds-items {
	grid-template-columns: repeat(3, 1fr) !important;
 }


  /*first footer*/
  .first-footer-wrapper .footer-img img {
    width: 140px; }
  .first-footer-wrapper .footer-name h3 {
    font-size: 19px; }
  .first-footer-wrapper .secend-footer-widget .fa-text p {
    font-size: 13px; }
  .first-footer-wrapper .secend-footer-widget .icons a i {
    border-radius: 10px;
    padding: 8px;
    font-size: 13px; }
  .first-footer-wrapper .first-footer-widget .footer-link,
  .first-footer-wrapper .third-footer-widget .footer-link {
    padding: 5px; } }
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  .container {
    max-width: 765px; }

  .sticky-bottom {
    display: none; }
	
  .port-img{
	display: block !important;}
	
	.navbar-nav{
		margin-left: 2rem;
		margin-right: 2rem;}

  .menu-items {
    background: #0f0f0f;
    box-shadow: inset 0px 2px 3px 0px aqua;
    border-radius: 20px 20px 0 0;
    z-index: 9999; }
    .menu-items #sidebarCollapse {
      outline: none !important;
      box-shadow: none !important;
      border: none !important; }

  .phone-bottom {
    display: block; }

  .menu-items, .item-navbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    /* Overlay effect */ }
    .menu-items .ph-title, .item-navbar .ph-title {
      display: grid;
      justify-items: center;
      color: #fff;
      padding: 12px;
      gap: 0.3rem; }
      .menu-items .ph-title i, .item-navbar .ph-title i {
        font-size: 20px; }
      .menu-items .ph-title span, .item-navbar .ph-title span {
        font-size: 12px; }
    .menu-items img, .item-navbar img {
      width: 45px; }
    .menu-items #navbar-sidebar, .item-navbar #navbar-sidebar {
      position: fixed;
      bottom: 3rem;
      left: 0;
      width: 100%;
      height: 60%;
      background: #fff;
      transition: bottom 0.5s ease-in-out;
      overflow-y: auto;
      transform: translateY(100%);
      /* নিচ থেকে লুকানো থাকবে */
      transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
      opacity: 0;
      border-radius: 15px; }
      .menu-items #navbar-sidebar a, .item-navbar #navbar-sidebar a {
        color: #373737 !important;
		font-weight: 600;
		transition: all 0.5s;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-right: 2rem;}
	.menu-items #navbar-sidebar a, .item-navbar #navbar-sidebar a:hover{
		margin-left: 1rem;
		margin-right: 0rem !important;}
	.menu-items #navbar-sidebar a, .item-navbar #navbar-sidebar a i{
		display: none;}
	.menu-items #navbar-sidebar a, .item-navbar #navbar-sidebar a:hover i{
		display: block;}
    .menu-items #navbar-sidebar.active, .item-navbar #navbar-sidebar.active {
      transform: translateY(0);
      /* নিচ থেকে ওপরে উঠবে */
      opacity: 1; }
    .menu-items .overlay, .item-navbar .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
      display: none; }
    .menu-items .overlay.active, .item-navbar .overlay.active {
      opacity: 1;
      display: block; }
    .menu-items #dismiss, .item-navbar #dismiss {
      text-align: right;
      top: 10px;
      right: 10px;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .menu-items #dismiss i, .item-navbar #dismiss i {
        font-size: 25px;
        background: #202020;
        color: #fff;
        border-radius: 25px;
        height: 40px;
        width: 40px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin: 5px; }
      .menu-items #dismiss i:hover, .item-navbar #dismiss i:hover {
        background: #3d3d3d; }
    .menu-items .contact-btn, .item-navbar .contact-btn {
      margin: 10px 0; }

  .side-menu-icons {
    right: 15px; }
    .side-menu-icons li {
      margin-bottom: 25px; }
    .side-menu-icons .icon a {
      font-size: 20px; }

  .main-menu-navbar {
    display: none; }

  .side-menu-icons {
    display: none; }

  /*home page section*/
  .home-page-wrapper {
    max-width: 100%;
    background-image: url(Images/background-6.jpg);
    background-size: cover;
    height: 650px;
	margin-top: 4rem;}
    .home-page-wrapper .hire-me .hire-me-content {
      font-size: 13px;
      padding: 9px 17px; }
    .home-page-wrapper .home-page-bg {
      margin-top: 70px; }
    .home-page-wrapper .home-page-content p {
      margin-bottom: 8px; }

  /*home page section*/
  .circle-items {
    top: 52%;
    right: 17%; }

  .circle-items .circle {
    width: 110px;
    height: 110px; }

  .circle-items .text span {
    transform-origin: 0 50px;
    top: 4%; }
  .circle-items .circle .logo img {
    width: 26px;}

  .circle-items .text {
    font-size: 10px; }

  .circle-items .logo span {
    font-size: 28px; }

  .info-massage .w-title {
    justify-content: center;
    justify-items: center; }

  .info-massage .p-title {
    margin-top: 2rem; }

  .projects-title h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-top: 1rem; }

  /* experience wrapper */
  .experience-content {
    margin-top: 45px; }

  .experience-content .slide-title p {
    font-size: 12px; }

  .experience-content .contents-field .slide h4 {
    font-size: 20px; }

  .experience-content .content-slider .contents-field {
    padding: 20px 0; }

  .experience-content .img-field {
    width: calc(260px * 14);
    gap: 2rem;
    padding: 20px 0; }

  /*About page style*/
  .other-about .other-item a {
    height: 100px;
    width: 100px;
    font-size: 19px; }

  /*experience-details*/
  .phone-style h4 {
    font-size: 24px !important; }
  .phone-style ul a {
    font-size: 15px !important; }
  .phone-style ul p {
    font-size: 12px !important; }

  .BG .about-field-bio span {
    font-size: 15px; }

  /*About Section*/
  .about-wrapper {
    text-align: center; }
    .about-wrapper .about-headline {
      text-align: center; }
    .about-wrapper .about-content {
      text-align: center;
      margin: 0px 16px; }
      .about-wrapper .about-content p {
        font-size: 12px;
        text-align: center; }
    .about-wrapper .about-content-wrapper {
      padding: 30px 20px !important; }
    .about-wrapper .about-title p {
      font-size: 15px; }
    .about-wrapper .about-title h5 {
      font-size: 25px; }

  .quds-projects .quds-title {
    display: block !important; }

  .quds-projects .quds-title .more-inner {
    display: -webkit-box;
    margin-top: 1.5rem; }

  .quds-projects .quds-title span {
    font-size: 12px; }

  .quds-projects h2 {
    font-size: 28px; }

  .show-more-title .more-btn {
    font-size: 14px; }

  /*contact section*/
  .contact-header-wrapper .contact-us-me {
    margin-bottom: 1rem; }
	
 .project-wrapper .quds-items {
	grid-template-columns: repeat(2, 1fr) !important;
  }

 

  /*first footer*/
  .first-footer-wrapper {
    padding: 20px 0px; }
    .first-footer-wrapper .secend-footer-widget,
    .first-footer-wrapper .third-footer-widget {
      margin-top: 0px; }

  .ffw-block,
  .phone-footer {
    display: block; }

  .ffw-pc-block,
  .desktop-footer {
    display: none; }

  .first-footer-wrapper .footer-img {
    text-align: center; }
    .first-footer-wrapper .footer-img img {
      width: 300px; }
  .first-footer-wrapper .footer-name {
    text-align: center; }
    .first-footer-wrapper .footer-name h3 {
      font-size: 30px; }
  .first-footer-wrapper .first-footer-widget {
    margin-top: 0px;
    margin-bottom: 30px; }
    .first-footer-wrapper .first-footer-widget .fa-text {
      text-align: center; }
      .first-footer-wrapper .first-footer-widget .fa-text p {
        font-size: 15px;
        color: white;
        margin-top: 30px; }
    .first-footer-wrapper .first-footer-widget .icons {
      text-align: center; }

  /*about page style*/ }
/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .main-menu-navbar {
    display: none; }

  .side-menu-icons {
    display: none;
    right: 12px; }
    .side-menu-icons li {
      margin-bottom: 6px; }
    .side-menu-icons .icon a {
      font-size: 22px; }

  /*home page section*/
  .home-page-wrapper {
    max-width: 100%;
    background-image: url(Images/background-7.jpg) !important;
    background-size: cover;
    height: 600px; }
    .home-page-wrapper .home-page-bg {
      margin-top: 87px; }

  .home-page-wrapper .home-page-content .designer-name {
    font-size: 35px; }

  .home-page-wrapper .home-page-content .animate-skills {
    font-size: 30px; }

  .home-page-content p {
    width: 100% !important;
    margin-bottom: 6px; }

  .home-page-wrapper .find-skill .social-icons ul,
  .home-page-wrapper .find-skill .skill-icons ul {
    gap: 1.5rem; }

  /* experience wrapper */
  .experience-content {
    margin-top: 100px; }

  .experience-field-phone {
    display: block;
    display: flex; }

  .about-desktop {
    display: none; }

  /*About page style*/
  .other-about .other-item a {
    height: 80px;
    width: 80px;
    font-size: 16px; }

  .BG .about-field-bio span {
    font-size: 18px; }

  /*About Section*/
  .about-wrapper .about-content {
    margin: 0px 16px; }
    .about-wrapper .about-content p {
      font-size: 12px;
      text-align: center; }
  .about-wrapper .about-title {
    text-align: center; }
    .about-wrapper .about-title p {
      font-size: 15px; }
    .about-wrapper .about-title h4 {
      font-size: 34px; }
  .about-wrapper .about-img {
    margin-left: 0px; }
	
	.project-wrapper .quds-items {
	  grid-template-columns: repeat(2, 1fr) !important;
	}

  /*first footer*/
  .first-footer-wrapper {
    padding: 20px 0px; }
    .first-footer-wrapper .secend-footer-widget,
    .first-footer-wrapper .third-footer-widget {
      margin-top: 0px; }
      .first-footer-wrapper .secend-footer-widget .footer-link,
      .first-footer-wrapper .third-footer-widget .footer-link {
        font-size: 13px; }

  .ffw-block {
    display: block; }

  .ffw-pc-block {
    display: none; }

  .first-footer-wrapper .footer-img {
    text-align: center; }
    .first-footer-wrapper .footer-img img {
      width: 300px; }
  .first-footer-wrapper .footer-name {
    text-align: center; }
    .first-footer-wrapper .footer-name h3 {
      font-size: 30px; }
  .first-footer-wrapper .first-footer-widget {
    margin-top: 0px;
    margin-bottom: 30px; }
    .first-footer-wrapper .first-footer-widget .fa-text {
      text-align: center; }
      .first-footer-wrapper .first-footer-widget .fa-text p {
        font-size: 15px;
        margin-top: 30px; }
    .first-footer-wrapper .first-footer-widget .icons {
      text-align: center; } }
/* 320-480 width */
@media screen and (min-width: 320px) and (max-width: 480px) {
  .show-more-title a {
    font-size: 14px;
    padding: 15px 25px; }

  .mb-5rem {
    margin-bottom: 4rem; }

  .side-menu-icons {
    display: none;
    right: 10px; }
    .side-menu-icons li {
      margin-bottom: 6px; }
    .side-menu-icons .icon a {
      font-size: 18px; }

  /*home page section*/
  .home-page-wrapper {
    max-width: 100%;
    background-image: url(Images/background-8.jpg);
    background-size: cover;
    height: 600px;
    margin-top: 3.5rem; }
    .home-page-wrapper .home-page-content .designer-name {
      font-size: 26px; }
    .home-page-wrapper .home-page-content .animate-skills {
      font-size: 22px; }
    .home-page-wrapper .home-page-content p {
      font-size: 12px;
      width: 100%;
      margin-bottom: 6px; }
    .home-page-wrapper .find-skill-title p {
      font-size: 13px !important; }
    .home-page-wrapper .home-page-bg {
      margin-top: 70px; }

  .home-page-wrapper .find-skill .social-icons ul,
  .home-page-wrapper .find-skill .skill-icons ul {
    gap: 1.7rem; }

  .info-massage .w-title h2 {
    font-size: 120px; }

  .info-massage .w-title img {
    width: 180px; }

  .experience-content {
    margin-top: 90px; }

  .experience-field-phone {
    display: block; }

  .about-desktop {
    display: none; }

  /*About page style*/
  .other-about .other-item a {
    height: 70px;
    width: 70px;
    font-size: 13px; }

  /*About Section*/
  .about-wrapper .about-headline h6 {
    font-size: 11px; }
  .about-wrapper .about-headline h2 {
    font-size: 30px; }

  .about-wrapper .about-content-wrapper .about-title h4 {
    font-size: 30px; }

  /*skill section*/
  .skill-wrapper .skill-headline h2 {
    font-size: 30px; }
  .skill-wrapper .skill-headline h6 {
    font-size: 11px; }

  /*Secvices Section*/
  .services-wrapper .services-headline h2 {
    font-size: 30px; }
  .services-wrapper .services-headline h6 {
    font-size: 11px; }
  .services-wrapper .services-area h4 {
    font-size: 20px; }
  .services-wrapper .services-area p {
    font-size: 13px; }
  .services-wrapper .services-area i {
    font-size: 27px; }

  /* project section style */
  .project-wrapper .project-headline h2 {
    font-size: 30px; }
  .project-wrapper .project-headline h6 {
    font-size: 11px; }
  .project-wrapper .graphic-design .load-more,
  .project-wrapper .wordpress-themes .load-more {
    font-size: 12px;
    padding: 13px 20px; }

  .other-contact .other-contact-title h2 {
    font-size: 25px; }
  .other-contact .other-contact-title span {
    font-size: 15px; }
  .other-contact .other-contact-title p {
    font-size: 15px; }

  /* contact section style */
  .contact-header-wrapper .contract-headline h2 {
    font-size: 30px; }
  .contact-header-wrapper .contract-headline h6 {
    font-size: 11px; }

  .contact-header-wrapper .contact-us-me .icons a i {
    font-size: 16px;
    border-radius: 13px;
    height: 35px;
    width: 35px; }
	
   .project-wrapper .quds-items {
	  grid-template-columns: repeat(1, 1fr) !important;
	}

  /* blog portfolio page */
  .portfolio-cat {
    margin-top: -30px; }
    .portfolio-cat .cat-content .cat-title {
      font-size: 14px;
      height: 45px; }

  /* page heading style */
  .page-heading .page-title p {
    font-size: 10px; }

  .page-heading .page-title h2 {
    font-size: 30px; }


  /* End Media Query */ }

/*# sourceMappingURL=Style.css.map */
