

*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}




.first_slider_summercamp{
    /* height:400px; */
    /* height: 350px; */
    /* background-size: contain; Fit the image inside the box */
    /* background-repeat: no-repeat; Prevent image from repeating */
    /* background-position: center; Center the image within the box */

    /* display: flex;
    justify-content: space-around;
    align-items: center;*/
    width:100vw ;
   margin-top:60px ;
}

.first_slider_summercamp .background-img {
  position: relative;
  width: 100%;
  height: auto; /* Makes sure the image fills the full viewport height */
}

.first_slider_summercamp .background-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the entire space without stretching */
  object-position: center; /* Centers the image within the container */
}



.STEM_ROBOTICS_SUMMER_CAMP{
  margin-top: 40px;
  margin-bottom: 50px;
}

/* .STEM_ROBOTICS_SUMMER_CAMP_container{
    width: 1220px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 50px;
} */
.STEM_ROBOTICS_SUMMER_CAMP_container h1{
text-align: center;

}

.STEM_ROBOTICS_SUMMER_CAMP_container_box{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-evenly;
    align-items: center;
}
.STEM_ROBOTICS_SUMMER_CAMP_container_box_item{
    /* background-color: rgb(210, 216, 232); */
    width: 550px;
    /* height: 400px; */
    /* padding: 20px; */
    margin-bottom: 20px;
}
.STEM_ROBOTICS_SUMMER_CAMP_container_box_item img{
    width: 100%;
    height: 100%;
    margin-top: 120px;
    margin-left: 70px;
   
}
.STEM_ROBOTICS_SUMMER_CAMP_container_box_item ul{
    list-style: none;
}
.STEM_ROBOTICS_SUMMER_CAMP_container_box_item ul li{
  text-align: left;
  padding-top: 5px;
}
.price-summercamp-box .smr-price{
  font-size: 30px;
  }
  .Pre-requisites-summercamp{
    margin-top: 50px;
  }
  .Pre-requisites-summercamp h4{
   text-align: center;
   color: black;
  }
  
  


/* .CAMP-PRICE */
.CAMP-PRICE{
  /* padding: 20px; */
  /* background-color: #e0dbdb; */
  /* background: linear-gradient(to right, #FFA500, #FF4500); */
  margin-top: 30px;
  margin-right: 30px;
}
.price-summercamp-box{
 color:black;
 background-color: #ccc;
 padding:5px 20px;
 
}
.price-summercamp-box h4{
  text-align: center;
  color:black;

}

/* .price-summercamp-box p{
  color:#fff;

} */

.smr-price{
  text-align: center;
  padding: 5px;
  color:#2E2E2E
}



  
 





.camp-list {
  list-style-type: none;
}

.camp-list li {
  font-size: 18px;
  padding-left: 60px; 
  padding-top: 40px;
  position: relative;
  margin-top: 10px;
  line-height:1.9;
  padding-bottom: 30px ;
  height:20px;
}

.camp-list li .icon {
  position: absolute;
  left: 10px; 
  top:50%; 
  transform: translateY(-57%); 
  width: 40px; 
  height: 40px; 
  
}

.camp-list li .icon img {
  width: 100%; 
  height: 100%; 
  margin: 15%;
  object-fit: contain;
 
}
.camp-list li .icon-1{
  top:8px;
  /* line-height: 3; */
}

.camp-list li .icon-2{
  top:28px;
  /* line-height: 2.1; */
}
.camp-list li .icon-3{
  top:25px;
  /* line-height: 2.5; */
}

.camp-list li .icon-4{
  top:19px;
  bottom: 90px;
  /* line-height:2.3; */
}

.camp-list li .icon-5{
  top:15px;
  /* line-height: 2.3; */
}

.camp-list li p{
  line-height:1;
}







/* Overview */
.STEM_ROBOTICS_SUMMER_CAMP-Overview{
    width: 1280px;
    
    margin:auto;
}
.tabset{
    margin: 10px 50px;
}
.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
  }
  
  .tabset .tab-panel {
    display: none;
  }
  
  .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
  .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
  .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
  .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
  .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
  .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display:block;
  } 







  /*
   Styling
  */
  /* body {
    font: 16px/1.5em "Overpass", "Open Sans", Helvetica, sans-serif;
    color: #333;
    font-weight: 300;
  }



  /* notes */

.note-summer-camp{
  width: 1100px;
  margin: auto;
  padding: 10px 20px;
  text-align:center;
}


  /* tab */
  
  .tabset > label {
    
    display: inline-block;
    padding: 10px 10px;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: 600;
    
  }
  
  
  /* input:focus-visible+label {
    border:3px solid green;
    outline: 2px solid rgba(0,102,204,1);
    border-radius: 10px;
  } */
  
  /* .tabset > label:hover, */
  .tabset > input:focus + label
   {
    color: black
  }
  
  
  .tabset > input:checked + label {
    margin-bottom: -1px;
    background-color: rgb(8, 8, 84);
    color: white;
  }
  
  .tab-panel  {
    padding: 30px 0;
    border-top: 2px solid #ccc;
    width: 100%;
  }


  



  
  /*
   Demo purposes only
  */
  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }
  
  /* body {
    padding: 30px;
  } */
  
  .tabset {
    /* max-width: 65em; */
  }






  /* summercamp btn */
  /* register button */
  
  

  .rgster_btn {
    background-color: rgb(8, 8, 84);
    border:none;
    border-radius: 8px;
    padding: 5px 30px;
    margin-top: 100px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    transition:color .5s linear;
    position:relative;
    overflow:hidden;
    z-index:1;
  }

.rgster_btn::before{
  content:"";
  position:absolute;
  left:0;
  right:-50px;
  top:0;
  border-right:50px solid transparent;
  border-bottom: 100px solid #f83600;
  transform: translateX(-100%);
  transition: transform .5s linear;
   z-index:-1;
}


.rgster_btn:hover::before {
    transform: translateX(0);

}


.rgster_btn:hover a {
  color: #ffff;
    
}

.mobile_tab_view_button {
    width: 100%;
    margin-top: 10px;
}

.btn_mob_tab_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_mob_tab_box_item {
  margin-top: 0 ;
  margin-bottom: 20px;
}








#objective {
  position: relative;
  background-image: url('../img/summer-camp/kiddypi-STEM-robotics-courses-doodle2.png');
  background-position: center left;  
  background-size: contain;  
  background-repeat: no-repeat;  
  background-attachment: fixed;  
  opacity:1;
  margin-right: 60px;
}





.rows {
  display: flex;
  align-items: center; 
  justify-content: space-around;
  gap: 50px;
  padding: 15px;
  border-radius: 8px;
  border: 3px solid black;
  outline: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
}

/* Add hover effect to rows */
.rows:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Style for row images */
.rows img {
  width: 25%;
  height:250px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

/* Add hover effect to images */
.rows img:hover {
  transform: scale(1.05);
}

/* Content part styling */
.row-content {
  max-width:50%;
}

.row-content h4 {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 10px;
  color: black;
}

.row-content ul {
  list-style-type: none;
  padding-left: 0;
}

.row-content ul li {
  font-size: 1.1em;
  margin: 5px 0;
  color: black
}

/* Style for alternating layouts */
.reverse.rows {
  flex-direction:row-reverse;
}





  @media screen and (min-width:320px) and (max-width:599px) {
    
    .first_slider_summercamp{
      height: auto;
        width: 100%;
        margin-bottom: 1px;
    }
   


    .STEM_ROBOTICS_SUMMER_CAMP{
        width: 100%;
        margin: 0px;
    }
    .STEM_ROBOTICS_SUMMER_CAMP_container h1{
        margin-bottom: 40px;
        width:60%;
        margin-left: 87px;
    }
    .STEM_ROBOTICS_SUMMER_CAMP_container{
        width: 100%;
        /* margin: 20px; */
    }
    .STEM_ROBOTICS_SUMMER_CAMP_container_box_item img{
      margin-top: -25px;
      margin-left: 0px;
      
    }
    .STEM_ROBOTICS_SUMMER_CAMP_container_box{
        flex-direction: column;
    }
    .STEM_ROBOTICS_SUMMER_CAMP_container_box_item{
        width: 100%;
        /* margin-bottom: 20px; */
    }
    .STEM_ROBOTICS_SUMMER_CAMP_container_box_item ul li
    {
      margin-bottom: 10px;
    }
    .price-summercamp-box .smr-price{
      text-align: center;
      font-size: 20px;
    }
    .camp-list{
      margin: 20px;
    }
    /* .camp-list li{
      height: 100px;
      padding-top: 50px;
    }
    .camp-list li {
      font-size: 15px;
      margin: 10px 10px 0px 0px;
    } */
   
    .Pre-requisites-summercamp{
     margin-top: 0px;
    }
    .Pre-requisites-summercamp ul li{
      margin-left: 40px;
    }


    /* note */
    .note-summer-camp{
      width:100%;
    }
    
   

    /* overview */
    .STEM_ROBOTICS_SUMMER_CAMP-Overview{
       /* margin-top: 280px; */
        width: 100%;
    }
    .tabset{
      margin: 0px 20px;
    }
    .tab-panels{
      width: 100%;
    }
    .tab-panels p{
text-align: justify;
    }


    .mobile_tab_view_button{
      margin: 0px 0px 10px 0px;
    }
    
  }




  @media screen and (min-width: 600px) and (max-width: 1024px) {
        
    .first_slider_summercamp{
      height: 300px;
        width: 100%;
        margin-bottom: -100px;
    }
   
  .STEM_ROBOTICS_SUMMER_CAMP_container{
    width: 100%;
    margin: 0px;
}
.price-summercamp-box .smr-price{
  text-align:center;
}
.STEM_ROBOTICS_SUMMER_CAMP_container_box{
  flex-direction: column;
}
.STEM_ROBOTICS_SUMMER_CAMP_container h1{
  padding: 10px;
}
.STEM_ROBOTICS_SUMMER_CAMP_container_box_item img{
  margin-top: 0px;
}

.Pre-requisites-summercamp ul li{
  margin-left: 180px;
}


 /* note */
 .note-summer-camp{
  width:100%;
  /* padding: 5px 20px; */
  padding: 10px 40px;
 
}



.STEM_ROBOTICS_SUMMER_CAMP-Overview{
 width: 100%;
 /* margin-top: 300px; */
}

.mobile_tab_view_button{
  /* margin: 30px; */
}
  }






/* summer camp page responsiveness*/

@media screen and (min-width:320px) and (max-width:599px) {

#objective{
  width:100%;
}


.rows {
  display: flex;
  align-items:center; 
  justify-content: space-evenly;
  gap: 10px;
  padding: 10px;
  border-radius: 8px;
  border: 3px solid black;
  outline: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
}


  .rows img{
    width:50%;
    margin-right: 10px;
  }

  .row-content{
    max-width:50%;
    
  }
.row-content ul li{
  font-size: 13px;
  margin-left: 4px;
  /* margin-right: 50px;  */
}
.row-content h4{
font-size: 1em;
}

#objective{
  margin-left:0;
}

.CAMP-PRICE{
  margin-left: 0px;
  width:100vw;
}
.camp-list li{
  font-size:15px;
}

.price-summercamp-box{
  padding: 5px 20px;
}

#fee{
  width:100%;
}

#fee table{
  width:100%;
 border: 1px solid #ddd; 
}


#fee table{
  /* margin-right:50px; */
 }

th,td{
  font-size: 12px;
  padding: 2px;
  text-align: center;
}




.tabset>label{
padding: 5px;
}

.tab-panel{
  border-top:2px solid #ccc;
 width: 100%;
}

}

.para-content{
  padding-left: 40px;
}







@media screen and (min-width: 600px) and (max-width: 1024px) {


  .rows img{
    width:50%
  }

  .row-content{
    max-width: 50%
  }
.row-content ul li{
  font-size: 15px;
  margin-left: 4px;
  margin-right: 10px; 
}
.row-content h4{
font-size: 1.3em;
}

#objective{
  margin-left: 0px;
  /* width:80%; */
}

.CAMP-PRICE{
  margin-right: 0px;
  /* width:100vw; */
}
.camp-list li{
  font-size:15px;
}

.price-summercamp-box{
  padding: 5px 20px;
}

.STEM_ROBOTICS_SUMMER_CAMP_container_box_item img{
  margin-left: 0px;
}

#fee table th{
  text-align: center;
}

}












