/**
  * Name: Asali | Personal Portfolio HTML Landing Page Template
  * Version: 1.0
  * Author: BoudaTemplate
*/

/* Table of Content
    1- General
    2- preloader
    3- Header
    4- Home
    5- brand-skills
    6- services
    7- About
    8- portfolio
    8.1 - counter
    9- port-model(popup)
    10- testimonial
    11- blog
    12- blog-model(popup)
    13- contact
    13.1 map
    14- Footer
    15- Responsive
*/

/* 1- General */
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap');

:root {
    --font-family-1: 'Inter', sans-serif;
    --font-family-2: 'Inter', sans-serif;
    --primary-color1: #540C97;
    --primary-color2: #6524A0;
    --primary-color3: #8046B6;
    --primary-color4: #F1E2FF;
    --primary-color5: #F4E9FF;
    --secondary-color1: #FFC300;
    --secondary-color2: #FFF2C7;
    --body-color: #3C3C43;
    --black-color: #000000;
    --white-color: #ffffff;
    --green-color: #2C8316;
    --red-color: #EF2727;
}

html {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    color: var(--body-color);
    font-family: var(--font-family-2);
    font-size: 16px;
    font-weight: normal;
}

body.modal-open {
    padding-right: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-1);
    line-height: 1.2;
    color: var(--black-color);
    margin: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

p {
    line-height: 1.75;
    margin-bottom: 0;
}

span {
    line-height: normal;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none;
    outline: none ;
    cursor: pointer;
}

:focus,
button:focus{
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a , button {
    -webkit-transition: 0.5s ease-out ;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out ;
}

img {
    max-width: 100%;
    height: auto;
    width: auto !important;
}

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

.section {
    padding: 100px 0;
    position: relative;
}

.bg-color {
    background: linear-gradient(98.54deg, #F6ECFE 2.92%, #FFFBF2 99.55%);
}

.m-bottom {
    margin-bottom: 60px;
}

.back-top {
    display: none;
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 45px;
    width: 45px;
    right: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: var(--primary-color1);
    z-index: 995;
}

.back-top i {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 45px;
}

.main-btn , .white-btn {
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-family-1);
    border-radius: 5px;
}

.main-btn {
    background-color: var(--primary-color1);
    color: var(--white-color);
    border: 1px solid transparent;
}

.main-btn:hover {
    background-color: var(--white-color);
    color: var(--black-color);
    border: 1px solid var(--primary-color1);
}

.white-btn {
    background-color: var(--white-color);
    color: var(--black-color);
    border: 1px solid var(--primary-color1);
}

.white-btn:hover {
    background-color: var(--primary-color1);
    color: var(--white-color);
    border: 1px solid transparent;
}

.owl-carousel.center .owl-dots {
    transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: var(--primary-color4);
    height: 14px;
    width: 14px;
    border-radius: 50%;
    transition-duration: .3s;
}

.owl-carousel.center .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-dots .owl-dot:not(:last-child) {
    margin-right: 10px;
}

.owl-dots .owl-dot.active, .testimonials-carousel .owl-dots .owl-dot:hover {
    background-color: var(--primary-color1);
}

.form-control {
    border: 1px solid transparent;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.form-control:focus {
    border: 1px solid var(--primary-color1);
}

.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.title-section h6 {
    display: inline-block;
    position: relative;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--body-color);
    margin-bottom: 5px;
}

.title-section h6::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 2px;
    background-color: var(--secondary-color1);
    bottom: 3px;
    right: -25px;
}

.title-section h3 {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
}

.title-section h3 span {
    color: var(--secondary-color1);
}

/* rotate animation */

@keyframes rotate {
    from {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
    to {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
}

/* model (popup) */

.modal-dialog {
    width: 100%;
}

.modal .modal-news {
    max-width: 1000px;
}

.modal .modal-dialog .modal-content {
    padding: 45px;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    z-index: 1;
}

.modal-header {
    border-bottom: none;
}

.modal-header button {
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    background-color: var(--secondary-color1);
    background-image: none;
    position: relative;
    right: 0;
    top: -26px;
}

.modal-header button i {
    color: var(--white-color);
    font-size: 18px;
}

/* 2 - Preloader */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 13000;
    height: 100%;
}

.preloader_image {
    width: 130px;
    height: 130px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sk-double-bounce {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 40px auto;
}

.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--primary-color1);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-doubleBounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-doubleBounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* 3 - Preloader */

.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: 0.3s;
}

.navbar {
    position: relative;
    margin: 5px 0;
}

.nav-item .nav-link {
    color: var(--body-color);
    font-size: 16px;
    font-weight: 500;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.nav-item .nav-link:hover ,
.nav-item .nav-link.active {
    color: var(--primary-color1);
}

.sticky-add {
    display: block;
    position: fixed;
    top: 0;
    background-color: var(--white-color);
    -webkit-box-shadow: rgba(194, 194, 194, 0.25) 0px 12px 28px -22px;
            box-shadow: rgba(194, 194, 194, 0.25) 0px 12px 28px -22px;
}

/* 4 - Home */

.home {
    position: relative;
    height: auto;
    padding: 84px 0 0 0;
    z-index: 999;
    overflow: hidden;
}

.home-content {
    padding-top: 120px;
}

.home .home-content .home-title {
    position: relative;
}

.home .home-content .home-title h1 {
    position: absolute;
    top: -128px;
    left: 0;
    font-size: 147px;
    color: rgba(33, 32, 35, 0.03);
    font-weight: 800;
}

.home .home-content .home-title span {
    font-size: 40px;
    line-height: 1;
    font-family: var(--font-family-1);
    color: var(--black-color);
}

.home .home-content .home-title h2 {
    font-size: 64px;
    font-weight: 500;
    margin-bottom: 8px;
}

.home .home-content .home-title h2 span {
    font-size: inherit;
    font-weight: 700;
}

.home .home-content .home-title p {
    font-size: 22px;
    line-height: 1.5;
    padding-right: 140px;
    margin-bottom: 24px;
}

.home .home-content .social {
    align-items: center;
    margin-top: 72px;
}

.social p {
    font-size: 18px;
    font-weight: 500;
    margin-right: 14px;
}

.social ul li {
    margin-right: 9px;
}

.social ul li a {
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 14px;
    background-color: var(--primary-color4);
    color: var(--primary-color3);
    line-height: 40px;
    border-radius: 50%;
}

.social ul li a:hover {
    background-color: var(--primary-color1);
    color: var(--white-color);
    border: transparent;
}

.hero-img-box {
    position: relative;
    padding-bottom: 0;
}

.home .shape-2{
    position: absolute;
    right: 0;
    bottom: -50px;
    z-index: -5;
}

.hero-img-box .shape-1 {
    position: absolute;
    right: -10%;
    bottom: -34px;
    width: 140%;
    margin-right: -8%;
    z-index: -1;
}

.hero-img-box .user-test-shape {
    position: absolute;
    bottom: 52px;
    left: -130px;
    display: flex;
    align-items: center;
    background-color: var(--white-color);
    padding: 20px 18px;
    border-radius: 8px;
}

.hero-img-box .user-test-shape .user-img {
    width: 60px;
    height: 60px;
    margin-right: 14px;
}

.hero-img-box .user-test-shape .content h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;
}

.hero-img-box .user-test-shape .content span {
    font-size: 14px;
    font-weight: 500;
}

.hero-img-box .user-test-shape .content ul li {
    margin-right: 3px;
}

.hero-img-box .user-test-shape .content ul li i {
    color: var(--secondary-color1);
    font-size: 15px;
}

.hero-img-box .complet-prj {
    position: absolute;
    top: 100px;
    right: -28px;
    background-color: var(--white-color);
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: -3px -1px 24px rgba(197, 167, 226, 0.3);
    z-index: -2;
    -webkit-animation: animation 5s infinite linear alternate;
    animation: animation 5s infinite linear alternate;
}

.hero-img-box .complet-prj span {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-family-1);
}

.hero-img-box .complet-prj p {
    font-weight: 500;
    margin-bottom: 10px;
}

@-webkit-keyframes animation {
    0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    }
    25% {
        -webkit-transform: translateY(-6px);
                transform: translateY(-6px);
    }
    50% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    75% {
        -webkit-transform: translateY(6px);
                transform: translateY(6px);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}

@keyframes animation {
    0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    }
    25% {
        -webkit-transform: translateY(-6px);
                transform: translateY(-6px);
    }
    50% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    75% {
        -webkit-transform: translateY(6px);
                transform: translateY(6px);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}


/* 5 - brand-skills */

.brand-skills-area {
    padding: 80px 0;
    background-color: var(--primary-color1);
}

.brand-skills-area .skills {
    position: relative;
    border-radius: 12px;
    background-color: var(--primary-color2);
    padding: 30px;
    margin-left: 28px;
}

.brand-skills-area .skills .skills-title {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50% , -50%);
}

.brand-skills-area .skills .skills-title h6{
    background-color: var(--secondary-color1);
    color: var(--white-color);
    font-weight: 600;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 5px;
}

.brand-skills-area .skills .skills-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 15px;
}

.brand-skills-area .skills .skills-container .skill-item {
    background-color: var(--primary-color3);
    text-align: center;
    flex: 1 1 28%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 5px;
    color: var(--white-color);
    font-family: var(--font-family-1);
    font-weight: 600;
    font-size: 14px;
}

/* 6 - Service */

.service .service-box {
    padding: 44px 28px;
    background: linear-gradient(180deg, rgba(222, 203, 239, 0.1273) 0%, rgba(186, 151, 219, 0.0285) 105.42%);
}

.service .service-box .service-content .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    border:  1px solid #EBEBEB;
}

.service .service-box .service-content h5 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 18px;
}

/* 7 - About */

.about .about-img-box {
    position: relative;
    padding-right: 50px;
    padding-bottom: 50px;
}

.about .about-img-box img {
    border-radius: 10px;
}

.about .about-img-box .about-img-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 48%;
}

.about .about-img-box .about-shape {
    position: absolute;
    top: 40px;
    left: -12%;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    pointer-events: none;
}

.about .about-img-box .about-shape img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.about .about-content {
    padding-left: 48px;
}

.about .about-content .about-top {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}

.about .about-content .about-top ul.nav li a {
    font-size: 15px;
    color: var(--body-color);
    font-weight: 600;
    padding: 10px 14px;
    margin-left: 10px;
    font-family: var(--font-family-1);
    border: 1px solid transparent;
    border-radius: 5px;
}

.about .about-content .about-top ul.nav li:hover a ,
.about .about-content .about-top ul.nav li a.active {
    border: 1px solid var(--primary-color2);
}

.about .about-content .tab-content .bio h3 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.about .about-content .tab-content .bio h3 span {
    color: var(--secondary-color1);
}

.about .about-content .tab-content .expertise-box {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #c5c5c5;
}

.about .about-content .tab-content .expertise-box:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.about .about-content .tab-content .expertise-box h5{
   position: relative;
   font-size: 17px;
   font-weight: 600;
   line-height: 1.5;
   padding-left: 15px;
}

.about .about-content .tab-content .expertise-box h5::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 8px;
    left: 0;
    background-color: var(--secondary-color1);
    border-radius: 50%;
}

/* 8 - Portfolio */

.portfolio .shape img{
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.portfolio .portfolio-box {
    padding: 28px;
    border-radius: 16px;
    background-color: var(--white-color);
    box-shadow: -1px -2px 46px rgba(221, 218, 211, 0.21);
    margin-bottom: 30px;
}

.portfolio .portfolio-box .port-img {
    border-radius: 14px;
    overflow: hidden;
}

.portfolio .portfolio-box .port-img:hover img{
    transform: scale(1.1);
    transition: ease-in-out 0.5s;
}

.portfolio .portfolio-box .port-title {
    margin-top: 25px;
}

.portfolio .portfolio-box .port-title span {
    display: inline-block;
    font-size: 12px;
    font-family: var(--font-family-1);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--primary-color1);
    margin-bottom: 18px;
}

.portfolio .portfolio-box .port-title h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.portfolio .portfolio-box .port-title h4 a:hover {
    color: var(--primary-color1);
}

/* 8.1 - counter */

.counter .counter-container {
    background: rgba(255, 255, 255, 0.11);
    border: 2px solid var(--white-color);
    box-shadow: 0px 4px 61px rgba(221, 205, 235, 0.77);
    border-radius: 68px;
    padding: 16px;
}

.counter .counter-container .counter-content {
    background: linear-gradient(92.03deg, #A470FC 3.15%, #9B54E2 98.37%);
    border-radius: 56px;
}

.counter .counter-container .counter-content .single-counter {
    position: relative;
    padding: 38px 0;
}

.counter .counter-container .counter-content .single-counter .rotate-x{
    position: absolute;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    top: 32%;
}

.counter .counter-container .counter-content .single-counter img {
    position: absolute;
    width: 50%;
    right: -30%;
    top: 20%;
    z-index: 4;
}

.counter .counter-container .counter-content .single-counter .icon {
    display: inline-flex;
    width: 83px;
    height: 83px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--primary-color4);
   
}

.counter .counter-container .counter-content .single-counter .icon .circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid var(--primary-color3);
    background-color: rgba(255, 255, 255, 0.11);
}

.counter .counter-container .counter-content .single-counter .icon .circle svg {
    width: 45px;
    height: 45px;
    fill: transparent;
}

.counter .counter-container .counter-content .single-counter h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color);
    margin-top: 20px;
    margin-bottom: 8px;
}

.counter .counter-container .counter-content .single-counter h2 {
    font-size: 38px;
    font-weight: 700;
    color: var(--white-color);
}

/* 9 - Port model (popup) */

.port-model .port-dt-img {
    margin-bottom: 15px;
}

.port-model .port-dt-img img {
    border-radius: 10px;
}

.port-model .port-dt-content span {
    color: var(--primary-color1);
    font-size: 18px;
}

.port-model .port-dt-content h3 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 16px;
}

.port-model .port-dt-info {
    background-color: var(--primary-color1);
    padding: 40px;
    margin-left: 35px;
}

.port-model .port-dt-info .info-box-title {
    border-bottom: 1px dashed #a7a7a7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.port-model .port-dt-info .info-box-title:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.port-model .port-dt-info .info-box-title h6 {
    font-size: 17px;
    margin-bottom: 6px;
    color: var(--white-color);
    font-weight: 600;
}

.port-model .port-dt-info .info-box-title span {
    color: #f7f7f7;
}

/* 10 - Testimonial */

.testimonial .clients-satisfaction {
    margin-top: 60px;
}

.testimonial .clients-satisfaction .clients-num h2 {
    font-size: 40px;
    font-weight: 600;
}

.testimonial .testimonial-content {
    position: relative;
    padding: 40px;
    background-color: #FFFCF7;
}

.testimonial .testimonial-content .quote {
    position: absolute;
    top: 0;
    right: 0;
}

.slider-arrows {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 40px;
    transform: translateY(50%);
    gap: 15px;
}

.slider-arrows .icon {
    border-radius: 50%;
    transition: all .3s ease;
    width: 45px;
    height: 45px;
    border: 2px solid #E0DBD1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
}

.slider-arrows .icon svg{
    fill: transparent;
}

.slider-arrows .icon:hover {
    background-color: var(--secondary-color1);
}

.slider-arrows .icon:hover svg {
    color: white;
}

.testimonial .testimonial-content .testimonial-box p {
    font-size: 22px;
    font-weight: 500;
}

.testimonial .testimonial-content .testimonial-box .client-content {
    margin-top: 43px;
    display: flex;
    align-items: center;
}

.testimonial .testimonial-content .testimonial-box .client-content .client-details {
    margin-left: 22px;
}

.testimonial .testimonial-content .testimonial-box .client-content .client-details h5 {
    color: var(--primary-color1);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* 11 - Blog */

.blog-img {
    overflow: hidden;
}

.blog-img:hover img {
    transform: scale(1.1);
    transition: ease-in-out 0.5s;
}

.blog-details {
    gap: 10px;
}

.blog-details .date {
    flex-basis: 30%;
}

.blog-details .date span {
    font-family: var(--font-family-1);
    font-size: 34px;
    line-height: 1;
}

.blog-details .blog-title h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.blog-details .blog-title h4 a:hover {
    color: var(--primary-color1);
}

/* 12 - Blog model (popup) */

.single-blog-box .single-blog-img img {
    border-radius: 10px;
}

.single-blog-box .single-blog-details h3 {
    font-size: 26px;
    font-weight: 700;
}

/* 13 - Contact */

.contact-dt-area {
    margin-top: 40px;
}

.contact-dt-area .contact-dt-box {
    margin-bottom: 30px;
}

.contact-dt-area .contact-dt-box:last-child {
    margin-bottom: 0;
}

.contact-dt-area .contact-dt-box .circle-icon {
    width: 70px;
    height: 70px;
    background: #F6F6F6;
    border-radius: 50%;
}

.contact-dt-area .contact-dt-box .circle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-dt-area .contact-dt-box .contact-details h6 {
    font-size: 16px;
    font-weight: 700;
}

.contact-dt-area .contact-dt-box .contact-details p {
    font-size: 15px;
    word-break: break-word;
}

.contact_form .return_message{
	color:var(--green-color);
    display: none;
	margin-bottom: 7px;
	text-align: left;
	font-weight: 500;
}

.contact_form .contact_error{
	color: var(--red-color);
	text-align: left;
	font-weight: 500;
}

.contact_form .empty_notice{
	color: var(--red-color);
	margin-bottom: 7px;
	display: none;
	text-align: left;
	font-weight: 500;
}

.contact-form .contact_form .form-control {
    margin-bottom: 22px;
    padding: 15px;
    border-radius: 5px;
    background-color: #F6F6F6;
}

/* 13.1 - Contact */

.map {
    margin-top: 100px;
}

.map iframe {
    width: 100%;
    border-radius: 20px;
}

/* 14 - footer */

.footer {
    padding-top: 80px;
}

.footer .footer-widget .widget-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: 16px;
}

.footer .footer-links ul li {
    margin-bottom: 5px;
}

.footer .footer-links ul li a {
    position: relative;
    padding-left: 14px;
    color: var(--body-color);
}

.footer .footer-links ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--secondary-color1);
}

.footer .footer-links ul li a:hover {
    color: var(--primary-color1);
}

.newsletter-form {
    position: relative;
}

.newsletter-form input {
    height: 60px;
    border-radius: 5px;
    border: none;
    padding-left: 18px;
    box-shadow: 1px 2px 8px rgba(152, 152, 152, 0.09);
}

.newsletter-form .form-control:focus {
    border: none;
}

.newsletter-form button {
    position: absolute;
    right: 5px;
    top: 4px;
}

.newsletter-form .subscription-label {
    color: var(--body-color);
    margin-top: 15px;
}

.copyright {
    margin-top: 70px;
    padding: 26px 0;
    border-top: 1px solid transparent;
    border-image: linear-gradient(90deg, #E1C9F4 0%, rgba(255, 245, 229, 0) 100%);
    border-image-slice: 1;
}

.copyright i {
    color: var(--red-color);
    font-size: 16px;
}


/* 15 - Responsive */

@media (max-width: 991px){
    
    .container {
        width: 95%;
    }
    
    header {
        background: var(--white-color);
    }

    .header .container {
        width: 95%;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-collapse {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .navbar-nav > .nav-item{
        margin-right: 0;
    }

    .navbar-nav >.nav-item > .nav-link {
        padding: 15px 0 !important;
    }

    .navbar-toggler span {
        padding: 8px 10px;
        color: var(--second-color1);
        font-size: 24px;
        font-weight: bold;
        border: 1px solid var(--second-color1);
    }

    .navbar-toggler:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .home .home-content .home-title h1 {
        font-size: 136px;
    }

    .home .home-content .home-title p{
        font-size: 20px;
        padding-right: 0;
    }

    .home .home-content .home-title h2 {
        font-size: 54px;
    }

    .hero-img-box {
        margin-top: 30px;
    }

    .hero-img-box .user-test-shape{
        position: absolute;
        left: -30px;
    }

    .brand-skills-area .skills {
        margin-top: 30px;
    }

    .service .service-box {
        margin-bottom: 30px;
    }

    .about .about-content {
        padding-left: 0;
    }

    .about .about-img-box {
        margin-bottom: 30px;
    }

    .title-section h3 {
        font-size: 38px;
        font-weight: 700;
    }

    .counter .counter-container .counter-content .single-counter .rotate-x {
        display: none;
    }

    .testimonial .clients-satisfaction {
        margin-top: 40px;
    }

    .testimonial .testimonial-content {
        margin-top: 30px;
    }

    .blog-details .date {
        flex-basis: 15%;
    }

    .blog .blog-box {
        margin-bottom: 30px;
    }

    .contact-form {
        margin-top: 30px;
    }

    .modal .modal-news {
        width: 80%;
        margin: auto;
    }

    .port-model .port-dt-info {
        margin-left:0;
    }
    
    .modal .modal-dialog .modal-content {
        padding: 15px;
    }
}

@media (max-width: 767px) {

    .hero .home-title h1 {
        font-size: 46px;
    }

    .about .about-content .tab-content .bio h3 {
        font-size: 26px;
    }
    .title-section h3 {
        font-size: 32px;
    }

    .portfolio .shape {
        display: none;
    }

    .counter .counter-container .counter-content .single-counter img {
        display: none;
    }

    .footer-widget {
        margin-bottom: 30px;
    }

    .contact .contact-box {
        padding: 36px;
    }

    .port-model .port-dt-content h3 {
        font-size: 22px;
    }

    .single-blog-box .single-blog-details h3 {
        font-size: 22px;
    }
}

@media (max-width: 576px) {

    .home-content {
        padding-top: 60px;
    }

    .home .home-content .home-title h1 {
        font-size: 100px;
        top: -78px;
    }

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

    .home .home-content .home-title p {
        font-size: 18px;
    }

    .home .home-content .social {
        flex-direction: column;
        align-items: flex-start;
    }

    .social p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .hero-img-box .user-test-shape {
        padding: 8px;
    }

    .hero-img-box .user-test-shape .content h5 {
        font-size: 14px;
    }

    .hero-img-box .user-test-shape .content ul li i {
        font-size: 12px;
    }

    .hero-img-box .complet-prj {
        padding: 10px;
    }

    .hero-img-box .complet-prj span {
        font-size: 18px;
    }

    .hero-img-box .complet-prj p {
        font-size: 14px;
    }

    .service .service-box {
        padding: 24px 28px;
    }

    .service .row .last:last-child .service-box{
        margin-bottom: 0;
    }

    .about .about-content .about-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .about .about-content .about-top .title-section {
        margin-bottom: 24px;
    }

    .about .about-content .about-top ul.nav li a {
        margin-left: 0;
        margin-right: 10px;
        padding: 10px 7px;
    }

    .blog-details .date {
        flex-basis: 38%;
    }

    .blog-details .blog-title h4 {
        font-size: 18px;
    }
}