@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Poppins', sans-serif;
        scroll-behavior: smooth;
        /*overflow-x: hidden;*/
        }

        section {
            margin-top: 5%;
        }
        

         scroll top 

        ::-webkit-scrollbar {
            width: 12px;
        }

        ::-webkit-scrollbar-thumb {
            background: #CB5499;
            border-radius: 15px;
        }

        ::-webkit-scrollbar-track {
            background-color: #ffffff;
        }

        ::-webkit-scrollbar-thumb:hover {
             background: linear-gradient(29deg, rgb(185, 13, 233) 0%, rgb(233, 57, 192) 35%, rgb(214, 4, 186) 100%); 

            background-color: #2E2E2E;
        }


        /* top button */

        #button {
            display: inline-block;
            background-color: #FF9800;
            width: 50px;
            height: 50px;
            text-align: center;
            border-radius: 4px;
            position: fixed;
            bottom: 30px;
            right: 30px;
            transition: background-color .3s, 
              opacity .5s, visibility .5s;
            opacity: 0;
            visibility: hidden;
            z-index: 10000;
          }
          #button::after {
            content: "\f077";
            font-family: FontAwesome;
            font-weight: normal;
            font-style: normal;
            font-size: 2em;
            line-height: 50px;
            color: #fff;
          }
          #button:hover {
            cursor: pointer;
            background-color: #333;
          }
          #button:active {
            background-color: #555;
          }
          #button.show {
            opacity: 1;
            visibility: visible;
          }
    /* =============================================================================================================== */


     /* About Section */

        .about-text .about_heading {
            color: #CB5499;
            font-size: 55px;
            font-weight: 600;
        }

        .about_subheading {
            color: #2E2E2E;
            font-size: 18px;
            font-weight: 600;
        }

        .about_para {
            color: #2E2E2E;
            font-size: 16px;
            font-weight: 500;
        }

        hr.half-width{
            width:50%;
            margin: 5% auto;
        }


     /* MEDIA QUERY SMALL LAPTOP */

          @media screen and (min-width:768px) and (max-width: 1201px) {
            
            .about-text .about_heading {
                font-size: 220%;
            }

            .about-text .about_subheading {
                font-size: 100%;
            }
            
            .about-text .about_para{
                font-size: 80% !important;
            }

            .WhoWeAre_illustration {
                padding: 0 !important;
            }
        }

     /* MEDIA QUERY SMALL LAPTOP */
        
        @media screen and (min-width:426px) and (max-width: 900px) {
            span {
                display: none;
            }

            .about-text .about_subheading {
                font-size: 100%;
            }
        }

    /* MEDIA QUERY MOBILE */

        @media screen and (max-width: 500px) {
            .WhoWeAre_illustration {
                padding: 0 !important;
            }

            .about-text .about_heading {
                font-size: 220%;
            }

            .about-text .about_subheading {
                font-size: 100%;
            }
            
            .about-text .about_para{
                font-size: 80% !important;
            }
    
        }


/* =============================================================================================================== */


     /* Our Services Section */


/*------------------
  Course section
---------------------*/

.course-warp {
	padding: 0 20px;
    background-color: #FFE7E7;
    padding-bottom: 40px ;
}

.course-item .course-thumb {
	height: 334px;
}

.course-item .course-thumb .price {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	background: #d82a4e;
	display: inline-block;
	padding: 13px 19px;
	margin: 14px;
}

.course-item .course-info {
	background: #B53A81;
    border: solid 2px white;
    margin: 20px;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.3s ease-in-out;
}

.course-info:hover {
    transform: scale(1.1);
}

.course-item .course-info .course-text {
	padding: 10px 20px;
	color:rgb(255, 255, 255);
	font-size:20px;
}

.course-items-area a {
    text-decoration: none;
}

.course-item .course-info .course-text h5 {
	margin-bottom: 5px;
}

.course-item .course-info .course-text .students {
	font-size: 18px;
	font-weight: 600;
	color: #d82a4e;
}

.course-item .course-info .course-author {
	border-top: 1px solid #d4dee1;
	padding: 14px 33px;
	overflow: hidden;
}

.course-item .course-info .course-author .ca-pic {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	float: left;
}

.course-item .course-info .course-author p {
	padding-left: 60px;
	margin-bottom: 0;
	padding-top: 7px;
	font-weight: 600;
}

.course-item .course-info .course-author p span {
	color: #d82a4e;
}

.course-item.featured-course {
	position: relative;
	margin-bottom: 97px;
}

.course-item.featured-course:last-child {
	margin-bottom: 30px;
}

.course-item.featured-course:nth-child(2n) .course-thumb {
	left: auto;
	right: 0;
}

.course-item.featured-course .course-thumb {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
}

.course-item.featured-course .fet-note {
	display: inline-block;
	background: #d82a4e;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 4px 15px;
	margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.course-item.featured-course .course-info .course-text {
	padding: 70px 33px 25px;
}

.course-item.featured-course .course-info .course-text h5 {
	margin-bottom: 20px;
}

.course-item.featured-course .course-info .course-author {
	border-top: none;
	padding: 14px 33px 60px;
}

.course-filter {
	list-style: none;
	text-align: center;
	padding-top: 50px;
	margin-bottom: 60px;
    padding-left: 0;
}

.course-filter h3 {
    font-size: 22px;
}

.course-filter li {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	color: #474747;
	padding: 12px 10px 5px;
	margin: 0 10px;
	border-bottom: 4px solid transparent;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.course-filter li.mixitup-control-active {
	color: #CB5499;
	border-bottom: 4px solid #CB5499;
}

@media screen and (min-width:768px) and (max-width: 1159px) {

    .course-item .course-thumb {
        height:150px;
    }

    .course-item .course-info .course-text {
        font-size:13px !important;
    }
    
    .course-item .course-info {
        padding: 0 !important;
        margin: 7px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 10px;
    }

    .course-item .course-info .course-text {
        padding: 5px 10px;
    }

    .course-filter{
        margin: 0;
    }

    .course-filter h3 {
        font-size: 17px;
    }
    
    .course-filter li {
        padding: 12px 0px 5px;
    }

}


@media screen and (max-width: 500px) {
    .course-filter h3 {
        font-size: 17px;
    }
    
}

@media screen and (max-width: 370px) {
    .course-item .course-thumb {
        height:256px;
    }
}
     

/* =============================================================================================================== */


     /* BookShelf Section */
     

    .bookshelf_background {
        background-image: url(../images/bookshelf_background.png);
        position: relative;
        color: rgb(1, 1, 1);
        text-align: center;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bookshelf_subheading {
        font-size: 25px;
        font-weight: 700;
        color: #750044;
        overflow: hidden;
    }

    .bookshelf_heading {
        font-size: 40px;
        font-weight: 700;
        color: white;
        overflow: hidden;
    }

    .bookshelf_mobileview {
        display: none;
    }

    .bookshelf_books .contain_books {
        overflow: hidden;
    }


    .bookshelf_books .books_shelf {
        transition: all 0.3s ease-in-out;
   }

    .bookshelf_books .books_shelf:hover {
        transform: scale(1.08);
   }


   /* MEDIA QUERY LAPTOP */

   @media screen  and (max-width: 768px) and (max-width: 768px) {

    .bookshelf_subheading {
        font-size: 150%;
        font-weight: 700;
        color: #750044;
    }
    
    .bookshelf_heading {
        font-size: 180%;
        font-weight: 700;
        color: white;
    }

   }
/* MEDIA QUERY MOBILE */

    @media screen and (max-width: 500px) {


        .bookshelf_laptopview {
            display: none;
        }

        .bookshelf_mobileview {
            display: block;
        }
    }



/* =============================================================================================================== */


     /* OtherProduct Section */

   .product_background {
    position: relative;
    color: rgb(1, 1, 1);
    text-align: center;
    background-position: top;
    background-image: url(../images/otherProduct_background.png);
    background-repeat: no-repeat;
    background-size: cover;
   }


   .product_logo_bg {
    position: relative;
    color: rgb(1, 1, 1);
    text-align: center;
    background-position: top;
    background-image: url(../images/piksbazaar.png);
    background-repeat: no-repeat;
    background-size: contain;
   }

   .product_subheading {
    color:#CB5499;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
   }

   .product_heading {
    color:#2E2E2E;
    font-size: 40px;
    font-weight: 600;
    overflow: hidden;
   }

   .product_name {
    color:#2E2E2E;
    font-size: 28px;
    font-weight: 900;
    margin-top: 30px;
   }

   .product_details {
    color:#2E2E2E;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
   }

   /* .bookshelf_books .books_shelf {
    transition: all 0.3s ease-in-out;
}

    .bookshelf_books .books_shelf:hover {
        transform: scale(1.08);
    } */

    .rotating-image {
        animation: rotate 10s linear infinite;
      }
      
      @keyframes rotate {
        from {
          transform: rotate(0deg);
        }
        to {
          transform: rotate(360deg);
        }
    }

    .container-serv {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
  
        
       
      }
      .background-image {
        max-width: 100%;
        height: auto;
        position: relative;
      
  
      }
      .overlay-image {
        position: absolute;
       
    
        z-index: 1; /* Ensure the overlay is on top */
       width: 78% !important;
       height: auto;
        
      }
   
    /* MEDIA QUERY SMALL LAPTOP */

    @media screen and (min-width:768px) and (max-width: 1027px) {

        .product_subheading {
            font-size: 100%;
        }

        .product_heading {
            font-size: 150%;
        }
            
        .product_name {
            font-size: 100%;
        }
        .product_details {
            font-size: 70%;
        }

        .product_box {
            padding: 15px !important;
        }
      
    }

 /* MEDIA QUERY SMALL LAPTOP */
    
    @media screen and (min-width:426px) and (max-width: 900px) {
        
    }

/* MEDIA QUERY MOBILE */

    @media screen and (max-width: 500px) {
        .product_box {
           padding-top: 0 !important;
        }
        .product_subheading {
            font-size: 120%;
        }

        .product_heading {
            font-size: 170%;
        }
            
        .product_name {
            font-size: 150%;
        }
        .product_details {
            font-size: 90%;
        }

        .product_box {
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-top:10px !important;
        }

        .product_box img {
            /* width: 70% !important; */
        }

        .overlay-image {
           
           width: 78% !important;
      
            
          }

    }


/* =============================================================================================================== */


     /* catalogue Section */

     .portfolio {
        font-size: 40px;
        font-weight: 700;
        overflow: hidden;
     }

     .catalogue_background {
        position: relative;
        color: rgb(1, 1, 1);
        background-position: top;
        background-image: url(../images/catalogue_background.png);
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
       }

     .catalogue_name {
        font-size: 30px;
        font-weight: 600;
        color: white;
     }

     .catalogue_details {
        font-size: 16px;
        font-weight: 300;
        color: white;
     }

     .catalogue_mobile {
        display: none;
     }

    /* MEDIA QUERY SMALL LAPTOP */

        @media screen and (min-width:768px) and (max-width: 1027px) {
            
            .catalogue_name {
                font-size: 100%;
            }
            .catalogue_details {
                font-size: 70%;
            }
            .open_catalogue {
                font-size: 70%;
            }
            .portfolio{
                font-size: 200%;
            }
        }

     /* MEDIA QUERY SMALL LAPTOP */
        
        @media screen and (min-width:426px) and (max-width: 900px) {
            
        }

    /* MEDIA QUERY MOBILE */

        @media screen and (max-width: 500px) {
            .portfolio {
                font-size: 200%;
            }
            
            .catalogue_laptop {
                display: none;
            }

            .catalogue_mobile {
                display: block;
            }
            .mobile_padding {
                padding-left: 10% !important;
                padding-right: 10% !important;
            }
            .catalogue_name {
                font-size: 100%;
            }
            .catalogue_details {
                font-size: 70%;
            }
            .open_catalogue {
                font-size: 70%;
            }
            .portfolio{
                font-size: 200%;
            }
            .catalogue_text {
                padding-top: 20px !important;
            }
        }




/* =============================================================================================================== */


     /* ContactUs Section */

     .contact_background {
        background-image: url('../images/contact-us_background.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
     }

     .contact_subbackground {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
     }

     .contact_content h3 {
        font-size: 200%;
        color: #2E2E2E;
        font-weight: 700;
        overflow: hidden;
     }

     .contact_content span {
        font-size: 100%;
        color: #2E2E2E;
        font-weight: 400;
        overflow: hidden;
     }

     .contact_map {
        box-shadow: 0px 0px 12px grey;
        border-radius: 5px;
     }

     form input {
        background: #D9D9D9;
        border-radius: 5px;
        width: 100%;
        border: none;
        height: 50px;
     }

     form label {
        height: 50px;
     }

     @media screen and (min-width:773px) and (max-width: 992px) {
        .contact_height {
            height: 500px;
        }
     }

     @media  screen and (max-width: 768px) {
        .contact_map {
            display: none;
        }
     }
    
     @media  screen and (max-width: 500px) {
        .contact_map {
            display: none;
        }
     }