/*
* ----------------------------------------------------------------------------------------
Author       : Tanvir Rahman Hridoy
Author  Uri  : www.hridoy.me
Template Name: Bebo - Personal Portfolio Template
Version      : 1.0                                          
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
    -MENU CSS STYLE
* 04.ABOUT CSS STYLE
* 05.SERVICE CSS STYLE
* 06.PORTFOLIO CSS STYLE
* 07.TESTIMONIAL CSS STYLE
* 08.BLOG CSS STYLE
* 09.CONTACT DETAILS CSS STYLE
* 10.CONTACT DESIGN AREA
* 11.FOOTER CSS STYLE
* 12.COMPANY LOGO CSS STYLE
* 13.ADDITION
* ----------------------------------------------------------------------------------------
*/

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

body {
    font-size: 16px;
    font-weight: 300;
    height: 100%;
    font-family: 'Nunito Sans', sans-serif;
    color: #1b1b1b;
}

html,
body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-family: 'Playfair Display', serif;
}

img {
    width: 100%;
}

a:hover {
    text-decoration: none;
}

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

p {
    line-height: 28px;
}

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

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

.no-padding {
    padding: 0
}

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

.no-padding {
    padding: 0;
}

.section-title {
    margin-bottom: 50px;
    text-align: center;
}

.section-title h2 {
    font-size: 80px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 0;
    color: #1b1b1b;
    margin-top: -20px;
    //text-transform: capitalize
}

.section-title p {
    padding: 0px 250px;
}

.white-title h2 {
    color: #fff;
}

.scrollup {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 40px;
    cursor: pointer;
    display: none;
    z-index: 2;
    background: #000;
}

.scrollup:hover {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}



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

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

.status-mes {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -17px 0 0 -17px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 6px solid #ccc;
    border-right: 6px solid #ccc;
    border-bottom: 6px solid #ccc;
    border-left: 6px solid #000;
    border-radius: 50%;
    -webkit-animation: spinner 1000ms infinite linear;
    animation: spinner 1000ms infinite linear;
    z-index: 10000;
}

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

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

.header-text .home-arrow-down {
    text-align: center;
    position: absolute;
    bottom: -212px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-text .home-arrow-down .btn {
    font-size: 30px;
}

.header-text .home-arrow-down .fa {
    color: #333;
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation-name: home-arrow-down;
    animation-name: home-arrow-down;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes home-arrow-down {
    from {
        -webkit-transform: translate3d( 0, 0px, 0);
        transform: translate3d( 0, 0px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    10% {
        -webkit-transform: translate3d( 0, 5px, 0);
        transform: translate3d( 0, 5px, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        -webkit-transform: translate3d( 0, 30px, 0);
        transform: translate3d( 0, 30px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes home-arrow-down {
    from {
        -webkit-transform: translate3d( 0, 0px, 0);
        transform: translate3d( 0, 0px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    10% {
        -webkit-transform: translate3d( 0, 5px, 0);
        transform: translate3d( 0, 5px, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        -webkit-transform: translate3d( 0, 30px, 0);
        transform: translate3d( 0, 30px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


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

.welcome-area {
    height: 100%;

}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

/*
.welcome-image-area {
    position: relative;
    height: 100%;
    //background: url(../images/bg.jpg);
    background-color: #7d737a;
    background-size: cover;
    z-index: 1;
    background: rgb(124,119,119); 
    background: linear-gradient(130deg, rgba(124,119,119,1) 0%, rgba(38,37,37,1) 95%);
}
*/

.welcome-image-area {
    position: relative;
    height: 100%;
    //background: url(../images/bg.jpg);
    background-color: rgb(166, 190, 199);
    background-size: cover;
    z-index: 1;
    background: rgb(166, 190, 199); 
    Xbackground: linear-gradient(130deg, rgba(155, 180, 188, 1) 0%, rgba(144, 166, 177, 1) 95%);
}

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


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

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

.header-text h2 {
    color: #333;
    font-size: 60px;
    font-weight: 300;
    //text-transform: capitalize;
    margin: 0;
    line-height: 1.2;
}


.header-text h1 {
    font-size: 30px;
}

.header-text p {
    color: #333;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 0.10em;
    margin-top: 25px;
}

.header-top-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    Xborder-bottom: 1px solid rgba(255, 255, 255, .2);
}

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

.logo a p {
    font-size: 40px;
    color: #333;
    font-family: AuthenticSignature;
}

.mainmenu .navbar-nav li {
    margin-right: 30px;
}

.mainmenu .navbar-nav li a {
    text-transform: capitalize;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 400;

}

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

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

.navbar {
    margin: 0;
}

.menu-bg {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #a6bec7;
    Xbox-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    border: none;
}

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

.menu-bg .logo a p {
    Xcolor: #fff;
}

.menu-bg .mainmenu .navbar-nav li a {
    color: #000;
    padding-top: 22px;
    -webkit-transition: .3s;
    transition: .3s;
    padding-bottom: 22px;
}

.menu-bg .mainmenu .navbar-nav li.active a {
    color: #fff;
}

.menu-bg .mainmenu .navbar-nav li a:hover {
    Xcolor: #e3e3e3;
}


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

.about-me-right {
    margin-top: 50px;
}

.about-me-right h2 {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 100px;
    color: #000;
}

.about-me-right h3 {
    color: #333;
    font-size: 12px;
    margin-top: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about-me-right p {
    margin-bottom: 20px;
    color: #333;
    font-weight: 300;
}


.about-social-links {
    margin-top: 40px;
}

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

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

.about-social-links ul li a {
    display: block;
    color: #fff;
    background: #1B1B1B;
    padding: 8px 18px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    border: 1px solid #000;
}

.about-social-links ul li a:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}

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

.service-area {
    background: #0F1113;
}

.single-service {
    text-align: center;
    padding: 30px;
    padding-bottom: 0;
}

.service-icon i {
    font-size: 80px;
    margin-bottom: 20px;
    color: #fff;
}

.single-service h2 {
    font-size: 21px;
    //text-transform: capitalize;
    margin: 20px 0px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    font-weight: 200;
}

.single-service p {
    color: #e2d3c5;
    font-size: 16px;
}



/*
* ----------------------------------------------------------------------------------------
* 05a.SERVICE2 CSS STYLE
* ----------------------------------------------------------------------------------------
*/

#service2.service-area {
    background: #f1eeeb;
}

#service2 > h3 {
	font-size: 20px;
}


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

.work {
    background: #fff;
}

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

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

ul.work li {
    display: inline-block;
    padding-bottom: 4px;
    margin: 0 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #938d8d;
    border: none;
    cursor: pointer;
    font-size: 12px;
    border-bottom: 2px solid transparent;
}

ul.work li:hover {
    color: #000;
    -webkit-transition: .3s;
    transition: .3s;
}

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

.work .item {
    padding: 0;
    margin: 0;
}

.work .col-md-4 {
    padding: 0;
    margin: 0;
}

.work figure.effect-ruby img {
    height: auto;
    width: 100%;
}

.work .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.work .grid figure:hover {
    background: #fff;
    background-color: rgba(0,0,0,.9);
}

.work figure.effect-ruby h2 {
    margin-top: 40%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    color: #fff;
}

.work figure.effect-ruby p {
    font-size: 14px;
    text-transform: capitalize;
    border: none;
    padding: 0;
    margin: 5px 0px;
}

.work figure.effect-ruby p strong {
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 5px;
}

.work .item:hover figure.effect-ruby h2 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: .3s;
    transition: .3s;
}



/*
* ----------------------------------------------------------------------------------------
* 07.TESTIMONIAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.testimonial-area {
    background: #eaece6;
    background-image: url("/assets/images/testimonial/bg.jpg");
    background-position: center;
    background-size: cover;
}


.single-testi-des,
.testi-name {
    text-align: center;

}

.testi-name {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.single-testi-des p {
    font-size: 22px;
    font-weight: 400;
    //line-height: 32px;
    color: #000;
    font-family: 'Playfair Display', serif;
    //font-size: 1.125rem;
    line-height:1.4
}

.single-testi-des p:before {
    content: '\201e'
}

.single-testi-des p:after {
    content: '\201d.'
}


.testi-name h2 {
    font-size: 16px;
    margin-top: 40px;
    //text-transform: uppercase;
    font-weight: 200;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    line-height:1.4;
}

.testi-name h2 b {
    font-weight: 400;
}

.testi-name h3 {
    font-size: 14px;
    //text-transform: capitalize;
    margin-top: 0;
    color: #aeaeae;
}


.testimonial-area .owl-theme .owl-controls .owl-buttons div {
    color: #000;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: #fff;
    height: 25px;
    width: 50px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
}


/*
* ----------------------------------------------------------------------------------------
* 08.BLOG CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-area {}

.single-blog {
    margin-right: 30px;
    margin-top: 30px;
}

.single-blog h5 {
    font-weight: 300;
    font-size: 12px;
}

.single-blog h3 {
    color: #333;
    padding: 10px 15px;
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 3px;
}

.single-blog h2 {
    margin-top: 0;
}

.single-blog h2 a {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000;
}

.single-blog p {
    padding-bottom: 20px;
}

.blog-description {
    padding: 20px 30px;
    border: 1px solid #f8f8f8;
}

.blog-area .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 5px;
    height: 5px;
    margin: 5px 7px;
    border-radius: 20px;
    background: #000;
}



/*
* ----------------------------------------------------------------------------------------
* 10.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.contact-area {
    background: #f7f7f7;
}


.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    padding: 20px 0px;
    border-bottom: 1px solid #000;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: 'Playfair Display', serif;
    margin-bottom: 30px;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.contact-form button {
    display: inline-block;
    color: #fff;
    padding: 15px 35px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #000;
    background-color: #000;
    font-weight: 600;
    width: 200px;
    margin-bottom: 0;
}

.contact-form button:hover {
    background: transparent;
    color: #000;
    border: 1px solid #aeaeae;
    ;
    -webkit-transition: .3s;
    transition: .3s;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

#contact .text-success,
#contact .text-danger {
    display: none;
}

.text-success {
    text-align: center;
    background: #3c763d;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.text-danger {
    text-align: center;
    background: red;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

input,
select,
textarea {
    color: #ff0000;
}

/*
* ----------------------------------------------------------------------------------------
* 11.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-area {
    background: #000;
}

.single-contact-info {
    text-align: center;
}

.single-contact-info i {
    font-size: 40px;
    color: #fff;
}

.single-contact-info h2 {
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
}

.single-contact-info p {
    margin-bottom: 0;
    color: #aeaeae;
}

.footer-text {
    margin-top: 70px;
    border-top: 1px solid #484848;
    padding-top: 70px;
}

.footer-text p {
    font-size: 14px;
    color: #f7f7f7;
    margin-bottom: 0;
}

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

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

.social-links ul li a {
    display: block;
    color: #aeaeae;
}

/*
* ----------------------------------------------------------------------------------------
* 12.COMPANY LOGO CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.company-logo-area {
    background: #F7F7F7;
}

.single-company-logo {
    text-align: center;
    border: 1px solid #ccc;
    padding: 30px;
    margin-right: 10px;
}

.single-company-logo img {
    width: 130px;
}

/*
* ----------------------------------------------------------------------------------------
* 13.ADDITION
* ----------------------------------------------------------------------------------------
*/



.myButton {
	box-shadow:inset 0px -3px 7px 0px #7c7777;
	background:linear-gradient(to bottom, #7c7777 5%, #636161 100%);
	background-color:#7c7777;
	border-radius:10px;
	border:1px solid #242323;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4d3f42;
}
.myButton:hover {
	background:linear-gradient(to bottom, #636161 5%, #7c7777 100%);
	background-color:#636161;
	color:#ffffff;
}
.myButton:active {
	position:relative;
	top:1px;
}


.myButton {
	box-shadow: 0px 1px 0px 0px #696565;
	background:linear-gradient(to bottom, #6e6a6a 5%, #545252 100%);
	background-color:#6e6a6a;
	border-radius:6px;
	border:1px solid #474646;
	display:inline-block;
	cursor:pointer;
	color:#f2f2f2;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #dfe0e6;
}
.myButton:hover {
	background:linear-gradient(to bottom, #545252 5%, #6e6a6a 100%);
	background-color:#545252;
	color: #c2c2c2;
}
.myButton:active {
	position:relative;
	top:1px;
}

.emoji {
    font-size: 18px;
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 5px;
    border-radius: 5px;
    display: inline-block;
}
.emoji img {
    width: 25px;
    height: 25px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.certificates {
    display: flex;
    justify-content: space-between; /* równomiernie rozkłada obrazki */
    align-items: center;            /* wyrównanie w pionie */
    gap: 0;                         /* brak odstępów między nimi */
}

.certificates img {
    width: 32%;
    height: auto;
    display: block;
    border: 6px solid #f1eeeb;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
    /* border-radius: 4px; */
    background-color: #fff;
}

@media (max-width: 767px) {
    .certificates {
        flex-direction: column;             /* układ pionowy */
        align-items: center;                /* centrowanie obrazków */
        gap: 20px;                          /* odstęp między nimi */
    }

    .certificates img {
        width: 70%;                        /* pełna szerokość kontenera */
        max-width: 500px;                   /* opcjonalne ograniczenie szerokości */
    }
}