body::-webkit-scrollbar {
  background-color: transparent;
  opacity: 0;
  width: 12px;
  border-radius: 10px;
}

body::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.5, #afe2ff), color-stop(1, #dbb3fe));
  border-radius: 10px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
  /* font-family: "Cedarville Cursive", cursive; */
}
body{
background-color: transparent;
}

/* navbar start */

header{
  padding: 0 2rem;
  background: inherit; 
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.navbar{
  width: 100%;
  height:65px;
  margin: 0 auto;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.main_logo{
  height: 50px;
}
.main_logo img{
  height: 100%;
  width: 100%;
    z-index: 9999;
}
.navbar .nav_links{
  display: flex;
  gap:2rem;
}
.navbar .nav_links li a{
  color: black;
  letter-spacing: 0.1rem;
  font-weight: 400;
}
.navbar .burger_btn{
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
    z-index: 9999;
}
.navbar .action_btn,
.dropdown_menu .action_btn{
  background-color: #3563E9;
  border-radius: 10px;
  color: #fff;
  font-weight: 400;
  padding: 0.3rem 0.8rem;
  letter-spacing: 0.1rem;
  transition: scale ease 0.10;
  text-align: center;
}
.navbar .action_btn:hover,
.dropdown_menu .action_btn:hover{
  color:#fff ;
  border: 1px solid #3563E9;
  background-color: transparent;
  scale: 1.05;
}
.navbar .action_btn:active,
.dropdown_menu .action_btn:active{
  scale: 0.95;
}

/* dropdown menu */
.dropdown_menu {
  display: none;
  position: absolute;
  right: 0.5rem;
  top: 65px;
  width: 300px;
  background: rgb(242, 242, 242);
  border-radius: 10px;
  overflow: hidden;
  height: 0;
  transition: height .3s ease;
}
.dropdown_menu.open{
  height: 240px;
  background-color: #fff;
  margin-top: 2%;
}
.dropdown_menu li{
  padding: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown_menu li a{
  color: #000;
}
.dropdown_menu  .action_btn{
  width: 100%;
}

/* navbar end */

/* section_1 start */
.section_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0 !important;
  position: relative;
  background-image: url(../images/section_1_bg_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: right;
  min-height:100vh;
  width: 100%;
}

.blur_circle {
  height: 400px;
  width: 400px;
  background-color: rgba(237, 0, 140, 0.20);
  box-shadow: 100px 100px 100px rgba(237, 0, 140, 0.20);
  border-radius: 9999;
  filter: blur(100px);
  border-radius: 50%;
  position: absolute;
  margin-right: 80%;
  margin-bottom: 5%;
}

.sec_1_text {
  transform: translate(-60%, 5%);
}

.sec_1_text h1 {
  font-size: 58px;
}

.sec_1_text p {
  font-size: 24px;
  font-weight: normal;
}

.input-container {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 290px;
}

.input-container>span,
.input-container .sec_1_input {
  white-space: nowrap;
  display: block;
}

.input-container>span,
.input-container .sec_1_input:first-child {
  border-radius: 6px 0 0 6px;
}

.input-container>span,
.input-container .sec_1_input {
  border-radius: 0 6px 6px 0;
}

.input-container>span,
.input-container .sec_1_input {
  margin-left: -1px;
}

.input-container .sec_1_input {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  width: 1%;
  margin-top: 0;
  margin-bottom: 0;
}

.input-container span {
  text-align: center;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 25px;
  color: #2d2d2d;
  background: #96b5ff;
  border: 1px solid #96b5ff;
  font-weight: bold;
  transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
}

.input-container:focus-within>span {
  color: #fff;
  background-color: #148cd1;
  border-color: #148cd1;
}

.sec_1_input {
  display: block;
  width: 100%;
  padding: 8px 16px;
  line-height: 25px;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  border-radius: 6px;
  color: #505050;
  border: 1px solid #96b5ff;
  background: #fff;
  transition: border 0.3s ease;
}

.sec_1_input::placeholder {
  color: #737171;
}

.sec_1_input:focus {
  outline: none;
  border-color: #148cd1;
}

/* section_1 end */

/* section_1 icon_ad start */

.icon_ad {
  width: 100%;
  height: 30%;
  background: rgba(221, 241, 255, 0.8);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  gap: 10%;
  align-items: center;
  padding-top: 1rem;
}
.icon_ad_1,
.icon_ad_2,
.icon_ad_3{
  display: flex;
  justify-content: center;
  gap:10px;
}

.icon_ad_1 h6,
.icon_ad_2 h6,
.icon_ad_3 h6{
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  color: #000000;
  font-style: normal;
}

/* section_1 icon_ad end */

/* section_2 start*/

.section_2{
  height: 55vh;
  width: 100%;
  margin-top: 3%;
  margin-bottom: 3%;
}
#myVideo {
  right: 0;
  left: 0;
  width: 100%; 
  height: 100%;
}
video {
  object-fit: fill;
  border-radius: 20px;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

/* section_2 end */

/* section_3 start */

.section_3{
    width: 100%;
    background: linear-gradient(30deg, rgb(255, 243, 243), rgba(246, 246, 251, 0.911), rgba(249, 249, 255, 0.859), rgb(255, 243, 243));
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    overflow: hidden;
}
.sec_3{
  min-height: 100vh;
  display: flex;
    justify-content: center;
    align-items: center;
}
.phone_show{
  display: none;
}
.left_content_3 p{
  font-size: 20px;
  margin-top: 5%;
}
.right_content_3{
  position: relative;
  margin-top: -15%;
}

.sec_3_img1 {
  position: absolute;
  margin-left: 60%;
  margin-top: -12%;
}
.sec_3_img2{
  position: absolute;
  margin-left: 55%;
  margin-top: 5%;
}
.sec_3_img3{
  position: absolute;
  width: 580px;
  margin-left: -12%;
  margin-top: -10%
}
.sec_3_img3 img{
  width: 100%;
}
.sec_3_img4{
  position: absolute;
  width: 400px;
  margin-left: 18%;
  margin-top: -8%;
}
.sec_3_img4 img{
  width: 100%;
}
.sec_3_img5{
  position: absolute;
  margin-left: 34%;
  margin-top: 24%;
}
.sec_3_img6{
  position: absolute;
  margin-left: 45%;
  margin-top: -22%;
}

/* section_3 end */

/* section_4 owl  horizontal start */

.section_4{
  overflow: hidden;
	display: flex;
	background: #fff;
	perspective: 1000px;
	transform-style: preserve-3d;
  min-height: 100vh;
}
#slider-main,
#slider-item {
	position: relative;
	display: flex;
	margin: auto;
	transform-style: preserve-3d;
	transform: rotateX(-10deg);
}

#slider-main  img {
	transform-style: preserve-3d;
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height:100%;
	line-height: 200px;
	font-size: 50px;
	text-align: center;
	box-shadow: 0 0 5px 2px #c8c8c8;
  background-color: #fff;
  padding:10%;
	border-radius: 12px;
	transition: all .2s linear;
	box-reflect: below 10px linear-gradient(transparent, transparent, #0005);
	-webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0005);
	-moz-box-reflect: below 10px linear-gradient(transparent, transparent, #0005);
	-o-box-reflect: below 10px linear-gradient(transparent, transparent, #0005);
}

#slider-main  img:hover {
	box-shadow: 0 0 2px 2px #3563E9;
	box-reflect: below 10px linear-gradient(transparent, transparent, #0007);
	-webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0007);
	-moz-box-reflect: below 10px linear-gradient(transparent, transparent, #0007);
  animation-play-state: paused;
	/* -0-box-reflect: below 10px linear-gradient(transparent, transparent, #0007); */
}

#slider-main p {
  font-family: "Dancing Script", cursive;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%) rotateX(90deg);
	color: #000000;
	font-size: 65px;
  font-weight:800;
  letter-spacing: 0.35rem;
}

#ground {
	width: 900px;
	height: 900px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%) rotateX(90deg);
	background: -webkit-radial-gradient(center center, farthest-side, #9993, transparent);
}

#music-container {
	position: absolute;
	top: 0;
	left: 0;
  display:none;
}



@keyframes spin {
	from {
		transform: rotateY(0deg);
	}

	to {
		transform: rotateY(360deg);
	}
}

@keyframes spinRevert {
	from {
		transform: rotateY(360deg);
	}

	to {
		transform: rotateY(0deg);
	}
}

/* section_4 owl  horizontal end */


/* section_5 book list start */

.section_5{
  height: 90vh;
  width: 100%;
  background-color: #FCE7F4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3%;
  overflow: hidden;
  position: relative;
}
.sec_5{
  min-height: 75vh;
  width: 80%;
  background-color: #FFFFFF;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.5rem 0.5rem;
  padding-top: 1%;
  text-align: center;
  position: relative;
}
.sec_5 .sec_5_content{
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec_5 span a{
  height: 65px ;
  width: 65px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.sec_5 span a img{
  height: 75%;
  width: 75%;
}
.sec_5 .center_1 {
  width: 500px;
  margin-top: 8%;
}
.sec_5 .center_1 img{
  width: 100%;
}
.sec5_inner1 {
  position: absolute;
  margin-right: 60%;
  margin-top: -9%;
}
.sec5_inner2 {
  position: absolute;
  margin-right: 48%;
  margin-top: -45%;
}
.sec5_inner3 {
  position: absolute;
  margin-top: -68%;
}
.sec5_inner4 {
  position: absolute;
  margin-left: 48%;
  margin-top: -45%;
}
.sec5_inner5 {
  position: absolute;
  margin-left: 60%;
  margin-top: -9%;
}
.plane_1 {
  height: 90px;
  position: absolute;
  right: 0;
  top: 0;
}
.plane_2 {
  height: 90px;
  position: absolute;
  bottom: 60%;
  left: 0;
}
.plane_3 {
  height: 90px;
  position: absolute;
  bottom: 0;
  right: 0;
}


/* section_5 book list end */

/* section_6 start*/

.section_6{
  margin-bottom: 2%;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 15%;
  padding-right: 15%;
  background-image: url(../images/faq_man.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
#left{
  margin-top: 4%;
}
#accordian {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.filter-option-heading:before {
  content: "+";
  color: #7F56D9;
  font-size: 18px;
  right: 0;
  position: absolute;
  transform: rotate(90deg);
  transition: all 0.3s ease;
  font-weight: normal !important;
  border: 1px solid #7F56D9;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-option-heading.activeFilter:before {
  display: none;
}
#accordian .filter-option-heading.activeFilter:after {
  content: "-";
  color: #7F56D9;
  font-size: 18px;
  transform: rotate(180deg);
  right: 0;
  position: absolute;
  transition: all 0.3s ease;
  border: 1px solid #7F56D9;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -3%;
}
.filter-option-content {
  display: none;
}
.sec6_img{
  height: 100px;
}
.sec6_img img{
  height: 100%;
}

/* section_6 end */

/* section_7 */

.section_7{
  height: auto;
  padding-bottom:2% ;
  width: 100%;
}
.sec7{
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
.sec7_content{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.sec7_img{
  height: 120px;
  width: 120px;
}
.sec7_img img{
  height: 100%;
  width: 100%;
}
.sec7_content p{
  margin-top: 10%;
  font-size: 16px;
  letter-spacing: 0.10rem;
}
.sec7_content span{
  width: 100px;
height: 10px;
background: rgba(160, 153, 153, 0.6);
border-radius: 25px;
}
/* Rectangle 160 */


/* section_7 end */

/* section_8 */

.section_8{
  height: auto;
  padding:3% ;
  width: 100%;
  background-color: #F3F1F1;
  text-align: center;
}
.sec8{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 4%;
  text-align: center;
  position: relative;
}
.dotted_line1 {
  border: 2px dashed rgb(90 90 90 / 60%);
  width: 80%;
  position: absolute;
  margin-top: -55%;
}
.dotted_line2 {
  border: 2px dashed rgb(90 90 90 / 60%);
  width: 80%;
  position: absolute;
  margin-bottom: 5%;
}
.dotted_line3 {
  border: 2px dashed rgb(90 90 90 / 60%);
  width: 80%;
  position: absolute;
  margin-top: 45%;
}
.dotted_right{
  border-right-style: dashed;
    border-right-width: 3.8px;
    height: 200px;
    color: rgb(90 90 90 / 60%);
    position: absolute;
    margin-left: 66%;
    margin-top: -30%;
}
.dotted_left{
  border-right-style: dashed;
    border-right-width: 3.8px;
    height: 200px;
    color: rgb(90 90 90 / 60%);
    position: absolute;
    margin-right: 66%;
    margin-top: 30%;
}
.sec8_1,
.sec8_2,
.sec8_3{
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 5%;
}
.sec8_content{
  z-index: 9;
  height: 180px;
  width: 180px;
  padding: 10% 5% 10% 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  background-color: #fff;
}
.sec8_img{
   height: 60px;
   width: 60px;
}
.sec8_img img{
  height: 100%;
  width: 100%;
}
.sec8_content p{
  margin-top: 40%;
  font-size: 20px;
  letter-spacing: 0.08rem;
}
.sec8_content span{
border:2px solid rgba(160, 153, 153, 0.6);
border-radius: 50%;
padding: 30%;
height: 100px;
display: flex;
justify-content: center;
align-items: center;
}


/* section_8 end */

/* footer */

footer{
  min-height:75vh ;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 1rem;
}
.listing_main{
  display: flex;
  flex-direction: row !important;
}
.listing_foot ul li{
  margin-bottom: 1.4rem;
}
.copyright{
  margin-top: 3rem;
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-around !important;
}
.copyright_icons a i{
  color: #fff;
  font-size: 18px;
}
.copyright_icons a i:hover{
  color: rgb(177, 174, 174);
}

/* footer */



/* MEDIA QUERIES */
@media (min-width:250px) and (max-width:359px) {
 
  .sec8_content {
    z-index: 9;
    height: 120px;
    width: 80px;
    padding: 12% 5% 10% 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    background-color: #fff;
}
.dotted_line1 {
  border: 2px dashed rgb(90 90 90 / 60%);
  width: 80%;
  position: absolute;
  margin-top: -90%;
}
.dotted_line3 {
  border: 2px dashed rgb(90 90 90 / 60%);
  width: 80%;
  position: absolute;
  margin-top: 90%;
}
.sec8_content span{
  padding: 15%;
}
.section_8 h3{
  font-size: 20px;
}
.sec8_img {
  height: 30px;
  width: 30px;
}
.sec8_content p {
  margin-top: 10%;
  font-size: 14px;
  letter-spacing: 0.06rem;
}
  .sec6_img{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec6_img img{
    height: 100%;
  }
  .sec7_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2%;
}
  .sec7_content span {
    width: 100px;
    height: 6px;
    background: rgba(160, 153, 153, 0.6);
    border-radius: 25px;
}
  .sec7 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20%;
}
  .sec7_img {
    height: 65px;
    width: 65px;
}
.sec7_content p {
  margin-top: 10%;
  font-size: 14px;
  letter-spacing: 0.03rem;
}

  .sec_5{
    min-height: 60%;
    width: 100%;
    border-radius: 20px;
  }
  .sec_5 .center_1 {
    width: 190px;
    margin-top: 15%;
  }
  .sec_5 .center_1 img {
    width: 100%;
    margin-top: 14%;
}
.sec_5 span h6 {
  font-size: 14px;
  margin-top: 8%;
}
  .sec_5 span a{
    height: 40px ;
    width: 40px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
  }
  .sec5_inner1 {
    position: absolute;
    margin-right: 80%;
    margin-top: -12%;
}
.sec5_inner2 {
  position: absolute;
  margin-right: 75%;
  margin-top: -70%;
}
.sec5_inner3 {
  position: absolute;
  margin-top: -110%;
  margin-left: 5%;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.sec5_inner4 {
  position: absolute;
  margin-left: 75%;
  margin-top: -70%;
}
.sec5_inner5 {
  position: absolute;
  margin-left: 84%;
  margin-top: -4%;
}
  .left_content_3 p {
    font-size: 16px;
    margin-top: 0%;
}
.left_content_3 h2{
  font-size: 22px;
}
.section_3{
  min-height: 100%;
  padding-bottom: 62%;
}
.sec_3 {
  min-height: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 4%;
  position: relative;
}
.right_content_3 {
position: absolute;
padding-top: 80%;
margin-top: 0%;
/* display: none; */
}
.phone_show{
  display: block;
width: 400px;
margin-top: 80%;
}
.phone_show img{
width: 100%;
}
.sec_3_img1 {
position: absolute;
margin-left: 9%;
margin-top: 100%;
width: 240px;
z-index: 3;
display: none;
}
.sec_3_img2 {
position: relative;
margin-left: 60%;
margin-top: 120%;
width: 220px;
z-index: 1;
display: none;
}
.sec_3_img3 {
position: absolute;
width: 450px;
margin-left: -100%;
margin-top: -70%;
display: none;
}
.sec_3_img4 {
position: absolute;
width: 280px;
margin-left: -20%;
margin-top: -40%;
z-index: 2;
display: none;
}
.sec_3_img5 {
  position: relative;
  margin-left: 37%;
  margin-top: -2%;
  width: 250px;
  display: none;
}
.sec_3_img6 {
position: relative;
margin-left: -90%;
margin-top: -65%;
width: 200px;
display: none;
}

.sec_3_img1 img,
.sec_3_img2 img,
.sec_3_img3 img,
.sec_3_img4 img,
.sec_3_img5 img,
.sec_3_img6 img{
width: 100%;
}
  .navbar .nav_links,
  .navbar .action_btn{
    display: none;
  }
  .navbar .burger_btn{
    display: block;
  }
  .dropdown_menu {
    left: 0.5rem;
    width: unset;
    display: block;
}
  #accordian .filter-option-heading.activeFilter:after {
    margin-top: -9%;
  }
  .section_6 {
    margin-bottom: 2%;
    padding-top: 4%;
    padding-bottom: 4%;
    padding-left: 8%;
    padding-right: 8%;
     background-image: none;
}
  footer{
    height:100%;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .listing_main{
    display: flex;
    flex-direction: column-reverse !important;
  }
  .listing_foot{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .foot_logo {
    margin-top: 1rem;
    width: 35%;
}
.copyright {
  margin-top: 3rem;
  padding-top: 1.5rem;
  flex-wrap: wrap;
}

  .apps_foot {
    width: 80%;
    text-align: center;
}
.app_imgs{
  display: flex;
  flex-direction: row !important;
}
.copyright h6{
  font-size: 12.5px;
}

  .section_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0 !important;
    position: relative;
    background-image: url(../images/section_1_bg_right.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: right;
    min-height: 100vh;
    width: 100%;
  }

  .sec_1_text h1 {
    font-size: 2rem !important;
  color: #fff;
  }
  .input-container {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 220px;
}
  .sec_1_text p {
    font-size: 0.8rem;
    font-weight: normal;
  color: #fff;
  }

  .sec_1_text {
    transform: translate(-2%, 5%);
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .text_hide_onmobile{
    display: none;
  }
  .icon_ad {
    width: 100%;
    height: 30%;
    background: rgba(221, 241, 255, 0.8);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-around;
    /* gap: 10%; */
    align-items: center;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}
.section_4{
  height: 100%;
}
.section_5{
  min-height: 100%;
}
.section_2,
.section_3{
  height: 100%;
}
}
@media (min-width:360px) and (max-width:419px) {
  
  .sec8_content {
    z-index: 9;
    height: 130px;
    width: 90px;
    padding: 12% 8% 10% 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    background-color: #fff;
}
.dotted_line1 {
  border: 2px dashed rgb(90 90 90 / 60%);
  width: 80%;
  position: absolute;
  margin-top: -80%;
}
.dotted_line3 {
  border: 2px dashed rgb(90 90 90 / 60%);
  width: 80%;
  position: absolute;
  margin-top: 75%;
}
.section_8 h3{
  font-size: 20px;
}

.sec8_img {
  height: 35px;
  width: 35px;
}
.sec8_content p {
  margin-top: 10%;
  font-size: 14px;
  letter-spacing: 0.06rem;
}
  .sec6_img{
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec6_img img{
    height: 100%;
  }
  .sec7_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2%;
}
  .sec7_content span {
    width: 100px;
    height: 6px;
    background: rgba(160, 153, 153, 0.6);
    border-radius: 25px;
}
  .sec7 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20%;
}
  .sec7_img {
    height: 65px;
    width: 65px;
}
.sec7_content p {
  margin-top: 10%;
  font-size: 14px;
  letter-spacing: 0.03rem;
}
  .sec_5{
    min-height: 70%;
    width: 100%;
    border-radius: 20px;
  }
  .sec_5 .center_1 {
    width: 220px;
    margin-top: 15%;
  }
  .sec_5 .center_1 img {
    width: 100%;
    margin-top: 14%;
}
  .sec_5 span a{
    height: 45px ;
    width: 45px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
  }
  .sec5_inner1 {
    position: absolute;
    margin-right: 80%;
    margin-top: -12%;
}
.sec5_inner2 {
  position: absolute;
  margin-right: 75%;
  margin-top: -70%;
}
.sec5_inner3 {
  position: absolute;
  margin-top: -110%;
  margin-left: 5%;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.sec5_inner4 {
  position: absolute;
  margin-left: 75%;
  margin-top: -70%;
}
.sec5_inner5 {
  position: absolute;
  margin-left: 84%;
  margin-top: -4%;
}
  .left_content_3 p {
    font-size: 16px;
    margin-top: 0%;
}
.left_content_3 h2{
  font-size: 22px;
}
.section_3{
  min-height: 100%;
  padding-bottom: 60%;
}
.sec_3 {
  min-height: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 4%;
  position: relative;
}
.right_content_3 {
position: absolute;
padding-top: 80%;
margin-top: 0%;
/* display: none; */
}
.phone_show{
  display: block;
width: 400px;
margin-top: 58%;
}
.phone_show img{
width: 100%;
}
.sec_3_img1 {
position: absolute;
margin-left: 9%;
margin-top: 100%;
width: 240px;
z-index: 3;
display: none;
}
.sec_3_img2 {
position: relative;
margin-left: 60%;
margin-top: 120%;
width: 220px;
z-index: 1;
display: none;
}
.sec_3_img3 {
position: absolute;
width: 450px;
margin-left: -100%;
margin-top: -70%;
display: none;
}
.sec_3_img4 {
position: absolute;
width: 280px;
margin-left: -20%;
margin-top: -40%;
z-index: 2;
display: none;
}
.sec_3_img5 {
  position: relative;
  margin-left: 37%;
  margin-top: -2%;
  width: 250px;
  display: none;
}
.sec_3_img6 {
position: relative;
margin-left: -90%;
margin-top: -65%;
width: 200px;
display: none;
}

.sec_3_img1 img,
.sec_3_img2 img,
.sec_3_img3 img,
.sec_3_img4 img,
.sec_3_img5 img,
.sec_3_img6 img{
width: 100%;
}
  .navbar .nav_links,
  .navbar .action_btn{
    display: none;
  }
  .navbar .burger_btn{
    display: block;
  }
  .dropdown_menu {
    left: 0.5rem;
    width: unset;
    display: block;
}
  #accordian .filter-option-heading.activeFilter:after {
    margin-top: -14%;
  }
  .section_6 {
    margin-bottom: 2%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 6%;
    padding-right: 6%;
}
.section_6 p {
  margin-top: 0;
  margin-bottom: 1rem;
  width: 90%;
}
.filter-option-content {
  display: none;
  width: 100%;
}
.filter-option-heading,
.filter-option-content{
  letter-spacing: 0.06rem !important;
}
  footer{
    height:100%;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .listing_main{
    display: flex;
    flex-direction: column-reverse !important;
  }
  .listing_foot{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .foot_logo {
    margin-top: 1rem;
    width: 35%;
}
.copyright {
  margin-top: 3rem;
  padding-top: 1.5rem;
  flex-wrap: wrap;
}
  .apps_foot {
    width: 80%;
    text-align: center;
}
.app_imgs{
  display: flex;
  flex-direction: row !important;
}
.listing_foot ul{
  margin-right: 5%;
}
.copyright h6{
  font-size: 12.5px;
}
.section_4{
  height: 100%;
}
.section_5{
  min-height: 100%;
}
  .section_2{
  height: 100%;
}
  .section_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0 !important;
    position: relative;
    background-image: url(../images/section_1_bg_right.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: right;
    min-height: 100vh;
    width: 100%;
  }

  .sec_1_text h1 {
    font-size: 2.5rem !important;
    /* background: linear-gradient(to right, rgb(252, 140, 140) , rgb(255, 206, 234));
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text; */
        color: #fff;
  }

  .sec_1_text p {
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
  }

  .sec_1_text {
    transform: translate(-2%, 5%);
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .text_hide_onmobile{
    display: none;
  }
  .icon_ad {
    width: 100%;
    height: 30%; height: 8vh;
    background: rgba(221, 241, 255, 0.8);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-around;
    /* gap: 10%; */
    align-items: center;
    padding-top: 0rem;
}


}
@media (min-width:420px) and (max-width:479px) {
  
  .sec8_content {
    z-index: 9;
    height: 140px;
    width: 100px;
    padding: 12% 8% 10% 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    background-color: #fff;
}
.dotted_line1 {
  border: 2px dashed rgb(90 90 90 / 60%);
  width: 80%;
  position: absolute;
  margin-top: -80%;
}
.dotted_line3 {
  border: 2px dashed rgb(90 90 90 / 60%);
  width: 80%;
  position: absolute;
  margin-top: 75%;
}
  .sec6_img{
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec6_img img{
    height: 100%;
  }
  .sec7_content span {
    width: 100px;
    height: 6px;
    background: rgba(160, 153, 153, 0.6);
    border-radius: 25px;
}
  .sec7 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    gap: 20%;
}
  .sec7_img {
    height: 65px;
    width: 65px;
}
.sec7_content p {
  margin-top: 10%;
  font-size: 14px;
  letter-spacing: 0.03rem;
}
.sec7_content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 2%;
  margin-bottom: 2%;
}
.section_8 h3{
  font-size: 20px;
}

.sec8_img {
  height: 40px;
  width: 40px;
}
.sec8_content p {
  margin-top: 10%;
  font-size: 14px;
  letter-spacing: 0.06rem;
}
  .sec_5{
    min-height: 80%;
    width: 100%;
    border-radius: 80px;
  }
  .sec_5 .center_1 {
    width: 220px;
    margin-top: 15%;
  }
  .sec_5 span a{
    height: 50px ;
    width: 50px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
  }
  .sec5_inner1 {
    position: absolute;
    margin-right: 80%;
    margin-top: -12%;
}
.sec5_inner2 {
  position: absolute;
  margin-right: 65%;
  margin-top: -65%;
}
.sec5_inner3 {
  position: absolute;
  margin-top: -94%;
  margin-left: 5%;
}
.sec5_inner4 {
  position: absolute;
  margin-left: 80%;
  margin-top: -12%;
}
.sec5_inner5 {
  position: absolute;
  margin-left: 75%;
  margin-top: -65%;
}
  .left_content_3 p {
    font-size: 16px;
    margin-top: 0%;
}
.left_content_3 h2{
  font-size: 22px;
}
.section_3{
  min-height: 100%;
  padding-bottom: 60%;
}
.sec_3 {
  min-height: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 4%;
  position: relative;
}
.right_content_3 {
position: absolute;
padding-top: 80%;
margin-top: 0%;
/* display: none; */
}
.phone_show{
  display: block;
width: 400px;
margin-top: 25%;
}
.phone_show img{
width: 100%;
}
.sec_3_img1 {
position: absolute;
margin-left: 9%;
margin-top: 100%;
width: 240px;
z-index: 3;
display: none;
}
.sec_3_img2 {
position: relative;
margin-left: 60%;
margin-top: 120%;
width: 220px;
z-index: 1;
display: none;
}
.sec_3_img3 {
position: absolute;
width: 450px;
margin-left: -100%;
margin-top: -70%;
display: none;
}
.sec_3_img4 {
position: absolute;
width: 280px;
margin-left: -20%;
margin-top: -40%;
z-index: 2;
display: none;
}
.sec_3_img5 {
  position: relative;
  margin-left: 37%;
  margin-top: -2%;
  width: 250px;
  display: none;
}
.sec_3_img6 {
position: relative;
margin-left: -90%;
margin-top: -65%;
width: 200px;
display: none;
}

.sec_3_img1 img,
.sec_3_img2 img,
.sec_3_img3 img,
.sec_3_img4 img,
.sec_3_img5 img,
.sec_3_img6 img{
width: 100%;
}
  .navbar .nav_links,
  .navbar .action_btn{
    display: none;
  }
  .navbar .burger_btn{
    display: block;
  }
  .dropdown_menu {
    left: 0.5rem;
    width: unset;
    display: block;
}
  #accordian .filter-option-heading.activeFilter:after {
    margin-top: -12%;
  }
  .section_6 {
    margin-bottom: 2%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 10%;
    padding-right: 10%;
}
.section_6 p {
  margin-top: 0;
  margin-bottom: 1rem;
  width: 90%;
}
.filter-option-content {
  display: none;
  width: 90%;
}
  footer{
    height:100%;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .listing_main{
    display: flex;
    flex-direction: column-reverse !important;
  }
  .listing_foot{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .foot_logo{
    margin-top: 1rem;
    width: 25%;
  }
  .copyright {
    margin-top: 3rem;
    padding-top: 1.5rem;
    flex-wrap: wrap;
  }
  .apps_foot {
    width: 80%;
    text-align: center;
}
.app_imgs{
  display: flex;
  flex-direction: row !important;
}
.listing_foot ul{
  margin-right: 5%;
}
.copyright h6{
  font-size: 12.5px;
}
.section_4,
.section_5{
  min-height: 100%;
}
  .section_2{
  height: 100%;
}

  .sec_1_text h1 {
    font-size: 2.8rem !important;
    color: #fff;

    /* background: linear-gradient(to right, rgb(255, 115, 115) , rgb(255, 206, 234));
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text; */
  }

  .sec_1_text p {
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
  }

  .sec_1_text {
    transform: translate(-2%, 5%);
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .text_hide_onmobile{
    display: none;
  }
  .icon_ad {
    width: 100%;
    height: 30%;
    background: rgba(221, 241, 255, 0.8);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    padding-top: 0rem;
    align-items: baseline;
  padding-top:.8rem;
  padding-bottom: 0.8rem;
}

}
@media (min-width:480px) and (max-width:559px) {
  
  .sec8_content {
    z-index: 9;
    height: 150px;
    width: 110px;
    padding: 12% 8% 10% 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    background-color: #fff;
}
.dotted_line1 {
  border: 2px dashed rgb(90 90 90 / 60%);
  width: 80%;
  position: absolute;
  margin-top: -80%;
}
.dotted_line3 {
  border: 2px dashed rgb(90 90 90 / 60%);
  width: 80%;
  position: absolute;
  margin-top: 75%;
}
  .sec6_img{
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec6_img img{
    height: 100%;
  }
  .sec7_content span {
    width: 70px;
    height: 6px;
    background: rgba(160, 153, 153, 0.6);
    border-radius: 25px;
}
.sec7 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  gap: 20%;
}
.sec7_content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 2%;
  margin-bottom: 2%;
}
.sec7_img {
  height: 65px;
  width: 65px;
}
.sec7_content p {
margin-top: 10%;
font-size: 14px;
letter-spacing: 0.03rem;
}
.sec8_img {
  height: 45px;
  width: 45px;
}
.sec8_content p {
  margin-top: 10%;
  font-size: 14px;
  letter-spacing: 0.06rem;
}
  .sec_5{
    min-height: 80%;
    width: 100%;
    border-radius: 80px;
  }
  .sec_5 .center_1 {
    width: 280px;
    margin-top: 15%;
  }
  .sec_5 span a{
    height: 60px ;
    width: 60px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
  }
  .sec5_inner1 {
    position: absolute;
    margin-right: 80%;
    margin-top: -12%;
}
.sec5_inner2 {
  position: absolute;
  margin-right: 65%;
  margin-top: -65%;
}
.sec5_inner3 {
  position: absolute;
  margin-top: -94%;
}
.sec5_inner4 {
  position: absolute;
  margin-left: 80%;
  margin-top: -12%;
}
.sec5_inner5 {
  position: absolute;
  margin-left: 75%;
  margin-top: -65%;
}
  .left_content_3 p {
    font-size: 16px;
    margin-top: 0%;
}
.left_content_3 h2{
  font-size: 22px;
}
.section_3{
  min-height: 100%;
  padding-bottom: 60%;
}
.sec_3 {
  min-height: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 4%;
  position: relative;
}
.right_content_3 {
position: absolute;
padding-top: 80%;
margin-top: 0%;
/* display: none; */
}
.phone_show{
  display: block;
width: 400px;
margin-top: 25%;
}
.phone_show img{
width: 100%;
}
.sec_3_img1 {
position: absolute;
margin-left: 9%;
margin-top: 100%;
width: 240px;
z-index: 3;
display: none;
}
.sec_3_img2 {
position: relative;
margin-left: 60%;
margin-top: 120%;
width: 220px;
z-index: 1;
display: none;
}
.sec_3_img3 {
position: absolute;
width: 450px;
margin-left: -100%;
margin-top: -70%;
display: none;
}
.sec_3_img4 {
position: absolute;
width: 280px;
margin-left: -20%;
margin-top: -40%;
z-index: 2;
display: none;
}
.sec_3_img5 {
  position: relative;
  margin-left: 37%;
  margin-top: -2%;
  width: 250px;
  display: none;
}
.sec_3_img6 {
position: relative;
margin-left: -90%;
margin-top: -65%;
width: 200px;
display: none;
}

.sec_3_img1 img,
.sec_3_img2 img,
.sec_3_img3 img,
.sec_3_img4 img,
.sec_3_img5 img,
.sec_3_img6 img{
width: 100%;
}
  .navbar .nav_links,
  .navbar .action_btn{
    display: none;
  }
  .navbar .burger_btn{
    display: block;
  }
  .dropdown_menu {
    left: 0.5rem;
    width: unset;
    display: block;
}
  #accordian .filter-option-heading.activeFilter:after {
    margin-top: -6%;
  }
  .section_6 {
    margin-bottom: 2%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 5%;
    padding-right: 5%;
}
.section_6 p {
  margin-top: 0;
  margin-bottom: 1rem;
  width: 95%;
}
.filter-option-content {
  display: none;
  width: 95%;
}
  footer{
    height:100%;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .listing_main{
    display: flex;
    flex-direction: column-reverse !important;
  }
  .listing_foot{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .foot_logo{
    margin-top: 1rem;
    width: 25%;
  }
  .copyright {
    margin-top: 3rem;
    padding-top: 1.5rem;
    flex-wrap: wrap;
  }
  .apps_foot {
    width: 80%;
    text-align: center;
}
.app_imgs{
  display: flex;
  flex-direction: row !important;
}
.listing_foot ul{
  margin-right: 5%;
}
.copyright h6{
  font-size: 12.5px;
}
.section_4,
.section_5{
  min-height: 100%;
}
  .section_2{
  height: 100%;
}

  .sec_1_text h1 {
    font-size: 2.8rem !important;
    color: #fff;

    /* background: linear-gradient(to right, rgb(255, 115, 115) , rgb(255, 206, 234));
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text; */
  }

  .sec_1_text p {
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
  }

  .sec_1_text {
    transform: translate(-2%, 5%);
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .text_hide_onmobile{
    display: none;
  }
  .icon_ad {
    width: 100%;
    height: 30%;
    background: rgba(221, 241, 255, 0.8);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    padding-top: 0rem;
    align-items: baseline;
  padding-top:.8rem;
  padding-bottom: 0.8rem;
}

}
@media (min-width:560px) and (max-width:767px) {
  
  .sec8_content {
    z-index: 9;
    height: 180px;
    width: 140px;
    padding: 12% 8% 10% 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    background-color: #fff;
}
.dotted_line1 {
  border: 2px dashed rgb(90 90 90 / 60%);
  width: 80%;
  position: absolute;
  margin-top: -80%;
}
.dotted_line3 {
  border: 2px dashed rgb(90 90 90 / 60%);
  width: 80%;
  position: absolute;
  margin-top: 75%;
}
  .sec6_img{
    display: none;
  }
  .sec7_content span {
    width: 70px;
    height: 6px;
    background: rgba(160, 153, 153, 0.6);
    border-radius: 25px;
}
  .sec7_img {
    height: 70px;
    width: 70px;
}
.sec7_content p {
  margin-top: 10%;
  font-size: 12.5px;
  letter-spacing: 0.04rem;
}
.sec8_img {
  height: 55px;
  width: 55px;
}
.sec8_content p {
  margin-top: 10%;
  font-size: 16px;
  letter-spacing: 0.06rem;
}
  .sec_5{
    min-height: 80%;
    width: 100%;
    border-radius: 80px;
  }
  .sec_5 .center_1 {
    width: 350px;
    margin-top: 15%;
  }
  .sec_5 span a{
    height: 60px ;
    width: 60px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
  }
  .sec5_inner1 {
    position: absolute;
    margin-right: 80%;
    margin-top: -12%;
}
.sec5_inner2 {
  position: absolute;
  margin-right: 65%;
  margin-top: -65%;
}
.sec5_inner3 {
  position: absolute;
  margin-top: -94%;
}
.sec5_inner4 {
  position: absolute;
  margin-left: 80%;
  margin-top: -12%;
}
.sec5_inner5 {
  position: absolute;
  margin-left: 75%;
  margin-top: -65%;
}
  .section_3{
    min-height: 100%;
    padding-bottom: 60%;
  }
  .sec_3 {
    min-height: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 4%;
    position: relative;
}
.right_content_3 {
  position: absolute;
  padding-top: 80%;
  margin-top: 0%;
}

.left_content_3 p {
  font-size: 20px;
  margin-top: 0%;
}
.left_content_3 h2{
font-size: 50px;
}
.sec_3_img1 {
  position: absolute;
  margin-left: 9%;
  margin-top: 100%;
  width: 240px;
  z-index: 3;
}
.sec_3_img2 {
  position: relative;
  margin-left: 60%;
  margin-top: 120%;
  width: 220px;
  z-index: 1;
}
.sec_3_img3 {
  position: absolute;
  width: 450px;
  margin-left: -100%;
  margin-top: -70%;
}
.sec_3_img4 {
  position: absolute;
  width: 280px;
  margin-left: -20%;
  margin-top: -40%;
  z-index: 2;
}
.sec_3_img5 {
    position: relative;
    margin-left: 37%;
    margin-top: -2%;
    width: 250px;
}
.sec_3_img6 {
  position: relative;
  margin-left: -90%;
  margin-top: -65%;
  width: 200px;
  display: none;
}

.sec_3_img1 img,
.sec_3_img2 img,
.sec_3_img3 img,
.sec_3_img4 img,
.sec_3_img5 img,
.sec_3_img6 img{
width: 100%;
}
  .navbar .nav_links,
  .navbar .action_btn{
    display: none;
  }
  .navbar .burger_btn{
    display: block;
  }
  .dropdown_menu {
    left: 0.5rem;
    width: unset;
    display: block;
}
  #accordian .filter-option-heading.activeFilter:after {
    margin-top: -5%;
  }
  .section_6 {
    margin-bottom: 2%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 5%;
    padding-right: 5%;
}
.section_6 p {
  margin-top: 0;
  margin-bottom: 1rem;
  width: 90%;
}
.filter-option-content {
  display: none;
  width: 90%;
}
  footer{
    height:100%;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .listing_main{
    display: flex;
    flex-direction: column-reverse !important;
  }
  .listing_foot{
    display: flex;
    justify-content: space-around;
  }
  .foot_logo{
    margin-bottom: 1rem;
    width: 25%;
  }
  .section_4,
  .section_5{
    min-height: 100%;
  }
  .section_1,
  .section_2{
    height: 100%;
  }
  .navbar .nav_links{
    display: none;
    gap:0rem;
  }
  .navbar .burger_btn{
    font-size: 1.5rem;
    cursor: pointer;
    display: block;
  }
  .sec_1_text h1 {
  color: #fff;
    font-size: 3.2rem !important;
    /* background: linear-gradient(to right, rgb(255, 115, 115) , rgb(255, 206, 234));
			-webkit-text-fill-color: transparent;
			-webkit-background-clip: text; */
  }

  .sec_1_text p {
  color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
  }

  .sec_1_text {
    transform: translate(0%, 5%);
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .text_hide_onmobile{
    display: none;
  }
  .icon_ad {
    width: 100%;
    height: 30%;
    background: rgba(221, 241, 255, 0.8);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    padding-top: 0rem;
    align-items: baseline;
  padding-top:.8rem;
  padding-bottom: 0.8rem;
}

}
@media (min-width:768px) and (max-width:991px) {

  .sec8_content {
    z-index: 9;
    height: 240px;
    width: 180px;
    padding: 12% 8% 10% 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    background-color: #fff;
}
.dotted_line1 {
  border: 2px dashed rgb(90 90 90 / 60%);
  width: 80%;
  position: absolute;
  margin-top: -80%;
}
.dotted_line3 {
  border: 2px dashed rgb(90 90 90 / 60%);
  width: 80%;
  position: absolute;
  margin-top: 75%;
}
  .sec6_img{
    display: none;
  }
  .sec7_content p {
    margin-top: 10%;
    font-size: 14px;
    letter-spacing: 0.10rem;
}
.sec7_img {
  height: 100px;
  width: 100px;
}

  .sec_5{
    min-height: 80%;
    width: 100%;
    border-radius: 80px;
  }
  .sec_5 .center_1 {
    width: 350px;
    margin-top: 15%;
  }
  .sec_5 span a{
    height: 60px ;
    width: 60px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
  }
  .section_3{
    min-height: 100%;
    padding-bottom: 60%;
  }
  .sec_3 {
    min-height: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 4%;
    position: relative;
}
.right_content_3 {
  position: absolute;
  padding-top: 80%;
  margin-top: 0%;
}

.left_content_3 p {
  font-size: 20px;
  margin-top: 0%;
}
.left_content_3 h2{
font-size: 50px;
}
.sec_3_img1 {
  position: absolute;
  margin-left: 60%;
  margin-top: -15%;
  width: 250px;
  z-index: 3;
}
.sec_3_img2 {
  position: absolute;
  margin-left: 55%;
  margin-top: 1%;
  width: 220px;
  z-index: 1;
}
.sec_3_img3 {
  position: absolute;
  width: 650px;
  margin-left: -28%;
  margin-top: -20%;
}

.sec_3_img4 {
  position: absolute;
  width: 320px;
  margin-left: 22%;
  margin-top: -11%;
  z-index: 2;
}

.sec_3_img5 {
  position: absolute;
  margin-left: 37%;
  margin-top: 15%;
  width: 250px;
}

.sec_3_img6 {
  position: absolute;
  margin-left: 45%;
  margin-top: -22%;
  width: 200px;
}

.sec_3_img1 img,
.sec_3_img2 img,
.sec_3_img3 img,
.sec_3_img4 img,
.sec_3_img5 img,
.sec_3_img6 img{
width: 100%;
}
  .navbar .nav_links,
  .navbar .action_btn{
    display: none;
  }
  .navbar .burger_btn{
    display: block;
  }
  .dropdown_menu{
    display: block;
  }
  #accordian .filter-option-heading.activeFilter:after {
    margin-top: -4%;
  }
  .section_6 {
    margin-bottom: 2%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 5%;
    padding-right: 5%;
}
.section_6 p {
  margin-top: 0;
  margin-bottom: 1rem;
  width: 90%;
}
.filter-option-content {
  display: none;
  width: 90%;
}
  footer{
    min-height:100%;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .foot_logo{
    margin-bottom: 1rem;
  }
  .listing_main{
    display: flex;
    flex-direction: column-reverse !important;
  }
  .section_4,
.section_5{
  min-height: 100%;
}
  .section_1,
  .section_2{
    max-height: 100%;
  }

  .sec_1_text h1 {
    color: #fff;
      font-size: 4.5rem !important;
      /* background: linear-gradient(to right, rgb(255, 115, 115) , rgb(255, 206, 234));
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text; */
    }
  
    .sec_1_text p {
    color: #fff;
      font-size: 2rem;
      font-weight: normal;
    }
    .input-container {
      position: relative;
      display: flex;
      width: 100%;
      max-width: 320px;
  }
    .sec_1_text {
      transform: translate(0%, 10%);
      text-align: center;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
    }
  .icon_ad_1 h6, .icon_ad_2 h6, .icon_ad_3 h6 {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    font-style: normal;
}
.icon_ad {
  height: 100%;
  background: rgba(221, 241, 255, 0.8);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  gap: 4%;
  align-items: baseline;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  /* padding: 0.5rem; */
}
.icon_ad_1, .icon_ad_2, .icon_ad_3 {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: baseline;
}

}
@media (min-width:992px) and (max-width:1024px) {

  .sec8_content {
    z-index: 9;
    height: 180px;
    width: 180px;
    padding: 12% 8% 10% 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    background-color: #fff;
}
  .sec6_img{
    display: none;
  }
  .sec7_content p{
    margin-top: 10%;
    font-size: 16px;
    letter-spacing: 0.08rem;
  }
  .sec_5{
    min-height: 80%;
    width: 100%;
    border-radius: 80px;
  }
  .sec_5 .center_1 {
    width: 400px;
    margin-top: 14%;
  }
  .sec_5 span a{
    height: 60px ;
    width: 60px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
  }
  .right_content_3 {
    position: relative;
    margin-top: -24%;
}
  .left_content_3 p {
    font-size: 16px;
    margin-top: 5%;
}
.left_content_3 h2{
  font-size: 24px;
}
  .sec_3_img1 {
    position: absolute;
    margin-left: 60%;
    margin-top: -12%;
    width: 250px;
    z-index: 3;
  }
  
  .sec_3_img2 {
    position: absolute;
    margin-left: 55%;
    margin-top: 8%;
    width: 220px;
    z-index: 1;
}

  .sec_3_img3{
    position: absolute;
    width: 540px;
    margin-left: -12%;
    margin-top: -10%
  }

  .sec_3_img4 {
    position: absolute;
    width: 320px;
    margin-left: 18%;
    margin-top: -8%;
    z-index: 2;
}

  .sec_3_img5 {
    position: absolute;
    margin-left: 40%;
    margin-top: 30%;
    width: 250px;
}

  .sec_3_img6 {
    position: absolute;
    margin-left: 45%;
    margin-top: -22%;
    width: 200px;
}

.sec_3_img1 img,
.sec_3_img2 img,
.sec_3_img3 img,
.sec_3_img4 img,
.sec_3_img5 img,
.sec_3_img6 img{
  width: 100%;
}
  #accordian .filter-option-heading.activeFilter:after {
    margin-top: -4%;
  }
  .section_1,
  .section_2,
  .section_4,
  .section_5{
    min-height: 100%;
  }
  .sec_1_text {
    transform: translate(-55%, 5%);
  }

  .sec_1_text h1 {
    
    font-size: 2.9rem !important;
  }

  .sec_1_text p {
    
    font-size: 1.3rem;
    font-weight: normal;
  }
  .icon_ad {
    height: 100%;
    background: rgba(221, 241, 255, 0.8);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    gap: 6%;
    align-items: baseline;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    /* padding: 0.5rem; */
}

}
@media (min-width:1025px) and (max-width:1189px) {
 
  .sec6_img{
    display: none;
  }
  .sec_5 .center_1 {
    width: 350px;
    margin-top: 6%;
  }
  .sec_5 span a{
    height: 60px ;
    width: 60px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
  }
  .right_content_3 {
    position: relative;
    margin-top: -20%;
}
  .left_content_3 p {
    font-size: 18px;
    margin-top: 5%;
}
  .sec_3_img1 {
    position: absolute;
    margin-left: 60%;
    margin-top: -12%;
    width: 250px;
    z-index: 3;
  }
  .sec_3_img1 img{
    width: 100%;
  }
  .sec_3_img2 {
    position: absolute;
    margin-left: 55%;
    margin-top: 8%;
    width: 220px;
    z-index: 1;
}
  .sec_3_img2 img{
    width: 100%;
  }
  .sec_3_img3{
    position: absolute;
    width: 540px;
    margin-left: -12%;
    margin-top: -10%
  }
  .sec_3_img3 img{
    width: 100%;
  }
  .sec_3_img4 {
    position: absolute;
    width: 320px;
    margin-left: 18%;
    margin-top: -8%;
    z-index: 2;
}
  .sec_3_img4 img{
    width: 100%;
  }
  .sec_3_img5 {
    position: absolute;
    margin-left: 40%;
    margin-top: 30%;
    width: 250px;
}
  .sec_3_img5 img{
    width: 100%;
  }
  .sec_3_img6 {
    position: absolute;
    margin-left: 45%;
    margin-top: -22%;
    width: 200px;
}
  .sec_3_img6 img{
    width: 100%;
  }
  footer{
    min-height: 100%;
  }
  .section_1,
  .section_3,
  .section_4
{
    height: 100% !important;
  }
  .section_5{
    min-height: 100%;
  }
  .sec_1_text {
    transform: translate(-52%, 5%);
  }
  .icon_ad {
    height: 100%;
    background: rgba(221, 241, 255, 0.8);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    gap: 8%;
    align-items: baseline;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    /* padding: 0.5rem; */
}

}
@media (min-width:1190px) and (max-width:1280px) {
  .sec6_img{
    display: none;
  }
  .sec_5 .center_1 {
    width: 440px;
    margin-top: 10%;
  }
  .left_content_3 p {
    font-size: 18px;
    margin-top: 5%;
}
  .sec_3_img1 {
    position: absolute;
    margin-left: 60%;
    margin-top: -12%;
    width: 250px;
    z-index: 3;
  }
  .sec_3_img1 img{
    width: 100%;
  }
  .sec_3_img2{
    position: absolute;
    margin-left: 55%;
    margin-top: 5%;
    width: 240px;
    z-index: 1;
  }
  .sec_3_img2 img{
    width: 100%;
  }
  .sec_3_img3{
    position: absolute;
    width: 540px;
    margin-left: -12%;
    margin-top: -10%
  }
  .sec_3_img3 img{
    width: 100%;
  }
  .sec_3_img4{
    position: absolute;
    width: 370px;
    margin-left: 18%;
    margin-top: -8%;
    z-index: 2;
  }
  .sec_3_img4 img{
    width: 100%;
  }
  .sec_3_img5{
    position: absolute;
    margin-left: 34%;
    margin-top: 24%;
    width: 250px;
  }
  .sec_3_img5 img{
    width: 100%;
  }
  .sec_3_img6{
    position: absolute;
    margin-left: 45%;
    margin-top: -22%;
    width: 220px;
  }
  .sec_3_img6 img{
    width: 100%;
  }
  footer{
    min-height: 100%;
  }
  .section_1,
  .section_3,
  .section_4,
  .secion_5{
    height: 100% !important;
  }
  .sec_1_text {
    transform: translate(-52%, 5%);
  }
  .icon_ad {
    height: 100%;
    background: rgba(221, 241, 255, 0.8);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    gap: 8%;
    align-items: baseline;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    /* padding: 0.5rem; */
}

}
@media (min-width:1281px) and (max-width:1366px) {
  .sec6_img{
    display: none;
  }
  footer{
    min-height: 100%;
  }
  .sec_1_text {
    transform: translate(-50%, 5%);
  }

  .sec_1_text h1 {
    font-size: 4.3rem !important;
  }

  .sec_1_text p {
    font-size: 1.6rem;
    font-weight: normal;
  }

  .sec_1_input,
  .input-container span {
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
  }

  .input-container {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 400px;
  }
  .icon_ad {
    height: 100%;
    background: rgba(221, 241, 255, 0.8);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    gap: 10%;
    align-items: baseline;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    /* padding: 0.5rem; */
}
}
@media (min-width:1367px) and (max-width:1440px) {
  .sec6_img{
    display: none;
  }
  .sec_5 .center_1 {
    width: 500px;
    margin-top: 9%;
  }
  footer{
    min-height: 100%;
  }
  .sec_1_text {
    transform: translate(-50%, 5%);
  }

  .sec_1_text h1 {
    font-size: 4.3rem !important;
  }

  .sec_1_text p {
    font-size: 1.6rem;
    font-weight: normal;
  }

  .sec_1_input,
  .input-container span {
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
  }

  .input-container {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 400px;
  }
  .icon_ad {
    height: 100%;
    background: rgba(221, 241, 255, 0.8);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    gap: 10%;
    align-items: baseline;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    /* padding: 0.5rem; */
}

}
@media (min-width:1441px) and (max-width:1536px) {
  .sec6_img{
    display: none;
  }
  .sec_5 .center_1 {
    width: 500px;
    margin-top: 9%;
  }
  footer{
    min-height: 100%;
  }
  .sec_1_text {
    transform: translate(-50%, 5%);
  }

  .sec_1_text h1 {
    font-size: 4.3rem !important;
  }

  .sec_1_text p {
    font-size: 1.6rem;
    font-weight: normal;
  }

  .sec_1_input,
  .input-container span {
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
  }

  .input-container {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 400px;
  }
  .icon_ad {
    height: 100%;
    background: rgba(221, 241, 255, 0.8);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    gap: 10%;
    align-items: baseline;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    /* padding: 0.5rem; */
}


}