/*@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500;600;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@500;600;700&display=swap');

html {
  scroll-behavior: smooth;
}
.bg-dark-theratio {
    background-color: #194246;		background: rgb(8,55,68);background: -moz-linear-gradient(90deg, rgba(8,55,68,1) 0%, rgba(27,119,127,1) 97%);background: -webkit-linear-gradient(90deg, rgba(8,55,68,1) 0%, rgba(27,119,127,1) 97%);background: linear-gradient(90deg, rgba(8,55,68,1) 0%, rgba(27,119,127,1) 97%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#083744",endColorstr="#1b777f",GradientType=1);
}
body.bg-dark-theratio, section.bg-dark-theratio {
    background-color: #0A0A0A;
}

.site-content{
      background-color: #fff;
}.st-header{	 background-color: #fff;}

.octf-cta-header .octf-cta-icons i {
    color: #fff;
}
.s-light .studio-testi-slide-block {
    background-color: #1A1A1A;
}

/* banner 4 */
.banner-4 {
   
    padding: 0;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: -1;
}
/*.banner-4:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
    /*background-color: rgb(0 0 0 / 10%);*/
/*}*/


.banner-5 .main-title {
    color: #eec03f;
    /*color: #d8b85e;*/
    /*font-family: 'Dancing Script', cursive;*/
    font-family: 'Exo 2', sans-serif;
    font-size: 2.5rem;
    text-shadow: 0 0 10px #5a5a5a;

}

.banner-5 .row{
gap:40px;
}

/* video background */
.about-video video {
    width: 100%;
    max-height: 550px;
    object-fit: cover;
}

/* contact home */
.contact-home .contact-leftSide {
    background-color: #194246;
    border: 30px solid #194246;
    border-image-source: url(../images/slide-border-image-2.png);
    border-image-slice: 117;
    border-image-repeat: round;
    z-index: 2;
    text-align: center;
    height: 350px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 20px;
    padding: 0.25px;
}

.contact-home .contact-leftSide .contain{
    padding: 35px;
    height: 290px
}
.contact-home .contact-leftSide .main-heading {
    color: #DCB7AC;
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 35px;
}
.contact-home .contact-leftSide p {
    color: #fff;
    line-height: 1.5;
}
.contact-home .main-form input, 
.contact-home .main-form textarea {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-home .main-form .octf-btn {
    background: #194246;
} 
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}
.contact-home .wpcf7 .main-form input::placeholder,
.contact-home .wpcf7 .main-form textarea::placeholder {
  text-transform: capitalize;
    font-size: 13px;
}

/* Footer */
.site-footer {
    background-color: #194246;
}
.footer-bottom {
    background-color: #194246;
}

.fixed-social {
    position: fixed;
    top: 100px;
    left: 20px;
    padding: 0;
    z-index: 99;
    display: none;
}
.fixed-social ul {
    list-style: none;
}
.fixed-social ul li a {
    color: #2c757c;
    /*font-size: 25px;*/
    font-size: 1.5rem;
}
.fixed-social ul li a svg {
    fill: #2c757c;
}

.ot-features-box .features-image .overlay {
    background: rgb(255 255 255 / 50%);
}
.ot-features-box .features-image .overlay img {
    width: 70%;
}

.ot-features-box .features-image .overlay h4 {
    color:#000;
    /* text-shadow: 0 0 10px black; */
}

.flex-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* categories section */
.categories-section .projects-grid.style-5 .project-item {
    width: auto;
    padding: 0;
    border-right: 3px solid #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.categories-section .projects-grid .projects-box .projects-thumbnail img {
    height: 75vh;
    object-fit: cover;
}
.categories-section .projects-grid.style-5 .projects-box .portfolio-info {
    background: rgba(255, 255, 255, 0.75);
}
.categories-section .projects-grid .projects-box .portfolio-info h5 {
    color: #2c757c;
    font-size: 20px;
    font-weight: bold;
}

.categories-section .projects-grid .projects-box .projects-thumbnail .data-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(10,10,10,.7);
    opacity: 1;
    padding: 10px;
    text-align: center;
    z-index: -1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.categories-section .projects-grid.img-scale .projects-box:hover .data-list {
    visibility: visible;
    z-index: 9;
}

.categories-section .projects-grid .projects-box .projects-thumbnail .data-list a {
    color: #fff;
}
.categories-section .projects-grid .projects-box .projects-thumbnail .data-list a:hover {
    color: #b87333;
}

/* products slider */
/*
.products-slider .wrapper-icons {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 5;
    -webkit-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    transform: translateX(-70px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.products-slider .product-item:hover .wrapper-icons {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
*/
.product .wrapper-icons a {
    margin-left: 5px;
}
.products-slider .owl-nav.disabled + .owl-dots {
    margin-top: 25px;
}
.product-item .wrapper-add-to-cart a {
    background-color: #194246;
}
.product-item {
    border: 1px solid #e0e0e0;
}
/*
.product-item .product-media img {
    height: 290px;
    object-fit: contain;
}
*/
.product-item .woocommerce-loop-product__title {
    font-size: 25px;
}
.product-item .sub-title {
    font-size: 22px;
}

.gallery-post .item-video {
    position: relative;
}
.gallery-post .item-video .item-video-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.product-item .product-media img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.textbg {
  background-color: #2c757c;
  background: linear-gradient(90deg, rgba(8,55,68,1) 0%, rgba(27,119,127,1) 97%) !important; 
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important; 
  -moz-background-clip: text !important;
  -moz-text-fill-color: transparent !important;
}

.mainbg
{	
background: rgb(8,55,68);background: -moz-linear-gradient(90deg, rgba(8,55,68,1) 0%, rgba(27,119,127,1) 97%) !important;background: -webkit-linear-gradient(90deg, rgba(8,55,68,1) 0%, rgba(27,119,127,1) 97%) !important;background: linear-gradient(90deg, rgba(8,55,68,1) 0%, rgba(27,119,127,1) 97%) !important;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#083744",endColorstr="#1b777f",GradientType=1) !important;
}


.secbg{
background: #ead1e4 !important;
}

.sectext{
color: #ead1e4 !important;
text-shadow: 0 0 #898989;
}


.is-fixed.secbg{
background:transparent !important;
}

.is-fixed.secbg.is-stuck{
background:#ead1e4  !important;
}


.social_dropdown_parent{
    position:relative;
}


.social_dropdown_container{
    
    position: absolute;
    top: 5px;
    left: 20px;
    padding: 0;
    width: 250px;
    background: rgba(0,0,0,0.4);
    background: linear-gradient(90deg, rgba(8,55,68,0.8) 0%, rgba(27,119,127,0.4) 97%) !important;
    visibility:hidden;
    opacity:0;
    transition: all 0.3s;
}

.social_dropdown_parent.event .social_dropdown_container {

        background: #ead1e4de !important;

}


.social_dropdown_parent:hover .social_dropdown_container{
    visibility:visible;
    opacity:1;
}



.social_dropdown_container li{
        /*border-top: 1px solid white;*/
        color:white;
        padding: 10px 15px;
}

.social_dropdown_container li:hover{
        background: white;
}

.social_dropdown_container a{
    display:inline-block;
    width:100%;
}


.social_dropdown_container a, .social_dropdown_container span{
        font-size:16px !important;
        color:white !important;
        
}

.social_dropdown_container li:hover a, .social_dropdown_container li:hover span {
        color: black !important;
        
}

 .social_dropdown_container span{
     padding: 0 7px;
 }



/* responsive */
@media(max-width: 1199px) {
    .categories-section .projects-grid.style-5 .project-item {
        flex: inherit;
        flex-grow: 1;
        width: 25%;
        border-bottom: 3px solid #FFFFFF;
    }
    .categories-section .projects-grid .projects-box .projects-thumbnail img {
        height: 50vh;
    }
}
@media(max-width: 767px) {
    .categories-section .projects-grid.style-5 .project-item {
        width: 50%;
    }
    .tp-rightarrow,
    .tp-leftarrow{
        top:62%!important;
    }
    .fixed-social {
        left: -10px !important;
    }
    .fixed-social .mb-3,
    .fixed-social .my-3{
         margin-bottom: 10px !important;
    }
    .fixed-social ul li a{
        /*font-size:18px!important;*/
        font-size: 1.5rem;
    }
   
}

@media(max-width: 600px) {
     .banner-5 .main-title {
    font-size: 1.8rem;
    }
}
