*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    font-family: 'Times New Roman', Times, serif;
    color: rgb(83, 79, 79);
}
nav{
    background-color: black;
    position: absolute;
    height: 75px;
    width: 100%;
    position: fixed;
}
label.logo{
    
    color: white;
    font-size: 35px;
    line-height: 80px;
    padding: 0 100px;
    font-weight: bold;
}
nav ul{
    float: right;
    margin-right: 20px;
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}
nav ul li a{
  color: white;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 7px 13px;
  border-radius: 3px;
}
home,a:hover{
    background: rgb(0, 103, 151);
    transition: .5s;
}
.skoda{
    width: 1348px;
    margin-top: 65px;
}
.title{
    font-size: 20px;
    text-align: center;
}
.padiarajan{
    float: right;
    width: 300px;
    margin-bottom: 10px;
    
}

.over{
    margin-top: 10px;
    margin-left: 80px;
    margin-right: 80px;
    
}
p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: rgb(0, 0, 0);
    margin-bottom: 24PX;
    margin-left: 30px;
}
.para2{
    margin-right: 5px;
}
.content1{
    margin-bottom: 10px;
}
.head2{
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    margin-top: 10px;
}

.point{
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
    text-align: justify;
    margin-left: 250px;
    margin-right: 150px;
}
.concern{
    margin-top: 7px;
}
home,a:hover
{
    background: rgb(0, 103, 151);
}
.ii{
    float: left;
    margin-top: 100px;
    width: 500px;
    margin-left: 100px;
}
.para1{
    margin-right: 400px;
    text-align: justify;
    line-height: 22px;
}
.para2{
    margin-right: 400px;
    text-align: justify;
    line-height: 22px;
}
.div1{
    background-color: black;
    margin-left: 250px;
    margin-right: 250px;

    border-radius: 20px;
   

}
.head3{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
}
.para3{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 15px;
    margin-left: 50px;
    
    text-align: justify;
}

.image{
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-image: url("coimbcityview.jpg");
    margin-top: 3px;
}
.image-overlap{
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.836);
}
.content11{
    width: 300px;
    height: 200px;
    border-style: ridge;
    text-align: center;
    border-radius: 10px;
    
    border-color: yellow;
    margin-left: 300px;
    place-items: center;
}
.contact{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}
.icon1{
    height: 70px;
    width: 70px;
}
.icon2{
    height: 90px;
    width: 70px;
}
.content12{
    width: 300px;
    height: 300px;
    border-style: ridge;
    text-align: center;
    border-radius: 10px;
    
    border-color: yellow;
    margin-left: 60px;
    place-items: center;
}
.container{
    display: flex;
    margin: 10px;
}
.amu{
    margin-top: -200px;
    text-align: center;
    font-size: 30px;
    color: white;
}
.content13{
    
        width: 300px;
        height: 150px;
        border-style: ridge;
        text-align: center;
        border-radius: 5px;
        
        border-color: yellow;
        margin-left: 50px;
        place-items: center;
    
}
.zone{
    font-size: 20px;
    color: white;
}
.address{
    font-size: 20px;
    color: white;
}
.logoimg{
    width: 165px;
}
.icon3{
    height: 70px;
    width: 70px;
}
.registration{

    float: right;
    margin-right: 100px;

}
input{
    width: 430px;
    height: 36px;
    background: none;
    border: 1px solid rgba(156, 153, 153, 0.781);
    border-radius: 2px;
    margin-top: 1px;
    font-size: 15px;
    font-weight: bold;
}
.sun{
    text-align: center;
    font-size: 30px;
}
.final{
    width: 1347px;
    height: 50px;
    background-color: black;
    color: white;
}
.iboo{
    
    float: right;
    margin-right: 5px;
    line-height: 1.5;
    font-size: 13px;
}
input{
    margin-bottom: 10px;
}
input:hover{
    border: 1px solid rgba(255, 145, 0, 0.781);
}
input::after{
    border: 1px solid rgba(255, 145, 0, 0.781);
}
input{
    outline: none;
}
.wrapper{
    float: right;
    margin-right: 100px;
    width: 450px;
    background: #fff;
    padding: 30px;
   
  }
  .wrapper .input-data{
    height: 30px;
    width: 100%;
    position: relative;
  }
  .wrapper .input-data input{
    height: 100%;
    width: 100%;
    border: none;
    font-size: 17px;
    border-bottom: 2px solid silver;
  }
  .input-data input:focus ~ label,
  .input-data input:valid ~ label{
    transform: translateY(-20px);
    font-size: 15px;
    color: #4158d0;
  }
  .wrapper .input-data label{
    position: absolute;
    bottom: 10px;
    left: 0;
    color: grey;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .input-data .underline{
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
  }
  .input-data .underline:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #4158d0;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
  }
  .input-data input:focus ~ .underline:before,
  .input-data input:valid ~ .underline:before{
    transform: scaleX(1);
  }
.button {
    margin-left: 800px;
    width: 450px;
    height: 40px;
    background-color: orange;
    color: white;
    font-size: 20x;
    border: none;
    border-radius: 20px;
    transition: 0.8s;
}
.button:hover{
    background-color: green;
    transition: 0.8s;
}
.button::after{
    background-color: green;
}
.conss{
    text-align: center;
    font-size: 20px;
}
.logoimg{
    width: 167px;
}
.ii{
    margin-top: 70px;
}
.title1{
    display: none;
}

.head12{
    margin-top: 100px;
}
.concern{
    margin-bottom: 20px;
}
.checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
  }
  #check{
    display: none;
  }
@media only screen and (max-width:785px){
    .head2{
        margin-top: -70px;
    }
    nav{
        position: fixed;
        width: 400px;

    }
    .skoda{
        width: 400px;
    }
    .final{
        width: 400px;
        height: 70px;
        text-align: center;
    }
    .over{
        margin-left: 10px;
        margin-right: 10px;
    }
    .padiarajan{
        width: 200px;
        margin-top: 40px;
        margin-right: 100px;
    }
    .para1{
        line-height: 20px;
        margin-top: 260px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .para2{
        margin-top: -20px;
        line-height: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .title{
        display: none;
    }
    .title1{
        display: block;
        text-align: center;
        font-size: 20px;
        margin-top: 5px;
    }
    .ii{
    display: none;
        width: 380px;
     
        margin-right: 10px;
        margin-top: 10px;
    }
    .point{
        margin-left: 10px;
        margin-right: 10px;
    }
    .div1{
        width: 380px;
        margin-top: -120px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .connect{
        margin-left: 20px;
    }
    .wrapper{
        margin-left: 10px;
        margin-right: 10px;
        width: 380px;
    }
    .button{
        margin-left: 10px;
        margin-right: 10px;
        width: 380px;
    }
    .para3{
        margin-left: 5px;
        margin-right: 5px;
    }
    .icon1{
        width: 30px;
        height: 50px;
    }
    .contact{
        font-size: 15px;
    }
    .container{
margin-left: 10px;
margin-right: 100px;
    }
    .content13{
        display: none;
    }

}
@media (max-width: 952px){
    label.logo{
      font-size: 30px;
      padding-left: 50px;
    }
    nav ul li a{
      font-size: 16px;
    }
  }
  @media (max-width: 858px){
    .mmm{
      width: 200px;
    }
    .checkbtn{
      display: block;
    }
    ul{
      position: fixed;
      width: 100%;
      height: 100vh;
      background: #2c3e50;
      top: 80px;
      left: -100%;
      text-align: center;
      transition: all .5s;
    }
    nav ul li{
      display: block;
      margin: 50px 0;
      line-height: 30px;
    }
    nav ul li a{
      font-size: 20px;
      color: white;
    }
    a:hover,a.active{
      background: none;
      color: #0082e6;
    }
    #check:checked ~ ul{
      left: 0;
    }
    .content11{
        margin-top: -50px;
        width: 500px;
        height: 220px;
        font-size: 25px;
        margin-left: -5px;
    }
    .content12{
        margin-top: -50px;
        width: 500px;
        height: 220px;
        margin-right: -95px;
    }
    .icon1{
        width: 60px;
        height: 80px;
    }
    .contact{
        font-size: 17px;
    }
    .head12{
        margin-top: -50px;
    }
  }
  