
@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Dancing+Script&family=Edu+NSW+ACT+Foundation&family=Gothic+A1:wght@100&family=Jost:ital,wght@1,200&family=Montserrat:wght@300&family=PT+Sans&family=Poppins:ital,wght@0,200;0,300;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Dancing+Script&family=Edu+NSW+ACT+Foundation&family=Gothic+A1:wght@100&family=Jost:ital,wght@1,200&family=Montserrat:wght@300&family=PT+Sans&family=Poppins:ital,wght@0,200;0,300;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Dancing+Script&family=Edu+NSW+ACT+Foundation&family=Gothic+A1:wght@100&family=Halant&family=Jost:ital,wght@1,200&family=Montserrat:wght@300&family=PT+Sans&family=Poppins:ital,wght@0,200;0,300;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Dancing+Script&family=Edu+NSW+ACT+Foundation&family=Gothic+A1:wght@100&family=Halant&family=Jost:ital,wght@1,200&family=Montserrat:wght@300&family=Mr+De+Haviland&family=PT+Sans&family=Poppins:ital,wght@0,200;0,300;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');

@font-face {
  font-family: 'bits_indian_calligraregular';
  src: url('bitsindiancalligra-regular-webfont.woff2') format('woff2'),
    url('bitsindiancalligra-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'avenirlight';
  src: url('avenir_light-webfont.woff2') format('woff2'),
    url('avenir_light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'bits_indian_calligraregular';
  src: url('bitsindiancalligra-italic-webfont.woff2') format('woff2'),
    url('bitsindiancalligra-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'halantlight';
  src: url('halant-light-webfont.woff2') format('woff2'),
    url('halant-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-weight: 100;
}




.det-head{
    text-align: center;
    color: white;
    letter-spacing: 2px;
    padding: 1%;
}

.det-head h2{
    font-size: 30px;
    font-weight: 100;
    font-family: 'avenirlight';
    border-bottom: 1px dotted white;
    padding: 2%;
}


.to-det{
    text-align: center;
    width: auto;
    color: white;
}

.to-det h5{
    padding: 1%;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 30px;
}

.to-det p{
    font-weight: 100;
    letter-spacing: 1px;
    padding-bottom: 2%;
}

.center-con{
    padding-bottom: 5%;
    font-family: 'halantlight';

}

.con-main{
  display: flex;  
  justify-content:center;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 5%;
}

.form{
    padding-top: 5%;
    border-right: 1px solid rgb(251, 251, 251, 0.2);
    position: relative;
   align-items: center;
   justify-content: center;
   width: 100%;
   padding-left: 5%;
}

.form input{
    width: 70%;
    font-family: 'halantlight';

}

#name, #email{
    height: 40px;
    padding: 2%;
}

#message{
    width: 70%;
    min-height: 100px;
    max-height: 200px;
    padding: 2%;
  font-family: 'halantlight';

}



.send{
    margin-top: 2%;
    border: 1px solid white;
    background-color: transparent;
     border-radius: 4px;
     padding: 2%;
     width: 20%;
    color: white;
    }

.in-send{
    padding-left: 15%;
    padding-right: 30%;
  }
  
.details{
    width: 100%;
    padding-top: 2%;
    padding-left: 10%;
}

.location{
    display: flex;
    color: white;
    column-gap: 40px;
    padding: 5%;
}

.location i{
    font-size: 20px;
}

.area{
    width: 300px;
    line-height: 20px;
    
}

.call{
    display: flex;
    color: white;
    column-gap: 40px;
    padding: 5%;

}


.call i{
    font-size: 20px;
}

.call a{
    color: white;
}

.cell-num{
    width: 120px;
    line-height: 20px;
}

.call a:hover{
    color: white;
}

.e-mail{
    display: flex;
    color: white;
    column-gap: 40px;
    padding: 5%;
    width: 350px;
}

.e-mail i{
    font-size: 20px;
}

#e-mail{
  width: 200px;
}

.e-mail a{
    color: white;
    line-height: 20px;

}

.e-mail a:hover{
    color: white;
}

.social-icon{
    padding: 5%;
    margin-left: 10%;
}

.social-icon i{
    position: relative;
    justify-content: center;   
    align-items: center;
    padding: 3%;
    padding-left: 5%;
    font-size: 20px;
    color: white;
   
}

/* Styles for screens up to 768px width */
@media screen and (max-width: 768px) {

    body{
        overflow-x: hidden;

    }
    .det-head h2 {
        font-size: 24px;
        padding-bottom: 4%;
    }

    .to-det h5 {
        font-size: 22px;
        padding: 4%;

    }

    .to-det p{
        font-size: 12px;
        line-height: 20px;
    }

    .form {
        padding-left: 0px;
        padding-right:  0px;
        border:none;
        overflow-x: hidden;
    }

    .form input,
    #name,
    #email {
        width: 100%;

    }

    #message {
        width: 100%;
    }

    .send {
        width: 50%;
    }

    .details {
        display: block;
        padding-left: 5%;
        overflow-x: hidden;

    }

    .e-mail{
        border: none;
    }

  

    .call{
        width: 200px;
    }

    .location,
    .call,
    .e-mail,
    .social-icon {
        padding: 6%;
    }

    .location i,
    .call i,
    .e-mail i
    {
        font-size: 18px;
        align-items: center;
    }

    .social-icon i {
        font-size: 20px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .area,
    .cell-num {
        width: auto;
        line-height: 18px;
    }

    #e-mail {
        width: auto;
    }

    .send{
        margin-top: 2%;
        border: 1px solid white;
        background-color: transparent;
         border-radius: 4px;
         padding: 2%;
         width: 40%;
         height: 40px;
        color: white;
        }
    
    .in-send{
        padding-left: 15%;
        padding-right: 15%;
      }
}
