/* body{
	background-image: url(img/images/bg/Aikyam_LetzStepIn_creatives_01237.png);
  } */

nav{
    font-size: 20px;
}

.navex-below a{
    color:rgb(47, 121, 50);
}

.navex-below a:hover{
    color:rgb(155, 91, 91);
}


.carousel-caption h5{
    background-color:#efe7e2c4;
    color: rgb(115, 58, 58);
    padding: 20px;
}
.h1-home{
    color: rgb(132, 75, 75);
}
.p-tag-home{
    color: rgb(47, 121, 50);
    padding-left: 50px;
    padding-right: 50px;

}
.home-schedule-btn{

    color: rgb(129, 71, 71);
    background-color: transparent;
    border:rgb(129, 71, 71) 1px solid;
    border-radius: 50px;
    margin: 0 auto;
    display: block;
}
.home-schedule-btn:hover{
    color: white;
    background-color: rgb(52, 113, 52);
    border: rgb(52, 113, 52) 1px solid;
    border-radius: 50px;
}

/* programs styles */

.programs-offered{

    background-color:#f9f9f9;
    width: 100%;
    text-align: center;
    align-content: center;
    padding: 20px;
  
  }
  

  
  /* programs offered */
  .sub-div .img-prg1{
   width:100%;
   height: 60%;
   border-radius: 20px;
   margin-bottom: 10px;
  }
  .sub-div .img-prg2{
    width:100%;
    height: 60%;
    border-radius: 20px;
    margin-bottom: 10px;
   }
   .sub-div .img-prg3{
    width:100%;
    height: 60%;
    border-radius: 20px;
    margin-bottom: 10px;
   }
   .sub-div .img-prg4{
    width:100%;
    height: 60%;
    border-radius: 20px;
    margin-bottom: 10px;
   }
  .programs-title{
    text-align: center;
    padding: 20px;
  }

  
  .main-wrapper-of-program{
    /* background-color: tan; */
    display: flex;
    justify-content: space-evenly;
  
  }
  
  .sub-div{
    text-align: center;
    align-content: center;
    background-color: rgba(237, 237, 243, 0.99);
    width: 23%;
    border-radius: 20px;
    box-shadow:  2px 2px 5px rgba(0, 0, 0, 0.577);
  
  }
  .sub-div:hover{
  background-color: #c6d0af;
  color: white;
  transition: all .5s;
  transform : translateY(-10px);
  }
  
  .main-wrapper-of-program img{
    width: 80%;
    padding: 5px;
  
    /* background-color: #89459c;
    border-radius: 20px; */
    /* filter: rgb(75, 50, 75); 
    -webkit-filter: grayscale(1); 
    filter: grayscale(1);  */
  }
  
  .main-wrapper-of-program img:hover{
    transition: all .3s ease;
    transform: scale(1.1);
    
  }
  
  
  /* .main-wrapper-of-program img:hover{
    -webkit-filter: grayscale(0);
    filter: none;
  } */
  .sub-div  .third-btn{
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .main-wrapper-of-program #fourth-btn, #fifth-btn{
    margin-bottom: 15px;
  }
  
  .sub-div button{
    background-color: #6a8b63;
    color: whitesmoke;
    border: none;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 2px 2px 5px rgb(57, 65, 139);
    
    margin-bottom: 10px;
  
  
  }
  .sub-div button:hover{
    background-color: #41a26e;
    color: whitesmoke;
    border: none;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-shadow: 2px 2px 5px rgb(58, 143, 41);
  
  }
  
  .sub-div h4{
    color: #754641;

  }
  .sub-div p{
    color: #417506;

  }
.home-offer{
    color: #417506;

}  


/* calender */

/* Basis */


#table-container {
  border-radius: 15px;
  border: 10px solid rgba(255, 255, 255, .03);
  max-width: 555px;
  overflow: hidden;
  color:black;
  height: 400px;
  overflow-y: scroll;

}
#table-container table {
  border-collapse: collapse;
  height: auto;
  color: black;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, rgba(245, 255, 246, 0.1) 100%);
}
#table-container table tbody {
  height: 100%;
  width: 100%;
}
#table-container table tr td, #table-container table tr th {
  padding: 20px;
  text-align: left;

}
#table-container table tr th {
  color: rgba(255, 255, 255, .7);
     color:white;
   
}

#table-container table tr td {
  color: rgba(255, 255, 255, .5);
     color: rgb(12, 114, 12);
   
  font-weight: lighter;
}
#table-container table tr td:hover {
  background-color: rgba(255, 255, 255, 0.01);
}
#table-container table tr:first-child {
 /*background: linear-gradient( -45deg, rgba(127, 255, 127, 0.5) 0%, rgba(127, 0, 255, 0.5) 100% );
 */
  background: linear-gradient(45deg, #747270 0%, #b289d6 100%);
}


/* table-content-in-alert */
.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background-image: linear-gradient(rgb(187, 211, 173), rgb(237, 217, 190));
  color: white;
}
.modal-window header {
  font-weight: bold;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}
.modal-close {
  color: rgb(221, 31, 31);
  line-height: 50px;
  font-size: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
  text-shadow: 1px 2px 5px white;
}
.modal-close:hover {
  color: black;
}



.modal-window > div {
  border-radius: 1rem;
}
.modal-window div:not(:last-of-type) {
  margin-bottom: 15px;
}

small {
  color: lightgray;
}
.btn {
  background-color: #ecf1f8;
  padding: 1em 1.5em;
  border-radius: 0.5rem;
  text-decoration: none;
}
.btn i {
  padding-right: 0.3em;
}
/* custom alert pop ends here */

.calen{
  color: #417506;
  text-transform: uppercase;
  text-align: center;
  margin-top: 50px;
  margin-bottom: -100px;
}
.btn-calender {
  
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: #fff;
    background: #ecf1f8;
  color: #262626;
  border-radius: 10px;
  height: 50px;
  font-weight: 600;
  min-width: 100px;
  padding: 0px 20px;
  transition: 0.2s ease;
  cursor: pointer;
  outline: 0;
}

.btn-calender:hover {
  color: #FFF;
  background: #30ce7796;
}

.btn-small {
  min-width: 50px;
}


.btn-day {
  font-family: 'Open Sans';
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 99;
  outline: 0;
  border-radius: 10px;
  transition: 0.4s all;
}

.btn-day.active {
  color: #FFF;

  font-weight: 600;
  z-index: 99;
}

.btn-day.active::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  background: #30ce7796;
  border-radius: 10px;
  z-index: -1;
}

.text-field {
  padding: 10px;
  height: 50px;
  width: 200px;
  border: 1px solid #f0f0f0;

  border-radius: 10px;
  margin: 0px 10px 0 0;
}

.title {
  font-size: 1.3em;
}

.subtitle {
  font-size: 1.1em;
}



.container-calender {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  /* background: #ecf1f8; */
  background-image: url(img/images/calender/Aikyam_LetzStepIn_creatives_home_calender1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.calendar-assets {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 10px;
}

#currentDate{
text-align:center;
font-size:20px;
}

.field {
  display: flex;
  width: auto;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  margin: 20px 0;
}

.field label {
  margin: 2px;
}

.form-input {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.day-assets {
  display: flex;
  justify-content: space-between;
  width: 324px;
}



.day-assets .btn:nth-child(2) i {
  padding: 0 10px 0 0 !important;
}

.calendar {
  height: 370px;
  width: 324px;
  border-radius: 18px;
  background: #ffffff;
  background: #ecf1f8;
  padding: 10px;
  user-select: none;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 18px 18px 0px 0px;
  padding: 15px;
  height: 50px;
  width: 100%;
  color: #262626;
}

.month {
  font-size: 0.7em;
}

.icon-calender {
  padding: 10px;
  font-size: 1em;
  margin: 0 0 0 5px;
  background: #ffffff;
  background: #30ce7796;
  border: none;
  cursor: pointer;
  outline: 0;
}

.icon-calender:hover {
  cursor: pointer;
}

#calendar {
  width: 100%;
}

.weekends th {
  font-size: 1em;
  color: gray;
  font-weight: 400;
  width: 40px;
  margin: 10px 0;
}

#calendar tr {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin: 3px;
}

#calendar td {
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 99;
}

/* calender-end */


/* school tour and gallery */
.school_tr_n_gallery_heading{
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
    grid-gap: 4px;
    justify-content: center;
    margin: 16px;
  }
  .grid .photo {
    background-size: cover;
    background-position: center;
    width: 100%;
    background-color: lightgrey;
    overflow: hidden;
    /* position: relative; */
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    border: 6px solid white;
  }
   /* video from gallery and school .school-tour */
   .conatiner{
    align-items: center;
    align-content: center;
    display: flex;
    justify-content: center;
   }
   .video-cont{
    border-radius: 20px;
    align-items: center;
    
    /* margin-left: 260px; */
   }


 
/* bounce effect for images  */


.jBounceIn {
	-webkit-transition: .6s cubic-bezier(.47,2.02,.31,-0.36);
  transition: .6s cubic-bezier(.47,2.02,.31,-0.36);
}
.jBounceIn:hover, .jbounceIn:focus, .jbounceIn:active {
	transform: scale(1.1);
}  


   .programs-title span{
    color: #3a6041;
  }
.home-prgms{
    color: #754641;
}




 /* style for excited to visit aikyam with wavy bg */
 .p-in-wavy{
	color: transparent;
}
 video.fullscreen {
	position: absolute;
	z-index: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  video.fullscreen::-webkit-media-controls {
	display: none !important;
  }
  .video-bg {
	position: relative;
	display: grid;
	place-items: center;
  height: 1000px;
  width: 100%;
	margin: 0 auto;
	background: #f6f6f6 ;
  }
  
  .video-bg .wave{
	position: absolute;
	width: 100%;
	height: 450px;
	bottom: 0;
	left: 0;
	background-image: url(img/images/wave/up2.png);
	animation: animate 30s linear infinite;

  }
  
  @keyframes animate 
  {
	0%{
	  background-position: 0;
	}
	100%{
	  background-position: 1360px;
	}
  }
  
  .video-bg .wave2{
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	right: 0;
	background-image: url(img/images/wave/up1.png);
	animation: animate2 30s linear infinite;
  }
  
  @keyframes animate2 
  {
	0%{
	  background-position: 1360px;
	}
	100%{
	  background-position: 0;
	}
  }

  .content {
	z-index: 1;
  }
  .tutorial-link h2{
	background: linear-gradient(90deg, #00b4db 0%, #224488 50%, #0083b0 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	
  }
  .tutorial-link a{
	text-decoration: none;
	background: linear-gradient(90deg, #00b4db 0%, #224488 50%, #0083b0 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	
  }
  .title-of-excited-to-visit{
  padding-top: 50px;
  padding-bottom: 0;
  margin-bottom: -100px;
  color: #754641;
  }
  .div-holder{
  
	display: flex;
	justify-content: center;
	justify-content: space-evenly;
	/* background-color: #0080ff; */
	height: 650px;
	width: 100%;
	margin-top: 50px;
  }
  .div_one{
	/* background-color: red; */
	width: 100%;
	/* background-image: url(images/bg/Aikyam_LetzStepIn_creatives_excitedtoknowschool_block_pic1.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: -100px; */
	/* background-color: red; */
	height: 550px;
  }
  .excited-to-visit-school-pic{
	margin-left:100px;
  }
  .div-two{
	height: 550px;
	/* background-color: green; */
	width: 100%;
	margin-bottom: -250px;
  }
  .div-one-h1{
	text-align: center;
	padding: 10px;
	/* font-size: 1.5em; */
	margin-left: -230px;
  color: #417506;
  }
  
  .form-field {
	height:40px;
	width:550px;
	margin: 15px;
	border-radius: 20px;
  }
  .checkbox-style{
	margin-left: 26px;
	margin-bottom: 25px;
  }
  .continue-btn{
	height:50px;
	width:280px;
	margin-top: -20px;
	margin-left: 20px;
	border-radius: 30px;
	background-color: #6a8b63;
	color: white;
	border: #6a8b63;
	font-weight: 600;
	font-size: 1.2em;
	
  }
  #cnt-btn:hover{
	background-color: transparent;
	color: brown;
	cursor: pointer;
	border: brown 2px solid;
  }
  
  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  padding-left: 20px;
	opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
  padding-left: 20px;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
  padding-left: 20px;
  }
  .home-schedulebtn{
    color: #417506;
    background-color: transparent;
    border: #417506 solid 2px;
    border-radius: 50px;
  }
  .home-schedulebtn:hover{
    color: white;
    background-color: #417506;
    border: #417506 solid 2px;
    border-radius: 50px;
  }

/* footer styles starts from here */


.big-content{
  margin-top: 20px;
  background-color: white;
  display: flex;
  justify-content: start;
  justify-content: space-around;
  padding: 20px;
  box-shadow: 2px 2px 5px rgb(132, 133, 134);
 
}
.big-content h4{

  margin-bottom: 20px;
  color: #754641;
}
footer .big-content p, a{
  /* color: #417506; (nav and footer color changer) */
 
  color: #417506; 
}

.big-content p:hover{
  color: #754641;
 
  text-decoration: none;
  list-style: none;
}
.big-content a:hover{
  text-decoration: none;
  list-style: none;
}

.small-content{
  background-color: #754641;
  text-align: center;
  padding: 20px;
  color: whitesmoke;

}
.footer-icons{
  color: white;
background-color: #417506;
border: #417506 solid 2px;
}

.footer-icons:hover{
  color: #417506;
background-color: white;
border: #417506 solid 2px;
}

.small-content span .footer-highlight{
  color: white !important;
}

body{
	background-image: url(img/images/bg/aikyam_letzstepin_creative_bg100.png);
 
  }
.dusserha-poster{
 
  background-image: linear-gradient(to right, #eebc91 , 
  #abd9b4);
  /* height: 800px; */
  display: flex;
  justify-content: center;
  padding: 10px;
  box-shadow: 2px 2px 5px black;
}

/* my acer resolution
1920px  */
/* 1199px */

/* MEDIA QUERIES */

@media (min-width: 968px) and (max-width: 1950px) {
                        nav{
                            font-size: 18px;
                        
     
                        }
    
 }





@media (min-width: 768px) and (max-width: 1950px) {
                        body{
                            /* background-color: rgba(205, 189, 41, 0.926); */
                        }
                        .logoim{
                            height: 100px;
                        }

                        .carousel-item img{
                            height: 350px !important;
                            width: 100% !important;
                        }
                        nav{
                            font-size: 16px;
                        }
 
 }

 @media (min-width:577px) and (max-width:767px) {
 

               
                        nav{
                            font-size: 15px;
                        }
                        

}
@media (min-width:577px) and (max-width:775px) {
                      .main-wrapper-of-program {
                          display: flex;
                          flex-direction: column  ;
                          align-items: center;

                          flex-wrap: wrap;
                          align-content: center;
                          
                      }
                      .sub-div{

                          display: flex;
                          flex-direction: column  ;
                          align-items: center;
                          width: 200px;
                          flex-wrap: wrap;
                          align-content: center; 
                          margin: 10px;
                      }
                      .excited-to-visit-school-pic{
                        width: 100%;
                        margin-left: 10px;
                        margin-top: 100px;
                      }
               
}

 @media (min-width:451px) and (max-width:576px) {
 

                        nav{
                            font-size: 14px;
                        }
                        .main-wrapper-of-program {
                            display: flex;
                            flex-direction: column  ;
                            align-items: center;
                    
                            flex-wrap: wrap;
                            align-content: center;
                            
                        }
                        .sub-div{

                            display: flex;
                            flex-direction: column  ;
                            align-items: center;
                            width: 200px;
                            flex-wrap: wrap;
                            align-content: center; 
                            margin: 10px;
                        }
                        .excited-to-visit-school-pic{
                          width: 100%;
                          margin-left: 10px;
                          margin-top: 100px;
                        }
                        .big-content{
                          display: table;
                          vertical-align: middle;
                          display: table-cell;
                          
                       
                        }
                        

}



 @media (min-width:321px) and (max-width:450px) {
 

                        .carousel-caption h5{
                        font-size: 12px;
                        
                        }
                        nav{
                            font-size: 14px;
                        }
                        .main-wrapper-of-program {
                            display: flex;
                            flex-direction: column  ;
                            align-items: center;
                    
                            flex-wrap: wrap;
                            align-content: center;
                            
                        }
                        .sub-div{

                            display: flex;
                            flex-direction: column  ;
                            align-items: center;
                            width: 200px;
                            flex-wrap: wrap;
                            align-content: center; 
                            margin: 10px;
                        }
                        .excited-to-visit-school-pic{
                          width: 100%;
                          margin-left: 10px;
                          margin-top: 100px;
                        }
                        .big-content{
                          display: table;
                          vertical-align: middle;
                          display: table-cell;
                       
                        }
                        
                    
}


 @media (min-width: 0px) and (max-width:320px) {
 

                            .carousel-caption h5{
                             font-size: 12px;
                            
                            }
                            nav{
                                font-size: 13px;
                            }
                            .main-wrapper-of-program {
                                display: flex;
                                flex-direction: column  ;
                                align-items: center;
                        
                                flex-wrap: wrap;
                                align-content: center;
                                
                            }
                            .sub-div{

                                display: flex;
                                flex-direction: column  ;
                                align-items: center;
                                width: 200px;
                                flex-wrap: wrap;
                                align-content: center; 
                                margin: 10px;
                            }
                            .excited-to-visit-school-pic{
                              width: 100%;
                              margin-left: 10px;
                              margin-top: 100px;
                            }
                            .big-content{
                              display: table;
                              vertical-align: middle;
                              display: table-cell;
                           

                        
                            }
                            
}
