@import url('//fonts.googleapis.com/css?family=Poppins:300,400');



/* Global 
====================================================================== */
html {
	position: relative;
	min-height: 100%;
}

body {
	margin: 0;
	margin-bottom: 60px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: .5px;
	color: #fff;
	background-color: #020519;
}



a{
	text-decoration: none !important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

a:focus, button:focus {
	outline: none;
}



.delay1{
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s; 
}
.bold{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.dib{
	display: inline-block;
}


.container-fluid {
	padding-left: 90px;
	padding-right: 90px;
}

/* home */
.home-nav {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9;
}
.navbar {
	width: 100%;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	display: inline-block;
}
.navbar-light .navbar-collapse {
	text-align: right;
	float: right;
	padding-top: 15px;
}
.navbar-light .navbar-nav {
	display: inline-block;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-size: 18px;
	display: block;
	padding: 8px 10px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, 
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #e2c064;
}
.slider-banner .rslides {
	max-width: 100% !important;
}
.slider-banner .rslides li img {
	width: 100%;
}
.rslides {
	padding-left: 0;
}
.why-shivam {
	color: #390922;
	background: linear-gradient(to bottom right, #c28931, #eed683, #e0bb5e);
	width: 470px;
	padding: 40px 30px 20px 30px;
	text-align: center;
	position: absolute;
	right: 30px;
	top: auto;
	bottom: 85px;
	z-index: 1;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.why-shivam p {
	font-size: 15px;
}

footer {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 0.5px;
	padding-top: 13px;
	padding-bottom: 3px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #000000;
}
footer p {
	margin-bottom: 10px;
}
footer p a {
	color: inherit;
}



/* about */
.about {
	background: url("https://sivamjewellers.in/img/banner/about-bg.jpg") top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.text-gold {
	background: -webkit-linear-gradient(#c28931, #edd37c);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
.title {
	font-size: 30px;
	line-height: 58px;
	letter-spacing: 1px;
	font-weight: 400;
}



/* gallery */
.gallery {
	background: url("https://sivamjewellers.in/img/banner/gallery-bg.jpg") top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.img-thumbnail {
	height: 144px;
	position: relative;
	border: none;
	margin-bottom: 30px;
	background: #c2bebd;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.img-thumbnail img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}


/* contact */
.contact {
	background: url("https://sivamjewellers.in/img/banner/contact-bg.jpg") top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}


.container-fluid {
	padding-left: 90px;
	padding-right: 90px;
}

 
        .modal-content {
            border: none;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 25px 50px rgba(0,0,0,0.2);
        }
        
        .modal-header {
            background: linear-gradient(45deg, #c28931, #e0bb5e);
            color: white;
            border: none;
            padding: 25px 30px;
            text-align: center;
        }
        
        .modal-title {
            font-weight: 700;
            font-size: 24px;
            margin: 0;
            text-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }
        
        .modal-body {
            padding: 30px;
            background: #f8f9fa;
        }
        
        .contact-info {
            background: white;
            border-radius: 15px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        }
        
        .info-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            padding: 15px;
            background: #f8f9fa;
            border-radius: 10px;
            border-left: 4px solid #c28931;
            transition: all 0.3s ease;
        }
        
        .info-item:hover {
            transform: translateX(5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .info-item:last-child {
            margin-bottom: 0;
        }
        
        .info-icon {
            color: #c28931;
            font-size: 20px;
            margin-right: 15px;
            margin-top: 2px;
            min-width: 25px;
        }
        
        .info-content {
            flex: 1;
			padding-left: 10px;
        }
        
        .info-label {
            font-weight: 600;
            color: #000;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 5px;
        }
        
        .info-text {
            color: #000;
            font-size: 15px;
            line-height: 1.5;
            margin: 0;
        }
        
        .close {
            color: white;
            opacity: 0.8;
            font-size: 28px;
            font-weight: 300;
        }
        
        .close:hover {
            color: white;
            opacity: 1;
        }
        
        .company-name {
            color: #c28931;
            font-weight: 700;
            font-size: 18px;
            /* text-shadow: 0 1px 2px rgba(0,0,0,0.1); */
        }
        
        .gst-number {
            font-family: 'Courier New', monospace;
            background: #eed683;
            padding: 3px 8px;
            border-radius: 4px;
            font-weight: 600;
            color: #000;
        }
        
        @media (max-width: 576px) {
            .main-container {
                margin: 20px;
                padding: 30px 20px;
            }
            
            .contact-btn {
                font-size: 16px;
                padding: 12px 30px;
            }
            
            .modal-body {
                padding: 20px;
            }
            
            .contact-info {
                padding: 20px;
            }
            
            .info-item {
                padding: 12px;
                /* flex-direction: column;
                text-align: center; */
            }
            
            .info-icon {
                margin-right: 0;
                margin-bottom: 10px;
                font-size: 24px;
            }
            
            .modal-title {
                font-size: 20px;
            }
        }

/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
	.modal-lg {
		max-width: 90%;
	}
}


/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399px) {
	.container {
		max-width: 100%;
	}
	.modal-lg {
		max-width: 90%;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767.98px) {
	body {
		margin-bottom: 90px;
	}
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.container {
		max-width: 100%;
	}
	/* home */
	.navbar {
		position: relative;
		background: #020519 !important;
		width: 100%;
		padding: 10px 15px 10px 15px;
		display: flex;
		margin-bottom: 20px;
		
		-webkit-box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.7);
		-moz-box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.7);
		box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.7);
	}
	.navbar-light .navbar-brand img {
		max-width: 250px;
	}
	.navbar-light .navbar-collapse {
		text-align: left;
		float: none;
		position: absolute;
		top: 92px;
		left: 0;
		right: 0;
		background: #020519;
		width: 100%;
		z-index: 1;
		padding-top: 0;
		padding-bottom: 10px;
	}
	.navbar-light .navbar-nav {
		display: block;
	}
	.navbar-light .navbar-nav .nav-link {
		display: block;
		width: 100%;
	}
	.slider-banner .rslides {
		margin-bottom: 30px;
	}
	.why-shivam {
		width: 100%;
		position: relative;
		top: auto;
		right: 0;
		bottom: 0;
		z-index: 1;
		bottom: 15px;
		
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	
	footer {
		padding-bottom: 7px;
	}
	footer p {
		margin-bottom: 5;
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	
}

