html {
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    font-family: 'Roboto' , sans-serif;
}
  

.heading{
  padding-top: 25px;
  text-align: center;
  font-size: 2em;
}
.contact-us{
  text-align: center;
  width: 100%;
  font-family: 'Roboto' , sans-serif;
  line-height: 30px;
  font-size: large;
  padding-top: 10%;
}


@media (min-width: 800px) {
  
  .fill-img {
    object-fit: cover;
    width:  100%;
    height: 100%;
    max-height: 450px;
  }

  #d1{
    display: table;
    vertical-align: top;
    height: 450px;
    padding: 40px 80px;
  }

  #d2, #d3{
    display: table-cell;
    padding: 2px 6px;
    vertical-align: top;
    box-sizing: border-box;
  }

  #d2 {
    width: 100%;

  }

  #d3 {
    white-space: nowrap;
  }
  .box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    height: 220px;
    width: 300px;
    background-color: #e34331;
    white-space: normal;
  }
}

@media (max-width: 800px) {
  
  

  #d1{
    display: block;
  }

  #d2, #d3{
    display: block;
  }

  #d2 {
    width: 100%;

  }

  #d3 {
    white-space: nowrap;
  }

  .box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .empty-box{
    display: none;
  }

  .box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    
    background-color: #e34331;
    white-space: normal;
  }
}

@media (max-width: 800px) and (min-width: 620px) {
  .fill-img {
    object-fit: cover;
    width:  98%;
    height: 100%;
    min-height: 280px;
  }

  #d1 {
    padding: 20px 40px;
  }
  .box{
    width: 48%;
    margin: 1%;
    height: 278px;
  }
}

@media (max-width: 620px) {
  .fill-img {
    object-fit: cover;
    width:  100%;
    height: 100%;
    min-height: 280px;
  }

  #d1 {
    padding: 10px 20px;
  }
  .box{
    width: 100%;
    margin: 1% 0;
    height: 200px;
  }
}

.contact-details {
  margin-top: 0;
}

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

#information{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 30px;
    padding-top: 10%;
}
   
.text-field {
    position: relative;
    margin: 10px 2.5px 10px 2.5px;
}

input {
    border-width: thin;
    display: inline-block;
    color: #444;
    border-style: solid;
    border-color: #ff6d3c;
    background-color: transparent;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    width: 250px;
}

input:focus {
        border-style: solid;
        border-color:  #ff6d3c;
        background-color: transparent;
    }

label {
    color: #999;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 10px;
    transition: 0.2s;
}

input:focus ~ label, input:valid ~ label {
    top: -8px;
    left: 15px;
    font-size: small;
    color: #ff6d3c;
    background-color: white;
    padding:0 5px 0 5px;
}

textarea{
    width: 400px;
    height: 100px;
    border-radius: 5px;
    border-color: #ff6d3c;
    resize: none;
    padding: 20px;
}


footer{
    background-color: #4b4949;
    width: 100%;
  }
  
  .footerDetails{
    display: block;
    justify-content: center;
    align-items: flex-start;
    font-family: 'Roboto', sans-serif;
    color: #aaaaaa;
    font-size: 0.8em;
  }
  
  
  .details{
    display: flex;
    justify-content: space-evenly;
    padding: 5px;
    font-family: 'Roboto' , sans-serif;
    color: #cccccc;
    background-color: #4b4949;
  }
  
  .details .inner{
    line-height: 1.65em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    font-size: 1.15em;
  }
  
  .details .inner a:hover{
    color:#ff6d3c;
  }
  
  .Border{
    position: absolute;
    left: 50px;
    border: 1.7px solid;
    border-bottom: #cccccc;
    width: calc(100% - 100px);
    margin-bottom: 20px;
  
  }
  
  .copyright{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #cccccc;
    font-family: 'Roboto', sans-serif;
    font-size: 0.85em;
    background-color:#4b4949;
    padding-bottom: 5px;
    margin-top: 15px;
  }

  
h3{
    font-size: 400;
    text-align: center;
  }
  
a{
    color: #cccccc;
    text-decoration: none;
    pointer-events: auto;
  }
  
.footerLogo{
    border-right: 2px solid white;
    padding-right: 5px;
    margin-right: 10px;
}

.logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.photonsoft{
  color: #cccccc;
  pointer-events: auto;
  text-decoration: underline;

}
.photonsoft:hover{
  color:#ff6d3c;
}

@media (max-width: 700px) {
  .details .img{
    max-width: 100%;
    max-height: 100%;
  }
}

@media (max-width: 450px) {
  .details .img{
    max-width:144px;
    max-height: 48px;
  }
}

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

