@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;800&display=swap');

body{
    overflow-x: hidden;
}
:root{
	--topmenu : #000000;
	--primery-color : rgb(139, 25, 34);
	--green:#85c766;
	--yellow : #f0a625;
    --title-color : #161515;
	--white : #fff;
    --gradient :radial-gradient(circle, rgba(205,26,26,1) 0%, rgba(120,2,48,1) 100%);

--clamp12: clamp(10px, 0.625vw, 12px);
--clamp12: clamp(11px, 0.700vw, 11px);
--clamp14: clamp(12px, 0.72916vw, 14px);
--clamp15: clamp(13px, 0.78125vw, 15px);
--clamp16: clamp(14px, 0.8333vw, 16px);
--calmp17: clamp(14px, 0.88541vw, 17px);
--clamp18: clamp(14px, 0.9375vw, 18px);
--clamp20: clamp(16px, 1.0416vw, 20px);
--clamp22: clamp(16px, 1.145vw, 22px);
--clamp24: clamp(17px, 1.25vw, 24px);
--clamp25: clamp(18px, 1.3541vw, 26px);
--clamp26: clamp(20px, 1.3541vw, 26px);
--clamp28: clamp(16px, 1.4583vw, 28px);
--clamp30: clamp(20px, 1.5625vw, 30px);
--clamp32: clamp(20px, 1.666vw, 32px);
--clamp34: clamp(20px, 1.770vw, 34px);
--clamp35: clamp(22px, 1.822vw, 35px);
--clamp36: clamp(25px, 1.875vw, 36px);
--clamp38: clamp(25px, 1.979vw, 38px);
--clamp40: clamp(26px, 2.083vw, 40px);
--clamp42: clamp(26px, 2.1875vw, 42px);
--clamp44: clamp(26px, 2.2916vw, 44px);
--clamp45: clamp(26px, 2.3vw, 45px);
--clamp48: clamp(26px, 2.5vw, 48px);
--clamp50: clamp(28px, 2.864583vw, 50px);
--clamp55: clamp(28px, 2.864583vw, 55px);
--clamp58: clamp(28px, 3.02083vw, 58px);
--clamp60: clamp(30px, 3.125vw, 60px);
--clamp64: clamp(30px, 3.333vw, 64px);
--clamp75: clamp(35px, 3.90625vw, 75px);
--clamp78: clamp(30px, 4.0625vw, 78px);
--clamp80: clamp(30px, 4.1666vw, 80px);
--clamp82: clamp(30, 4.27083vw, 82px);
--clamp84: clamp(25px, 4.375vw, 84px);
--clamp42: clamp(24px, 2.1875vw, 42px);
--clamp100: clamp(30px, 5.2083vw, 100px);
--clamp120: clamp(40px, 6.25vw, 120px);
}

.otherserices{
    padding:50px 0;
}
.whatclientsay{
	padding: 50px 0;
}
.priceblock h2 {
    font-size: 24px;
    text-align: center;
}
.priceblock{
    border:solid 1px #eee;
    display:flex;
    align-items:center;
    justify-content:center;
    height:80px;
    border-radius:6px;
}
.priceblock h3{
    font-size:20px;
}
.whatblock{
	background-color: #000000;
	padding: 25px 15px;
	min-height: 300px;
	text-align: center;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.whatblock h4{
    font-size: var(--clamp24);
	background: var(--gradient);
	padding: 5px 10px;
	color: white;
	margin-top: 20px;
}
.whatblock p{
    font-size: var(--clamp18);
	padding: 5px 10px;
	color: white;
}

.blog-block{
	height: 270px !important;
	min-height: 200px !important;
	margin-bottom: 15px;
}
.video-container { max-width: 100%; height: auto; }
.video-container{
	background:rgba(0, 0, 0, 0.7);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 5;
	top: 0;
	display: none;
}
.videblock{
	background-color: #000000;
	width: 50%;
	height: 500px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 15%;
}
.theclose{
	background:var(--gradient);
	height: 40px;
	width: 40px;
	border-radius: 50px;
	position: absolute;
	right: -15px;
	top: -15px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.theclose i{
	color: #fff;
	font-size: 22px;
}
.home-hero{
	padding: 75px 0;
}
.hero-content h4{
	font-size: var(--clamp18);
	background:var(--gradient);
	padding:5px 10px;
	width: 230px;
	color: white;
	border-radius: 6px;
}
.hero-content h2{
	font-size: var(--clamp50);
	font-weight: 700;
	margin-bottom: 15px;
}
.hero-content h5{
	font-size: var(--clamp20);
	font-weight: 500;
	margin-top: 20px;
}
.webbutton{
	margin: 25px 0;
}
.animated-btn { background-color: #007BFF; border: none; color: white; padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; cursor: pointer; transition: background-color 0.3s ease, transform 0.3s ease; } .animated-btn:hover { background-color: #000000; transform: scale(1.1); }
.webbutton a{
	background:var(--gradient);
	color: white;
	padding: 10px 20px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	font-size: var(--clamp22);
}
.hero-video{
	height: 500px;
	background-color: #eee;
	border-radius: 10px;
	overflow: hidden;
	background-image: url("../img/video-photo.png");
	background-size: cover;
	background-position: center;
	position: relative;
}
.hero-video img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.innervideo{
	height: 100%;
	cursor: pointer;
}
.hero-video:hover > img{
	height: 350px;
}
.hero-video:hover > .innervideo{
	background-color: rgba(0, 0, 0, 0.7);
}
.playbtn{
	position: absolute;
	top: 50%;
	left: 47%;
	transform: translateY(-60%);
	text-align: center;
}
.playbtn i{
	color: white;
	font-size: 60px;
}

.explore-program{
	padding: 50px 0;
}
.titles{
	padding: 30px 0;
}
.titles h2{
	text-align: center;
	font-size: var(--clamp45);
	font-weight: 700;
}
.program-block{
	background-color: #000000;
	padding: 10px;
	border-radius: 10px;
	padding-bottom: 50px;
	z-index: 1;
	margin-bottom: 15px;
}
.proimg{
	height: 250px;
	overflow: hidden;
	border-radius: 10px;
}
.proimg img{
	object-fit: cover; 
	height: 100%;
	width: 100%;
}
.procontent h4{
	color: #fff;
	font-size: var(--clamp24);
	text-align: center;
	margin: 15px 0;
}
.probtn{
	text-align: center;
}
.procontent p{
	color: #ccc;
	font-weight: 600;
	font-size: var(--clamp18);
}
.probtn a{
	background:var(--gradient);
	color: white;
	padding: 5px 20px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	font-size: var(--clamp22);
}
.cou-banners{
	background-color: #000000;
	background-image: url("https://v3care.in/assets/img/hero-banner2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.cou-banners h2{
	font-size: var(--clamp44);
	font-weight: 700;
	color: #fff;
}
.cou-banners h4{
	font-size: var(--clamp20);
	font-weight: 600;
	color: #fff;
}
.cources .program-block{
	min-height: 580px;
	max-height: 600px;
}
.innercobanner{
	padding: 75px 0;
	background:rgba(0, 0, 0, 0.8);
	height: 100%;
}
.con-form{
	border-radius: 10px;
	overflow: hidden;
}

.hbanner{
	background-color: #eee;
	height: auto;
	background-image: url("https://v3care.in/assets/img/hero-banner2.jpg");
	background-position: center;
	background-size: cover;
}
.innnerhbanner{
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	padding: 50px 0;
}
.innnerhbanner h1{
	font-size: var(--clamp50);
	color: white;
	font-weight: 400;
}
.innnerhbanner h1 span{
	color: #ffff1f;
	font-weight: 700;
}
.serviceblock li{
	border: solid 1px #ccc;
	float: left;
	padding: 10px 15px;
	color: white;
	list-style: none;
	border-radius: 50px;
	margin: 5px 10px;
	font-weight: 600;
}
.bookingform{
	padding: 30px 20px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}
.bookingform input[type="text"]{
	height: 45px;
	border-radius: 6px;
	box-shadow: none;
	border:none;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
}
.bookingform select{
	height: 45px;
	border-radius: 6px;
	box-shadow: none;
	border:none;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
}
.bookingform button{
	background:var(--gradient);
	padding: 10px 20px;
	width: 100%;
	color: white;
	font-size: 20px;
	font-weight: 600;
	box-shadow: none;
	border-radius: 6px;
	border:none;
}
.bookingform h2{
	text-align: center;
	color: white;
	font-size: var(--clamp28);
	padding: 10px 0;
}
.bookingform h3{
	text-align: center;
	color: white;
	font-size: var(--clamp22);
	margin-bottom: 30px;
}


/* Testimonials */
.testimonials{
	background-color: #eee;

	background-image: url("https://v3care.in/assets/img/hero-banner2.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.innertesti{
	padding: 50px 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.page-title h1{
	text-align: center;
	color: white;
	font-size: var(--clamp35);
}
.page-title p{
	text-align: center;
	color: white;
	font-size: var(--clamp18);
}
.testi{
	background-color: white;
	padding: 15px;
	width: 33%;
	height: auto;
	min-height: 280px;
	max-height: 320px;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.testi-slider .slick-slide {
    margin: 0 8px;
}
.testihead{
	border-bottom: solid 1px #eee;
	padding-bottom: 10px;
}
.testihead i{
	color: rgb(249, 190, 81);
}
.testbody p{
	font-size: var(--clamp18);
	margin-bottom: 15px;
	margin-top: 15px;
}
.testfooter{
	border-top: solid 1px #eee;
	padding-top: 10px;
}
.testfooter h3{
	font-size: var(--clamp18);
	margin-left: 30px;
	font-weight: 600;
}
.usericon{
	height: 60px;
	width: 60px;
	border-radius: 50px;
	background-color: #ccecf7;
}
/* testimonials */


a{
	text-decoration:none;
  }
  .floating_btn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content:center;
	z-index: 1000;
  }
  
  @keyframes pulsing {
	to {
	  box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
	}
  }
  
  .contact_icon {
	background-color: #42db87;
	color: #fff;
	width: 60px;
	height: 60px;
	font-size:30px;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translatey(0px);
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 0 0 #42db87;
	-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	font-weight: normal;
	font-family: sans-serif;
	text-decoration: none !important;
	transition: all 300ms ease-in-out;
  }
  
  
  .text_icon {
	margin-top: 8px;
	color: #707070;
	font-size: 13px;
  }






.topmenu{
	background-color: var(--topmenu);
	height: 50px;
}
.topmenu li{
	list-style: none;
	float: left;
	height: 50px;
	line-height: 50px;
}
.topmenu li a{
	color: #fff;
	display: block;
	font-weight: 600;
	letter-spacing: 0.5px;
	height: 50px;
	padding: 0 15px;
	text-decoration: none;
	border-right: solid 1px #050b02;
}
.mobilethings{
	display: none;
}
.topnavmenu{
	height: 80px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
}
.logo img {
    margin-top: 8px;
    height: 70px;
}
.links li{
	float: left;
	list-style: none;
	line-height: 80px;
	margin: 0 15px;
}
.links li a {
    text-decoration: none;
    color: #050b02;
    font-weight: 700;
    font-size: var(--clamp20);
    letter-spacing: 0;
}
.menus li {
    float: left;
    list-style: none;
    margin-left: 30px;
    position: relative;
    line-height: 80px;
    margin-top: 8px;
}
.menus li a{
	background-color: white;
	border-radius: 50px;
	padding: 10px 13px;
	font-size: 20px;
	border: solid 2px #eee;
	text-decoration: none;
}
.menus b{
	position: absolute;
	background-color: var(--primery-color);
	height: 30px;
	width: 30px;
	border-radius: 50px;
	top: 8px;
	right: -20px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: white;
}
.menus i{
	color: #040404;
}



/* slider section */
.slider-section{
	background-image: url("https://html.rrdevs.net/edcare/assets/img/shapes/hero-shape-9.png");
	background-position: center;
	background-size: cover;
	height: 85vh;
}
.slider-section h2{
	font-size: var(--clamp60);
	font-weight: 700;
}
.slider-section h3{
	font-size: var(--clamp50);
	font-weight: 400;
}
.slider-section p{
	font-size: var(--clamp16);
	font-weight: 400;
}
.themebtn{
	margin-top: 50px;
}
.themebtn a{
	background-color: crimson;
	padding: 10px 20px;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: var(--clamp18);
	font-weight: 700;
}
.slider-section b{
	color: var(--primery-color);
	text-transform: capitalize;
}


/* Footer */
.footer{
	background: #000000;
	background-position: center;
	height: auto;
	padding: 80px 0;
}
.copyright{
	background:#000000;
	background-position: bottom;
	height: auto;
	padding: 10px 0;
	border-top: solid 1px #040404;
	text-align: center;
}
.copyright h6{
	color: white;
	padding-top: 7px;
	font-size: var(--clamp14);
}
.footerblock h4{
	color: #fff;
	font-weight: 600;
	font-size: var(--clamp22);
	position: relative;
	margin-bottom: 25px;
}
.footerblock h4:before{
	content: "";
	position: absolute;
	height: 2px;
	width: 50px;
	border-radius: 50px;
	background-color: white;
	bottom: -12px;
}
.footerblock li{
	list-style: none;
	line-height: 30px;
}
.footerblock li a{
	color: #fff;
	text-decoration: none;
}
.footerblock p{
	font-size: var(--clamp16);
	color: #fff;
}
.footerblock h2{
	font-size: var(--clamp30);
	color: #fff;
	margin-top: -25px;
}
.footerblock h5{
	font-size: var(--clamp18);
	color: #fff;
}

/* banner */
.banner{
	background-image: url("https://v3care.in/assets/img/hero-banner2.jpg");
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	padding: 100px 0;
	position: relative;
	display: flex;
	align-items: center;
}
.banner h3{
	font-size: var(--clamp50);
	color: white;
	font-weight: 700;
}

/* Courses Block */
.courses-list{
	padding: 50px 0;
}
.courses-block{
	height: 450px;
	border:solid 1px #eee;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 20px;
}
.course-img{
	height: 250px;
	border-radius: 10px;
	overflow: hidden;
}
.course-img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.course-content h3{
	font-size: var(--clamp22);
	font-weight: 600;
	margin-top: 15px;
}
.course-btn a{
	background-color: var(--primery-color);
	padding: 10px 20px ;
	color: white;
	text-decoration: none;
	border-radius: 10px;
}
.course-btn h5{
	font-size: var(--clamp20);
	margin-top: 10px;
}


/* courses-details */
.courses-details{
	padding:10px;
	margin-top: 15px;
}
.courses-block-details{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
	padding: 15px;
	border-radius: 10px;
}
.coursedetails-img{
	height: 500px !important;
	text-align: center;
}
.coursedetails-img img{
	height: 100% !important;
	object-fit: cover;
	width: 100%;	
}
.course-contents h3{
	font-size: var(--clamp36);
	font-weight: 700;
	margin: 10px 0;
}
.block2 h2{
	font-size: var(--clamp45);
	font-weight: 700;
}
.block2 a{
    background-color: var(--primery-color);
	color: white;
	padding: 10px 20px;
	border-radius: 10px;
	text-decoration: none;
	width: 100%;
	font-weight: 600;
	display: block;
	margin-bottom: 15px;
	text-align: center;
	border: solid 1px var(--primery-color);
}
.block2{
	margin-bottom: 20px;
}
.abouthomeimg{
	border-radius: 50px;
	overflow: hidden;
}
.couinst h4{
	font-size: var(--clamp18);
}
.block2 li{
	list-style: none;
	line-height: 50px;
	border-bottom: solid 1px #ccc;
	border-bottom-style: dotted;
}
.block2 h2{
	font-size: var(--clamp20);
	text-align: center;
	text-transform: uppercase;
}


/* about home */
.theme-btn button{
	background-color: var(--primery-color);
	padding: 10px 20px;
	color: #fff;
	border-radius: 6px;
	border:none;
	font-weight: 600;
	font-size: var(--clamp18);
	letter-spacing: 0.5px;
}
.abouthomecontent h3 {
    border: solid 1px var(--primery-color);
    padding: 10px 10px;
    border-radius: 50px;
    width: 250px;
    text-align: center;
    display: block;
    font-size: var(--clamp20);
    position: relative;
    left: 3px;
    padding-left: 35px;
}
.abouthomecontent span{
	position: absolute;
	background-color: var(--primery-color);
	border-radius: 50px;
	height: 30px;
	width: 30px;
	top: 8px;
	left: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.abouthomecontent i{
	color: white;
}
.abouthomecontent h2{
    font-size: var(--clamp36);
    font-weight: 600;
}
.abouthomecontent p{
    font-size: var(--clamp18);
    font-weight: 400;
    margin-bottom: 15px;
}

/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .abouthomecontent h2{
        margin-top: 30px;
    }
}
@media screen  and (min-width:768px) and (max-width:991px) {
    .abouthomecontent h2{
        margin-top: 30px;
    }
}

/* about home */

/* gallery */
.gallery_sec{
    width:100%;
    padding:80px 0;
  }
  .heading{
    width:100%;
    text-align:center;
  }
  .heading h2{
    font-size:30px;
    font-weight:bold;
    border-bottom:2px solid #000;
    padding-bottom:25px;
  }
  .gallery_sec img{
    width:100%;
    margin-bottom:30px;
    height:250px;
  }
  
  .gallery_sec a {
      position: relative;
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
  }
  
  
  .gallery_sec a::before {
      position: absolute;
      content: "";
      width: 30px;
      height: 30px;
      background: none;
      background-size: contain;
      background-repeat: no-repeat;
    top:45%;
    left:50%;
    transform:translate(-50%, -50%);
  }
  
  .gallery_sec img {
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
  }
  
  .gallery_sec a:hover img {
      position: relative;
      width: 100%;
  }
  
  .gallery_sec a:hover img {
      opacity: 0.2;
  }
  
  .gallery_sec a:hover::before {
      position: absolute;
      content: "";
      width: 50px;
      height: 50px;
      background: url(https://i.ibb.co/3fMkjjF/Resize.png);
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 99;
  }

  .gallery{
    height:300px;
    border:solid 1px #eee;
    margin-bottom: 20px;
    overflow: hidden;
	border-radius: 10px;
  }
  .gallery img{
    height: 100%;
  }
  .gimg{
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  
/* gallery */

/* contact us */
.contactsection{
    padding: 50px 0;
}
.con-content h2{
    font-size: var(--clamp32);
    font-weight: 600;
}
.con-content h5{
    font-size: var(--clamp20);
    font-weight: 500;
}

.con-content p{
    font-size: var(--clamp16);
    font-weight: 400;
}
.con-det h4{
    font-size: var(--clamp20);
    font-weight: 500;
}
.conicon{
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    border-radius: 50px;
}
.conicon i{
    font-size: 28px;
	color: #fff;
}

/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .con-content{
        margin-top: 30px;
    }
    .conicon{
        height: 70px;
        width: 100%;
        border-radius: 6px;
    }
}
@media screen  and (min-width:768px) and (max-width:991px) {
    .con-content{
        margin-top: 30px;
    }
}



/* contact us */

/* login */
.loginaccount{
	padding: 50px;
}
.loginaccount input[type="email"],.loginaccount input[type="password"],.loginaccount input[type="number"]{
	height: 45px;
	margin-bottom: 10px;
	margin-top: 5px;
	box-shadow: none;
}
.loginaccount button{
	margin-top: 10px;
	background-color: var(--primery-color);
	width: 100%;
	border:none;
	padding: 10px;
	color: white;
	font-weight: 600;
	letter-spacing: 1px;
}