shell bypass 403
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('../fonts/gopher/stylesheet.css');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
}
body {
overflow-x: hidden;
overflow-y: hidden;
background-color: #FAF6EF;
}
body:not(.loaded) {
height: 100vh !important;
}
body.loaded {
overflow-y: auto;
}
main {
position: relative;
}
a {
text-decoration: none;
}
select {
cursor: pointer;
}
.btn:focus {
outline: none;
}
ul,
ol {
list-style: none;
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
padding: 0;
}
input:focus {
outline: none;
box-shadow: none;
}
button {
outline: none;
background-color: transparent;
border: none;
}
button:focus {
outline: none;
box-shadow: none;
}
.btn:focus {
outline: none;
box-shadow: none;
}
/* Full-screen blue background */
/* Full-screen blue background */
/* #loader {
position: fixed;
width: 100%;
height: 100%;
background: linear-gradient(90deg, rgba(85,223,229,1) 0%, rgba(24,120,119,1) 100%);;
z-index: 9999;
display: flex;
justify-content: center;
align-items: center;
} */
@keyframes balFall {
0% {
top: -50%;
transform: translateY(-150vh) scale(0.2);
}
20% {
top: 50%;
transform: translateY(-50%) scale(0.2);
}
50% {
top: 50%;
transform: translateY(-50%) scale(1);
}
70% {
top: 50%;
transform: translateY(-50%) scale(1.5);
}
100% {
top: 50%;
transform: translateY(-50%) scale(5);
}
}
#loader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(90deg, rgba(85, 223, 229, 1) 0%, rgba(24, 120, 119, 1) 100%);
z-index: 9999;
}
#loader .wrap-content {
position: relative;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
flex-direction: column;
padding-bottom: 40px;
}
#loader .wrap-content #ball {
position: absolute;
display: block;
height: 500px;
width: 500px;
background-color: #fff;
top: 50%;
transform: translateY(-150vh);
/* transform: translateY(-50%) scale(5); */
border-radius: 50%;
/* animation: 5s balFall ease-in-out; */
animation-name: balFall;
animation-timing-function: ease-in-out;
}
#loader .digits {
height: 40px;
overflow: hidden;
color: #3cb5b8;
font-size: 25px;
filter: invert(1);
}
#loader .digits ul {}
#loader .digits ul li {
line-height: 40px;
display: flex;
justify-content: center;
font-family: 'Gopher';
font-weight: 500;
}
.main-banner h2 span {
color: #EF5A29;
}
.main-banner p {
color: #fff;
font-family: "Poppins", sans-serif;
font-size: 18px;
padding: 15px 0px 20px 0px;
}
.main-banner button {
border: 2px solid transparent;
background-color: #EF5A29;
color: #fff;
font-family: "Poppins", sans-serif;
width: 1;
width: 150px;
height: 45px;
border-radius: 25px;
font-size: 15px;
font-weight: 700;
transition: 0.3s;
cursor: pointer;
}
.simple:hover {
background-color: #2980b9;
}
.simple::after {
content: 'Explore more';
display: block;
transition: 0.3s;
}
.simple:hover::after {
content: 'Discover more';
}
.main-banner h2 {
word-spacing: 5px;
font-family: 'Clash Display', sans-serif;
font-size: 54px;
font-weight: 700;
color: #fff;
}
header .nav-item .nav-link {
color: #fff;
}
.main-banner {
background-image: url(../images/banner/bannero-background.jpg);
background-repeat: no-repeat;
width: 100%;
height: 100vh;
display: flex;
justify-content: start;
align-items: center;
background-position: 50%;
}
.main-banner button:hover {
background-color: #fff;
color: #EF5A29;
border: 2px solid #EF5A29;
}
.main-banner .moona .content {
transform: translateX(-150%);
transition: 1s cubic-bezier(0.52, 1.29, 0.49, 1.01);
}
.main-banner .moona .simple {
transform: translateX(-100%);
transition: 1s cubic-bezier(0.52, 1.29, 0.49, 1.01);
}
.main-banner .waves-img {
transform: translateX(-100%);
/* transition: 1s cubic-bezier(0.52, 1.64, 0.37, 0.66); */
transition: 1s cubic-bezier(0.52, 1.29, 0.49, 1.01);
}
header .header-button {
transform: translateX(150%);
transition: 1s cubic-bezier(0.52, 1.29, 0.49, 1.01);
}
header .navbar-nav {
transform: translateY(-100%);
transition: 1s cubic-bezier(0.52, 1.29, 0.49, 1.01);
}
header nav.animate .header-button,
header nav.animate .navbar-nav,
.main-banner.animate .moona .simple,
.main-banner.animate .moona .content,
.main-banner.animate .waves-img {
transform: translate(0, 0);
}
header .navbar-nav .nav-link {
color: fff;
font-size: 18px;
font-weight: 400;
font-family: 'Clash Display', sans-serif;
}
header .navbar-nav .nav-link.active {
color: #EF5A29;
text-decoration: underline;
font-weight: 500;
font-family: 'Clash Display', sans-serif;
}
header .navbar-nav {
gap: 42px;
/* transition: background-color 0.5s ease, box-shadow 0.5s ease; */
}
header .header-button {
background-color: #EF5A29;
width: 215px;
height: 50px;
display: flex;
color: #fff;
font-size: 16px;
font-family: 'Clash Display', sans-serif;
justify-content: center;
align-items: center;
border-radius: 50px;
}
.main-banner {
position: relative;
}
.main-banner img {
position: absolute;
bottom: 0;
}
.second-banner .human-content h5 img {
margin-right: 5px;
width: 25px;
object-fit: contain;
}
.second-banner .human-content h5 {
color: #EF5A29;
font-size: 20px;
font-weight: 600;
font-family: "Poppins", sans-serif;
}
.second-banner .human-content h5 {
display: flex;
align-items: center;
}
.second-banner .human-content span {
background: linear-gradient(45deg, #55DFE5, #187877);
-webkit-background-clip: text;
/* For Chrome, Safari, and Opera */
-moz-background-clip: text;
/* For Firefox */
background-clip: text;
/* Standard syntax */
color: transparent;
/* Make the text color transparent to show the gradient */
}
.second-banner .human-content h2 {
color: #000;
font-family: 'Clash Display', sans-serif;
font-size: 60px;
font-weight: 600;
padding: 15px 0px 15px 0;
letter-spacing: 1px;
word-spacing: 3px;
}
.second-banner p {
color: #000;
font-family: "Poppins", sans-serif;
font-weight: 300;
font-size: 18px;
padding-bottom: 25px;
}
.second-banner button {
background-color: #EF5A29;
color: #fff;
font-family: 'Clash Display', sans-serif;
width: 150px;
height: 45px;
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
gap: 7px;
}
.second-banner {
padding: 50px 0;
background-color: #ffff;
}
header .navbar.scrolled {
background-color: #000000d9 !important;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.loader-header {
position: fixed;
left: calc(50% - 125px);
top: -150px;
z-index: 99999;
transition: 0.5s;
}
header .navbar.scrolled .navbar-brand {
display: flex;
align-items: center;
justify-content: flex-start;
}
header .navbar.scrolled .navbar-brand,
header .navbar .navbar-brand img {
transition: 0.5s;
width: 250px;
}
header .navbar.scrolled .navbar-brand,
header .navbar.scrolled .navbar-brand img {
width: 150px !important;
}
.bord-nation p {
color: #000;
font-family: "Poppins", sans-serif;
font-weight: 300;
padding: 14px 0;
}
.bord-nation h3 {
word-spacing: 5px;
font-family: 'Clash Display', sans-serif;
font-size: 28px;
font-weight: 500;
color: #EF5A29;
}
.bord-nation a i {
background: linear-gradient(45deg, #55DFE5, #187877);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
color: transparent;
margin-left: 10px;
}
.bord-nation a {
display: flex;
align-items: center;
justify-content: start;
background: linear-gradient(45deg, #55DFE5, #187877);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
color: transparent;
font-size: 18px;
margin-right: 5px;
font-weight: 500;
text-decoration: underline;
font-family: "Poppins", sans-serif;
}
.bord-nation {
width: 60%;
display: flex;
flex-direction: column;
background-color: #ffffff;
justify-content: flex-end;
position: absolute;
top: 72%;
right: 0;
border-radius: 19px;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
padding: 21px 24px;
}
.cleryer {
padding: 80px 0;
background-color: #fff;
}
.motion-loter {
padding-bottom: 0;
}
.human-images {
position: relative;
}
.human-images.safety-item {
margin-bottom: 130px;
height: 100%;
}
.human-images.safety-item img{
height: 100%;
}
.box-customization .custom-box {
background-image: url(../images/chidlern.jpg);
width: 100%;
height: 52vh;
background-position: center center;
background-repeat: no-repeat;
display: flex;
align-items: normal;
flex-direction: column;
text-align: center;
justify-content: center;
}
.box-customization {
background-color: #fff;
}
.box-customization .custom-box h2 span {
color: #EF5A29;
}
.box-customization .custom-box h2 {
color: #fff;
font-size: 50px;
font-weight: 800;
font-family: 'Clash Display', sans-serif;
padding: 10px 0 0 0;
}
.box-customization .custom-box p {
color: #fff;
font-family: "Poppins", sans-serif;
font-size: 18px;
width: 63%;
margin: 15px auto;
font-weight: 300;
}
.box-customization .custom-box .husting-1 {
background-color: #55DFE5;
color: #fff;
font-size: 18px;
font-family: 'Clash Display', sans-serif;
width: 150px;
height: 50px;
font-weight: 500;
border-radius: 25px;
}
.box-customization .custom-box .husting {
background-color: #EF5A29;
color: #fff;
font-size: 18px;
font-weight: 500;
font-family: 'Clash Display', sans-serif;
width: 150px;
height: 50px;
border-radius: 25px;
margin: 0 0 0 15px !important;
}
.box-customization .custom-box h5 {
background: linear-gradient(45deg, #55DFE5, #187877);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
color: transparent;
font-size: 23px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
}
.reviews {
padding: 100px 0;
}
.reviews .mobiling h5 {
background: linear-gradient(45deg, #f15824b2, #EF5A29);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
color: transparent;
font-size: 23px;
display: flex;
flex-wrap: nowrap;
font-weight: 500;
font-family: 'Clash Display', sans-serif;
}
.reviews .mobiling h2 {
justify-content: start;
background: linear-gradient(45deg, #55DFE5, #187877);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
color: transparent;
margin-right: 5px;
font-weight: 500;
text-decoration: underline;
font-family: "Poppins", sans-serif;
font-size: 53px;
font-weight: 800;
font-family: 'Clash Display', sans-serif;
padding: 10px 0 0 0;
}
.reviews .mobiling h2 span {
color: #000;
}
.reviews .mobiling h5 img {
margin: 0 15px 0 0;
object-fit: contain;
}
.reviews .mobiling p {
font-family: "Poppins", sans-serif;
font-size: 18px;
width: 80%;
margin: 15px 0 0 0;
font-weight: 300;
}
.reviews .mobiling .husting {
background-color: #EF5A29;
color: #fff;
font-size: 18px;
font-weight: 500;
font-family: 'Clash Display', sans-serif;
width: 150px;
height: 50px;
border-radius: 25px;
margin: 15px 0 0 0 !important;
display: flex;
justify-content: center;
align-items: center;
gap: 9px;
}
.reviews .looper-15 {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
position: absolute;
width: 100%;
position: absolute;
top: 98%;
z-index: 99999;
transform: translateY(-35px);
}
.reviews .looper-15 .loop-14 {
width: 20%;
object-fit: contain;
border: 2px solid transparent;
}
.reviews .testimonals-silder .looper-15 .loop-45 {
width: 30%;
object-fit: contain;
}
.reviews .testimonals-silder .loot {
object-fit: contain;
width: 32%;
display: flex;
justify-content: center;
align-items: center;
}
.reviews .testimonals-silder .circule {
display: flex;
justify-content: center;
align-items: center;
/* background: #fff; */
width: FIT-CONTENT;
POSITION: ABSOLUTE;
TOP: -35px;
LEFT: 39%;
/* RIGHT: 0; */
/* BOTTOM: 0; */
padding: 0 0 4px 0;
}
.reviews .testimonals-silder {
padding: 20px;
background: #fff;
position: relative;
border-radius: 25px;
margin: 35px 0 105px 0;
transition: 0.3s;
}
.reviews .testimonals-silder h4 {
color: #EF5A29;
font-size: 20px;
font-family: 'Clash Display', sans-serif;
text-align: center;
font-weight: 600;
padding: 20px 0 20px 0;
}
.reviews .testimonals-silder p {
color: #000;
text-align: center;
font-family: "Poppins", sans-serif;
PADDING: 0 0 49px 0;
}
.reviews .testimonals-silder .item {
padding: 0 0 124px 0 !important;
}
.reviews .looper-15 h3 {
color: #000;
font-size: 20px;
font-family: 'Clash Display', sans-serif;
}
.reviews .testimonals-silder:hover p,
.reviews .testimonals-silder:hover h4 {
color: #fff;
}
.reviews .testimonals-silder {
background-color: #fff;
}
.reviews .testimonals-silder:hover {
background: linear-gradient(45deg, #55DFE5, #187877);
}
.reviews .theme-1 {
position: relative;
}
.reviews .theme-1 .owl-nav {
position: absolute;
top: 50%;
transform: translateY(-150%);
right: 30px;
}
.reviews .theme-1 .owl-nav .owl-prev {
display: none;
}
.reviews .theme-1 .owl-nav .owl-next {
display: flex;
align-items: center;
justify-content: center;
background-color: #EF5A29;
color: #fff;
height: 35px;
width: 35px;
font-size: 20px;
border-radius: 50%;
padding-bottom: 2px !important;
}
.reviews .theme-1 .last {
opacity: 0.6;
}
.reviews .testimonals-silder .circule {
background-image: url(../images/testimonals/Frame-1.png);
background-repeat: no-repeat;
height: 63px;
width: 65px;
display: flex;
align-items: center;
justify-content: center;
}
.main-leet .holder-18 {
position: relative;
background-color: #EF5A29;
width: 100%;
padding: 50px 80px;
border-radius: 15px;
}
.main-leet .holder-18::before {
content: '';
background-image: url(../images/zigzag.png);
position: absolute;
right: 0;
top: 7px;
height: 30px;
width: 55px;
background-size: contain;
background-repeat: no-repeat;
background-position: top right;
}
.main-leet .holder-18::after {
content: '';
background-image: url(../images/zigzag.png);
position: absolute;
left: 0;
bottom: 10px;
height: 30px;
width: 55px;
background-size: contain;
background-repeat: no-repeat;
background-position: bottom left;
transform: scaleX(-1);
}
.main-leet .holder-18 h5 {
font-family: 'Gopher';
font-size: 18px;
background-image: linear-gradient(45deg, rgba(85, 223, 229, 1) 0%, rgba(24, 120, 119, 1) 100%);
background-clip: text;
width: fit-content;
-webkit-text-fill-color: transparent;
font-weight: 700;
margin-bottom: 10px;
}
.main-leet .holder-18 h2 {
color: #fff;
font-family: 'Clash Display', sans-serif;
font-weight: 600;
font-size: 36px;
margin-bottom: 10px;
}
.main-leet .holder-18 p {
color: #FFF;
font-family: 'Gopher';
font-size: 18px;
}
.main-leet .holder-18 .newsletter-form {
display: flex;
align-items: stretch;
justify-content: flex-start;
gap: 10px;
;
}
.main-leet .holder-18 .newsletter-form input {
flex: 1;
border: none;
outline: none;
border-radius: 15px;
padding: 10px 20px;
font-family: 'Clash Display', sans-serif;
font-weight: 500;
}
.main-leet .holder-18 .newsletter-form button {
background-image: linear-gradient(45deg, rgba(85, 223, 229, 1) 0%, rgba(24, 120, 119, 1) 100%);
outline: none;
border: 2px solid #fff;
font-family: 'Clash Display', sans-serif;
text-transform: uppercase;
font-weight: 600;
color: #fff;
padding: 10px 30px;
border-radius: 50px;
}
/* footer start */
.footer-main {
padding: 80px 0 0;
}
.footer-main .footer-brand {
display: block;
width: fit-content;
margin-bottom: 20px;
}
.footer-main .footer-brand img {
width: 200px;
max-width: 100%;
}
.footer-main h5 {
background-image: linear-gradient(45deg, rgba(85, 223, 229, 1) 0%, rgba(24, 120, 119, 1) 100%);
background-clip: text;
width: fit-content;
-webkit-text-fill-color: transparent;
font-family: 'Clash Display', sans-serif;
font-size: 18px;
margin-bottom: 20px;
}
.footer-main p {
font-family: 'Gopher';
font-size: 14px;
margin-bottom: 20px;
}
.footer-main .social-links {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 15px;
}
.footer-main .social-links li a {
color: #7C7C7C;
font-size: 16px;
transition: 0.3s;
}
.footer-main .social-links li a:hover {
color: #EF5A29;
}
.footer-main .web-links li a {
font-family: 'Gopher';
font-size: 16px;
color: #7C7C7C;
transition: 0.3s;
}
.footer-main .web-links li a:hover {
color: #EF5A29;
text-decoration: underline;
}
.footer-main .footer-bottom {
padding: 10px 0;
display: flex;
align-items: center;
justify-content: space-between;
border-top: 1px solid #C5C5C5;
margin-top: 20px;
}
.footer-main .footer-bottom p {
margin: 0;
color: #B9B9B9;
font-family: 'Gopher';
font-size: 18px;
}
.footer-main .footer-bottom h6{font-family: 'Gopher';text-transform: capitalize;color: #ef5a29;}
.footer-main .footer-bottom p a {
color: #B9B9B9;
transition: 0.3s;
}
.footer-main .footer-bottom p a:hover {
color: #EF5A29;
}
.loop-789 {
background-image: url(../images/banner/1bg.png);
background-repeat: no-repeat;
width: 100%;
height: 100vh;
display: flex;
justify-content: start;
align-items: center;
background-position: 81% 98%;
}
.mian-gallary {
padding: 30px 0;
}
.mian-gallary .main-1 img {
border-radius: 10px;
}
.mian-gallary .main-2 img {
height: 40vh;
width: 100%;
object-fit: cover;
border-radius: 10px;
}
.sung-theme {
padding: 100px 0;
}
.sung-theme .sung-text p {
font-family: "Poppins", sans-serif;
font-size: 16px;
color: #000;
margin-top: 10px;
}
.sung-theme .sung-text h2 {
background: linear-gradient(45deg, #55DFE5, #187877);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
color: transparent;
font-family: 'Clash Display', sans-serif;
font-size: 45px;
font-weight: 500;
}
.gallary-125 {
padding: 150px 0;
}
.gallary-125 .theme-2 {
font-family: 'Clash Display', sans-serif;
font-weight: 700;
text-transform: uppercase;
font-size: 48px;
margin-bottom: 10px;
text-align: center;
color: #ef5a29;
}
.gallary-125 {
background-image: url(../images/banner/bannero-background.jpg);
background-repeat: no-repeat;
width: 100%;
height: 100vh;
display: flex;
justify-content: start;
align-items: center;
background-position: 81% 98%;
}
.gallary .gallery_images .box {
overflow: hidden;
position: relative;
margin: 10px 0;
border-radius: 20px;
}
.box .hover_cntnt {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
left: 0;
right: 0;
top: 0;
bottom: 100%;
background-color: rgb(87 205 206 / 23%);
opacity: 0;
transition: 0.5s;
}
.box:hover .hover_cntnt {
bottom: 0;
opacity: 1;
}
.gallary {
position: relative;
}
.gallary .gallery_images {
column-count: 4;
margin-bottom: 20px;
}
.gallery_img {
width: 100%;
}
.box .hover_cntnt a {
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
color: #fff;
width: 50px;
height: 50px;
background-color: #4ecad0;
}
.gallary {
padding: 150px 0;
}
.theme-h2 span {
background-image: linear-gradient(45deg, rgba(85, 223, 229, 1) 0%, rgba(24, 120, 119, 1) 100%);
background-clip: text;
width: fit-content;
-webkit-text-fill-color: transparent;
font-family: 'Clash Display', sans-serif;
font-size: 48px;
margin-bottom: 20px;
}
.theme-h2 {
font-family: 'Clash Display', sans-serif;
font-weight: 700;
text-transform: uppercase;
font-size: 48px;
margin-bottom: 10px;
text-align: center;
color: #EF5A29;
}
.form {
padding: 150px 0 0 0;
}
.theme-form label h4 {
font-size: 20px;
font-family: 'Gopher';
font-weight: 500;
}
.theme-form input::placeholder {
font-family: "Poppins", sans-serif;
padding: 0 0 0 10px;
color: #909090;
}
.theme-form input {
width: 100%;
height: 50px;
padding: 0 0 0 10px;
border-radius: 10px;
outline: none;
border: none;
margin-top: 5px;
border: 1px solid #EF5A29;
}
.theme-form textarea {
width: 100%;
height: 250px;
margin-top: 15px;
border-radius: 10px;
border: 1px solid #EF5A29;
}
.nation-858 {
border: 3px solid #4ecad0;
padding: 20px 20px;
border-radius: 15px;
}
.theme-form h1 {
color: #EF5A29;
font-size: 48px;
font-weight: 500;
font-family: 'Clash Display', sans-serif;
margin-bottom: 25px;
}
.theme-form span {
background-image: linear-gradient(45deg, rgba(85, 223, 229, 1) 0%, rgba(24, 120, 119, 1) 100%);
background-clip: text;
width: fit-content;
-webkit-text-fill-color: transparent;
font-family: 'Clash Display', sans-serif;
font-size: 48px;
margin-bottom: 20px;
}
.form .loom-1 img {
border-radius: 15px;
}
.text-area button:hover {
background-color: #EF5A29 !important;
}
.text-area button {
color: #fff;
background-image: linear-gradient(45deg, rgba(85, 223, 229, 1) 0%, rgba(24, 120, 119, 1) 100%);
width: 100%;
height: 45px;
border-radius: 25px;
margin-top: 15px;
font-family: 'Clash Display', sans-serif;
font-weight: 500;
transition: 0.3s;
}
.four-box .box-1 {
background-image: linear-gradient(45deg, rgba(85, 223, 229, 1) 0%, rgba(24, 120, 119, 1) 100%);
text-align: center;
width: 50%;
border: 1;
height: 176px;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
color: #ffff;
border-radius: 24px;
font-family: "Poppins", sans-serif;
margin: 20px auto;
}
.four-box .box-1 h3 {
margin: 0 0 4px 0;
}
.four-box {
padding: 100px 0;
}
.four-box .box-1 i {
color: #EF5A29;
font-size: 30px;
background-color: #FFF;
padding: 18PX 22PX;
border-radius: 50%;
margin: 0 0 5px 0;
}
.inlusive-banner{
padding: 80px 0 ;
}
.gallary-125 .overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
z-index: 1;
}
.gallary-125{
position: relative;
}
.gallary-125::after{
content: '';
position: absolute;
background-color: #0000006c;
top: 0;
left:0;
right: 0;
bottom: 0;
}
.gallary-125 {
height: 100vh; /* Adjust height as needed */
overflow: hidden;
}
.gallary-125 * {
position: relative;
z-index: 2; /* Content inside stays above the overlay */
}
.mention-tap .crelo a{
border: 2px solid transparent;
background-color: #EF5A29;
color: #fff;
font-family: "Poppins", sans-serif;
width: 1;
padding: 10px 15px;
border-radius: 25px;
font-size: 15px;
font-weight: 700;
transition: 0.3s;
cursor: pointer;
margin-top: 26px;
}
.mention-tap .crelo p {
font-family: "Poppins", sans-serif;
color: #000;
font-size: 16px;
padding: 20px 0;
}
.mention-tap .crelo h2,
.inlusive-banner .banner-inlusive h2{
font-family: 'Clash Display', sans-serif;
font-weight: 700;
text-transform: uppercase;
font-size: 48px;
margin-bottom: 30px;
text-align:start;
color: #ef5a29;
}
.inlusive-banner .banner-inlusive p{
font-family: "Poppins", sans-serif;
color: #000;
font-size: 16px;
padding: 10px 0;
}
.silder-images .item img{
width: 100%;
height: 350px;
object-fit: cover;
}
.dropdown-menu.show {
display: block; /* Ensure the menu is displayed */
}
header .nainner-drop-1 #kidstaleDropdown
{
color: #000!important;
}
.inner-drop {
display: none; /* Initially hide the dropdown content */
position:relative; /* Position the dropdown content below the dropdown button */
background-color: #fff; /* Set background color */
min-width: 150px; /* Set minimum width */
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
left: 160px;
color: #000;
top: 15px;
}
.inner-drop{
display: none!important;
}
.inner-drop-1:hover .inner-drop{
display: block!important;
}
.dropdown:hover .dropdown-menu {
display: block; /* Show dropdown content on hover */
}
.Fours-box{
padding: 80px 0;
}
.Fours-box a h4{
color: #000;
font-family: 'Clash Display', sans-serif;
text-align: center;
padding: 10px 0;
font-size: 20px;
}
.Fours-box img{
margin: 0 auto;
display: block;
width: 250px;
height: 190px;
}
.redirt .mian-pacter img{width: 100%;object-fit: contain;/* height: 210px; */}
.redirt .mian-pacter p{
font-family: "Poppins", sans-serif;
}
.redirt .mian-pacter h3{
color: #000;
font-size: 20px;
font-family: 'Clash Display', sans-serif;
padding: 5px 0 5px 0;
}
.redirt .mian-pacter{
padding: 25px 25px;
background-color: #ccc;
border-radius:25px;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.redirt h2{
color: #56cccd;
font-family: 'Clash Display', sans-serif;
font-size: 40px;
padding: 30px 0;
}
.metion-art h3{
font-family: 'Clash Display', sans-serif;
font-weight: 700;
text-transform: uppercase;
font-size: 48px;
margin-bottom: 20px;
text-align: start;
color: #ef5a29;
}
.buildies-point ul li span{
color: #3cb5b8;
font-weight: 500;
font-family: "Poppins", sans-serif;
padding: 0 10px 0 0;
}
.buildies-point ul li{
padding: 5px 0;
font-family: 'Gopher';
}
.metion-art{
padding-top: 80px;
padding-bottom: 80px;
}
.metion-art{
padding-top: 80px;
padding-bottom: 80px;
}
.intromotion ul li{
padding: 10px 0 10px 0 ;
}
.intromotion ul li p strong{
color: #000;
font-weight: 500;
font-size: 18px;
}
.intromotion .step p{
color: #000;
font-family: "Poppins", sans-serif;
}
.intromotion .step .theme-text{
text-align: center;
padding: 0 0 10px 0 ;
}
.intromotion .step h2{
text-align: center;
color: #3cb5b8;
text-align: center;
font-size: 50px;
font-family: 'Clash Display', sans-serif;
padding: 0 0 15px 0;
}
.intromotion .step .head-h4{
font-family: 'Clash Display', sans-serif;
color: #ef5a29;
text-align: center;
font-size: 40px;
font-weight: 600;
padding-bottom: 10px;
}
.theme-p{
font-family: "Poppins", sans-serif;
color: #000;
font-size: 16px;
padding: 12px 0;
}
.intromotion .step .noting{
color: #3cb5b8;
font-size: 30px;
font-family: 'Clash Display', sans-serif;
text-decoration: underline;
padding: 0 0 15px 0 ;
}
.kitnoa{
width: 100%;
}
.demo-1 h4{
text-align:center;
color:#000;
font-size: 25px;
padding: 11px 0px;
font-family: 'Clash Display', sans-serif;
}
.demo-1 a {
margin: 0 auto;
margin: 0 auto;
display: block;
color: #ffff;
text-decoration: underline;
text-align: center;
background: #ef5a29;
width: fit-content;
padding: 10px 12px;
border-radius: 25px;
font-size: 16px;
font-weight: 600;
font-family: "Poppins", sans-serif;
}
.banner-inlusive ul li {
list-style: disc;
font-family: 'Clash Display', sans-serif;
font-size: 18px;
padding: 10px 0;
}
.mt-10 {
margin-top: 18rem !important;
}
/* footer end */
/*
font-family: "Poppins", sans-serif;
font-family: 'Clash Display', sans-serif;
font-family: 'Gopher';
font-family: 'Gopher Hairline';
*/
/* Hide the circle when animation completes */
/* Reveal the content after the circle animation */
@media only screen and (min-width: 1440px) {
.container {
max-width: 1550px;
}
}
@media only screen and (max-width: 1920px) {}
@media only screen and (max-width: 1599px) {}
@media only screen and (max-width: 1444px) {}
@media only screen and (max-width: 1399px) {}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 520px) {}