@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

/* General */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Comfortaa';
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 15px 0;
    color: #1b1b1b;
}
a {
	color: inherit;
}
a:hover {
	color: inherit;
}
.bg-red{
    background-color: #f44336;
}
.step-icon-box img {
    filter: invert(1);
}
.p-relative {
    position: relative;
}
.fix {
    overflow: hidden;
}
.z-index-2 {
    position: relative;
    z-index: 2;
}
.pb-90 {
    padding-bottom: 90px;
}
.pt-90 {
    padding-top: 90px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pt-120 {
    padding-top: 120px;
}

/* Title */
.section-title {
    font-family: 'Comfortaa';
}
.tp-section__title {
    color: #846b55;
    text-transform: capitalize;
    font-size: 2.3rem;
}
.tp-section__title {
    color: #333;
    text-transform: capitalize;
    font-size: 2.3rem;
    font-weight: 700;
}
.about-content-two .tp-section-title-2 h5{
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 2rem;
    color: #000b3c;
}
.tpcontact__item {
    background-size: cover;
}
.tpcontact-title-2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
}
.tpcontact__item::before {
    content: "";
    position: absolute;
    background-color: #000315;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    mix-blend-mode: darken;
}
.tp-services-3__before-color::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(58, 58, 74, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}
.tpcontact__item-right p {
    font-size: 1rem;
    color: #444;
}
.tp-services-3__wrap {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(35, 35, 49, 0.04);
}
.tp-services-3__wrap::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    clip-path: polygon(100% 70%, 69% 100%, 100% 100%);
    background: var(--tp-grey-1);
    bottom: 0;
    right: 0;
    transition: 0.4s;
}
.tp-services-3__icon span {
    font-size: 43px;
    color: var(--tp-theme-2);
    font-weight: 900;
    height: 90px;
    width: 100px;
    background-color: var(--tp-grey-1);
    text-align: center;
    line-height: 100px;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
    transition: 0.4s;
}
.tp-services-3__content {
    padding: 25px;
    padding-bottom: 34px;
}
.tpproject-3__item {
    overflow: hidden;
}
.p-relative {
    position: relative;
}

.tpproject-3__item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    background-image: -moz-linear-gradient(90deg, rgb(202, 31, 38) 0%, rgb(229, 111, 52) 54%, rgb(255, 191, 66) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(202, 31, 38) 0%, rgb(229, 111, 52) 54%, rgb(255, 191, 66) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(202, 31, 38) 0%, rgb(229, 111, 52) 54%, rgb(255, 191, 66) 100%);
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.4s;
    transition-property: all;
    z-index: 2;
}
.tpproject-3__item::after {
    content: "";
    position: absolute;
    background: linear-gradient(to top, #3a3a4a, transparent);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 1;
}
.tpproject-3__content {
    position: absolute;
    left: 40px;
    bottom: 25px;
    transition: all 700ms ease;
    z-index: 2;
}
.tpproject-3__content .tpproject-title {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}
.tpproject-3__content .tpproject-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: 0.6s;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}
.tpproject-3__icon {
    position: absolute;
    top: 40px;
    left: 40px;
    color: #222;
    font-size: 20px;
    background: #fff;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    transform: scale(0);
    transition: all 700ms ease;
    z-index: 2;
    cursor: pointer;
}
.tpproject-3__icon::before {
    content: "";
    position: absolute;
    right: 0;
    background-image: -webkit-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
    transition: all 500ms ease;
    left: 50%;
    height: 115px;
    width: 6px;
    transform: rotate(-180deg);
    text-align: center;
    top: 100%;
}
.tpproject-3__icon::after {
    position: absolute;
    content: "";
    width: 125px;
    height: 6px;
    top: 50%;
    background-image: -moz-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.01) 99%, white 100%);
    background-image: -webkit-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.01) 99%, white 100%);
    background-image: -ms-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.01) 99%, white 100%);
    transition: all 700ms ease;
    z-index: 999999;
    left: 100%;
}
.tpproject-3__item:hover .tpproject-3__icon {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
  transition-delay: 500ms;
}
.tpproject-3__wrap:hover .tpproject-3__item::before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.tpproject-3__wrap:hover .tpproject-title::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.tp-varian img {
	width: 200px;
}
.roasting-img {
	width: 80px;
    margin-bottom: 10px;
}
/********** CTA ***************/
section.call-to-action1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.relative {
    position: relative;
    z-index: 1;
}
.call-to-action1 {
    padding: 4.75rem 0 5rem;
}
.call-main1 h1 {
	font-size: 3.2rem;
}
.cta-overlay {
    background: #111;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.5s;
    opacity: 0.6;
}
.cta-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: #ffbf42;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    padding: 17px 50px;
    overflow: hidden;
    transition: all 0.5s linear;
    z-index: 1;
    text-align: center;
}
.cta-btn:hover{
	color: #fff;
}
.cta-btn:hover::before {
    transform: scaleY(1) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.cta-btn::before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: 0px;
    background-color: #ed1d23;
    content: "";
    transform: scaleY(0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: -1;
}
.mean-container .mean-nav ul li li a {
    width: 100%;
}
.meta-list {
    padding: 10px 20px;
}
.height-100 {
    height: 100vh;
}
.location {
    color: #222;
    font-size: 1.5rem;
    font-weight: 600;
}
.tj-contact-list.d-block {
	min-height: 275px;
	color: #555555;
}
.tp-features-3__item {
	text-align: center;
    padding: 30px;
}
.tp-features-3__item.active {
	background: #ffe0b2;
}
.tp-features-3__item.mb-30 {
	margin-bottom: 15px;
}
.tp-features-3__item span {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
    transition: 0.3s;
    color: #775b42;
}
.tp-features-3-title-3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
}
.tp-features-3__item p {
    font-size: 0.825rem;
    color: #4c2709;
    text-align: center;
}
.tp-varian {
    text-align: center;
    padding: 40px 25px;
}
.tp-varian.varian-1 {
    background-color: #f1c152;
}
.tp-varian.varian-2 {
    background-color: #68d0af;
}
.tp-varian.varian-3 {
    background-color: #d2d86f;
}
.tp-varian-title {
    margin-top: 30px;
    padding-top: 30px;
    font-size: 2.4rem;
    font-weight: 300;
    font-family: var(--tj-ff-body);
    color: #333;
    line-height: 1.5rem;
}
.tp-varian-subtitle {
    padding-bottom: 30px;
	font-size: 1.2rem;
    font-weight: 300;
    font-family: var(--tj-ff-body);
    color: #333;
}
.product-box {
	text-align: center;
}
.product-box img {
	width: 85%;
}
.product-title {
	margin: 10px 0 15px 0;
    font-size: 1.2rem;
    text-align: center;
    color: #52151d;
}
.product-readmore {
	color: #8e7272;
    font-size: 0.975rem;
}
/********** GALLERY PROJECT STYLE ******************/
.single-course {
    box-shadow: 0 6px 26px rgba(0,0,0,0.03);
    margin-bottom: 30px;
}
.cstyle-2 .course-img {
    width: 306px;
    height: 277px;
}
.course-img {
    position: relative;
}
.c_image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
	border-radius: 0 12px 12px 0;
}
.cstyle-2 .course_content {
    padding: 25px 10px;
}
.cstyle-2 .course_content h2 {
    margin-bottom: 15px;
}
.course_content h2 {
	font-size: 1.25rem;
	color: #222;
    transition: .5s;
    line-height: 32px;
}
.course_detail {
	font-size: 0.9rem;
    line-height: 2rem;
    color: #777;
    height: 160px;
    overflow: hidden;
}
.course_detail_2 {
	font-size: 0.9rem;
    line-height: 2rem;
    color: #777;
}
.owl-prev, .owl-next {
	width: 50px;
	height: 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block !important;
	border:0px solid black;
	font-size: 1.2rem;
}

.fade:not(.show) { opacity: unset; }
.fade:not(.in) { opacity: 0; }
.modal-lg { top: 25%; }

.gal-readmore {
	color: #333 !important;
    font-size: 0.9rem;
    border-bottom: 1px solid;
}
.pt-50 {
	padding-top: 50px;
}

/*------------------------------
    15. START FAQ SECTION
------------------------------*/
.faq .accordion .card {
    margin-bottom: 1em;
    border-radius: 28px !important;
    overflow: hidden;
    background: #fff;
}

.faq .accordion .card,
.faq .accordion .card .card-header {
    border: none;
}

.faq .accordion .card .card-header {
    padding: 0;
}
.faq .card-header h2 {
    font-size: 1.675rem;
    padding: 15px 20px;
    color: #0f2b56;
    text-transform: uppercase;
}

.faq .accordion .card .card-body {
    padding: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.faq .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.tj-faq-left-content .faq-content {
    margin-bottom: 0;
}
.tj-faq-left-content .faq-content .faq-icon i {
    width: 28px;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
}
.tj-faq-left-content .faq-content .faq-text p {
    max-width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
}
.tj-faq-left-content {
    margin-bottom: 20px;
}

.round-2 {
	border-radius: 12px;
}
.product-detail-box {
	margin-top: 50px;
	padding: 50px 30px;
}
.product-detail-box .title {
	text-align: left;
	font-size: 2.525rem;
	color: #4c2709;
}
.tj-main-menu > ul > li > a.active {
    color: #4c2709;
    border-bottom: 1px solid #4c2709;
}
.tj-main-menu > ul > li > a:hover {
	text-decoration:none;
    color: #4c2709;
    border-bottom: 1px solid #4c2709;
}
.tj-main-menu > ul > li > a {
    padding-top: 16px;
    padding-bottom: 5px;
    padding-right: 25px;
}
.site-footer {
    display: block;
    position: absolute;
    bottom: 25px;
    right: 0px;
	z-index: 99;
}
.p-60 {
    padding: 60px 0;
}
.opacity-1 {
    opacity: 1;
}

/* Location */
.rooms1-content {    
    background-color: transparent;
}
.rooms1-title, .rooms1-title a {
    font-family: 'Comfortaa';
}
/* Slider */ 
.tj-slider-section-three .slider-content {
    margin: 0;
    width: 200px;
    position: absolute;
    bottom: 4%;
    z-index: 9;
    right: 15%;
}
.tj-slider-section-three .slider-content .slider-title {
    margin-bottom: 10px;
    font-size: 4rem;
    font-family: "Comfortaa", sans-serif;
}
.tj-slider-section-three .slider-content .slider-desc {
    font-family: "Comfortaa", sans-serif;
}
.tj-slider-section-three .slider-content .slider-desc span {
    display: flex;
    align-items: center;
}  
.tj-slider-section-three .slider-content .slider-desc span::after {
    max-width: 50px;
    content: '';
    flex: 1;
    margin-left: 1rem;
    height: 1px;
    border-top: 1px solid #fff;
}
.owl-nav disabled {
    display: none;
}
.content ul {
    padding-left: 15px;
}
.content ul li {
    list-style: disc;
}
.service-content h3{
    margin: 30px 0;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
}
.service-content ul li{
    list-style-type: disc;
}
.service-content table, 
.service-content th, 
.service-content tr, 
.service-content td {
    border: 1px solid #333;
}
.service-content strong {
    font-weight: 600;
}


/* Footer */
.tj-footer-area .footer-contact-info {
    margin: 50px 0;
}
.tj-footer-area .footer-content-info {
    background: #fff;
    padding: 20px 0;
    max-width: 385px;
    margin-left: 0px;
    width: 100%;
    margin-bottom: 0;
}
.tj-footer-area .footer-content-info img {
    scale: 0.7;
    max-width: 100%;
}
.tj-footer-area .footer-content-info .footer-social-icon {
    margin-top: 0;
    margin-left: 35%;
}
.tj-footer-area .footer-contact-info ul li {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
    position: relative;
    padding-left: 0;
}
.tj-footer-area .footer-contact-info ul li i {
    width: 40px;
    height: 40px;
    line-height: 42px;
    color: #4c2709;
    text-align: center;
    border: 1px solid var(--tj-gray-color2);
    display: inline-block;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 10px;
    background: transparent;
    transition: 0.4s;
    margin-right: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}
.banner-header h1 {
    font-family: 'Comfortaa';
    font-size: 3rem;
}
.copyright-bottom {
    border-top: 0;
    padding: 17px 0;
    background: #fff;
}
.footer-copyright-area .copyright-target a {
    color: #03A9F4;
    transition: 0.4s;
}
.footer-copyright-area .copyright-target p{
    color: #222;
}


@media only screen and (max-width: 767px){
	.service-item-two {
		padding: 20px 15px 10px;
		display: block !important;
	}
	.service-item-two .service-image img {
		max-width: 100%;
	}
	.service-item-two .service-text {
		padding-left: 35px;
		padding-top: 95px;
	}
	.service-item-two .services-icon {
		left: 15px;
		top: 10px;
	}
}

@media (max-width: 575px) {
    .section-padding {
        padding: 10px 0;
    }
	.mobile-logo-area img{
		height: 75px;
	}
	.tj-header-section .mobile-logo-area {
        max-width: 170px;
        padding: 5px 15px;
    }
	.tj-slider-section-three .tj-bg-layer {
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		height: calc(100vh - 50px);
	}
    .tj-slider-section-three .slider-content .slider-desc {
        font-size: 0.625rem;
    }
    .tj-slider-section-three .slider-content .slider-desc span::after {
        max-width: 15px;
    }
    .tj-step-area {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		align-items: center;
		margin: 0 auto;
	}
	.cstyle-2 .course_content {
		padding: 25px 10px;
		max-height: 100%;
		overflow: visible;
	}
    .tj-footer-area .footer-title::before {
        display: none;
    }
    .tj-footer-area .footer-contact-info ul li i {
        width: 30px;
        height: 30px;
        line-height: 32px;
        color: #4c2709;
        text-align: center;
        border: 1px solid var(--tj-gray-color2);
        display: inline-block;
        border-radius: 50%;
        font-size: 18px;
        margin-right: 10px;
        background: transparent;
        transition: 0.4s;
        margin-right: 5px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 20%;
    }
    .footer-copyright-area .copyright-target p {
        font-size: 0.75rem;
    }
}

@media (max-width: 425px) {
    .service-content h3{
        font-size: 0.9rem;
    }
    .service-content td {
       min-width: 400px;
    }
}

@media (max-width: 375px) {
    .service-content h3{
        font-size: 0.8rem;
    }
    .service-content td {
       min-width: 350px;
    }
}
