
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

*
{
	font-family: 'Roboto Condensed', sans-serif;
	
} 


.facediv
{
    min-height:100vh;
    background-image: url('../img/new_images_form_capiyus/Piyush_chhajed_HomePage-Row1/Home_Page-Row-1-Banner_Images-Option2.png');
    background-size: cover;

}
.hidden
	{
		display:none;
	}
@media screen and (max-width: 700px) {
    	
	.hidden
	{
		display: block;
	}
	
	}
	
	


.center
{
    justify-content: center;
    align-items: center;
    display: flex;
}

.item
{
    height:auto;
   
}

.colum
{
    height:450px;
    text-align: center;
    font-size:18px;
    font-weight: 600;
}

.parallax {
    /* The image used */
    background-image: url("../img/new_images_form_capiyus/Piyush_chhajed_HomePage_Row8/HomePageRow8Accountingisthelanguageofbusiness-Option1.png");
  
    /* Set a specific height */
    min-height:600px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .parallax2 {

   min-height: 425px;
    background-image: url(../img/new_images_form_capiyus/PiyushChhajed-VisionPage-Row1-BannerImage/KnowledgeSharingPage-Row1-BannerImage.png);
    /* background-position: 59% 45%; */
    background-size: cover;
  }
  .parallax5 {

   min-height: 425px;
    background-image: url(../img/new_images_form_capiyus/PiyushChhajed-VisionPage-Row1-BannerImage/KnowledgeSharingPage-Row1-BannerImage.png);
    /* background-position: 59% 45%; */
    background-size: cover;
  }
  .parallax21 {
      min-height: 425px;
    background-image: url(../img/new_images_form_capiyus/PiyushChhajed-VisionPage-Row1-BannerImage/KnowledgeSharingPage-Row1-BannerImage.png);
    /* background-position: 59% 45%; */
    background-size: cover;
  }
.zox
{
    font-size:50px;
    color:#305D92;
    font-weight: 600;
}
  .footer
  {
      min-height:350px;
      background-color: #305D92;
  }

  hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}



  		/*  VIDEO PLAYER CONTAINER
 		############################### */
         .vid-container {
		    position: relative;
		    padding-bottom: 52%;
		    padding-top: 30px; 
		    height: 0; 
		}
		 
		.vid-container iframe,
		.vid-container object,
		.vid-container embed {
		    position: absolute;
		    top: 0;
		    left: 0;
		    width: 100%;
		    height: 100%;
		}


		/*  VIDEOS PLAYLIST 
 		############################### */
		.vid-list-container {
			width: 92%;
			overflow: hidden;
			margin-top: 20px;
			margin-left:4%;
		
		}

		.vid-list {
			width: 2344px;
			position: relative;
			top:0;
			left: 0;
		}

		.vid-item {
			display: block;
			width: 248px;
			height: 208px;
			float: left;
			margin: 0;
			padding: 10px;
		}

		.thumb {
			/*position: relative;*/
			overflow:hidden;
			height: 170px;
		}

		.thumb img {
			width: 100%;
			position: relative;
			top: -13px;
		}

		.vid-item .desc {
			color: #21A1D2;
			font-size: 15px;
			margin-top:5px;
		}

		.vid-item:hover {
			
			cursor: pointer;
		}

	

		.arrow-left {
			color: #ffffff;
			cursor: pointer;
            font-size:40px;
            

		}

		.arrow-right {
			color: #ffffff;
			cursor: pointer;
            font-size:40px;
            margin-left:0%;
		}

	
.countern
{
	color:#305D92; font-size:15px; font-weight:600;

}

		@media (max-width: 624px) {
			body {
				margin: 15px;
			}
			.caption {
				margin-top: 40px;
			}
			.vid-list-container {
				padding-bottom: 20px;
			}

			/* reposition left/right arrows */
				
.countern
{
	color:#305d92; font-size:13px; font-weight:600;

}
.parallax21 {
    min-height: 50%;
    background-image: url(../img/new_images_form_capiyus/PiyushChhajed-VisionPage-Row1-BannerImage/KnowledgeSharingPage-Row1-BannerImage.png);
    background-position: 59% 45%;
    background-size: cover;
}
	.parallax2 {
min-height: 50%;
    background-image: url(../img/new_images_form_capiyus/PiyushChhajed-VisionPage-Row1-BannerImage/KnowledgeSharingPage-Row1-BannerImage.png);
    background-position: 59% 45%;
    background-size: cover;
  }
  .parallax5 {

   min-height: 50%;
    background-image: url(../img/new_images_form_capiyus/PiyushChhajed-VisionPage-Row1-BannerImage/KnowledgeSharingPage-Row1-BannerImage.png);
    background-position: 59% 45%;
    background-size: cover;
  }	
		}


      .shake:hover {
            /* Start the shake animation and make the animation last for 0.5 seconds */
            animation: shake 0.5s;
          
            /* When the animation is finished, start again */
            animation-iteration-count: infinite;
          }
          
          @keyframes shake {
            0% { transform: translate(1px, 1px) rotate(0deg); }
            10% { transform: translate(-1px, -2px) rotate(-1deg); }
            20% { transform: translate(-3px, 0px) rotate(1deg); }
            30% { transform: translate(3px, 2px) rotate(0deg); }
            40% { transform: translate(1px, -1px) rotate(1deg); }
            50% { transform: translate(-1px, 2px) rotate(-1deg); }
            60% { transform: translate(-3px, 1px) rotate(0deg); }
            70% { transform: translate(3px, 1px) rotate(-1deg); }
            80% { transform: translate(-1px, -1px) rotate(1deg); }
            90% { transform: translate(1px, 2px) rotate(0deg); }
            100% { transform: translate(1px, -2px) rotate(-1deg); }
          }

          @media screen and (max-width: 700px) 
{
    .facediv
    {
        min-height:410px;
        background-image: url(../img/fdfa78_55f7e74d4be24dcab45828ed2870668c_mv2.png);
        background-size:160% 410px;
        background-position: center;
		background-repeat: no-repeat;
    
    }

	.facediv2
    {
        min-height:410px;
        background-image: url(../img/vspg.png);
        background-size:160% 410px;
        background-position: center;
		background-repeat: no-repeat;
    
    }

}

.sidenav {
	height: 100%; /* 100% Full-height */
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */
	top: 0; /* Stay at the top */
	left: 0;
	background-color: #305d92; /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 60px; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }
  
  /* The navigation menu links */
  .sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
	color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
	transition: margin-left .5s;
	
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
  }

  .text1
  {
	color:#305D92; font-size:18px; font-weight:700;text-align:justify;
  }


  .text2
  {
	color:#305D92; font-size:18px; font-weight:400;text-align:justify;
  }

  @media screen and (max-width: 700px) {
	.text1
	{
	  color:#305D92; font-size:20px; font-weight:500;text-align: center;
	}
  
  
	.text2
	{
	  color:#305D92; font-size:20px; font-weight:500;text-align: center;
	}

	.item img
	{
		height:250px;
	
	}
  }

  .accordion-item
  {
	  margin-top:10px;
	  border-radius:5px;
  }

.social-popup-icon {
    position: fixed;
    bottom: 200px;
    right: 30px;
}
.social-popup-icon ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.social-popup-icon ul li{
    margin-bottom: 10px;
    width:40px;
    height:40px;
    border-radius:50%;
    background:white;
    box-shadow: 0px 0px 10px lightgrey;
    cursor:pointer !important;
}
.social-popup-icon ul li:hover{
    background:#254855;
}
.social-popup-icon ul li:hover a{
    color:white;
}
.social-popup-icon ul li a {
    font-size: 16px;
    position: relative;
    line-height: 40px;
    left: 32%;
    top: 2%;
    cursor:pointer !important;
}
.ballot_no {
    box-shadow: 1px 2px 10px navy;
    position: fixed;
    bottom: 10vh;
    width:100px;
    left: 10px;
    background: #305d92;
    padding: 15px 10px;
    text-align: center;
    font-size: 22px;
    border-radius: 20px;
    color: white;
    margin-right:1350px;
}
@media only screen and (max-width: 768px) {
    .social-popup-icon {
        right: 10px;
    }
}

/*logo css start*/ 
.marquee {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.marquee-content {
    display: inline-block;
    animation: marquee 15s linear infinite;
}

.marquee-item {
    display: inline-block;
    position: relative;
    margin-right: 20px; /* Add some space between items */
}

.marquee-item img {
    width: 200px;
    height: auto;
    display: block;
}

.caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.5rem;
    border-radius: 0.5rem;
    text-align: center;
    width: 100%;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
/*logo css end*/

/*layout start knowledge sharing */
.container1{
            display: grid;
            grid-template-rows: 1fr;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 10px; /* Adjust the spacing between the grid items */
            width: 80%;
            height: auto; /* Adjust as needed */
            margin: 0 auto;
            /*border: 1px solid black;*/
        }

        .item1 {
            grid-column: span 3; /* Make the first row span across all 3 columns */
            /*border: 1px solid black;*/
            /*padding: 20px;*/
            text-align: center;
            font-size: 18px;
        }

        iframe {
            width: 100%;
            height: 200px; /* Adjust height as needed */
        }
/*layout end*/

       @media (max-width: 768px) {
            .container1 {
                grid-template-columns: 1fr;
                /* Stack items vertically on small screens */
            }

            .item1 {
                grid-column: span 1;
                /* Large section only spans one column in mobile view */
            }

            iframe {
                height: 180px;
                /* Adjust iframe height for mobile */
            }
        }
        
        /*banner manifesto button*/
        .btn-light {
        position: absolute;
        top: 80%;  /* Adjust this value to move it upwards */
        right: 250px;  /* Adjust this value to move it to the right */
        transform: translateY(-50%);
        color:#305D92;
    }
    /*end*/
/*new design css for knowledge sharing*/

        .video-container-wrapper {
            position: relative;
            width: 90%;
            margin: 0 auto;
            overflow: hidden;
        }

        .video-container {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 20px;
            transition: transform 0.5s ease-in-out;
        }

        .video {
            position: relative;
            width: 300px;
            cursor: pointer;
            flex-shrink: 0;
        }

        .video img {
            width: 100%;
            height: auto;
            border-radius: 10px;
        }

        .video .youtube-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 40px;
            height: 40px;
            background: url('https://upload.wikimedia.org/wikipedia/commons/4/42/YouTube_icon_%282013-2017%29.png') no-repeat center center;
            background-size: cover;
            opacity: 0.9;
            transition: opacity 0.3s ease;
            border-radius: 50%;
        }

        .video:hover .youtube-icon {
            opacity: 1;
        }

        .popup {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 9999;
            justify-content: center;
            align-items: center;
        }

        .popup-content {
            position: relative;
            width: 80%;
            max-width: 700px;
        }

        .popup-content iframe {
            width: 100%;
            height: 400px;
            border-radius: 10px;
        }

        .close-btn {
            position: absolute;
            top: -15px;
            right: -15px;
            background-color: #fff;
            color: #333;
            border: none;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            cursor: pointer;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        }

        .arrow {
            position: absolute;
            top: 50%; /* Vertically centers the arrows */
            transform: translateY(400%); /* Ensures perfect centering */
            font-size: 40px;
            color: #333;
            background-color: rgba(255, 255, 255, 0.7);
            border-radius: 50%;
            padding: 10px;
            cursor: pointer;
            z-index: 10;
        }

        .arrow-left {
            left: 0;
        }

        .arrow-right {
            right: 0;
        }

        @media (max-width: 768px) {
            .video-container {
                flex-direction: column;
                align-items: center;
                gap: 10px;
            }

            .video {
                width: 100%;
                max-width: 90%;
            }

            .popup-content iframe {
                height: 250px;
            }

            .close-btn {
                width: 25px;
                height: 25px;
                font-size: 16px;
                line-height: 25px;
            }

            .arrow {
                font-size: 30px;
            }
        }
/*end*/

   .custom-btn {
        /*position: relative;*/
        top: -50px; /* Moves the button up */
        left: 155px;
    }

    @media (min-width: 768px) {
        .custom-btn {
        top: -50px; /* Moves the button up */
        left: 155px; /* Adjust the button slightly to the right on larger screens */
        }
    }
    
    
    
   
      