 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Rubik", sans-serif;
}



/* nav start */
  header {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #ccc;
  position: sticky;
  top: 0px;
  z-index: 999;
}

@media screen and (min-width:320px) and (max-width:768px){
  header{
    display: none !important;
  }

  .mobile-nav{
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    width: 100%;
    position: fixed;
        background-color: white;
        z-index: 9;
  }
  .hamber-btn {
    padding-right: 0 !important;
  }
  .mob-section{
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    width: 100%;
  }

  .offcanvas-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .offcanvas-body .five-point {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .offcanvas-body .five-point a {
    font-size: 16px;
    font-weight: 600;
  }
   .offcanvas-body .main-page {
    color: #07ABBE !important;
  }
}

.mobile-nav{
  display: none;
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
}


.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo img {
    height: 65px;
}
.logo p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}


.five-point {
    display: flex;
    gap: 25px;
}
.five-point a {
    margin-bottom: 0;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: gray;
}
.main-page {
    color: #07ABBE !important;
}


.header-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}
.header-buttons .signup-btn {
    padding: 6px 16px 6px;
    border-radius: 24px;
    font-size: 14px;
    text-decoration: none;
    background-color: #007ab3;
    color: white;
    border: 1px solid #007bff;
}
.header-buttons .login-btn {
    padding: 6px 16px 6px;
    border-radius: 24px;
    font-size: 14px;
    text-decoration: none;
    color: #007bff;
    border: 1px solid #007bff;
}


.header-mob-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.header-mob-buttons .login-btn {
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    color: #007bff;
    border: 1px solid #007bff;
    text-align: center;
    width: 50%;
}
.header-mob-buttons .signup-btn {
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    background-color: #007ab3;
    color: white;
    border: 1px solid #007bff;
    text-align: center;
    width: 50%;
}


.reccomended-you {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.recommended-head {
    margin-bottom: 0;
}
.recommended {
    text-decoration: none;
    color: black;
    padding-left: 12px;
}
/* nav end */



/* parent start */
.parent {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom:20px;
    /* gap: 40px; */
}
/* parent end */



/* child 1 start */
.child-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #f8f8f8;
    position: relative;
}
.child-1 p {
    margin-bottom: 0;
}



.sub-child-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 70px;
    margin-bottom: 70px;
}

.nivak {
    font-size: 16px;
    border-radius: 30px;
    padding: 8px 14px 8px;
    background-color: white;
    color: #07ABBE;
    font-weight: 600;
}
.child-1 .heading {
    font-size: 60px;
    width: 100%;
    text-align: center;
    color: #007ab3;
    font-weight: 600;
}
.child-1 .sub-heading {
    padding: 8px;
    text-align: center;
    width: 50%;
}
.sub-heading span {
    color: #007ab3;
    font-weight: 600;
}
.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.one {
    display: flex;
    flex-direction: column;
    gap: 40px;
    background-color: white;
    border-radius: 15px;
    padding: 8px 10px 8px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.sub-one {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.span-1 {
    font-weight: 600;
    font-size: 30px;
    color: #07ABBE;
}
.span-2 {
    color: black;
    font-size: 15px;
}
.one-1 {
    border-top: 1px solid rgb(206, 206, 206);
    padding-top: 5px;
}


.mobile {
    display: none;
    width: 100%;
    gap: 15px;
}
.mobile-one {
    display: flex;
    flex-direction: column;
    gap: 40px;
    background-color: white;
    border-radius: 15px;
    padding: 8px 10px 8px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.sub-mobile-one {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.sub-mobile-one .span-1 {
    font-weight: 600;
    font-size: 20px;
}
.sub-mobile-one .span-2 {
    color: gray;
    font-size: 12px;
}
/* child 1 end */



/* chil 2 start */
.child-2 {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: white;
    color: black;
    padding: 40px;
     overflow: hidden;
}
.left {
    width: 50%;
    text-align: end;
}
.left img {
    width: 80%;
    border-radius: 20px;
}
.right{
    width: 50%;
}

.revolutionary {
    font-size: 14px;
    border-radius: 30px;
    padding: 8px 14px 8px;
    background-color: rgb(238, 237, 237);
    width: fit-content;
    color: #07ABBE;
    font-weight: 600;
}
.child2-head {
    font-size: 55px !important;
    width: 100%;
    font-weight: 600;
}

.right span {
    color: #07ABBE;
    font-weight: 500;
}
.book-learn {
    display: flex;
    gap: 20px;
}
.book-btn {
    padding: 8px 10px 8px;
    border-radius: 20px;
    font-weight: 600;
    border: none;
    font-size: 14px;
    background-color: #07ABBE;
    color: white;
}
.learn-btn {
    padding: 8px 10px 8px;
    border-radius: 20px;
    font-weight: 600;
    border: 1px solid #07ABBE;
    font-size: 14px;
    background-color: white;
    color: #07ABBE;
}
/* child 2 end */



/* child 3 start */
.child-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding: 20px;
}
.child-3 p {
    margin-bottom: 0;
}
.child-3-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.top-text-1 {
    font-size: 28px;
    font-weight: 600;
}
.top-text-2 {
    width: 50%;
}

.child-3-bottom {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 20px;

}
.sub-child-3-bottom {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    cursor: pointer;

    position: relative;
}
.sub-child-3-bottom img {
    width: 100%;
    border-radius: 10px;
    background-color: #4a7ebb;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}


.position-profile {
    padding: 10px;
    border-radius: 10px;
    background-color: white;
    color: black;
    width: fit-content;
    text-align: center;

    position: absolute;
    bottom: 15px;
}
.name {
    font-weight: 600;
    font-size: 18px;
    padding-top: 6px;
}
.location {
    font-size: 14px;
}
.sub-position-profile {
    display: flex;
    gap: 20px;
}

.socio {
    display: flex;
    gap: 10px;
    align-items: center;
}




.see-more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.see-more-btn {
    border: 1px solid #007ab3;
    outline: none;
    background-color: white;
    color: #007ab3;
    padding: 4px 18px 4px;
    border-radius: 20px;
}

.see-more-btn:hover {
    background-color: #07ABBE;
    color: white;
    border: none;
    font-weight: 600;
}
.see-more-btn:focus {
    background-color: #07ABBE;
    color: white;
    border: none;
    font-weight: 600;
}
/* child 3 end */



/* chil 4 start */
.child-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    margin-top: 30px;
    padding-bottom: 60px;
    padding-top: 40px;
    background-color: #07ABBE;
    text-align: center;
    padding: 20px;
    overflow: hidden;
}
.child-4 p {
    margin-bottom: 0;
}
.our {
    font-weight: 600;
    font-size: 24px;
    color: white;
    
}
.sub-child-4 {
     display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background-color: #007ab3;
    color: white;
    padding: 20px;
    gap: 20px;
    border: 1px solid gray;
    border-radius: 10px;
}
.our {
    font-weight: 700;
    font-size: 28px;
    width: fit-content;
    margin-bottom: 50px !important;
}
article {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 5px;
}
/* child 4 end */



/* child 5 start */
.child-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f8f8f8;
    padding-top: 30px !important;
    width: 100%;
    padding: 20px;
    overflow: hidden;
}
.child-5 p {
    margin-bottom: 0;
}
.child5-head {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 15px;
}
.child-5 .heading {
    font-size: 35px;
    font-weight: 600;
    width: 50%;
    text-align: center;
}
.child-5 .sub-heading {
    padding: 8px;
    font-size: 18px;
    width: 25%;
    color: gray;
}
.three-card {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 30px;
}
.sub-three-card {
    display: flex;
    flex-direction: column;
    background-color: white;
    gap: 10px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    width: 30%;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}
.card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
    position: absolute;
    top: 6px;
    right:6px;
}
.card-head {
    width: 23%;
    filter: opacity(0.15);
    padding: 6px;
    border-radius: 10px;
}
.card-heading {
    font-size: 20px;
    font-weight: 600;
}
.free {
    animation: free-animation 1s steps(2, start) infinite;
    color: green;
    font-weight: bold;
    font-size: 16px;
}
@keyframes free-animation {
    to {
    visibility: hidden;
    }
}
.free1 {
    font-size: 16px;
}
.sub-three-card-blue {
    display: flex;
    flex-direction: column;
    background-color: #07ABBE;
    color: white;
    gap: 10px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    width: 30%;
    padding: 10px;
    border-radius: 10px;
}
.card-head-blue img {
    background-color: white;
}
/*  child 5 end */



/* chil 6 start */
.child-6 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 20px;
    margin-top: 30px;
}
.child-6 p {
    margin-bottom: 0;
}


.child-6-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.child-6-text-1 {
    font-size: 28px;
    font-weight: 600;
}


.child-6-bottom {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}
.sub-child-6-bottom {
    width: 49%;
    border-radius: 30px;
    border: 1px solid rgb(203, 203, 203);
}
.sub-child-6-bottom img {
    width: 100%;
    border-radius: 30px;
}
.first-content {
    position: relative;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.first-text-1 {
    color: black;
    font-weight: 600;
    font-size: 24px;
}
.first-text-2 {
    color: black;
    font-size: 14px;
}
.first-text-3 {
    font-size: 14px;
}
.popular {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px !important;
    padding: 4px 12px 4px !important;
}
/* child 6 end */



/* child 7 start */
.child-7 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
}
.left-child-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}
.child7-head {
    font-size: 50px !important;
    font-weight: 600;
    width: 85%;
}
.right-child-7 {
    width: 50%;
}
.right-child-7 img {
    width: 100%;
    border-radius: 20px;
}
/* child 7 end */



/* footer start */
footer {
    background-color:#f8f8f8;
    color: black;
    padding: 20px 20px;
    width: 100%;
}
.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}
.footer-section {
    flex: 1 1 200px;
    margin: 15px;
}
.footer-section h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.footer-section ul {
    list-style: none;
    padding: 0;
}
.footer-section ul li {
    margin: 8px 0;
    font-size: 14px;
}
.footer-section ul li a {
    text-decoration: none;
    color: gray !important;
}
.footer-section ul li a span {
    font-weight: 600;
}
.form-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-section input {
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: none;
    padding: 6px;
}
.footer-section button {
    padding: 4px;
    outline: none;
    border: none;
    background-color: #f39c12;
    color: white;
    font-weight: 600;
    border-radius: 18px;
}
.main-link {
    color: black !important;
}

.copy-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
}
.copy-right p {
    font-weight: 600;
    color: gray;
    margin-bottom: 0;
}
.sub-copy {
    display: flex;
    gap: 20px;
}
.sub-copy a {
    text-decoration: none;
    color: gray;
    font-size: 14px;
}
/* footer end */



@media screen and (min-width : 320px) and (max-width: 1099px) 
{

    .parent {
        gap: 20px;
    }


    /* child 1 start */
    .child-1 {
        margin-top: 65px;
    }
    .sub-child-1 {
        flex-direction: column;
        padding-bottom: 0;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .nivak {
        margin-bottom: 25px !important;
    }
    .child-1 .heading {
        font-size: 24px;
        width: 100%;
    }
    .child-1 .sub-heading {
        width: 100%;
        font-size: 15px;
    }
    .find-btn {
        font-size: 14px;
    }
    .one {
        display: none;
    }
    .mobile {
        display: flex;
        gap: 10px;
        width: 100%;
        justify-content: space-around;
        margin-top: 25px;
    }
    .frame {
        bottom: -68px;
    }
    /* child 1 end */



    /* child 2 start */
    .child-2 {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0;
        padding-top: 20px;
        padding: 20px;
    }
    .left {
        width: 100%;
    }
    .child2-head {
        font-size: 20px !important;
    }
    .right {
        width: 100%;
    }
    .right p {
        width: 100%;
        font-size: 14px;
    }
    .left {
        text-align: center;
        margin-top: 30px;
    }
    .left img {
        width: 100%;
    }
    .revolutionary {
        width: fit-content !important;
    }
    /* child 2 end */



    /* child 3 start */
    .child-3 {
        justify-content: center;
        align-items: center;
    }
    .child-3-top {
        flex-direction: column;
    }
    .top-text-1 {
        width: 100%;
        font-size: 24px;
    }
    .top-text-2 {
        width: 100%;
        font-size: 14px;
    }
    .child-3-bottom {
        display: flex;
        justify-content: start;
        gap:20px;
        overflow-x: auto;
        width: 100%;
    }
    .sub-child-3-bottom img {
        width: 200px;
    }
    .position-profile {
        background-color: rgb(238, 237, 237);
        color: black;
        width: 100%;
        position: unset;
        margin-top: 10px;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
    .sub-position-profile {
        font-size: 14px !important;
        gap: 10px;
    }
    .name {
        font-size: 16px;
    }
    .posi {
        padding-right: 10px;
    }



    .see-more {
        flex-direction: column;
        gap: 10px;
        justify-content: unset;
        align-items: start;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .see-more-content {
        font-size: 14px;
    }
    .see-more-btn {
        font-size: 14px;
    }
    /* child 3 end */



    /* child 4 start */
    .child-4 {
        flex-direction: column;
        gap: 20px;
        margin-top: 0;
        padding-bottom: 0px;

    }
    .sub-child-4 {
        flex-wrap: wrap;
        margin-top: 0;
    }
    .sub-child-4 img {
        width: 40%;
    }
    .our-content {
        font-size: 15px;
    }
    .our {
        font-size: 20px;
        text-align: center;
    }   
    article {
        width: 56%;
    }
    /* child 4 end */



    /* child 5 start */
    .child-5 {
        margin-top: 0;
    }
    .child5-head {
        flex-direction: column;
    }
    .child-5 .heading {
        font-size: 20px;
        width: 100%;
    }
    .child-5 .sub-heading {
        font-size: 14px;
        width: 100%;
    }
    .three-card {
        flex-direction: column;
        gap: 10px;
        margin-top: 15px;
        margin-bottom: 0;
    }
    .sub-three-card {
        width: 100%;
        gap: 8px;
    }
    .card-heading {
        font-size: 18px;
    }
    .card-content {
        font-size: 14px;
    }
    /* child 5 end */



    /* child 6 start */
    .child-6 {
        margin-top: 0;
    }
    .child-6-top {
        align-items: start;
    }
    .child-6-text-1 {
        font-size: 20px;
        width: fit-content;
    }
    .child-6-text-2 {
        font-size: 14px;
        width: 100%;
    }
    .child-6-bottom {
        flex-direction: column;
    }
    .sub-child-6-bottom {
        width: 100%;
    }
    .sub-child-6-bottom img {
        border-radius: 20px;
    }
    .first-text-1 {
        font-size: 18px;
    }
    /* child 6 end */



    /* child 7 start */
    .child-7 {
        flex-direction: column;
        gap: 20px;
        margin-top: 0;
    }
    .left-child-7 {
        width: 100%;
    }
    .child7-head {
        font-size: 24px !important;
        width: 100%;
    }
    .child-7 .heading {
        font-size: 20px;
        width: 100%;
    }
    .child-5 .sub-heading {
        font-size: 14px;
        width: 100%;
    }
    .right-child-7 {
        width: 100%;
    }
    /* child 7 end */



    /* footer */
    .copy-right {
        flex-direction: column;
    }
    .sub-copy {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        gap: 30px;
    }
  
}



@layer base, demo;
@import url(https://fonts.bunny.net/css?family=abel:400);

@layer demo 
{
	.carousel {
		--items: 22; /* changed from 6 to 22 */
		--carousel-duration: 40s;
		@media (width > 600px) {
			--carousel-duration: 30s;
		}
		--carousel-width: min(100vw, 1200px);
		--carousel-item-width: 280px;
		--carousel-item-height: 300px;
		--carousel-item-gap: 2rem;

		--clr-cta: rgb(0, 132, 209);

		position: relative;
		width: var(--carousel-width);
		height: var(--carousel-item-height);
		overflow: clip;

		&[mask] {
			mask-image: linear-gradient(
				to right,
				transparent,
				black 10% 90%,
				transparent
			);
		}

		&[reverse] > article {
			animation-direction: reverse;
		}
		&:hover > article {
			animation-play-state: paused;
		}
	}
	.carousel > article {
		position: absolute;
		top: 0;
		left: calc(100% + var(--carousel-item-gap));
		width: 20%;
		display: grid;
		grid-template-rows: 50px auto 1fr auto;
		gap: 10px;
		border: 1px solid light-dark(rgba(0 0 0 / 0.25), rgba(255 255 255 / 0.15));
		padding-block-end: 1rem;
		border-radius: 10px;
		background: light-dark(white, rgba(255 255 255 / 0.05));
		color: light-dark(rgb(49, 65, 88), white);

		animation-name: marquee;
		animation-duration: var(--carousel-duration);
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-delay: calc(
			var(--carousel-duration) / var(--items) * 1 * var(--i) * -1
		);
	}

	/* Assign index (--i) for each of 22 cards */
	.carousel > article:nth-child(1) { --i: 0; }
	.carousel > article:nth-child(2) { --i: 1; }
	.carousel > article:nth-child(3) { --i: 2; }
	.carousel > article:nth-child(4) { --i: 3; }
	.carousel > article:nth-child(5) { --i: 4; }
	.carousel > article:nth-child(6) { --i: 5; }
	.carousel > article:nth-child(7) { --i: 6; }
	.carousel > article:nth-child(8) { --i: 7; }
	.carousel > article:nth-child(9) { --i: 8; }
	.carousel > article:nth-child(10) { --i: 9; }
	.carousel > article:nth-child(11) { --i: 10; }
	.carousel > article:nth-child(12) { --i: 11; }
	.carousel > article:nth-child(13) { --i: 12; }
	.carousel > article:nth-child(14) { --i: 13; }
	.carousel > article:nth-child(15) { --i: 14; }
	.carousel > article:nth-child(16) { --i: 15; }
	.carousel > article:nth-child(17) { --i: 16; }
	.carousel > article:nth-child(18) { --i: 17; }
	.carousel > article:nth-child(19) { --i: 18; }
	.carousel > article:nth-child(20) { --i: 19; }
	.carousel > article:nth-child(21) { --i: 20; }
	.carousel > article:nth-child(22) { --i: 21; }

	.carousel img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 10px 10px 0 0;
	}
	.carousel > article > *:not(img) {
		padding: 0 1rem;
	}
	.carousel > article > div {
		grid-row: span 2;
		display: grid;
		grid-template-rows: subgrid;
		font-size: 0.8rem;
	}
	.carousel > article h2 {
		font-size: 10px;
		font-weight: 300;
		padding-block: 0.75rem 0.25rem;
		margin: 0;
	}
	.carousel > article p {
		margin: 0;
	}
	.carousel > article a {
		text-decoration: none;
		text-transform: lowercase;
		border: 1px solid var(--clr-cta);
		color: light-dark(var(--clr-cta), white);
		border-radius: 3px;
		padding: 0.25rem 0.5rem;
		place-self: start;
		transition: 150ms ease-in-out;
		&:hover,
		&:focus-visible {
			/* background-color: var(--clr-cta); */
			color: white;
			outline: none;
		}
	}

	@keyframes marquee {
		100% {
			transform: translateX(
				calc(
					(var(--items) * (var(--carousel-item-width) + var(--carousel-item-gap))) *
						-1
				)
			);
		}
	}
}