@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&family=Delius+Swash+Caps&family=Montez&display=swap');

/* --------------------------
Default Code 
-----------------------------*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
cursor: url('cursor-image.png'), auto;

    
}

.col_sm1 {
    width: 100%;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm22 {
    width: 50%;
    float: left;
}

.col_sm2_1 {
    width: 44%;
    float: left;
    margin: 1%;
    padding: 23px;
}

.col_sm222-1{
    width: 36%;
    float: left;
    margin: 1%;
    margin-left: 6%;
}

.col_sm22-1 {
    width: 43%;
    float: left;
    margin: 1%;
}

.col_sm22-11 {
    width: 50%;
    float: right;
    margin-left: 7%;
}

.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm44 {
    width: 28%;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 58%;
    float: left;
    margin: 1%;
}

.col_sm88 {
    width: 38%;
    float: left;
    margin: 1%;
}

.clear {
    clear: both;
}

.top {
    width: 85%;
    margin: 0 auto;
    max-width: 1600px;
}

.top2 {
    width: 85%;
    margin: 0 auto;
    max-width: 1600px;
}

.logo {
    width: 400px;
    float: left;
}

.navbarrr {
    width: fit-content;
    float: right;
    margin: 2% 0;
}

.fix_nav {
    position: absolute;
    z-index: 9999;
    background: transparent;
}

.img {
    width: 100%;
}

.logo_img {
    width: 100%;
}


/*banner*/


/*mobile desk banner*/
.desk-view{
    display: block;
}
.mobile-view{
    display: none;
}

.hero-image {
  background-image:url("../images/background.jpg");
  height: 112vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


.hero-image-mob {
    background-image: url(../images/banner-mobile.jpg);
    height: 94vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text h2 {
    font-family: "Montez", cursive;
    font-size: 58px;
    font-weight: 400;
    color: #ffffff;
    text-align: justify;
    position: absolute;
    top: 42%;
    left: 21%;

    transform: translate(-50%, -50%);
}

.hero-text h2 span{
    font-size: 49px;
    font-weight: 400;
    font-family: "Montez", cursive;
}

.hero-text-mobile h2 {
    font-family: "Montez", cursive;
    font-size: 58px;
    font-weight: 400;
    color: #ffffff;
    text-align: justify;
    position: absolute;
    top: 42%;
    left: 21%;

    transform: translate(-50%, -50%);
}

.hero-text-mobile h2 span{
    font-size: 49px;
    font-weight: 400;
    font-family: "Montez", cursive;
}

.hero-img {
    width: 487px;
    position: absolute;
    top: 55%;
    right: 15%;
}


/*about text*/
.abt-text h2{
    font-size: 42px;
    font-weight: 800;
    color: #1C1C1C;
    text-align: left;
    margin-bottom: 12px;
    font-family: "Montez", cursive;
    text-transform: capitalize;
}

.abt-text h3{
    font-size: 36px;
    font-weight: 700;
    text-align: justify;
    color: #1C1C1C;
    font-family: "Corinthia", cursive;
}

.abt-text p{
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    color: #1C1C1C;
    line-height: 140%;
    font-family: "Delius Swash Caps", cursive;
}

.abt-text1 p{
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    color: #000;
    line-height: 140%;
    font-family: "Delius Swash Caps", cursive;
}

.abt-text2 h2{
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin-bottom: 12px;
    font-family: "Montez", cursive;
    text-transform: capitalize;

}

.abt-text2 p{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    line-height: 140%;
    font-family: "Delius Swash Caps", cursive;
}

.abt-text2-1 h2{
    font-size: 42px;
    font-weight: 800;
    color: #1C1C1C;
    text-align: center;
    margin-bottom: 12px;
    font-family: "Montez", cursive;
    text-transform: capitalize;

}

.abt-text2-1 p{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #1C1C1C;
    line-height: 140%;
    font-family: "Delius Swash Caps", cursive;
}


/*about btn*/
.abt-btn{
    margin-top:30px;
}
.abt-btn a {
    border-radius: 50px;
    border-top-left-radius: 0%;
    box-shadow: 0 0 0 3em #40e0d0 inset;
    color: #ffffff;
    padding: 11px 26px;
    transition: 0.5s all ease-in-out;
    font-size: 16px;
    font-family: "Delius Swash Caps", cursive;
}


.abt-btn a:hover {
    box-shadow: 0 0 0 2px #40e0d0 inset;
    color: #40e0d0;
    background-color: transparent;
}


.abt-btn2{
    margin-top:30px;
}
.abt-btn2 a {
    border-radius: 50px;
    border-top-left-radius: 0%;
    box-shadow: 0 0 0 3em #ff6f61 inset;
    color: #ffffff;
    padding: 11px 26px;
    transition: 0.5s all ease-in-out;
    font-size: 16px;
    font-family: "Delius Swash Caps", cursive;
}


.abt-btn2 a:hover {
    box-shadow: 0 0 0 2px #ff6f61 inset;
    color: #ff6f61;
    background-color: #fff;
}


.abt-btn3{
    margin-top:30px;
    text-align: center;
}
.abt-btn3 a {
    border-radius: 50px;
    border-top-left-radius: 0%;
    box-shadow: 0 0 0 3em #ff6f61 inset;
    color: #ffffff;
    padding: 11px 26px;
    transition: 0.5s all ease-in-out;
    font-size: 16px;
    font-family: "Delius Swash Caps", cursive;
}


.abt-btn3 a:hover {
    box-shadow: 0 0 0 2px #ff6f61 inset;
    color: #ff6f61;
    background-color: #fff;
}


.abt-btn4{
    margin-top:30px;
    text-align: center;
}
.abt-btn4 a {
    border-radius: 50px;
    border-top-left-radius: 0%;
    box-shadow: 0 0 0 3em #40e0d0 inset;
    color: #ffffff;
    padding: 11px 26px;
    transition: 0.5s all ease-in-out;
    font-size: 16px;
    font-family: "Delius Swash Caps", cursive;
}


.abt-btn4 a:hover {
    box-shadow: 0 0 0 2px #40e0d0 inset;
    color: #40e0d0;
    background-color: transparent;
}




.feat-txt h2{
    font-size: 42px;
    font-weight: 800;
    color: #1C1C1C;
    text-align: center;
    margin-bottom: 12px;
    font-family: "Montez", cursive;
}

.feat-sub{
    overflow: hidden;
    background: #f2f2f4;
    padding: 26px;
    border-radius: 20px;
    width: 19%;
}

.feat-sub h3{
    font-size: 33px;
    font-weight: 800;
    color: #1C1C1C;
    text-align: left;
    margin-bottom: 12px;
    font-family: "Montez", cursive;
}

.feat-sub p{
    margin-bottom: 12px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    line-height: 140%;
    font-family: "Delius Swash Caps", cursive;
    min-height: 159px;
}

.feat-sub .img_box img{
    width: 25%;
    padding: 10px 0;
    margin-bottom: 12px;
}

.test-img img{
    width: 9%;
}

.test h5{
    margin: 3% 0 0;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    color: #000;
    line-height: 140%;
    font-family: "Delius Swash Caps", cursive;
}

.test h6{
    margin: 0 0 0;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    color: #000;
    line-height: 140%;
    font-family: "Delius Swash Caps", cursive;
}

.test {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2% 0;
}

.cta{
    background: url(../images/background_02.jpg);
    padding: 90px 0;
    background-position-y: 25%;
    background-position-x: center;
    background-size: cover;
}

.cta h2{
    font-size: 42px;
    font-weight: 500;
    text-align: justify;
    color: #fff;
    font-family: "Montez", cursive;
}

.shape-1{
    position: absolute;
    right: 5%;
    animation: moveUpDown 3s ease-in-out infinite;
    transform-origin: center;
    top: 2%;
}

.shape-1 .img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease;
}


/* Main up to down animation */
@keyframes moveUpDown {
    0% {
        transform: translateY(-30px);
        opacity: 0.8;
    }
    50% {
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        transform: translateY(-30px);
        opacity: 0.8;
    }
}
.feat-txt{
    position: relative;
}

.shape-2{
    position: absolute;
    left: 3%;
    top: 0px;
}
.shape-2 img{
    width: 74%;
}

.shape-3{
    position: absolute;
    right: 3%;
    bottom: 6%;
}
.shape-3 img{
    width: 74%;
}

.marquee img{
    width: 10%;
}

.glitter {
    position: absolute;
    width: 2px;
    height: 2px;
    background: white;
    border-radius: 50%;
    box-shadow:
      0 0 5px white,
      0 0 10px white,
      0 0 15px #ff99cc,
      0 0 20px #ff99cc;
    animation: sparkle 2s infinite ease-in-out;
    opacity: 0.8;
  }

  @keyframes sparkle {
    0%, 100% {
      transform: scale(1) translateY(0);
      opacity: 0.8;
    }
    50% {
      transform: scale(1.5) translateY(-10px);
      opacity: 1;
    }
  }


.hear_sub_width1 {
    width: 31% !important;
    float: left;
    margin: 1%;
}


.hear_sub_width {
    width: 23% !important;
    float: left;
    margin: 1%;
}

.the_book_bg p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #000;
    line-height: 140%;
    font-family: "Delius Swash Caps", cursive;
    margin: 1.5% 0 0;
}

.the_book_bg {
    background: url(../images/the-book-bg.jpg);
    background-repeat: no-repeat;
    background-position: 100% 88%;
    background-size: 88%;
}

.shop-bg {
    background: url(../images/shop-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}


.the_book_card1 {
    background: url(../images/inner_card_01.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    box-sizing: border-box;
    box-shadow: 4px 4px 9px 0 #cccccc94;
    /* transition: all .3s ease-in-out; */
}

.the_book_card1:hover {
    box-shadow: 4px 4px 9px 0 #cf91ff4f;
}

.the_book_card2 {
    background: url(../images/inner_card_02.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    box-sizing: border-box;
    box-shadow: 4px 4px 9px 0 #cccccc94;
    /* transition: all .3s ease-in-out; */
}

.the_book_card2:hover {
    box-shadow: 4px 4px 9px 0 #cf91ff4f;
}

.the_book_card3 {
    background: url(../images/inner_card_03.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    box-sizing: border-box;
    box-shadow: 4px 4px 9px 0 #cccccc94;
    /* transition: all .3s ease-in-out; */
}

.the_book_card3:hover {
    box-shadow: 4px 4px 9px 0 #cf91ff4f;
}

.the_book_card4 {
    background: url(../images/inner_card_04.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    box-sizing: border-box;
    box-shadow: 4px 4px 9px 0 #cccccc94;
    /* transition: all .3s ease-in-out; */
}

.the_book_card4:hover {
    box-shadow: 4px 4px 9px 0 #cf91ff4f;
}

.top3 {
    width: 90%;
    margin: 0 auto;
}

.hear-sub4 {
    overflow: hidden;
    padding: 26px 39px;
    border-radius: 20px;
}

.hear-sub4 h3 {
    font-size: 33px;
    font-weight: 800;
    color: #1C1C1C;
    text-align: left;
    margin-bottom: 12px;
    font-family: "Montez", cursive;
}

.hear-sub4 p {
    margin-bottom: 12px;
    color: #000 !IMPORTANT;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    line-height: 140%;
    font-family: "Delius Swash Caps", cursive;
    min-height: 102px;
}

.hear-sub4 .img_box img {
    width: 25%;
    padding: 10px 0;
    margin-bottom: 12px;
}

.hero1 {
    background: url(../images/the-book-instagram-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    background-attachment: fixed;
    flex-wrap: wrap;
}

.hero1::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #008280bd;
}

.col_sm10 {
    width: 57%;
    float: left;
    margin: 1%;
    z-index: 9;
}

.col_sm100 {
    width: fit-content;
    float: left;
    margin: 1%;
}

.package_txt h2 {
    font-family: "Montez", cursive;
    font-size: 50px;
    font-weight: 900;
    color: #ffffff;
    line-height: 90%;
    text-align: left;
    text-transform: capitalize;
    margin: 0% 0% 0% !important;
}

.package_txt p {
    font-family: "Delius Swash Caps", cursive;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 122%;
    text-align: left;
    text-transform: capitalize;
    padding: 2% 0% 1% !important;
}

.rel {
    position: relative;
}
  
/*-----------------------------
bullet
-----------------------------*/


.bullet ul {
    list-style: none;
    padding-left: 0;
    margin-top: 22px;
}

.bullet ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    margin-top: 6px;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    color: #000;
    line-height: 140%;
    font-family: "Delius Swash Caps", cursive;
}

.bullet ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    background-image: url(../images/pawprint.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.bullet a{
    color: #1c1c1c;
}

.bullet a:hover{
    color: #490083;
}



/**/
.bullet1 ul {
    list-style: none;
    padding-left: 0;
    margin-top: 22px;
}

.bullet1 ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    margin-top: 6px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #000;
    line-height: 140%;
    font-family: "Delius Swash Caps", cursive;
}

.bullet1 ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    background-image: url(../images/pawprint.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.bullet1 a{
    color: #1c1c1c;
}

.bullet1 a:hover{
    color: #490083;
}


/*new css*/
.margin-top{
    margin-top: 182px;
}

.img-icon{
    width: 100px;
    margin: 0 auto;
}


.work-bg{
    background-image: url(../images/work-with-me-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.link33 h2{
    font-family: "Delius Swash Caps", cursive;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.link33 h2:hover{
    color: #000;
}


.link33-1 h2{
    font-family: "Delius Swash Caps", cursive;
    font-size: 24px;
    font-weight: 500;
    color: #008280;
}

.link33-1 h2:hover{
    color: #000;
}

/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
    text-decoration: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.whatsapp-icon {
    margin-top: 16px;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
	width: 45px;
	height: 45px;
	position: fixed;
	display: flex;
	right: 1%;
	bottom: 2.5%;
	transition-duration: 1s;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
	z-index: 9999;
	background-color: #490083;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.top_arrow:hover {
	background-color: #3f3f3f;
}


/*------------------------------------------
footer
------------------------------------------*/
.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer ul li {
    position: relative;
    padding-left: 25px;
}

.footer ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    background-image: url(../images/pawprint.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.social-link {
    display: flex;
    justify-content: start;
    gap: 34px;
}

.social-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #4b0082;
    transition: all 0.3s ease-in;
}

.social-link a:hover {
    background-color: #fff;
    color: #000;
}


.social-link .fa-brands {
    font-size: 19px !important;
}


.footer-icon {
    text-align: center;
    margin-top: -23%;
}



.ftr-icon2 {
    border-radius: 50px;
    color: #490083 !important;
    font-size: 16px;
}


.bg_clr3 {
    background: #008280;
}

.ftr {
    background: #f9f9f9;
}

.footer-2 {
    margin-right: 4%;
}

.footer-1 {
    margin-right: -2%;
}

.ftr h3 {
    font-size: 28px !important;
    margin-bottom: 0px !important;
    padding-top: 7px !important;
    font-weight: 800;
    font-family: "Montez", cursive;
    color: #1C1C1C;
    text-align: left;
}

.ftr p {
    margin-top: 5px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    line-height: 140%;
    font-family: "Delius Swash Caps", cursive;
}


.ftr_btn p {
    line-height: 140%;
    color: #fff;
    font-weight: 400;
    margin: 0 !important;
    text-align: start;
    font-size: 23px !important;
    font-family: "Montez", cursive;
}

.ftr_btn a {
    color: #fff;
}

.ftr_icon .fa-brands {
    margin-top: 6px;
}

.ftr_icon a {
    color: #fff;
}

.ftr a {
    margin-bottom: 25px !important;
    transition: 0.2s all ease-in-out;
    margin-top: 5px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    line-height: 140%;
    font-family: "Delius Swash Caps", cursive;

}

.footer ul li {
    margin-bottom: 3%;
    text-align: left;
    list-style: none;
}

.ftr .fa-solid,
.ftr .fa-regular {
    color: #000;
}

.footer a:hover {
    color: #490083;
}

.ftr_icon:hover a {
    color: #fff;
}


.ftr_right {
    text-align: right !important;
}

.fa-brands {
    font-size: 14px;
}

.fa-whatsapp {
    font-size: 35px;
}



.stars-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.5;
}

.star {
    position: absolute;
    background: white;
    border-radius: 50%;
    animation: twinkle 2s infinite;
}

.star.small {
    width: 1px;
    height: 1px;
    animation-duration: 1.5s;
}

.star.medium {
    width: 2px;
    height: 2px;
    animation-duration: 2s;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
}

.star.large {
    width: 3px;
    height: 3px;
    animation-duration: 2.5s;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
}

.star.sparkle {
    animation: sparkle 1.8s infinite;
}

@keyframes twinkle {
    0%, 100% { 
        opacity: 0.3; 
        transform: scale(1);
    }
    50% { 
        opacity: 1; 
        transform: scale(1.2);
    }
}

@keyframes sparkle {
    0%, 100% { 
        opacity: 0.2; 
        transform: scale(0.8) rotate(0deg);
        filter: brightness(1);
    }
    25% { 
        opacity: 0.8; 
        transform: scale(1.3) rotate(90deg);
        filter: brightness(1.5);
    }
    50% { 
        opacity: 1; 
        transform: scale(1.5) rotate(180deg);
        filter: brightness(2);
    }
    75% { 
        opacity: 0.9; 
        transform: scale(1.2) rotate(270deg);
        filter: brightness(1.8);
    }
}

/* Content overlay for demonstration */
.content {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    color: white;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

.content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    opacity: 0.9;
}

.content p {
    font-size: 1.2rem;
    opacity: 0.8;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

/* Shooting star effect */
.shooting-star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.8);
    animation: shoot 3s linear infinite;
    opacity: 0;
}

@keyframes shoot {
    0% {
        opacity: 0;
        transform: translateX(-100px) translateY(100px) scale(0);
    }
    10% {
        opacity: 1;
        transform: translateX(-50px) translateY(50px) scale(1);
    }
    90% {
        opacity: 1;
        transform: translateX(300px) translateY(-300px) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateX(400px) translateY(-400px) scale(0);
    }
}


.hear h2{
    font-size: 42px;
    font-weight: 800;
    color: #1C1C1C;
    text-align: center;
    margin-bottom: 12px;
    font-family: "Montez", cursive;
}

.hear h3{
    font-size: 33px;
    font-weight: 800;
    color: #1C1C1C;
    text-align: left;
    margin-bottom: 12px;
    font-family: "Montez", cursive;
}


.hear-sub{
    overflow: hidden;
    background: #f2f2f4;
    padding: 26px;
    border-radius: 20px;
    width: 19%;
}

.hear-sub h3{
    font-size: 33px;
    font-weight: 800;
    color: #1C1C1C;
    text-align: left;
    margin-bottom: 12px;
    font-family: "Montez", cursive;
}

.hear-sub p{
    margin-bottom: 12px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    line-height: 140%;
    font-family: "Delius Swash Caps", cursive;
    min-height: 102px;
}

.hear-sub .img_box img{
    width: 25%;
    padding: 10px 0;
    margin-bottom: 12px;
}


.shape-4{
    position: absolute;
    right: 9%;
    animation: moveUpDown 3s ease-in-out infinite;
    transform-origin: center;
    top: 8%;
}

.shape-4 .img {
    width: 89px;
    height: 89px;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease;
}


.shape-5{
    position: absolute;
    left: 9%;
    animation: moveUpDown 3s ease-in-out infinite;
    transform-origin: center;
    top: 8%;
}

.shape-5 .img {
    width: 89px;
    height: 89px;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease;
}


.shape-6{
    position: absolute;
    right: 9%;
    animation: moveUpDown 3s ease-in-out infinite;
    transform-origin: center;
    top: 8%;
}

.shape-6 .img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease;
}


.shape-7{
    position: absolute;
    left: 9%;
    animation: moveUpDown 3s ease-in-out infinite;
    transform-origin: center;
    top: 8%;
}

.shape-7 .img {
    width: 72px;
    height: 89px;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease;
}



/* Main up to down animation */
@keyframes moveUpDown {
    0% {
        transform: translateY(-30px);
        opacity: 0.8;
    }
    50% {
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        transform: translateY(-30px);
        opacity: 0.8;
    }
}


.grey{
    background: #f9f9f9;
}

.flow-flex {
    display: flex;
    flex-wrap: wrap;
}

.hear-sub4 a{
    margin-bottom: 12px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    line-height: 140%;
    font-family: "Delius Swash Caps", cursive;
    min-height: 102px;
}

.hear-sub4 a:hover{
    color: #008280;
}

.contact{
    border-radius: 18px;
    background: #f2f2f4;
}
.contact h2{
    font-size: 42px;
    font-weight: 800;
    color: #1C1C1C;
    text-align: left;
    font-family: "Montez", cursive;
}

.blog h2{
    font-size: 42px;
    font-weight: 800;
    color: #1C1C1C;
    text-align: center;
    margin-bottom: 12px;
    font-family: "Montez", cursive;
}

.blog-sub{
    background-color: #f2f3f5;
    border-radius: 30px;
}

.blog-sub img{
    border-radius: 30px;
}
.blog-sub h3{

    font-size: 33px;
    font-weight: 800;
    color: #1C1C1C;
    text-align: left;
    margin-bottom: 12px;
    font-family: "Montez", cursive;
    padding: 3% 0 0 5%;

}

.blog-sub p{
    margin-bottom: 12px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    line-height: 140%;
    font-family: "Delius Swash Caps", cursive;
    padding: 3%;
}

.blog_btn{
    padding-bottom: 42px;
    margin: 11px;
}

.blog_btn a {
    border-radius: 50px;
    border-top-left-radius: 0%;
    box-shadow: 0 0 0 3em #40e0d0 inset;
    color: #ffffff;
    padding: 11px 26px;
    transition: 0.5s all ease-in-out;
    font-size: 16px;
    font-family: "Delius Swash Caps", cursive;
}

.blog_btn a:hover {
    box-shadow: 0 0 0 2px #40e0d0 inset;
    color: #40e0d0;
    background-color: transparent;
}

.cat-with-book{
    width: 13%;
    float: right;
    margin-bottom: -5%;
}

/*------------------------------------------
Responsive Code 
------------------------------------------*/
@media only screen and (max-width :1600px) {
    .desk-view{
    display: block;
}
.mobile-view{
    display: none;
}
 }

@media only screen and (max-width :1500px) { 
    .feat-sub {
        padding: 24px;
        width: 19%;
    }

    .feat-sub p {
        min-height: 206px;
    }

    .hear-sub {
        width: 18%;
    }
}

@media only screen and (max-width :1400px) { 
    .hear-sub p {
        margin-bottom: 12px;
        color: #000;
        font-size: 18px;
        font-weight: 500;
        text-align: justify;
        line-height: 140%;
        font-family: "Delius Swash Caps", cursive;
        min-height: 125px;
    }
    
    .feat-sub {
        width: 18%;
    }
}

@media only screen and (max-width :1350px) { 
    .top2 {
        width: 95%;
    }

    .feat-sub {
        padding: 22px;
    }

    .feat-sub p {
        min-height: 240px;
    }

}

@media only screen and (max-width :1200px) {}

@media screen and (max-width: 1100px) {}

@media only screen and (max-width :1000px) {
    .hero-text h2 {
        left: 27%;
    }
}

@media only screen and (max-width:960px) {

    .desk-view{
    display: none;
    }

    .mobile-view{
        display: block;
    }

    .shape-1 {
        display: none;
    }
    .abt-text{
        margin: 3%;
    }

    .abt-text1{
        margin: 3%;
    }

    .shape-2 {
        display: none;
    }
    .hero1 {
        justify-content: left;
        flex-wrap: wrap;
    }

    .col_sm10 {
        width: 95%;
    }
    .col_sm4 {
        width: 48%;
    }

    .top {
        width: 100%;
    }

    .col_sm22 {
        width: 98%;
        float: left;
    }
    .col_sm22-1 {
        width: 98%;
    }

    .col_sm222-1 {
        width: 98%;
        margin-left: 1%;
    }

    .col_sm22-11 {
        width: 98%;
    }

    .test {
        flex-wrap: wrap;
    }

    .feat-sub {
        width: 42%;
    }

    .feat-sub p {
        min-height: 130px;
    }

    .hear-sub {
        width: 42% !important;
    }
    .hear_sub_width {
        width: 48% !important;
    }

}

@media only screen and (max-width:800px) {
    .col_sm2_1 {
        width: 82%;
    }
    .footer-2 {
        margin-right: 1%;
    }

    .ftr .ftr-min-height{
        min-height: 286px;
    }
    .hear-sub {
        width: 41% !important;
    }
}

@media only screen and (max-width : 700px){
    .col_sm3 {
        width: 98%;
    }
    .shape-4 .img {
        width: 50px;
        height: 50px;
    }
    .ftr .ftr-min-height {
        min-height: 300px;
    }

    .feat-sub {
        width: 40%;
    }
}

@media only screen and (max-width:600px) {
    .dis_none{
        display: none;
    }

    .owl-item .abt-text1 {
        margin: 0%;
    }
    .col_sm2_1 {
        width: 90%;
    }

    .hear_sub_width {
        width: 98% !important;
    }

    .ftr .ftr-min-height {
        min-height: 0;
    }

    .ftr_right {
        text-align: left !important;
    }

    .hear-sub p {
        min-height: 0;
    }

    .hear-sub {
        width: 89% !important;
    }

    .feat-sub {
        width: 92%;
    }

    .marquee img {
        width: 43%;
    }

    .hero-text h2 {
        left: 38%;
        font-size: 49px;
    }

    .shape-6 {
        top: -8%;
    }

    .col_sm4 {
        width: 98%;
    }

    .feat-sub {
        width: 89% !important;
    }
    .col_sm2 {
        width: 98%;
    }

    .shape-5 {
        display: none;
    }

    .cat-with-book {
        width: 58%;
        margin-bottom: -18%;
    }

    .margin-top {
        margin-top: 0;
    }
}

@media only screen and (max-width:500px) {
    .hero-text-mobile h2
    {
        left: 47%;
        top: 36%;
        width: 257px;
    }

    .hero-text-mobile h2 span
    {
        font-size: 33px;
        text-align: left;
    }
}

@media only screen and (max-width:400px) {
    .feat-sub {
        width: 87% !important;
    }

    .col_sm2_1 {
        width: 82%;
    }
    
    .hear-sub {
        width: 83% !important;
    }
}

@media only screen and (max-width:360px) {
    .feat-sub {
        width: 83% !important;
    }
}