/*
Theme Name: Hello Elementor Child
Theme URI: https://ttexports.in
Description: Child theme for Hello Elementor – Tarini Tara Exports
Author: Tarini Tara Exports
Author URI: https://ttexports.in
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
*/

/* Custom CSS below */

.header-container, .sn-botton-hd, .e-con-inner, .footer-inner {
    max-width: 1360px !important;
    width: 90% !important;
    margin: auto !important;
}
.top-header{
	width: 100%;
    padding: 4px 0px;
}
.sn-main-header{
padding: 0px !important;
}
.top-header-inner {
    display: flex;
    justify-content: space-between;
}

.top-header {
    background: #a9090a;
}

.top-left a {
    color: #fff;
}

.top-right a {
    color: #fff;
}

.top-left {
    display: flex;
    gap: 10px;
}

.top-right span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 8px;
}

.top-right {
    display: flex;
    gap: 5px;
}

.top-right a i {
    font-size: 14px;
}

.header-inner.sn-botton-hd {
    align-items: center;
    padding: 8px 0px;
}
.top-left a span {
    font-size: 15px;
}

.top-left a i {
    font-size: 14px;
}

.sn-header-btn.header-btn a {
    background: #a9090a;
    padding: 9px 25px;
    display: inline-block;
    border-radius: 50px;
    color: #fff !important;
    font-weight: 500;
    font-size: 15px;
	line-height: 21px;
}
.banner-content {
   max-width: 1360px !important;
    width: 90% !important;
    margin: auto !important;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
	z-index: 2;
}
.banner-slide-item {
    position: relative;
}
.banner-image {}

.banner-slide-item:after {
    position: absolute;
    content: "";
    background: #000;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
	opacity: 0.5;
	pointer-events: none;
}
h1.banner-title {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
}

p.banner-description {
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 73%;
	line-height: 31px;
}
.hero-sec-slider button.owl-dot span {
    background: #ffffff;
    width: 20px;
    height: 2px;
    display: inline-block;
    border-radius: 50px !important;
}

.hero-sec-slider .owl-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: -24px;
    z-index: 15;
    position: relative;
    top: -22px;
}

.hero-sec-slider button.owl-dot.active span {
   background: #ffffff;
    width: 28px;
    height: 3px;
}
.footer-widgets {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr 1.5fr 1.2fr;
    gap: 35px;
}
.sn-footer-bg {
    background: #A9090A17;
    padding-top: 50px !important;
	padding-bottom: 0px;
}
.sn-copy-right {
    width: 100%;
    text-align: center;
    margin-top: 45px;
    border-top: 1px solid #33333330;
    padding-top: 21px;
}

.sn-copy-right p {
    margin: 0px;
	color: #333;
}
h3.footer-widget-title {
    font-size: 21px;
	padding-bottom: 5px;
}
.sn-our-address ul {
    list-style-type: none;
    padding: 0px;
}

   ul#menu-footer-manu-1 {
    list-style-type: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
ul#menu-footer-manu-1 li a {
    color: #333;
	font-size: 15px;
}
.sn-our-address ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.sn-our-address ul li a {
    color: #333;
	font-size: 15px;
}
.footer-widget.footer-widget-1 {
    color: #333;
    margin-top: 13px;
	font-size: 15px;
}
.email-flied input {
    padding: 12px 15px !important;
    border: 1px solid #a9090a59 !important;
    font-size: 15px;
}

.btn-flied input {
    border: 1px solid #a9090a54 !important;
    color: #333;
    padding: 11px 25px !important;
    font-size: 15px;
	background: #fff;
}
.btn-flied input:hover{
	background: #A9090A;
}

/* pulsing animation fix button */
.cnt-bnt-field {
  background-color: #42db87;
  color: #fff;
  width: 58px;
  height: 58px;
  font-size: 30px;
  border-radius: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 0 #42db87;
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  transition: all 300ms ease-in-out;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(66, 219, 135, 0);
  }
}

.sn-bnt-animation-field {
  position: fixed;
  bottom: 20px;
  left: 8px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.sn-bnt-animation-field p {
  color: #000;
  font-size: 12px;
  line-height: normal;
  border-radius: 3px;
  margin-top: 7px;
  background-color: #fff;
  margin-bottom: 0;
  padding: 4px 9px;
	box-shadow: 0px 0px 0px 1px #e5e5e5;
}
/* Sticky Nav Bar Style */
.sn-stiky-nav.is-sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.35s ease-out;
  background-color: #fff;
  z-index: 999;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/* Sticky Nav Bar Style end*/
.sn-input-flied input {
    border: 1px solid #a9090a30 !important;
    padding: 10px 15px !important;
    font-size: 15px;
    color: #333;
}

.sn-textarea-flied textarea {
    height: 130px;
    font-size: 15px;
    color: #333;
    border: 1px solid #a9090a30;
    padding: 10px 15px;
}

.sn-btn-flied input {
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 600;
	border: 1px solid #A9090A;
   color: #A9090A;

}

.sn-btn-flied input:hover{
background:  #A9090A;
}


/* Overlay */
#contact-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* Active overlay */
#contact-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Popup box */
#contact-popup {
	max-height: 555px;
    overflow: auto;
    background: #fff;
    max-width: 700px;
    width: 90%;
    padding: 30px;
    border-radius: 10px;
    position: relative;

    transform: translateY(30px) scale(0.95);
    transition: transform 0.4s ease;
}

/* Popup animation */
#contact-popup-overlay.active #contact-popup {
    transform: translateY(0) scale(1);
}

/* Close button */
#popup-close {
    position: absolute;
    top: -4px;
    right: 15px;
    font-size: 40px;
    cursor: pointer;
}
h4.form-popup-title {
    text-align: center;
    font-size: 30px;
    color: #a9090a;
    font-weight: 600;
	padding-bottom: 20px;
}

.sn-header-btn button {
    color: #fff;
    background: #a9090a;
    border: 0px;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 15px;
    margin-left: 10px;
    transition: 0.3s;
}

.sn-header-btn button:hover {
    background: #000;
}

@media only screen and (min-width: 320px) and (max-width: 767px){
.top-right {
    display: none;
}
.top-left {
    width: 100%;
    justify-content: space-between;
}
	.top-left a i {
    font-size: 13px;
}
	.top-left a span {
    font-size: 14px;
}
	.sn-header-btn button{
    padding: 7px 16px;
    font-size: 13px;
    line-height: 21px;
}
	p.banner-description {
    display: none;
}
	h1.banner-title{
font-size: 35px;
	}
	.banner-image img {
    height: 250px !important;
    object-fit: cover;
    object-position: center;
}
	.footer-widgets {
    grid-template-columns: repeat(1, 1fr);
}
	h3.footer-widget-title{
padding-bottom: 0px;
	}
	.footer-widgets{
gap: 25px;
	}
	.sn-copy-right{
		margin-top: 40px;
	}
	.sn-copy-right p{
		font-size: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
	h1.banner-title{
font-size: 50px;
	}
.banner-image img {
    height: 450px !important;
    object-fit: cover;
    object-position: center;
}
	p.banner-description{
width: 100%;
	}
	.footer-widgets{
		grid-template-columns: repeat(2, 1fr);
	}
}