body {
font-family: "Exo 2", sans-serif;
} .mobile {
display: none;
}
.hero {
display: flex;
flex-direction: column;
align-items: center;
padding:0!important;
} .hero__video {
width: 100%;
height: 100%;
max-height: 1100px;
} .hero__content {
position: relative;
z-index: 2;
width: 100%;
padding: 20px 0 0; }
.video-container {
position: relative;
cursor: pointer;
height: auto;
}
.youtube-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
cursor: pointer;
z-index: 10;
transition: transform 0.2s ease;
}
.youtube-icon:hover {
transform: translate(-50%, -50%) scale(1.1); }
.youtube-icon img {
width: 120px; } .hero__title {
font-size: 52px;
line-height: 60px;
font-weight: 700;
color: #000;
margin-bottom: 14px;
} .hero__subtitle_desktop {
font-size: 32px;
line-height: 40px;
font-weight: 500;
color: #000;
margin-bottom: 22px;
}
.hero__subtitle_mobile {
display: none;
} .hero__body {
font-size: 20px;
line-height: 30px;
font-weight: 400;
color: #000;
margin-bottom: 30px;
}
.hero__body span {
font-weight: 700;
} .special-offers-container {
padding: 50px 0!important;
}
.special-offers-container .special-offers {
background-image: linear-gradient(15deg, #1b9acf, #d6c4de, #e5238a);
padding: 40px 0;
}
.special-offers-container .special-offers h1 {
font-size: 72px;
font-weight: 700;
color: #000000;
}
.special-offers-container .special-offers .total-val h4 {
font-size: 42px;
font-weight: 600;
color: #000000;
}
.special-offers-container .special-offers .total-val h4 span {
text-decoration: line-through;
}
.special-offers-container .special-offers .total-val h2 {
font-size: 62px;
font-weight: 700;
color: #000000;
}
.special-offers-container .book-now-outer {
display: flex;
align-items: center;
justify-content: center;
margin-top: 16px;
}
.special-offers-container .book-now-outer .book-now-btn {
border-radius: 4px;
background-color: #000000;
box-shadow: 0 2px 4px 0 #00000040;
font-size: 20px;
font-weight: 600;
color: #ffffff;
text-decoration: none;
padding: 18px 0;
text-align: center;
min-width: 200px;
} .what-inside-container {
padding: 0!important;
}
.title {
font-size: 42px;
font-weight: 700;
color: #223645;
text-align: center;
margin-bottom: 30px;
}
.what-inside-container .swiper {
width: 100%;
height: 100%;
}
.what-inside-container .swiper-slide {
display: flex;
justify-content: center;
align-items: center;
cursor: grab;
border-radius: 30px;
overflow: hidden;
}
.what-inside-container .swiper .swiper-slide img {
width: 100%;
height: 100%; object-fit: contain;
}
.what-inside-container .medi-support {
font-size: 30px;
line-height: 32px;
font-weight: 600;
color: #223645;
margin-top: 15px;
}
.what-inside-container .medi-name {
font-size: 25px;
line-height: 30px;
font-weight: 500;
color: #223645;
margin: 10px 0;
}
.what-inside-container .medi-discription {
font-size: 20px;
line-height: 28px;
font-weight: 400;
color: #223645;
margin: 0;
}
.what-inside-container .medi-discription span {
font-weight: 700;
} .free-consultation-container {
padding: 50px 0;
}
.free-consultation-container img {
max-width: 100%;
height: auto;
}
.free-consultation-container h3 {
font-size: 30px;
font-weight: 600;
color: #223645;
}
.free-consultation-container p {
font-size: 20px;
font-weight: 400;
color: #223645;
margin: 0;
}
.free-consultation-container p span {
font-weight: 700;
}
.free-consultation-container ul li {
font-size: 20px;
font-weight: 400;
color: #223645;
list-style:disc;
}
.why-choose-container{
padding:0!important;
}
.why-choose-container .title {
margin-bottom: 16px;
}
.why-choose-container p {
font-size: 25px;
font-weight: 500;
color: #223645;
text-align: center;
margin: 0;
}
.why-choose-container p span {
font-weight: 600;
}
.why-choose-container .why-choose-cards-container {
display: flex;
gap: 20px;
align-items: center;
justify-content: center;
margin: 10px 0;
}
.why-choose-container .why-choose-cards-container .why-cards {
display: flex;
gap: 20px;
align-items: center;
padding: 16px;
border-radius: 10px;
width:100%;
}
.why-choose-container .why-choose-cards-container .why-cards.blue {
background-color: #e2f6ff;
}
.why-choose-container .why-choose-cards-container .why-cards.green {
background-color: #ccf9c1;
}
.why-choose-container .why-choose-cards-container .why-cards.orange {
background-color: #ead4c6;
}
.why-choose-container .why-choose-cards-container .why-cards.pink {
background-color: #fde8f9;
}
.why-choose-container .why-choose-cards-container .why-cards .left-img {
width: 60px;
height: 60px;
min-width: 60px;
min-height: 60px;
border-radius: 30px;
display: flex;
align-items: center;
justify-content: center;
background-color: #094b68;
}
.why-choose-container .why-choose-cards-container .why-cards .left-img img {
max-width: 40px;
}
.why-choose-container .why-choose-cards-container .why-cards .right-label h4 {
font-size: 24px;
font-weight: 700;
color: #223645;
margin-bottom: 2px;
}
.why-choose-container .why-choose-cards-container .why-cards .right-label p {
font-size: 16px;
font-weight: 400;
color: #223645;
margin-bottom: 2px;
text-align: start;
}
@media screen and (max-width: 1200px) {
.hero__title {
font-size: 44px;
line-height: 50px;
margin-bottom: 8px;
}
.hero__subtitle_desktop {
font-size: 26px;
line-height: 34px;
margin-bottom: 14px;
}
.hero__body {
font-size: 18px;
line-height: 26px;
margin-bottom: 14px;
}
.youtube-icon img {
width: 94px;
} .special-offers-container .special-offers {
padding: 24px 0;
}
.special-offers-container .special-offers h1 {
font-size: 50px;
}
.special-offers-container .special-offers .total-val h4 {
font-size: 36px;
}
.special-offers-container .special-offers .total-val h2 {
font-size: 50px;
}
.special-offers-container .book-now-outer .book-now-btn {
padding: 15px 0;
min-width: 180px;
font-size: 18px;
} .title {
font-size: 36px;
margin-bottom: 20px;
}
.what-inside-container .medi-support {
font-size: 26px;
line-height: 28px;
}
.what-inside-container .medi-name {
font-size: 22px;
line-height: 26px;
}
.what-inside-container .medi-discription {
font-size: 18px;
line-height: 24px;
}
.free-consultation-container h3 {
font-size: 26px;
}
.free-consultation-container p {
font-size: 18px;
}
.free-consultation-container ul li {
font-size: 18px;
}
.why-choose-container .why-choose-cards-container {
gap: 10px;
}
.why-choose-container p {
font-size: 22px;
}
.why-choose-container .why-choose-cards-container .why-cards {
gap: 10px;
padding: 10px;
}
.why-choose-container .why-choose-cards-container .why-cards .right-label h4 {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.hero {
min-height: 500px;
}
.hero__title {
font-size: 36px;
line-height: 42px;
}
.hero__subtitle_desktop {
font-size: 22px;
line-height: 26px;
}
.hero__body {
font-size: 16px;
line-height: 22px;
} .special-offers-container .special-offers h1 {
font-size: 40px;
}
.special-offers-container .special-offers .total-val h4 {
font-size: 30px;
}
.special-offers-container .special-offers .total-val h2 {
font-size: 38px;
}
.what-inside-container {
padding: 30px 0;
}
.title {
font-size: 30px;
}
.what-inside-container .swiper-slide {
border-radius:20px;
}
.what-inside-container .medi-support {
font-size: 24px;
} .free-consultation-container {
padding: 30px 0;
}
.free-consultation-container h3 {
font-size: 22px;
}
.free-consultation-container p {
font-size: 14px;
}
.free-consultation-container ul li {
font-size: 14px;
}
.why-choose-container .why-choose-cards-container {
gap: 10px;
flex-wrap: wrap;
}
}
@media screen and (max-width: 768px) {
.hero__title {
font-size: 32px;
line-height: 38px;
}
.hero__subtitle_desktop {
font-size: 20px;
line-height: 24px;
}
.hero__body {
font-size: 14px;
line-height: 20px;
}
.youtube-icon img {
width: 60px;
} .special-offers-container {
padding: 20px 0!important;
}
.special-offers-container .special-offers h1 {
font-size: 34px;
}
.special-offers-container .special-offers .total-val h4 {
font-size: 24px;
}
.special-offers-container .special-offers .total-val h2 {
font-size: 28px;
}
.special-offers-container .book-now-outer .book-now-btn {
padding: 10px 0;
min-width: 130px;
font-size: 14px;
} .title {
font-size: 26px;
margin-bottom: 10px;
}
.what-inside-container {
padding: 20px 0!important;
}
.what-inside-container .medi-support {
font-size: 22px;
line-height: 26px;
}
.what-inside-container .medi-name {
font-size: 20px;
line-height: 23px;
}
.what-inside-container .medi-discription {
font-size: 15px;
line-height: 20px;
}
.what-inside-container .swiper-slide{
border-radius:10px;
}
.free-consultation-container {
padding: 20px 0;
text-align: center;
}
.free-consultation-container h3 {
font-size: 22px;
}
.why-choose-container .title {
margin-bottom: 10px;
}
.why-choose-container p {
font-size: 18px;
}
}
@media screen and (max-width: 580px) {
.desktop {
display: none;
}
.mobile {
display: block;
}
.hero {
min-height: auto;
display: block;
padding: 20px;
}
.hero__title {
font-size: 23px;
line-height: 28px;
color: #000000;
text-align: center;
}
.hero__subtitle{
text-align:center;
}
.hero__subtitle_mobile {
display: block;
font-size: 16px;
line-height: 21px;
color: #000000;
text-align: center;
}
.hero__subtitle_desktop,
.hero__body {
display: none;
}
.hero__video {
position: relative;
display: inline-block;
}
.hero__video::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 50px;
height: 50px;
background-color: red;
background-image: url(//khulkepucho.com/wp-content/themes/khulkepucho/assets/images/video-icon.png);
background-size: contain;
background-repeat: no-repeat;
z-index: 2;
} .special-offers-container {
border-bottom: 1px solid #000;
box-shadow: 0 4px 4px 0 #00000040;
padding-top: 0;
} .special-offers-container .special-offers {
background-color: #ffffff;
background-image: unset;
padding: 0;
}
.special-offers-container .special-offers h1 {
font-size: 21px;
text-align: center;
margin-bottom: 4px;
}
.special-offers-container .special-offers .total-val {
text-align: center;
}
.special-offers-container .special-offers .total-val h4 {
font-size: 14px;
margin-bottom: 4px;
}
.special-offers-container .special-offers .total-val h2 {
font-size: 16px;
margin-bottom: 4px;
}
.special-offers-container .book-now-outer {
margin-top: 8px;
}
.special-offers-container .book-now-outer .book-now-btn {
height: 42px;
}
.title {
font-size: 20px;
margin-bottom: 16px;
}
.what-inside-container .swiper .swiper-slide img {
max-width: 191px;
}
.what-inside-container .medi-support {
font-size: 18px;
margin: 0;
}
.what-inside-container .medi-name {
font-size: 16px;
line-height: 19px;
margin: 0;
}
.what-inside-container .medi-discription {
font-size: 12px;
line-height: 16px;
margin: 0;
}
.free-consultation-container {
padding: 0;
}
.free-consultation-container h3 {
font-size: 18px;
margin: 0 !important;
}
.free-consultation-container p {
font-size: 12px;
}
.free-consultation-container ul li {
font-size: 12px;
}
.why-choose-container .why-choose-cards-container .why-cards {
max-width: 48%;
}
.why-choose-container .title {
margin: 0;
}
.why-choose-container p {
font-size: 15px;
}
.why-choose-container .why-choose-cards-container .why-cards .left-img {
height: 34px;
width: 34px;
min-height: 34px;
min-width: 34px;
}
.why-choose-container .why-choose-cards-container .why-cards .left-img img {
max-width: 20px;
}
.why-choose-container .why-choose-cards-container .why-cards .right-label h4 {
font-size: 16px;
}
.why-choose-container .why-choose-cards-container .why-cards .right-label p {
font-size: 12px;
}
}
@media screen and (max-width: 375px) {
.why-choose-container .why-choose-cards-container .why-cards {
max-width: 100%;
}
}