ok

Mini Shell

Direktori : /home/importfo/public_html/chamundafurnitechindustry.in/assets/coming-soon/css/
Upload File :
Current File : //home/importfo/public_html/chamundafurnitechindustry.in/assets/coming-soon/css/style.css

/*-------------------------------------------------------------
* Countdown
*-------------------------------------------------------------*/
.countdown-wrapper {
margin: 20px 0 50px;
}
#back-countdiown {
padding: 0;
text-align:center
}
#back-countdiown li {
display: inline-block;
margin-right: 15px;
text-align: center;
border: 3px solid #93b120;
border-radius: 4%;
margin:0 0 10px 0;
position: relative;
}
@media screen and (max-width:800px) {
#back-countdiown li span {
padding:30px!important;
font-size:45px!important
}
}
@media screen and (max-width:600px) {
#back-countdiown li {
width:48%;
margin-bottom: 20px;
}
}
#back-countdiown li:last-child {
margin-right: 0
}
#back-countdiown li span {
display: block;
font-size: 70px;
padding: 50px;
font-weight: 700;
color:#93b120
}
#back-countdiown li p {
text-transform: uppercase;
font-size:18px;
font-weight: 300;
margin: 0;
padding: 10px 0;
border-top: 1px solid #93b120;
}
#back-countdiown li span:hover {
cursor: pointer;
}
/*-------------------------------------------------------------
* Subscribe 
*-------------------------------------------------------------*/
.subscribe {
margin: 50px 0 50px;
text-align: center;
display: block;
}
.subscribe-form {
width: 40%;
position: relative;
margin:0 auto;
}
@media screen and (max-width:768px) {
.subscribe-form {
width: 100%;
}
}
.subscribe-form input[type="email"] {
border: 2px solid rgba(0, 0, 0, .5);
height: 50px;
line-height: 50px;
width: 100%;
background:transparent;
border-radius:3px;
padding: 0 130px 0 20px;
font-size:18px;
display: inline-block;
box-sizing: border-box;
color: #fff;
}
.subscribe-form input:focus {
outline:none;
}
.subscribe-form input[type="submit"] {
cursor: pointer;
background: #93b120;
color: #000;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
border: 0;
display: inline-block;
position: absolute;
right: 5px;
top:5px;
border-radius:2px;
box-sizing: border-box;
padding:11px 20px 8px;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
transition: all 0.7s;
}
.subscribe-form input[type="submit"]:hover {
background: #222; color:#fff;
}
.subscribe-form::-webkit-input-placeholder {
color:#fff;
}
.accordion-item { margin-bottom:10px}
.accordion-button:not(.collapsed) {box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #fff;}

.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2393b120'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
 }

/*------------------
* Video Background
*------------------*/

.fullscreen-bg {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
z-index: -100;
}
.fullscreen-bg::before {
position: absolute;
content: "";
background: rgba(0, 0, 0, 0.7);
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1;
}
.fullscreen-bg__video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (min-aspect-ratio: 16/9) {
.fullscreen-bg__video {
height: 300%;
top: -100%;
}
}
@media (max-aspect-ratio: 16/9) {
.fullscreen-bg__video {
width: 300%;
left: -100%;
}
}

/*-----------------------
* Footer
*-----------------------*/
.footer {
position: relative;
display: block;
bottom: auto;
left: auto;
}
/*social-links*/
.social-links {
text-align:center
}
.social-links ul {
margin: 0;
padding: 0;
}
.social-links li {
list-style: none;
display: inline-block;
margin-right: 10px;
}
.social-links li a {
display: block;
font-size: 18px;
color: rgba(255, 255, 255, .3);
text-align: center;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.social-links li a:hover {
color: #fff;
}
/*copyright*/
.copyright {
margin-top: 10px;
font-size: 12px;
color: rgba(255, 255, 255, .3);
padding: 0;
line-height: 1;
}
.copyright a {
color: rgba(255, 255, 255, 0.3);
text-decoration : none;
border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
.copyright li {
display: inline-block;
margin-right: 10px;
}
.copyright li:last-child {
border-left: 1px solid rgba(255, 255, 255, .2);
padding-left: 12px;
}
.subscribe-form2 {
width:auto!important
}


.subscribe-form input[type="text"] {
border: 2px solid rgba(0, 0, 0, .5);
height: 50px;
line-height: 50px;
width: 100%;
background:transparent;
border-radius:3px;
padding: 0 130px 0 20px;
font-size:18px;
display: inline-block;
box-sizing: border-box;
color: #fff;
}
.subscribe-form input:focus {outline:none;}

.subscribe-form input[type="button"] {
cursor: pointer;
background: #93b120;
color: #000;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
border: 0;
display: inline-block;
position: absolute;
right: 5px;
top:5px;
border-radius:2px;
box-sizing: border-box;
padding:10px 15px 10px 15px;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
transition: all 0.7s;
}
.subscribe-form input[type="button"]:hover {background:#222; color:#fff}

Zerion Mini Shell 1.0