. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 87.98.249.37 / Your IP : 216.73.216.208 [ Web Server : Microsoft-IIS/10.0 System : Windows NT NS3076740 10.0 build 17763 (Windows Server 2019) AMD64 User : IWPD_292(growel19p) ( 0) PHP Version : 8.3.12 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Inetpub/vhosts/growel.com/httpdocs/demo/growel-one/css/ |
Upload File : |
*{
margin:0;
padding:0;
box-sizing: border-box;
}
body {
font-family: 'Poppins', sans-serif;
}
.navbar {
background-color: #fff;
}
.navbar .nav-link, .navbar-brand {
color: white;
}
.carousel-caption {
/* left: 10%; */
right: auto;
text-align: left;
z-index: 2;
top: 45%;
}
.carousel-caption h1 {
font-size: 2.5rem;
color: white;
}
.carousel-caption p {
font-size: 1.2rem;
color: white;
}
.form-section {
background-color: rgba(255, 255, 255, 0.9);
padding: 2rem;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.form-section button {
background-color: #DA251D;
color: white;
}
.content-section {
padding: 6rem 1rem;
}
.content-section h3 {
color: #DA251D;
margin-bottom: 1rem;
}
.content-image {
max-width: 100%;
height: auto;
margin-bottom: 1rem;
border-radius: 8px;
}
.carousel-container {
position: relative;
height: 100%;
}
.carousel-inner img {
width: 100%;
height: 100vh;
object-fit: cover;
}
.demo-form-container {
position: absolute;
top: 50%;
right: 10%;
transform: translateY(-50%);
background-color: rgba(255, 255, 255, 0.9);
padding: 20px;
border-radius: 10px;
max-width: 400px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);z-index: 2;
}
.demo-form-container h4 {
margin-bottom: 20px;
}
.carousel-image-container {
position: relative;
display: inline-block;
}
.carousel-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5); /* Transparent black */
z-index: 1;
}
.carousel-item img {
width: 100%;
height: auto;
display: block;
z-index: 0; /* Ensures the image is behind the overlay */
}
.carousel-caption h2{
font-size:50px;
font-weight: bold;
}
.cta-section {
background-color: #f8f9fa;
padding: 2rem 1rem;
text-align: center;
}
.cta-section h2 {
color: #DA251D;
margin-bottom: 1rem;
}
.caption_finish{
text-shadow: 5px 0px 0px rgba(230, 0, 0, 1);
font-size: 65px;
}
.right-why_growel h3{
color: #625f5f;
margin-bottom: 1rem;
font-size: 38px;
font-weight: bold;
}
.button1 {
border-radius: .25rem;
text-transform: uppercase;
font-style: normal;
font-weight: 400;
padding-left: 25px;
padding-right: 25px;
color: #fff;
-webkit-clip-path: polygon(0 0,0 0,100% 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 100%);
clip-path: polygon(0 0,0 0,100% 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 100%);
height: 40px;
font-size: 0.7rem;
line-height: 14px;
letter-spacing: 1.2px;
transition: .2s .1s;
background-image: linear-gradient(90deg, #df0000cc, #fd2135);
border: 0 solid;
overflow: hidden;
}
.button1:hover {
cursor: pointer;
transition: all .3s ease-in;
padding-right: 30px;
padding-left: 30px;
}
/* The hero image */
.hero-image {
/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://growel.com/Includes/images/slider-1-slide-5-1920x749.jpg");
/* Set a specific height */
height: 500px;
/* Position and center the image to scale nicely on all screens */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
/* Place text in the middle of the image */
.hero-text {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
}
/* industry card */
.post-slide {
background: #fff;
margin: 20px 15px 20px;
border-radius: 15px;
padding-top: 1px;
box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img {
position: relative;
overflow: hidden;
border-radius: 10px;
margin: -12px 15px 8px 15px;
margin-left: -10px;
}
.post-slide .post-img img {
width: 100%;
height: auto;
/* transform: scale(1, 1); */
transition: transform 0.2s linear;
border: 1px dotted red;
}
.post-slide:hover .post-img img {
transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
background: linear-gradient(
-45deg,
rgba(6, 190, 244, 0.75) 0%,
rgba(45, 112, 253, 0.6) 100%
);
transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
opacity: 1;
text-decoration: none;
}
.post-slide .over-layer i {
position: relative;
top: 45%;
text-align: center;
display: block;
color: #fff;
font-size: 25px;
}
.post-slide .post-content {
background: #fff;
padding: 2px 20px 40px;
border-radius: 15px;
}
.post-slide .post-title a {
font-size: 15px;
font-weight: bold;
color: #333;
display: inline-block;
text-transform: uppercase;
transition: all 0.3s ease 0s;
pointer-events: none;
text-decoration: none;
}
.post-slide .post-title a:hover {
text-decoration: none;
color: #3498db;
}
.post-slide .post-description {
line-height: 24px;
color: #808080;
margin-bottom: 25px;
}
.post-slide .post-date {
color: #a9a9a9;
font-size: 14px;
}
.post-slide .post-date i {
font-size: 20px;
margin-right: 8px;
color: #cfdace;
}
.post-slide .read-more {
padding: 7px 20px;
float: right;
font-size: 12px;
background: #2196f3;
color: #ffffff;
box-shadow: 0px 10px 20px -10px #1376c5;
border-radius: 25px;
text-transform: uppercase;
}
.post-slide .read-more:hover {
background: #3498db;
text-decoration: none;
color: #fff;
}
.left-why_growel{
position: relative;
}
.left-why_growel img{
}
footer {
background-color: #da251d;
color: white;
text-align: center;
padding: 10px 0;
position: relative;
bottom: 0;
width: 100%;
}
#expert {
/* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
padding: 32px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* scroll to top btn */
#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: red;
color: white;
cursor: pointer;
padding: 15px;
border-radius: 4px;
}
#myBtn:hover {
background-color: #555;
}
.whatsapp {
position: fixed;
bottom: 5px;
left: 40px;
/* top: 10px; */
margin: 10px;
z-index: 2;
}
.scroll-indicator {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
cursor: pointer;
text-align: center;
}
.scroll-indicator .arrow {
display: inline-block;
width: 30px;
height: 30px;
border: solid #fff;
border-width: 0 3px 3px 0;
transform: rotate(45deg);
animation: bounce 1.5s infinite;
}
@keyframes bounce {
0%, 100% {
transform: rotate(45deg) translateY(0);
}
50% {
transform: rotate(45deg) translateY(10px);
}
}
@media (max-width:768px){
.demo-form-container {
position: unset;
top: 50%;
right: 10%;
transform: unset;
background-color: rgba(255, 255, 255, 0.9);
padding: 20px;
border-radius: 10px;
max-width: 100%;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
}
@media (max-width:425px){
.carousel-caption p {
font-size: 10px;
color: white;
}
.carousel-caption h2 {
font-size: 13px;
font-weight: bold;
}
.carousel-caption p {
font-size: 10px;
color: white;
}
.caption_finish {
text-shadow: 5px 0px 0px rgba(230, 0, 0, 1);
font-size: 17px!important;
}
.carousel-caption {
/* left: 10%; */
right: auto;
text-align: left;
z-index: 2;
top: 0;
}
}
@media (min-width: 426px) and (max-width: 1050px) {
.carousel-caption p {
font-size: 20px;
color: white;
}
.caption_finish {
text-shadow: 5px 0px 0px rgba(230, 0, 0, 1);
font-size: 32px;
}
.carousel-caption h2 {
font-size: 25px;
font-weight: bold;
}
.demo-form-container {
position: unset;
*/top: 50%;
right: 10%;
transform: unset;
background-color: rgba(255, 255, 255, 0.9);
padding: 20px;
border-radius: 10px;
max-width: 100%;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
z-index: 2;
-webkit-transform:;
-moz-transform:;
-ms-transform:;
-o-transform:;
}
}
@media (min-width: 600px) and (max-width: 1024px) {
}
.testimonial-inner {
padding: 50px 20px;
background-size: cover;
background-position: center;
color: #000000;
}
.testimonial-heading {
text-align: center;
margin-bottom: 20px;
font-size: 2rem;
}
.swiper-container {
width: 100%;
overflow: hidden;
}
.swiper-slide--inner {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 20px;
/* background: rgba(255, 255, 255, 0.9); */
border-radius: 10px;
}
.slide-avatar img {
width: 80px;
height: 80px;
border-radius: 50%;
margin-bottom: 10px;
}
.testimonial-detail p {
font-size: 1rem;
line-height: 1.5;
margin-bottom: 10px;
}
@media (max-width: 768px) {
.testimonial-heading {
font-size: 1.5rem;
}
.swiper-slide--inner {
padding: 15px;
}
}
@media (min-width: 1050px) and (max-width: 1780px) {
.demo-form-container {
position: unset;
right: 10%;
transform: unset;
background-color: rgba(255, 255, 255, 0.9);
padding: 20px;
border-radius: 10px;
max-width: 100%;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
z-index: 2;
-webkit-transform: ;
-moz-transform: ;
-ms-transform: ;
-o-transform: ;
}
}