/* TAMILNADU */
.tamilnadu{
    background-image: url("./media/webp/Banner-tamilnadu\ \(1\).jpeg");
    height: 650px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.pondi{
    background-image: url("./media/webp/Pondicherry-cover-1_\(1\)[1].jpg");
    height: 650px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.recblue{
    width: 100%;
    height: 50px;
    background-color: rgb(15, 32, 53);
    
 
 
}
.recblue h2{
font-family: spectral;
color: white;
padding-top: 5px;

}

.nadu{
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}
.pondii{
  display: flex;
    justify-content: space-around;
    margin-top: 40px;

}
.captcha{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.captcha h3{
    font-family: spectral;
    font-weight: 600;
    color:rgb(10,33,61); 
}
.captcha p{
     font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  color:rgb(10,33,61); 
}
.input1{
    font-size: 13px;
    color:rgb(10,33,61); 
    border: solid 2px skyblue;
    border-radius: 30px;
    height: 40px;
    width: 200px;
padding-left: 20px;
margin-top: 10px;

}
.input2{
    font-size: 13px;
    color:rgb(10,33,61); 
    border: solid 2px skyblue;
    border-radius: 30px;
    height: 40px;
    width: 200px;
padding-left: 15px;
margin-top: 10px;

}
.input3{
  font-size: 13px;
    color:rgb(10,33,61); 
    border: solid 2px skyblue;
    border-radius: 30px;
    height: 40px;
    width: 405px;
padding-left: 20px;  
margin-top: 10px;
}
.input4{
      font-size: 13px;
    color:rgb(10,33,61); 
    border: solid 2px skyblue;
    border-radius: 30px;
    height: 90px;
    width: 406px;
padding-left: 20px;  
margin-top: 10px;
padding-bottom: 50px;
}

/* button */

.btn {
 width:200px;
 height: 50px;
margin-top: 20px;
 background: rgb(10, 80, 112);
 color: white;
 border: 2px solid rgb(10, 80, 112) ;
 border-radius: 20px;
 font-size: 20px;
 font-weight: bold;
 cursor: pointer;
 position: relative;
 z-index: 1;
 overflow: hidden;
}

button:hover {
 color: black;
}

button:after {
 content: "";
 background: rgb(201, 196, 196);
  /* border: 2px solid rgb(10, 80, 112) ; */
 position: absolute;
 z-index: -1;
 left: -20%;
 right: -20%;
 top: 0;
 bottom: 0;
 transform: skewX(-45deg) scale(0, 1);
 transition: all 0.5s;
  
}

button:hover:after {
 transform: skewX(-45deg) scale(1, 1);
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.map{
    margin-top: 10px;
}
.map img{
    width: 500px;
    margin-top: 10px;
    border-radius: 20px;
    border: 2px solid rgb(14, 99, 133);
}
.map h5{
    font-family: spectral;
    color: rgb(54, 157, 241);
    font-weight: 600; 
    margin-top: 20px;
    font-size: 25px;
}
/* social */

.social {
  width: fit-content;
  height: fit-content;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 25px;
  gap: 20px;
}

/* for all social containers*/
.socialContainer {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: rgb(31, 58, 100);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: 1s;
}
/* instagram*/
.containerOne:hover {
  background-color: #d62976;
  transition-duration: 0.3s;
}
/* twitter*/
.containerTwo:hover {
  background-color: #d42d2d;
  transition-duration: 0.3s;
}
/* linkdin*/
.containerThree:hover {
  background-color: #1c6eda;
  transition-duration: 0.3s;
}
/* Whatsapp*/
.containerFour:hover {
  background-color: #128c7e;
  transition-duration: 0.3s;
}

.socialContainer:active {
  transform: scale(0.9);
  transition-duration: 0.3s;
}

.socialSvg {
  width: 17px;
}

.socialSvg path {
  fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
  animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


/* kerala */
.keralaa{
   background-image: url("./media/webp/kerbanner.png");
    height: 600px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.keralaaa{
  margin-top: 40px;
}
/* mysore */
.mysore{
   background-image: url("./media/webp/mysore.webp");
    height: 650px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.mysoree{
  margin-top: 40px;
}
/* goa */
.goa{
   background-image: url("./media/webp/goa-banner.webp");
    height: 650px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.goaa{
  margin-top: 40px;
}
/* andhra */
.andhra{
     background-image: url("./media/webp/Tirupati-banner.webp");
    height: 650px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.andraa{
  margin-top: 40px;
}


@media (max-width:1450px){

  .keralaa{
   background-image: url("./media/webp/kerbanner.png");
    height: 400px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.keralaaa{
  margin-top: 20px;
  margin-left: 12px;
}
/* pondi */
.pondi{
    background-image: url("./media/webp/Pondicherry-cover-1_\(1\)[1].jpg");
    height: 400px;
    background-size: 100%;
    background-repeat: no-repeat;
}
/* mysore */
.mysore{
   background-image: url("./media/webp/mysore.webp");
    height: 600px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.mysoree{
  margin-top: 20px;
  padding-left: 14px;
}
/* goa */
.goa{
   background-image: url("./media/webp/goa-banner.webp");
    height: 480px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.goaa{
  margin-top: 20px;
  padding-left: 15px;
}
/* andhra */
.andhra{
     background-image: url("./media/webp/Tirupati-banner.webp");
    height: 480px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.andraa{
  margin-top: 20px;
 padding-left: 13px;
}
    .tamilnadu{
    background-image: url("./media/webp/Banner-tamilnadu\ \(1\).jpeg");
    height: 480px;
    background-size: 100%;
    background-repeat: no-repeat;
}

}

/* tab view */
@media  (max-width:1000px) {
   .keralaa{
   background-image: url("./media/webp/kerbanner.png");
    height: 250px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.keralaaa{
  margin-top: 20px;
  margin-left: 12px;
}
/* pondi */
.pondi{
    background-image: url("./media/webp/Pondicherry-cover-1_\(1\)[1].jpg");
    height:350px;
    background-size: 100%;
    background-repeat: no-repeat;
}
/* mysore */
.mysore{
   background-image: url("./media/webp/mysore.webp");
    height: 400px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.mysoree{
  margin-top: 20px;
  margin-left: 13px;
}
/* goa */
.goa{
   background-image: url("./media/webp/goa-banner.webp");
    height: 280px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.goaa{
  margin-top: 20px;
  margin-left: 12px;
}
/* andhra */
.andhra{
     background-image: url("./media/webp/Tirupati-banner.webp");
    height: 280px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.andraa{
  margin-top: 20px;
  margin-left: 12px;
}
    .tamilnadu{
    background-image: url("./media/webp/Banner-tamilnadu\ \(1\).jpeg");
    height: 320px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.nadu{
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    row-gap: 20px;
    margin-left:2%;

}
.captcha{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.capform{
  margin-left: 20%;
}
.map{
  margin-top: 30px;
}
}




/* mobile view */
@media  (max-width:568px) {

  .keralaa{
   background-image: url("./media/webp/kerbanner.png");
    height: 110px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.keralaaa{
  margin-top: 20px;
  margin-left: 7%;
   row-gap: 20px;
}
/* pondi */
.pondi{
    background-image: url("./media/webp/Pondicherry-cover-1_\(1\)[1].jpg");
    height: 150px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.pondii{
  display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-left: 15px;
    row-gap: 20px;
}
/* mysore */
.mysore{
   background-image: url("./media/webp/mysore.webp");
    height: 200px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.mysoree{
  margin-top: 20px;
  margin-left: 13px;
   row-gap: 20px;
}

/* goa */
.goa{
   background-image: url("./media/webp/goa-banner.webp");
    height: 180px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.goaa{
  margin-top: 20px;
  margin-left: 10px;
   row-gap: 20px;
}
/* andhra */
.andhra{
     background-image: url("./media/webp/Tirupati-banner.webp");
    height: 140px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.andraa{
  margin-top: 20px;
  margin-left: 15px;
   row-gap: 20px;
}
    .tamilnadu{
    background-image: url("./media/webp/Banner-tamilnadu\ \(1\).jpeg");
    height: 140px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.recblue h2{
font-family: spectral;
color: white;
padding-top: 10px;
font-size: 20px;
}
    .nadu{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-left: 22px;
    row-gap: 20px;
}

.input1{
    font-size: 13px;
    color:rgb(10,33,61); 
    border: solid 2px skyblue;
    border-radius: 30px;
    height: 40px;
    width: 150px;
padding-left: 15px;
margin-top: 10px;
margin-left: 15px;

}
.captcha{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.capform{
  margin-left: 0%;
}
.map{
  margin-top: 30px;
}

.input2{
    font-size: 13px;
    color:rgb(10,33,61); 
    border: solid 2px skyblue;
    border-radius: 30px;
    height: 40px;
    width: 150px;
padding-left: 15px;
margin-top: 10px;

}
.input3{
  font-size: 13px;
    color:rgb(10,33,61); 
    border: solid 2px skyblue;
    border-radius: 30px;
    height: 40px;
    width: 300px;
padding-left:15px;  
margin-top: 10px;
margin-left: 19px;
}
.input4{
      font-size: 13px;
    color:rgb(10,33,61); 
    border: solid 2px skyblue;
    border-radius: 30px;
    height: 90px;
    width: 300px;
    margin-left: 19px;
padding-left:15px;  
margin-top: 10px;
padding-bottom: 40px;
}
.input5{
 font-size: 13px;
    color:rgb(10,33,61); 
    border: solid 2px skyblue;
    border-radius: 30px;
    height: 40px;
    width: 120px;
    margin-left: 35px;
padding-left:15px;
background-color: rgb(168, 166, 166);
margin-top: 10px;
}
.input6{
     font-size: 13px;
    color:rgb(10,33,61); 
    border: solid 2px skyblue;
    border-radius: 30px;
    height: 40px;
    width: 170px;
padding-left:15px;
margin-top: 10px;
}
.btn {
 width:150px;
 height: 40px;
margin-top: 20px;
 background: rgb(10, 80, 112);
 color: white;
 border: 2px solid rgb(10, 80, 112) ;
 border-radius: 20px;
 font-size: 20px;
 font-weight: bold;
 cursor: pointer;
 position: relative;
 z-index: 1;
 overflow: hidden;
 margin-left: 100px;
 font-size: 15px;
}
.map{
    margin-top: 50px;
}
.map img{
    width: 320px;
    margin-top: 10px;
    border-radius: 20px;
    border: 2px solid rgb(14, 99, 133);
}
.map h5{
    font-family: spectral;
    color: rgb(54, 157, 241);
    font-weight: 600; 
    margin-top: 20px;
    font-size: 25px;
}
.social h5{
  font-size: 15px;
}
.socialContainer{
   width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(31, 58, 100);
}
footer{
  margin-top: 10px;
}
.social svg{
  width: 15px;
}

}




/* mobile view */
@media  (max-width:368px) {

  .keralaa{
   background-image: url("./media/webp/kerbanner.png");
    height: 110px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.keralaaa{
  margin-top: 20px;
  margin-left: 3%;
   row-gap: 20px;
}
/* pondi */
.pondi{
    background-image: url("./media/webp/Pondicherry-cover-1_\(1\)[1].jpg");
    height: 150px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.pondii{
  display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-left: 5px;
    row-gap: 20px;
}
/* mysore */
.mysore{
   background-image: url("./media/webp/mysore.webp");
    height: 200px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.mysoree{
  margin-top: 20px;
  margin-left: 3px;
   row-gap: 20px;
}

/* goa */
.goa{
   background-image: url("./media/webp/goa-banner.webp");
    height: 180px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.goaa{
  margin-top: 20px;
  margin-left: 1px;
   row-gap: 20px;
}
/* andhra */
.andhra{
     background-image: url("./media/webp/Tirupati-banner.webp");
    height: 140px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.andraa{
  margin-top: 20px;
  margin-left: 1px;
   row-gap: 20px;
}
    .tamilnadu{
    background-image: url("./media/webp/Banner-tamilnadu\ \(1\).jpeg");
    height: 140px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.recblue h2{
font-family: spectral;
color: white;
padding-top: 10px;
font-size: 20px;
}
    .nadu{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-left: 10px;
    row-gap: 20px;
}

.input1{
    font-size: 13px;
    color:rgb(10,33,61); 
    border: solid 2px skyblue;
    border-radius: 30px;
    height: 40px;
    width: 150px;
padding-left: 15px;
margin-top: 10px;
margin-left: 15px;

}
.captcha{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.capform{
  margin-left: 0%;
}
.map{
  margin-top: 30px;
}

.input2{
    font-size: 13px;
    color:rgb(10,33,61); 
    border: solid 2px skyblue;
    border-radius: 30px;
    height: 40px;
    width: 150px;
padding-left: 15px;
margin-top: 10px;

}
.input3{
  font-size: 13px;
    color:rgb(10,33,61); 
    border: solid 2px skyblue;
    border-radius: 30px;
    height: 40px;
    width: 300px;
padding-left:15px;  
margin-top: 10px;
margin-left: 19px;
}
.input4{
      font-size: 13px;
    color:rgb(10,33,61); 
    border: solid 2px skyblue;
    border-radius: 30px;
    height: 90px;
    width: 300px;
    margin-left: 19px;
padding-left:15px;  
margin-top: 10px;
padding-bottom: 40px;
}
.input5{
 font-size: 13px;
    color:rgb(10,33,61); 
    border: solid 2px skyblue;
    border-radius: 30px;
    height: 40px;
    width: 120px;
    margin-left: 35px;
padding-left:15px;
background-color: rgb(168, 166, 166);
margin-top: 10px;
}
.input6{
     font-size: 13px;
    color:rgb(10,33,61); 
    border: solid 2px skyblue;
    border-radius: 30px;
    height: 40px;
    width: 170px;
padding-left:15px;
margin-top: 10px;
}
.btn {
 width:150px;
 height: 40px;
margin-top: 20px;
 background: rgb(10, 80, 112);
 color: white;
 border: 2px solid rgb(10, 80, 112) ;
 border-radius: 20px;
 font-size: 20px;
 font-weight: bold;
 cursor: pointer;
 position: relative;
 z-index: 1;
 overflow: hidden;
 margin-left: 100px;
 font-size: 15px;
}
.map{
    margin-top: 50px;
}
.map img{
    width: 320px;
    margin-top: 10px;
    border-radius: 20px;
    border: 2px solid rgb(14, 99, 133);
}
.map h5{
    font-family: spectral;
    color: rgb(54, 157, 241);
    font-weight: 600; 
    margin-top: 20px;
    font-size: 25px;
}
.social h5{
  font-size: 15px;
}
.socialContainer{
   width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(31, 58, 100);
}
footer{
  margin-top: 10px;
}
.social svg{
  width: 15px;
}

}
