:root {
    --swiper-pagination-color: #f1188d;
}

body, html {
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #343434;
    /*color: #f1188d;*/
    min-height: 100vh;
}

.h2,
h2 {
    margin: 0 0 20px 0;
    /*color: #555;   */
    color: #f1188d;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 30px;
    /*font-variant: small-caps;*/
}

h3, h4 {
    /*color: #222;*/
    color: #f1188d;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    /*font-variant: small-caps;*/
}

h5 {
    font-weight: 700;
    line-height: 20px;
    /*font-variant: small-caps;*/
}

p.intro {
    font-size: 16px;
    margin: 12px 0 0;
    line-height: 24px;
}

a {
    color: #f1188d;
}

a:hover, a:focus {
    text-decoration: none;
    color: #000;
}

ul, ol {
    /*list-style: none;*/
    padding-left: 20px;
}

li {
    padding: 5px 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

ul, ol {
    /*padding: 0;*/
    webkit-padding: 0;
    moz-padding: 0;
}

hr {
    height: 1px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #666;
    margin: 0 auto;
    border: 0;
}

/* Navigation */
#nav {
    z-index: 9999;
    position: sticky;
    top: 0;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar-collapse {
    padding: 0;
}

/*
.navbar .navbar-collapse {
    text-align: center;
}
*/

.navbar-custom {
    margin-bottom: 0;
    background-color: #f6f6f6;
    border-radius: 0px;
    padding: 10px 0;
    border-bottom: 1px solid #d3d3d3;
}

.navbar-custom a {
    color: #808689;
}

.navbar-custom .nav li a {
    margin-left: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .logo {
    padding-left: 15px;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: #000;
    background-color: transparent;
}

.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
    color: #000;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, .3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

.btn-default {
    text-transform: uppercase;
    color: #808689;
    background-color: transparent;
    border-color: #808689;
    padding: 14px 20px;
    margin: 0;
    font-size: 16px;
    border-radius: 0;
    margin-top: 20px;
    transition: all .3s ease;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
    color: #fff;
    background-color: #f1188d;
    border-color: #f1188d;
}

/* Header Section */
.intro {
    display: flex;
    min-height: 80vh;
    justify-content: center;
    align-items: center;
    align-content: center;
}


.section-title.center {
    padding: 80px 0 40px;
}

.intro h1 {
    font-size: clamp(30px, 6vw, 60px);
    font-weight: 600;
    letter-spacing: 2px;
    /*font-variant: small-caps;*/
    margin-bottom: 20px;
    color: #f1188d;
}


.intro p {
    font-size: 20px;
    margin-bottom: 40px;
    margin-top: 20px;
    color: #707070;
}

.intro .h2,
.intro h2 {
    font-size: clamp(20px, 4vw, 40px);
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #f1188d;
}


/* About Section */
#about {
    padding: 120px 0;
}

#about .about-text {
    margin-left: 10px;
    text-align: center;
}

#about img {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    display: inline-block;
}

#about p {
    margin-top: 40px;
    margin-bottom: 30px;
    line-height: 22px;
}

/* Portfolio Section */
#portfolio {
    padding: 120px 0;
    background: #f6f6f6;
}

.categories {
    padding-bottom: 30px;
    text-align: center;
}

ul.cat li {
    display: inline-block;
}

ol.type li {
    display: inline-block;
    margin-left: 20px;
}

ol.type li a {
    border: 1px solid #777;
    color: #555;
    padding: 8px 20px;
}

ol.type li a.active {
    background: #222;
    border: 1px solid #222;
    color: #fff;
}

ol.type li a:hover {
    background: #222;
    border: 1px solid #222;
    color: #fff;
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    z-index: 1
}

.isotope, .isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.portfolio-item {
    margin: 15px 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.portfolio-item:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-item .hover-bg {
    height: 195px;
    overflow: hidden;
    position: relative;
}

.hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.66);
    padding: 30% 0 0 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.hover-bg .hover-text > h4 {
    text-transform: uppercase;
    opacity: 0;
    color: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.3s;
}

.hover-bg:hover .hover-text > h4 {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.hover-bg .hover-text > i {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.3s;
}

.hover-bg:hover .hover-text > i {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.hover-bg:hover .hover-text {
    opacity: 1;
}

#portfolio i.fa {
    font-size: 20px;
    padding: 5px;
    color: #E87E04;
}

/* Contact Section */
#contact {
    padding: 0 0 60px 0;
}

#contact h3 {
    padding-top: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #222;
}

#contact a {
    text-decoration: underline;
    word-break: break-word;
}

#contact form {
    padding: 30px 0;
}

#contact .text-danger {
    color: #E87E04;
    text-align: left;
}

label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left;
}

#contact .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: none;
    border: 1px solid #999;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#contact .form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}

.form-control::-webkit-input-placeholder {
    color: #2c3e50;
}

.form-control:-moz-placeholder {
    color: #2c3e50;
}

.form-control::-moz-placeholder {
    color: #2c3e50;
}

.form-control:-ms-input-placeholder {
    color: #2c3e50;
}

#contact .social {
    margin-top: 80px;
}

#contact .social ul li {
    display: inline-block;
    margin: 0 20px;
}

#contact .social i.fa {
    font-size: 22px;
    padding: 4px;
    color: #444;
    transition: all 0.5s;
}

#contact .social i.fa:hover {
    color: #f1188d;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: none;
}

/* Footer Section*/
#footer {
    background: #f6f6f6;
    color: #777;
    padding: 30px 0 25px 0;
}

#footer p {
    font-size: 13px;
}

#footer a {
    color: #555;
}

#footer a:hover {
    color: #000;
}

/* CUSTOM STYLE */
.swiper-slide {
    position: relative;
    min-height: 80vh;
    background: no-repeat center center / cover;
    text-align: center;
}

.swiper-slide:after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .4);
    z-index: -1;
}

.swiper .swiper-button-prev:after, .swiper .swiper-button-next:after {
    color: #808689;
}

.swiper .swiper-button-prev, .swiper .swiper-rtl .swiper-button-next {
    left: 3vw;
    right: auto;
}

.swiper .swiper-button-next, .swiper .swiper-rtl .swiper-button-prev {
    right: 3vw;
    left: auto;
}

.collapsible-item {

}

.collapsible-item h3 {
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    opacity: .8;
    line-height: 2;
    transition: opacity .3s ease;
    text-decoration: underline;
}

.collapsible-item h3:hover {
    opacity: 1;
}

.collapsible-item h3:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 20px;
    background: url(../../img/svg/right-arrow.svg) no-repeat center center;
    transition: all .3s ease;
}

.collapsible-item h3:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background: url(../../img/svg/touch-me.svg) no-repeat center center;
    transition: all .3s ease;
}

.about-text > .collapsible-item {
    margin-bottom: 20px;
}

.collapsed {
    display: none;
}

.collapsible-item.is-opened > h3 {
    opacity: 1;
}

.collapsible-item.is-opened > h3:after {
    transform: rotateZ(90deg);
}

.collapsible-item .collapsible-item h3 {
    font-size: 18px;
}

.is-collapsed > .collapsed {
    display: block;
}

.collapsible-item .collapsible-item {
    padding-left: 20px;
}

#prices {
    padding-bottom: 40px;
    background: url(../../img/photo/b-dent-6.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
}

#prices:after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: -1;
}

#prices > .container {
    position: relative;
    z-index: 2;
}

.intro-text {
    padding: 20px;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    border-radius: 20px;
    background: rgb(255 255 255 / 40%);
    margin: 40px auto;
    max-width: 80%;
}

.contact-container {
    font-size: 20px;
}

.contact-container div {
    margin-bottom: 10px;
}

.price-title {
    text-align: right;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .price-title {
        text-align: center;
        margin-bottom: 5px;
    }

    .price-value {
        text-align: center;
        margin-bottom: 20px;
    }

}

.price-value {
    font-weight: 600;
    margin-bottom: 10px;
}


.team-person,
.prices-container {
    background: rgb(255 255 255 / 40%);
    padding: 20px;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    border-radius: 20px;
}

.team-person {
    margin: 20px;
}

#care {
    margin-bottom: 40px;
}

.colored-text {
    color: #f1188d;
}

.swiper .logo {
    margin: 40px 0;
}

.swiper .logo img {
    width: min(450px, 100%);
}

.navbar .navbar-collapse .logo {
    margin-bottom: 20px;
}

.navbar .logo img {
    width: min(150px, 100%);
}


.navbar-inner {
    position: relative;
}

.navbar-inner .logo {
    position: absolute;
    left: 0;
    top: 3px;
    cursor: pointer;
}

.navbar-inner .fast-contact {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 25px;
}

.navbar-inner .fast-contact a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    color: #f1188d;
    transition: all .3s ease;
}

.navbar-inner .fast-contact a:hover {
    color: #808689;
}

@media (max-width: 768px) {
    .navbar-inner .fast-contact {
        right: initial;
        left: 15px;
    }

    .navbar-inner .fast-contact a {
        margin-left: 0;
        margin-right: 20px
    }
}

.photo-gallery {

}

.photo-gallery img {
    max-width: 100%;
    margin-bottom: 20px;
}

.mb-20 {
    margin-bottom: 40px;
}

.contact-info {
    margin-bottom: 40px !important;
}


#team {
    padding: 0 0 40px;
    background: url(../../img/photo/b-dent-5.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
}

#team:after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: -1;
    backdrop-filter: blur(5px);
}


#partners {
    padding: 0 0 40px;
}

.team-person {
    margin-bottom: 40px;
}

.cooperate {
    color: #343434;
}

.nav > li > a {
    padding: 10px;
}
