10xbet_website_design/css/about.css

1521 lines
29 KiB
CSS

@charset "UTF-8";
/*
Style : MobApp CSS
Version : 1.0
Author : Surjith S M
URI : https://surjithctly.in/
Copyright © All rights Reserved
*/
/*------------------------
[TABLE OF CONTENTS]
1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER
------------------------*/
/* GLOBAL
----------------------*/
body {
font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
position: relative;
scroll-behavior: smooth;
}
a {
color: white;
font-weight: 900;
}
a:hover,
a:focus {}
h1 {
font-size: 55px;
font-weight: 600;
letter-spacing: -1px;
margin-bottom: 1.5rem;
}
h2 {
font-size: 55px;
font-weight: 900;
color: #633991;
letter-spacing: -1px;
margin-bottom: 1rem;
}
h3 {
color: #633991;
font-size: 33px;
font-weight: 600;
}
h4 {
font-size: 20px;
font-weight: 600;
color: #633991;
}
h5 {
font-size: 28px;
font-weight: 600;
color: #633991;
margin-bottom: 0.7rem;
}
p {
color: #959094;
font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
p.more {
font-weight: 600;
font-family: "Nunito";
padding-left: 21px;
}
p.lead {
color: #e38cb7;
margin-bottom: 2rem;
}
.text-primary {
color: white !important;
}
.light-font {
font-weight: 300;
}
.btn {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
padding: 0.375rem 1.35rem;
transition: all 0.3s ease;
}
.btn-outline-light:hover {
/* color: #d6619c; */
color: white;
}
.btn-primary {
border-radius: 3px;
/* background-image: -moz-linear-gradient(122deg, #e54595 0%, #fd378e 100%);
background-image: -webkit-linear-gradient(122deg, #e54595 0%, #fd378e 100%);
background-image: -ms-linear-gradient(122deg, #e54595 0%, #fd378e 100%);
background-image: linear-gradient(122deg, #e54595 0%, #fd378e 100%); */
background-image: linear-gradient(to right, #085414 0%, #910f19 100%);
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
font-weight: 600;
padding: 0.6rem 2rem;
border: 0;
color: white;
cursor: pointer;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
background-image: linear-gradient(to right, #910f19 0%, #085414 100%);
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
color: #fff;
}
.btn-light {
border-radius: 3px;
background: #fff;
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
font-size: 14px;
font-weight: 600;
color: #633991;
margin: 0.5rem;
padding: 0.7rem 1.6rem;
line-height: 1.8;
}
.btn-light:hover {
color: white;
}
.btn-lg {
padding: 0.8rem 1rem;
font-size: 15px;
}
.light-bg {
background-color: #faf6fb;
}
.section {
padding: 80px 0;
}
.section-title {
text-align: center;
margin-bottom: 3rem;
margin-top: -3rem;
}
.section-title small {
color: #998a9b;
}
@media (max-width: 767px) {
h1 {
font-size: 40px;
}
h2 {
font-size: 30px;
}
}
/* NAVBAR
----------------------*/
.nav-menu {
padding: 1rem 0;
transition: all 0.3s ease;
}
.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
background-color: rgb(74, 13, 143);
/* background: -moz-linear-gradient( 135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
background: -webkit-linear-gradient( 135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
background: linear-gradient( 135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%); */
background: linear-gradient(to right, #085414 0%, #910f19 100%);
-webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}
.nav-menu.is-scrolling {
padding: 0;
}
.navbar-nav .nav-link {
position: relative;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 1rem;
padding-left: 1rem;
font-size: 14px;
border-radius: 33px;
}
.navbar-nav>.nav-item>.nav-link.active:after {
content: "";
border-bottom: 2px solid #cd99d4;
left: 1rem;
right: 1rem;
bottom: 5px;
height: 1px;
position: absolute;
}
}
@media (max-width: 991px) {
.navbar-nav.is-scrolling {
padding-bottom: 1rem;
}
.navbar-nav .nav-item {
text-align: center;
}
}
/* HERO
----------------------*/
header {
padding: 100px 0 0;
text-align: center;
color: #fff;
}
.bg-gradient {
/* background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%); */
/* background: url(../images/bg1.jpg) no-repeat scroll center center; */
background-image: linear-gradient(to right, #910f19 0%, #085414 100%);
background-size: cover;
height: 90rem;
}
.tagline {
font-size: 23px;
font-weight: 300;
color: #ffb8f6;
max-width: 800px;
margin: 0 auto;
}
.img-holder {
height: 0;
padding-bottom: 33%;
overflow: hidden;
}
@media (max-width: 1200px) {
.img-holder {
padding-bottom: 50%;
}
}
@media (max-width: 767px) {
.tagline {
font-size: 17px;
}
.img-holder {
padding-bottom: 100%;
}
}
/* FEATURES
----------------------*/
.gradient-fill:before {
color: #fc73b4;
/* background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%); */
background-image: linear-gradient(to bottom, #207e2e 0%, #a8121e 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.card.features {
border: 0;
border-radius: 3px;
box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
transition: all 0.3s ease;
}
@media (max-width: 991px) {
.card.features {
margin-bottom: 2rem;
}
[class^="col-"]:last-child .card.features {
margin-bottom: 0;
}
}
.card.features:before {
content: "";
position: absolute;
width: 3px;
color: #fc73b4;
/* background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%); */
background-image: linear-gradient(to bottom, #207e2e 0%, #a8121e 100%);
top: 0;
bottom: 0;
left: 0;
}
.card-text {
font-size: 14px;
}
.card.features:hover {
transform: translateY(-3px);
-moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
-webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}
.box-icon {
box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
padding: 10px;
width: 70px;
border-radius: 3px;
margin-bottom: 1.5rem;
background-color: #fff;
}
.circle-icon {
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
padding: 10px;
width: 100px;
height: 100px;
border-radius: 50%;
margin-bottom: 1.5rem;
background-color: #fff;
/* color: #f5378e; */
font-size: 48px;
text-align: center;
line-height: 80px;
font-weight: 300;
transition: all 0.3s ease;
/* background-image: linear-gradient(to right, #085414 0%, #910f19 100%); */
background: -webkit-linear-gradient(#085414, #910f19);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
/*
.circle-icon:hover {
color: white;
background-image: linear-gradient(to top, #085414 0%, #910f19 100%);
} */
@media (max-width: 992px) {
.circle-icon {
width: 70px;
height: 70px;
font-size: 28px;
line-height: 50px;
}
}
.ui-steps li:hover .circle-icon {
/* background-image: -moz-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
background-image: -webkit-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
background-image: -ms-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
background-image: linear-gradient(122deg, #e6388e 0%, #fb378e 100%); */
background-image: linear-gradient(to top, #085414 0%, #910f19 100%);
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
color: #fff;
}
.ui-steps li {
padding: 15px 0;
}
.ui-steps li:not(:last-child) {
border-bottom: 1px solid #f8e3f0;
}
.perspective-phone {
position: relative;
z-index: -1;
}
@media (min-width: 992px) {
.perspective-phone {
margin-top: -100px;
width: 65rem;
}
}
/* TABS
----------------------*/
.tab-content {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
background-color: #fff;
box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
padding: 3rem;
}
@media (max-width: 992px) {
.tab-content {
padding: 1.5rem;
}
}
.tab-content p {
line-height: 1.8;
}
.tab-content h2 {
margin-bottom: 0.5rem;
}
.nav-tabs {
border-bottom: 0;
}
.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
padding: 1rem 1rem;
border-color: #faf6fb #faf6fb #fff;
font-size: 19px;
color: #b5a4c8;
background: #f5eff7;
}
.nav-tabs .nav-link.active {
background: #fff;
border-top-width: 3px;
border-color: #9c360e #faf6fb #fff;
color: #633991;
}
/* TESTIMONIALS
----------------------*/
.owl-carousel .owl-item img.client-img {
width: 110px;
margin: 30px auto;
border-radius: 50%;
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}
.testimonials-single {
text-align: center;
max-width: 80%;
margin: 0 auto;
}
.blockquote {
color: #7a767a;
font-weight: 300;
}
.owl-next.disabled,
.owl-prev.disabled {
opacity: 0.5;
}
.owl-prev,
.owl-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.owl-prev {
left: 0;
}
.owl-next {
right: 0;
}
.owl-theme .owl-nav.disabled+.owl-dots {
margin-top: 60px;
}
.owl-theme .owl-dots .owl-dot span {
background: #e7d9eb;
width: 35px;
height: 8px;
border-radius: 10px;
transition: all 0.3s ease-in;
}
.owl-theme .owl-dots .owl-dot:hover span {
background-image: linear-gradient(to right, #085414 0%, #910f19 100%);
}
.owl-theme .owl-dots .owl-dot.active span {
/* background: #ff487e; */
background-image: linear-gradient(to right, #085414 0%, #910f19 100%);
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}
/* IMAGE GALLERY
----------------------*/
.img-gallery .owl-item {
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
transform: scale(0.8);
transition: all 0.3s ease-in;
}
.img-gallery .owl-item.center {
transform: scale(1);
}
/* PRICING
----------------------*/
@media (max-width: 992px) {
.card-deck {
-ms-flex-direction: column;
flex-direction: column;
}
.card-deck .card {
margin-bottom: 15px;
}
}
.card.pricing {
border: 1px solid #f1eef1;
}
.card.pricing.popular {
border-top-width: 3px;
border-color: #ce75b4 #faf6fb #fff;
box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
color: #633991;
}
.card.pricing .card-head {
text-align: center;
padding: 40px 0 20px;
}
.card.pricing .card-head .price {
display: block;
font-size: 45px;
font-weight: 300;
color: #633991;
}
.card.pricing .card-head .price sub {
bottom: 0;
font-size: 55%;
}
.card.pricing .list-group-item {
border: 0;
text-align: center;
color: #959094;
padding: 1.05rem 1.25rem;
}
.card.pricing .list-group-item del {
color: #d9d3d8;
}
.card.pricing .card-body {
padding: 1.75rem;
}
/* CALL TO ACTION
----------------------*/
.call-to-action {
text-align: center;
color: #fff;
margin: 3rem 0;
}
.call-to-action .box-icon {
margin-left: auto;
margin-right: auto;
border-radius: 5px;
transform: scale(0.85);
margin-bottom: 2.5rem;
}
.call-to-action h2 {
color: #fff;
font-weight: 600;
}
.call-to-action .tagline {
font-size: 16px;
font-weight: 600;
color: white;
max-width: 650px;
margin: 0 auto;
}
.btn-light img {
margin-right: 0.4rem;
vertical-align: text-bottom;
}
/* FOOTER
----------------------*/
.social-icons {
text-align: right;
}
.social-icons a {
background-color: #fff;
box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
width: 50px;
height: 50px;
display: inline-block;
text-align: center;
line-height: 50px;
margin: 0 0.3rem;
border-radius: 5px;
color: #f4c9e2;
transition: all 0.3s ease;
}
.social-icons a:hover {
text-decoration: none;
color: #870808;
}
@media (max-width: 991px) {
.social-icons {
text-align: center;
margin-top: 2rem;
}
.col-lg-6 {
text-align: center;
margin-top: 2rem;
}
}
.tag {
color: #ffffffd1;
font-weight: 800;
}
.more_btn {
padding: 0px 46px;
background-image: -webkit-gradient( linear, left top, right top, from(#6fbcfe), color-stop(51%, #998dff), to(#6fbcfe));
background-image: -webkit-linear-gradient( left, #6fbcfe 0%, #998dff 51%, #6fbcfe 100%);
background-image: -o-linear-gradient( left, #6fbcfe 0%, #998dff 51%, #6fbcfe 100%);
background-image: linear-gradient( to right, #085414 0%, #910f19 57%, #074717 100%);
background-size: 200% auto;
z-index: 2;
display: inline-block;
-webkit-transition: all 400ms ease-out;
-o-transition: all 400ms ease-out;
transition: all 400ms ease-out;
text-align: center;
color: #fff;
font-size: 15px;
font-family: "Roboto", sans-serif;
line-height: 55px;
border: 6px solid rgba(204, 241, 255, 0.5);
border-radius: 33px;
}
.more_btn:hover {
background-image: linear-gradient( to right, #910f19 0%, #085414 57%, #910f19 100%);
}
a.nav-link:hover {
background-image: linear-gradient(to right, #910f19 0%, #085414 100%);
}
@media (max-width: 450px) {
h5 {
font-size: 20px;
}
}
#popup {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #e9eded;
/* border: 1px solid #0e6a2b; */
padding: 20px;
border-radius: 20px;
box-shadow: 0px 0px 5px -2px black;
}
#closeButton {
margin-top: 10px;
/* border: none; */
width: 80px;
border-radius: 20px;
color: white;
background-image: linear-gradient(to right, #085414 0%, #910f19 100%);
cursor: pointer;
}
#closeButton:hover {
background-image: linear-gradient(to right, #910f19 0%, #085414 100%);
}
a.small {
color: #c38282;
font-size: 12px;
}
a.small:hover {
color: #870808;
}
a.m-2 {
color: #c38282;
font-size: 12px;
}
a.m-2:hover {
color: #870808;
}
span.__cf_email__ {
color: #c38282;
}
span.__cf_email__:hover {
color: #870808;
}
a.simple {
color: #c38282;
}
a.simple:hover {
color: #870808;
}
#foot {
margin-top: 2rem !important;
}
/* Back to top button */
.back-to-top-icon {
width: 1rem;
height: 1rem;
color: rgb(252, 249, 249);
}
.back-to-top-icon :hover {
color: #000;
width: 1rem;
height: 1rem;
}
#btn-back-to-top {
position: fixed;
bottom: 20px;
right: 20px;
display: none;
/* background-color: #8c3ab9; */
cursor: pointer;
}
.btn-danger {
color: #fff;
background-color: #ece3e4;
border-color: #f1ecec;
}
.btn-danger:hover {
color: #070707;
background-color: #0c0c0c;
border-color: #0e0d0d;
}
/* Back to top button end */
h1.tag {
color: #ffffffd1 !important;
font-weight: 800;
}
h3.download {
color: white !important;
}
.terms {
text-align: right;
}
.myBox {
display: none;
position: absolute;
top: 50px;
left: 50px;
width: 95%;
height: 200px;
background-color: #f2f5f5;
padding: 10px;
margin-top: 2px;
z-index: 1;
box-shadow: 0px 0px 3px 0px;
}
.btd {
height: 25px;
width: 100px;
border: none;
border-radius: 7px;
font-family: auto;
font-weight: 600;
margin-bottom: 26px;
cursor: pointer;
}
.btd:hover {
box-shadow: 0px 0px 3px 0px;
}
/* about us page css */
.text-blk {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
line-height: 25px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
.responsive-cell-block {
min-height: 75px;
}
.responsive-container-block {
min-height: 75px;
height: fit-content;
width: 100%;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
display: flex;
flex-wrap: wrap;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
justify-content: flex-start;
}
.responsive-container-block.bigContainer {
padding-top: 0px;
padding-right: 50px;
padding-bottom: 0px;
padding-left: 50px;
margin-top: 50px;
margin-right: 0px;
margin-bottom: 50px;
margin-left: 0px;
}
.responsive-container-block.Container {
max-width: 1320px;
justify-content: space-evenly;
align-items: center;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
position: relative;
overflow-x: hidden;
overflow-y: hidden;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
.mainImg {
width: 100%;
height: 800px;
object-fit: cover;
border-radius: 10px;
/* background-color: #ffffff; */
-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
transition: all 0.3s ease-in-out;
}
.mainImg:hover {
-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.8);
box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.8);
}
.blueDots {
position: absolute;
top: 150px;
right: 15%;
z-index: -1;
left: auto;
width: 80%;
height: 500px;
object-fit: cover;
}
.imgContainer {
position: relative;
width: 48%;
}
.responsive-container-block.textSide {
width: 48%;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
z-index: 100;
margin-top: -14rem;
}
.text-blk.heading {
font-size: 36px;
line-height: 40px;
font-weight: 700;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
}
.text-blk.subHeading {
font-size: 18px;
line-height: 26px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
}
.cardImg {
width: 31px;
height: 31px;
}
.cardImgContainer {
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: rgb(229, 229, 229);
border-right-color: rgb(229, 229, 229);
border-bottom-color: rgb(229, 229, 229);
border-left-color: rgb(229, 229, 229);
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
margin-top: 0px;
margin-right: 10px;
margin-bottom: 0px;
margin-left: 0px;
}
.responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
display: flex;
justify-content: center;
align-items: center;
padding-top: 10px;
padding-right: 15px;
padding-bottom: 10px;
padding-left: 0px;
}
.text-blk.cardHeading {
font-size: 18px;
line-height: 28px;
font-weight: 700;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}
.text-blk.cardSubHeading {
color: rgb(153, 153, 153);
line-height: 22px;
}
.explore {
font-size: 18px;
line-height: 20px;
font-weight: 700;
color: white;
background-image: linear-gradient(to right, #085414 0%, #910f19 100%);
box-shadow: rgba(244, 152, 146, 0.25) 0px 10px 20px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
cursor: pointer;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: initial;
border-right-style: initial;
border-bottom-style: initial;
border-left-style: initial;
border-top-color: initial;
border-right-color: initial;
border-bottom-color: initial;
border-left-color: initial;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
padding-top: 17px;
padding-right: 40px;
padding-bottom: 17px;
padding-left: 40px;
margin-top: 7rem;
}
.explore:hover {
background-image: initial;
background-position-x: initial;
background-position-y: initial;
background-size: initial;
background-repeat-x: initial;
background-repeat-y: initial;
background-attachment: initial;
background-origin: initial;
background-clip: initial;
background-image: linear-gradient(to right, #910f19 0%, #085414 100%);
}
#ixvck {
margin-top: 60px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
.redDots {
position: absolute;
bottom: -350px;
right: -100px;
height: 500px;
width: 400px;
object-fit: cover;
top: auto;
}
@media (max-width: 1024px) {
.responsive-container-block.Container {
position: relative;
align-items: flex-start;
justify-content: center;
}
.mainImg {
bottom: 0px;
}
.imgContainer {
position: absolute;
bottom: 0px;
left: 0px;
height: auto;
width: 60%;
}
.responsive-container-block.textSide {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: auto;
width: 70%;
}
.responsive-container-block.Container {
flex-direction: column-reverse;
}
.imgContainer {
position: relative;
width: auto;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
.responsive-container-block.textSide {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
width: 100%;
}
.responsive-container-block.Container {
flex-direction: row-reverse;
}
.responsive-container-block.Container {
flex-direction: column-reverse;
}
}
@media (max-width: 768px) {
.responsive-container-block.textSide {
width: 100%;
align-items: center;
flex-direction: column;
justify-content: center;
}
.text-blk.subHeading {
text-align: center;
font-size: 17px;
max-width: 520px;
}
.text-blk.heading {
text-align: center;
}
.imgContainer {
opacity: 0.8;
}
.imgContainer {
height: 500px;
}
.imgContainer {
width: 30px;
}
.responsive-container-block.Container {
flex-direction: column-reverse;
}
.responsive-container-block.Container {
flex-wrap: nowrap;
}
.responsive-container-block.textSide {
width: 100%;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
}
.imgContainer {
width: 90%;
}
.imgContainer {
height: 450px;
margin-top: 5px;
margin-right: 33.9062px;
margin-bottom: 0px;
margin-left: 33.9062px;
}
.redDots {
display: none;
}
.explore {
font-size: 16px;
line-height: 14px;
}
}
@media (max-width: 500px) {
.imgContainer {
position: static;
height: 450px;
}
.mainImg {
height: 100%;
}
.blueDots {
width: 100%;
left: 0px;
top: 0px;
bottom: auto;
right: auto;
}
.imgContainer {
width: 100%;
}
.responsive-container-block.textSide {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
.responsive-container-block.Container {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
overflow-x: visible;
overflow-y: visible;
}
.responsive-container-block.bigContainer {
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
padding: 0 30px 0 30px;
}
.redDots {
display: none;
}
.text-blk.subHeading {
font-size: 16px;
line-height: 23px;
}
.text-blk.heading {
font-size: 28px;
line-height: 28px;
}
.responsive-container-block.textSide {
margin-top: 40px;
margin-right: 0px;
margin-bottom: 50px;
margin-left: 0px;
}
.imgContainer {
margin-top: 5px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
width: 100%;
position: relative;
}
.explore {
padding-top: 17px;
padding-right: 0px;
padding-bottom: 17px;
padding-left: 0px;
width: 100%;
}
#ixvck {
width: 90%;
margin-top: 40px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
font-size: 15px;
}
.blueDots {
bottom: 0px;
width: 100%;
height: 80%;
top: 10%;
}
.text-blk.cardHeading {
font-size: 16px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 8px;
margin-left: 0px;
line-height: 25px;
}
.responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
padding-top: 10px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;
}
}
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&display=swap");
*,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0;
}
.wk-desk-1 {
width: 8.333333%;
}
.wk-desk-2 {
width: 16.666667%;
}
.wk-desk-3 {
width: 25%;
}
.wk-desk-4 {
width: 33.333333%;
}
.wk-desk-5 {
width: 41.666667%;
}
.wk-desk-6 {
width: 50%;
}
.wk-desk-7 {
width: 58.333333%;
}
.wk-desk-8 {
width: 66.666667%;
}
.wk-desk-9 {
width: 75%;
}
.wk-desk-10 {
width: 83.333333%;
}
.wk-desk-11 {
width: 91.666667%;
}
.wk-desk-12 {
width: 100%;
}
@media (max-width: 1024px) {
.wk-ipadp-1 {
width: 8.333333%;
}
.wk-ipadp-2 {
width: 16.666667%;
}
.wk-ipadp-3 {
width: 25%;
}
.wk-ipadp-4 {
width: 33.333333%;
}
.wk-ipadp-5 {
width: 41.666667%;
}
.wk-ipadp-6 {
width: 50%;
}
.wk-ipadp-7 {
width: 58.333333%;
}
.wk-ipadp-8 {
width: 66.666667%;
}
.wk-ipadp-9 {
width: 75%;
}
.wk-ipadp-10 {
width: 83.333333%;
}
.wk-ipadp-11 {
width: 91.666667%;
}
.wk-ipadp-12 {
width: 100%;
}
}
@media (max-width: 768px) {
.wk-tab-1 {
width: 8.333333%;
}
.wk-tab-2 {
width: 16.666667%;
}
.wk-tab-3 {
width: 25%;
}
.wk-tab-4 {
width: 33.333333%;
}
.wk-tab-5 {
width: 41.666667%;
}
.wk-tab-6 {
width: 50%;
}
.wk-tab-7 {
width: 58.333333%;
}
.wk-tab-8 {
width: 66.666667%;
}
.wk-tab-9 {
width: 75%;
}
.wk-tab-10 {
width: 83.333333%;
}
.wk-tab-11 {
width: 91.666667%;
}
.wk-tab-12 {
width: 100%;
}
}
@media (max-width: 500px) {
.wk-mobile-1 {
width: 8.333333%;
}
.wk-mobile-2 {
width: 16.666667%;
}
.wk-mobile-3 {
width: 25%;
}
.wk-mobile-4 {
width: 33.333333%;
}
.wk-mobile-5 {
width: 41.666667%;
}
.wk-mobile-6 {
width: 50%;
}
.wk-mobile-7 {
width: 58.333333%;
}
.wk-mobile-8 {
width: 66.666667%;
}
.wk-mobile-9 {
width: 75%;
}
.wk-mobile-10 {
width: 83.333333%;
}
.wk-mobile-11 {
width: 91.666667%;
}
.wk-mobile-12 {
width: 100%;
}
}
.mt-5,
.my-5 {
margin-top: 1rem !important;
}
.small,
small {
font-weight: 600;
font-size: 60px !important;
background: -webkit-linear-gradient(#085414, #910f19);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}