* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;

    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  
    /* overflow-x: hidden; */

    /* overflow:hidden; */
    
}
/*
Source - https://stackoverflow.com/a/25313647
Posted by John_C, modified by community. See post 'Timeline' for change history
Retrieved 2026-02-01, License - CC BY-SA 4.0
*/

.outer {

    width: 500px;
    height: 100px;
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.outer div {
	animation: scroll 10s linear infinite alternate both;

    width: 24.5%;
    background-color: #eee;
    float: none;
    height: 90%;
    margin: 0 0.25%;
    display: inline-block;
    zoom: 1;
}

.polaroid {
    border: var(--corner) solid;
    border-image-source:
      radial-gradient(closest-side, transparent 70%, var(--bg) 70%);
    border-image-slice: 49%;
  }

.que_list{
    display: none;
}
.beautiful-list {
    display: none;
    list-style-type: none; /* Removes default bullet points */
    padding: 0;            /* Removes default padding from the <ul> */
    margin: 20px;          /* Optional: adds space around the list */
    width: 300px;          /* Optional: sets a fixed width */
    background-color: #f9f9f9; /* Soft background for the container */
    border-radius: 8px;    /* Rounded corners for the container */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.list-item {
    padding: 15px 20px;       /* Spacing inside each item */
    border-bottom: 1px solid #eee; /* Divider between items */
    color: #333;              /* Text color */
    cursor: pointer;          /* Changes cursor to a pointer on hover */
    transition: background-color 0.3s, transform 0.2s; /* Smooth transitions for effects */
}

.list-item:last-child {
    border-bottom: none; /* Removes the last border for cleaner edges */
    border-radius: 0 0 8px 8px; /* Rounds bottom corners */
}

/* Hover effect: makes the list item interactive */
.list-item:hover {
    background-color: #e9e9e9; /* Changes background on hover */
    transform: translateX(5px); /* Slides the item slightly to the right */
    color: #000; /* Darkens text slightly on hover */
}

.div1 li{
    display: flex;
    flex-direction: column;
    /* align-items: ; */
}



.home-que{
    display: flex; /* Makes the container a flex container */
    justify-content: space-between; /* Distributes space between columns */
    gap: 20px; /* Adds space between columns */

/* align-items: center; */
/* justify-content: space-between; */
/* columns: 3; */
/* width: 100%; */
}
.part {
    flex: 1; /* Makes all columns equal width and fill the container */
    padding: 15px;
    /* background-color: #f2f2f2; */
    /* border: 1px solid #ccc; */
}

.button-que {
  background-color: rgb(86, 10, 23);
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  /* padding: 20px 21px; */
  /* height: 30%; */
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  /* height: 100%; */
  width: 50%;

}

.button-que:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 100%;
}

.button-que:hover {
  /* box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px; */
  transform: scale(1.05);
}

/* @media (min-width: 700px) {
  .button-que {
    padding: 16px 48px;
    font-size: 8px;
    font-weight: 100;
  }
} */
@media (max-width:700px) {
    .home-que{
        /* display:flex; */
    /* padding: 2% 6%; */
    align-items: center;
    /* justify-content: space-between; */
    /* margin-left:10%; */
    columns: 2;
    /* gap:20px; */
    /* height: 100%; */
    width: 100%;
    /* padding: 50px 100px; */
    }
    .button-que {
        /* padding: 16px 48px; */
        font-size: 15px;
        font-weight: 300;
        /* width: 100%; */
        /* height: 100%; */
      } 


    }

/* CSS */
/* .button-33 {
  background-color: #c2fbd7;
  border-radius: 100px;
  box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
  color: green;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-33:hover {
  box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
} */







html {
    scroll-behavior: smooth;
  }
.book_b{
    columns: 2;
    gap:30px;
    padding: 50px 100px;
}
.book_b img{
    /* margin-top: 40px; */
    width: 60%;
    height:300px;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius:10px;
    transition: .3s ease;
    margin: 10px;
}
.halaqat{
    columns: 3;
    gap:30px;
    padding: 50px 100px;
}
.halaqat img{
    /* margin-top: 40px; */
    width: 100%;
    height:300px;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius:10px;
    transition: .3s ease;
    margin: 10px;
}
.halaqat img:hover{
    scale:1.05;
}
.halaqat:has(img:hover) img:not(:hover){
    filter: blur(10px);
}
@media(max-width: 700px) {
    .halaqat{
        columns: 2;
        gap:20px;
        padding: 50px 100px;
    }
    .halaqat img{
        /* margin-top: 10px; */
        width: 100%;
        height:190px;
        /* margin-right: 70px; */
        /* gap:30px; */
        /* border: 2px solid rgba(255,255,255,0.5); */
        /* border-radius:10px; */
        /* transition: .3s ease; */
    }
    
    .halaqat img:hover{
        scale:1.05;
    }
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    /* visibility: hidden; */
    display: none;
    /* opacity: 0; */
  }
  .overlay:target {
    /* visibility: visible; */
    display: block;
    opacity: 1;
  }
  
  .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
  }
  
  .popup h2 {
    margin-top: 0;

    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-right: 20px;
    margin-bottom:20px;
    font-family: Tahoma, Arial, sans-serif;
  }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    /* margin-left: 20px; */

  }
  @media(max-width: 700px) {
    .popup h2 {
        margin-left: 40px;
        font-size: 15px;
        font-weight: bold;
        /* margin-top: 0; */
        /* color: #333; */
        /* font-family: Tahoma, Arial, sans-serif; */
      }
    .popup .close {
        margin-left: 50px;
        /* position: absolute; */
        /* top: 20px; */
        /* right: 30px; */
        /* transition: all 200ms; */
        font-size: 20px;

      }
  }
  .popup .close:hover {
    color:rgb(86, 10, 23);
  }
  .popup .content1 {
    max-height: 30%;
    overflow: auto;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    /* margin-bottom:20px; */

  }
  
  @media screen and (max-width: 700px){

    .popup{
      width: 70%;
    }
    .popup .content1 {
        max-height: 20%;
        overflow: auto;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
      }
  }


.wrapper {
	background-color:transparent;
	height: 230px;
	overflow: hidden;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.wrapper:before, .wrapper:after {
	content: "";
	position: absolute;
	height: 130px;
	width: 150px;
	z-index: 2;
}

.wrapper:after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}

.wrapper:before {
	left: 0;
	top: 0;
}

.wrapper .track {
	display: flex;
	width: calc(150px * 10);
    height:230px;
	animation: scroll 15s 0.5s linear infinite;
    /* margin: 20px;
    padding:20px; */
}

.wrapper .logo {
	width: 150px;
    /* margin-left: 20px; */

}

.wrapper .logo img {
	height: 90px;

    /* margin-left: 20px; */
}

@keyframes  scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-150px * 5));
	}
}

  

  
/* .casual{
    margin: 3em auto;
    display:flex;
    gap: 1em;

    width:100%;
    overflow-x: auto;
    animation: scroll 15s 0.5s linear infinite;

}
.casual::-webkit-scrollbar {
    display: none;

}
.casual::-webkit-scrollbar-button{
    content: counter(right);
    
}
.card{
    flex: 0 0 20em;
    height:12em;
    background-color: blue;
    padding: 1em;
    border-radius: .5em;
    text-align: center;
    align-items: center;
} */


li  .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  

  
  li.dropdown {
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 30px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: right;
    font-size:small;

  }
  
  .dropdown-content a:hover {background-color: #f1f1f1;}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }




.header{
    width: 100%;
    height: 120vh;
    background-image: url(../img/im2.jpg);

    /* background-image: url(./ /img/im2.jpg); */
    background-size: cover;
    background-position: center;
    /* margin-bottom: 100px; */
}


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    color: white;
    height: 60px; /* Define a fixed height for the navbar */
    position: sticky; /* Make the navbar sticky */
    top: 0;
    width: 100%;
    z-index: 10; /* Ensure it stays above other content */
}

.brand-title a {
    font-size: 1.5rem;
    margin: 1rem;
    color: white;
    text-decoration: none;
}

/* .navbar fa{
    display:block;
    color:black;
} */

.toggle-button {
    position: absolute;
    top: .75rem;
    right: 1rem;
    display: none; /* Hide on desktop */
    flex-direction: column;
    justify-content: space-between;
    height: 21px;
    width: 30px;
    cursor: pointer;
}

 .fa {
    margin-top: 20px;
    /* height: 3px;
    width: 100%;
    background-color: rgb(36, 35, 35);
    border-radius: 10px; */
}

.navbar-links {
    /* margin-top: 50px; */

    height: 100%;
}

.navbar-links ul {
    display: flex;
    margin: 30px;
    padding: 0;
}

.navbar-links li {
    list-style: none;
}

.navbar-links li a {
    display: block;
    text-decoration: none;

    font-weight: bold;
    font-size: x-large;
    color: rgb(29, 22, 22);
    padding: 1rem;
}


.logo {
    width: 70px;
    margin-top: 60px;
    cursor: pointer;
    border-radius: 50px;
    /* margin: 20px; */
}
/* Media Query for Small Screens */
@media (max-width: 600px) {
    .toggle-button {
        display: flex; /* Show hamburger on mobile */
    }
    .toggle-button fa {
        margin-top: 30px;
    }
    .navbar-links {
        display: none; /* Hide links by default on mobile */
        /* width: 100%; */
        margin-top: 30px;
        margin-left: 80px;

        /* background-color: #444; */
        position: absolute;
        /* top: 60px; */
        /* left: 0; */
    }
    

    .logo {
        width: 50px;
        margin: 20px;
    }

    .fa {
        margin-left: 20px;
        margin-top: 25px;
    }
    
    .navbar {
        flex-direction: row;
        align-items: flex-start;
        height: auto; /* Allow height to adjust when menu is open */
    }

    .navbar-links ul {
        width: 100%;
        margin: 0;

        /* flex-direction: column; */
    }

    .navbar-links li {
        text-align: center;
    }

    .navbar-links li a {
        padding: 10px;
        font-weight: bold;
        font-size: medium;

    }
    
    /* Class applied by JavaScript to show the menu */
    .navbar-links.active {
        display: flex;
    }
}


.text-box{
    width: 90%;
    color: #000;
    position:absolute;
    top:50%;
    left: 50%;
    transform: translate(-50,-50);
    text-align: center;
}
.text-box h1{
    font-size:62px;
}
.text-box p{
    margin: 10px 0 40px;
    font-size:14px;
    color:red;
}
.nav-links .fa {
    display: none;

}



.content {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #000;
}

.content h1 {
    font-size: 70px;
    margin-top: 80px;
}

.content p {
    margin: 20px auto;
    font-weight: 100;
    line-height: 25px;
    font-weight: bold;
    font-size: xx-large;
}

button {
    width: 200px;
    padding: 15px 0;
    text-align: center;
    margin: 20px 10px;
    border-radius: 25px;
    font-weight: bold;
    border: 2px solid rgb(86, 10, 23);
    background: transparent;
    color: 0;
    font-size: larger;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
@media (max-width:700px) {

    
    .content h1 {
        
        /* font-size: 40px; */
        /* margin-top: 80px; */
        /* margin: 20px auto; */
        font-weight: 10;
        /* line-height: 25px; */
        font-weight: bold;
        font-size:x-large;
    }
    
    .content p {
        margin: 20px auto;
        font-weight: 50;
        line-height: 25px;
        font-weight: bold;
        font-size: x-large;
    }
    
    button {
        width: 150px;
        font-size: large;
    }
}
span {
    background: rgb(86, 10, 23);
    height: 100%;
    width: 0;
    border-radius: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;
}

button:hover span {
    width: 100%;
}

button:hover {
    border: none;
    color: antiquewhite;
}

div.gallery {
    /* padding-top: 100px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 10px;
    background-color:#FDEFEE;

}

div.gallery-item {
    border-radius: 10px;

    background-color: white;

    margin: 5px;
    border: 1px solid #ccc;
    width: 180px;
}

div.gallery-item:hover {
    border-radius: 10px;

    border: 1px solid #777;
}

div.gallery-item img {
    border-radius: 10px;

    width: 100%;
    height: auto;
}

div.gallery-item div.desc {
    padding: 15px;
    text-align: center;
    margin: 20px auto;
    font-weight: 100;
    line-height: 25px;
    font-weight: bold;
    font-size: large;
}
@media(max-width: 700px) {
    div.gallery-item {
        border-radius: 10px;
    
        background-color: white;
    
        margin: 5px;
        border: 1px solid #ccc;
        width: 100px;
    }
    
    div.gallery-item:hover {
        border-radius: 10px;
    
        border: 1px solid #777;
    }
    
    div.gallery-item img {
        border-radius: 10px;
    
        width: 100%;
        height: auto;
    }
    
    div.gallery-item div.desc {
        padding: 5px;
        text-align: center;
        margin: 20px auto;
        font-weight: 100;
        line-height: 15px;
        font-weight: bold;
        font-size: large;
    }
    
}


.example {
    background-color: #eee;
    width: 200px;
    height: 100px;
    border: 1px dotted black;
    overflow-y: scroll; /* Add the ability to scroll */
  }




/* courses */

.course{
    width:80%;
    margin: auto;
    text-align: center;
    padding-top:100px;


}


.course h1{
    font-size: 36px;
    font-weight:600;

}

.course p{
    color: rgb(86, 10, 23);
    font-size:24px;
    font-weight:bold;
    line-height:22px;
    padding: 10px;
}

.row{
    margin-top: 50px;
    display:flex;
    justify-content: space-between;
}
.course-col{
    flex-basis: 30%;
    background: antiquewhite;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}

h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}
.course-col:hover{
    box-shadow: 0 0 50px 0px rgb(86, 10, 23);
}

@media(max-width: 700px) {
    .course h1{
        font-size: 26px;
        font-weight:bold;
    
    }
    
    .course p{
        font-size:19px;
        font-weight:bold;
    }
    

    .row{
        flex-direction:column;
        /* margin-top: 200px; */

    }
    /* .row-channel{
        height:40px;
    } */
}

.outer {

    width: 90%;
    height: 100px;
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  /* scrollbar-width: none;  */

}

/* .outer div {

	animation: scroll 10s linear infinite alternate both;

    width: 24.5%;
    background-color: #eee;
    float: none;
    height: 90%;
    margin: 0 0.25%;
    display: inline-block;
    zoom: 1;
}
.outer img{
    width: 100%;
}
.outer::-webkit-scrollbar {
    display: none;
} */

.channel-title{
    font-size: 20px;
    font-weight:100;
    text-align: center;
    /* margin-bottom: 10px; */
    padding-top:20px;
    margin: 30px auto;


}
.channel-title p{
    color: black;
    font-size:24px;
    font-weight:bold;
    line-height:22px;
    padding: 10px;
}


/* channel */
.row-channel {
    width: 100%;
	/* animation: scroll 10s linear infinite alternate both; */
    white-space:nowrap; 
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.row-channel::-webkit-scrollbar {
    display: none;
}
.channel-col{
    /* width: 20%; */

    display: inline-block;
	animation: scroll 13s linear infinite alternate both;

    /* width:30%; */
    /* flex-basis: 30%; */
    /* background: antiquewhite; */
    border-radius: 10px;
    margin-bottom: 30px;
    /* padding: 20px 12px; */
    /* box-sizing: border-box; */
    /* transition: 0.5s; */

    /* position: relative; */
    margin-right: 10px;

    /* -webkit-overflow-scrolling: touch;  */
    /* float: none; */


}






.channel{
    /* width:100vw; */
    width: 80%;

    margin: auto;
    text-align: center;
    padding-top:10px;
    /* overflow-x: scroll; */
    /* overflow-y: hidden; */

    /* -webkit-overflow-scrolling: touch;  */

}
/* .channel h1{
    font-size: 36px;
    font-weight:600;

} */



.channel-col img {
    width: 80%;
    height: 40%;
    display: block;
    border-radius: 10px;

    /* display: inline-block; */
    /* Set a fixed height or max-height to fit the container */
    /* height: 100%; */
    /* Keep original aspect ratio */
    /* width: auto; */
    /* Optional: add spacing between images */
    margin-right: 10px;
}


.layer{
    background: transparent;
    height: 100%;
    width: 80%;
    position: absolute;
    top: 0;
    left: 0; 
    transition: 0.5s;
    text-align: center;

}

.layer:hover{
    /* background: rgb(227, 189, 140); */
    background: rgba(174, 162, 162, 0.7);
}

.layer h3{
    width: 80%;
    font-weight:bolder;
    color:black;

    font-size: 26px;
    bottom: 0;
    text-align: center;
    /* left:50%; */
    margin-left: 20px;
    transform: translateX(-50);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}

.layer:hover h3{
    bottom: 49%;
    opacity: 1;
}

@media(max-width: 700px) {


    .channel-title h1 {
        font-size: x-large;
        font-weight: bold;
    }
    
    .channel-title p {
        margin: 20px auto;
        font-weight: bold;
        font-size: large;
    }

    
    .channel-col img {
        width: 80%;
        height: 30%;
    }
    .layer h3{
        width: 40%;
        font-weight:bolder;
        color:black;
    
        font-size: 16px;
        /* bottom: 0; */
        /* text-align: center; */
        /* left:50%; */
        /* margin-left: 20px; */
        /* transform: translateX(-50); */
        /* position: absolute; */
        /* opacity: 0; */
        /* transition: 0.5s; */
    }   

}



/* similar channel */

/* channel */
.row-channel_similar {
    width: 100%;
    /* height: 40%; */

    white-space:nowrap; 
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    /* margin: 0; */
}
.row-channel_similar::-webkit-scrollbar {
    display: none;
}
.channel-col_similar{
    display: inline-block;
	animation: scroll 13s linear infinite alternate both;
    border-radius: 10px;
    /* margin-bottom: 30px; */
    margin-right: 10px;
    width: 40%;
    /* height: 60%; */
}

.channel_similar{
    width: 60%;
    margin: auto;
    text-align: center;
    padding-top:10px;

}

.channel-col_similar img {
    width: 80%;
    /* height: 40%; */
    display: block;
    border-radius: 10px;
    margin-right: 10px;
}
@media(max-width: 700px) {
    /* .row-channel_similar {
        width: 50%;
    } */
    .channel_similar{
        width: 40%;    
    }

    .channel-col_similar{
        width: 40%;
        /* height: 20%; */
    }
    
    .channel-col_similar img {
        width: 40%;
        /* height: 20%; */
    }

}


/* exams */

.exams {
    width:80%;
    margin: auto;
    text-align: center;
    padding-top:100px;

}
.exams h1{
    font-size: 36px;
    font-weight:600;

}
.exam-col {
    flex-basis: 30%;
    border-radius: 10px;
    margin-bottom: 5%;
    margin-left: 20px;
    text-align: center;
  }

.exam-col img{
    width: 100%;
    border-radius: 10px;
}

.exam-col p {
    padding: 0;
}

.exam-col h3{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align:center;
}

.testimonials{
    width:80%;
    margin: auto;
    text-align: center;
    padding-top:100px;
}
.testimonials h1{
    font-size: 36px;
    font-weight:600;

}
.testimonials-col{
    flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    background: #fff3f3;
    padding: 25px;
    /* margin-left: 25px; */
    cursor: pointer;
    display:flex;
}
/* .testimonials-col img{
    height: 40px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;
    
} */
.testimonials-col img{
    height: 100%;
    margin-left: 5px;
    margin-right: 10px;
    /* border-radius: 50%; */
    
}

.testimonials-col p{
    padding: 0;
}

.testimonials-col h3{
margin-top: 15px;
text-align: center;
}

.testimonials-col .fa{
    /* size: 40px; */

color: goldenrod;
/* width: 40px; */
    }

    @media(max-width: 700px) {
        .testimonials h1{
            font-size: 26px;
            /* font-weight:600; */
        
        }
        .testimonials{
            width:90%;
        }
    }

.line{
    background-color:brown;
    height:20px;
}
.book_sim{
    /* display: flex; */
    justify-content: space-between;
    columns: 2;

    /* gap: 20px; */
    /* margin-left:20px; */

    /* width:100%; */
}
.book_sim div{
    /* columns: 2; */

    margin-left:10px;
    height: 100%;
}
.book_sim h2{
    color: rgb(86, 10, 23);;
    font-size: 28px;
    /* background-color: rgb(227, 180, 188); */
    background-color: #E29D7A;
    text-align: center;
    width: 100%;
    margin-top:20px;
}

.book_sim button {
    width: 200px;
    padding: 15px 0;
    text-align: center;
    margin: 20px 10px;
    border-radius: 25px;
    font-weight: bold;
    border: 2px solid rgb(86, 10, 23);
    background: rgb(86, 10, 23);
    color: whitesmoke;
    font-size: larger;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.book_sim a {
    font-family: Roboto;
    display: block;
    color: #000;
    /* padding-bottom: 10px; */
    font-size: 24px;
    font-weight: bold;
    /* margin-left: 100px; */
    /* text-align: center; */
  }

@media (max-width:700px) {    

    .book_sim h2{
        font-size: 24px;
    }
    .book_sim div{
        margin-left:10px;
    }
    .book_sim a {
        font-size: 20px;
      }
    


















    /* .book_sim{ */
        /* display: flex; */
        /* justify-content: center; */
        /* columns: 5; */
        /* gap: 20px; */
        /* margin-left:10px; */
    
        /* width:60%; */
    /* } */
    /* .book_sim h2{
        color: rgb(57, 39, 42);;
        font-size: 15px;
        background-color: #E29D7A;
        text-align: start;
        width: 100%;
        margin-top:0;
        margin-left: 10px;
    } */
    

    /* .book_sim a {
        font-size: 10px;
        width: 100%;
      }     */
}
span {
    background: rgb(86, 10, 23);
    height: 100%;
    width: 0;
    border-radius: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;
}

button:hover span {
    width: 100%;
}

button:hover {
    border: none;
    color: antiquewhite;
}
.channel-title3{
    font-size: 20px;
    font-weight:100;
    text-align: center;
    /* margin-bottom: 10px; */
    padding-top:20px;
    padding-bottom:20px;

    margin: 30px auto;
    width: 250px;
    background-color: rgb(169, 88, 88);
    border-radius: 20px;
    border-style: double;
    
}
@media (max-width:700px) {    

    .channel-title3{
        font-size: 15px;
        font-weight:100;
        text-align: center;
        /* margin-bottom: 10px; */
        padding-top:10px;
        padding-bottom:10px;
    
        /* margin: 10px auto; */
        /* width: 150px; */
        background-color: rgb(88, 169, 98);
        border-radius: 20px;
        border-style: double;
        
    }
    }

.book-section {
    height: 80vh;
    width: 100%;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 10%;
    /* align-self: center; */
    /* align-items: center; */

}
  .book-section > .container {
    height: 100%;
    width: 600px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2%;
    margin-bottom: 30px;
    perspective: 1200px;
  }
  .container > .right {
    position: absolute;
    height: 100%;
    width: 50%;
    transition: 0.7s ease-in-out;
    transform-style: preserve-3d;
  }
  .book-section > .container > .right {
    right: 0;
    transform-origin: left;
    border-radius: 10px 0 0 10px;
  }
  .right > figure.front,
  .right > figure.back {
    margin: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 200%;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    background-color: #FAEBD7;
    overflow: hidden;
  }
  .right > figure.front {
    background-position: right;
    border-radius: 0 10px 10px 0;
    box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.2);
  }
  .right > figure.back {
    background-position: left;
    border-radius: 10px 0 0 10px;
    box-shadow: -2px 2px 15px -2px rgba(0, 0, 0, 0.2);
    transform: rotateY(180deg);
  }
  .flip {
    transform: rotateY(-180deg);
  }
  .flip::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    border-radius: 0 10px 10px 0;
    background-color: rgba(194, 22, 151, 0.1);
  }
  .book-section > button {
    border: 2px solid #6C2935;
    background-color: transparent;
    color: #6C2935;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px;
    transition: 0.3s ease-in-out;
  }
  .book-section > button:focus,
  .book-section > button:active {
    outline: none;
  }
  .book-section > p {
    color: rgba(0, 0, 0, 0.7);
    font-family: calibri;
    font-size: 24px;
  }
  .book-section > p > a {
    text-decoration: none;
    color: #6C2935;
  }
  .book-section > button:hover {
    background-color: #6C2935;
    color: #fff;
  }
  .front#cover,
  .back#back-cover {
    background-color: #6C2935;
    font-family: calibri;
    text-align: left;
    padding: 0 30px;
  }
  .front#cover h1 {
    color: #fff;
    text-align: center;
    margin-top: 500px;
  }
  .front#cover p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
  }

  @media (max-width:700px) {
.book-section {
    /* height: 10%; */
    width: 90%;
    /* padding:0;/ */
    /* padding: 20px 0; */
    /* padding: 40px 0;
    text-align: center; */
    margin-bottom: 20%;

}
  .book-section > .container {
    height: 70%;
    width: 70%;
    /* padding:0; */

    /* margin-bottom: 0; */
    /* position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2%;
    margin-bottom: 30px;
    perspective: 1200px; */
  }
  .front#cover h1 {
    color: #fff;
    text-align: center;
    margin-top: 20px;
  }
  }



  .polaroid {
    border: var(--corner) solid;
    border-image-source:
      radial-gradient(closest-side, transparent 70%, var(--bg) 70%);
    border-image-slice: 49%;
  }

.que_list{
    display: none;
}
.beautiful-list {
    display: none;
    list-style-type: none; /* Removes default bullet points */
    padding: 0;            /* Removes default padding from the <ul> */
    margin: 20px;          /* Optional: adds space around the list */
    width: 300px;          /* Optional: sets a fixed width */
    background-color: #f9f9f9; /* Soft background for the container */
    border-radius: 8px;    /* Rounded corners for the container */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.list-item {
    padding: 15px 20px;       /* Spacing inside each item */
    border-bottom: 1px solid #eee; /* Divider between items */
    color: #333;              /* Text color */
    cursor: pointer;          /* Changes cursor to a pointer on hover */
    transition: background-color 0.3s, transform 0.2s; /* Smooth transitions for effects */
}

.list-item:last-child {
    border-bottom: none; /* Removes the last border for cleaner edges */
    border-radius: 0 0 8px 8px; /* Rounds bottom corners */
}

/* Hover effect: makes the list item interactive */
.list-item:hover {
    background-color: #e9e9e9; /* Changes background on hover */
    transform: translateX(5px); /* Slides the item slightly to the right */
    color: #000; /* Darkens text slightly on hover */
}

.div1 li{
    display: flex;
    flex-direction: column;
    /* align-items: ; */
}



.home-que{
    display: flex; /* Makes the container a flex container */
    justify-content: space-between; /* Distributes space between columns */
    gap: 20px; /* Adds space between columns */
    width: 100%;
}


.part {
    flex: 1; /* Makes all columns equal width and fill the container */
    padding: 15px;
}
.button-que {
  background-color: rgb(86, 10, 23);
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}

.button-que:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 100%;
}

.button-que:hover {
  /* box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px; */
  transform: scale(1.05);
}
.button-off {
    background-color: rgb(128, 116, 118);
    border: 0;
    border-radius: 56px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
    font-size: 18px;
    font-weight: 600;
    outline: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
  }
  
@media (max-width: 700px) {
  .button-que {
    /* padding: 16px 48px; */
    font-size: 18px;
    font-weight: 100;
    padding: 5px ;
    width: max-content;
  }

  .button-off {
    /* padding: 16px 48px; */
    font-size: 18px;
    font-weight: 100;
    padding: 5px ;
    width: max-content;
  }
  /* .que_list{
    width: 100px;
} */
}

@media (max-width:700px) {
    .home-que{
        /* display:flex; */
    /* padding: 2% 6%; */
    align-items: center;
    /* justify-content: space-between; */
    /* margin-left:10%; */
    columns: 2;
    gap:1px;
    /* height: 100%; */
    width: 100%;
    /* padding: 50px 100px; */
    }
    .part {
        flex: 1;
         /* Makes all columns equal width and fill the container */
        padding: 0;
    }
}

.channel-title4{
    font-size: 20px;
    font-weight:100;
    text-align: center;
    /* margin-bottom: 10px; */
    padding-top:20px;
    padding-bottom:20px;
    margin-left: 10%;
    margin: 30px auto;
    width: 100%;
    background-color: #DC9C7E;
    border-radius: 20px;
    border-style: double;
    border-color:#6C2935;
    
}
.book_c{
    justify-content: space-between;
    columns: 3;
}
.book_c div{
    margin-left:10px;
    height: 100%;
}
/* .book_c{ */
    /* justify-content: space-between; */
    /* columns: 2; */
    /* columns: 3; */
    /* gap:20px; */
    /* padding: 50px 100px; */
/* } */
.book_c a{
    text-decoration: none;
    color: inherit; 
}




.carousel-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
  }
  
  .carousel {
      
      margin-left: 30px;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;  /* Hide scrollbar */
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  
  .carousel img {
    width: 500px; 
    flex-shrink: 0;
    scroll-snap-align: start;
    margin: 20px;
    border: radius 20px;
    border-style: double;
  }
  .carousel img:hover{
      scale:1.05;
  }
  .carousel:has(img:hover) img:not(:hover){
      filter: blur(10px);
  }
  .arrow {
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    cursor: pointer;
    z-index: 10;
    /* margin-bottom: 20%; */
  }
  .prev { left: 0; }
  .next { right: 0; }
  @media (max-width:700px) {
    .carousel img {
        width: 200px; 
        flex-shrink: 0;
        scroll-snap-align: start;
        margin: 20px;
        border: radius 20px;
        border-style: double;
      }
    
  }





/* CSS */
/* .button-33 {
  background-color: #c2fbd7;
  border-radius: 100px;
  box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
  color: green;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-33:hover {
  box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
} */
