@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500;700&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;;
  overflow: hidden;
}

.image-section {
  background-image: url(../../images/contact-us/01-Section-03.png),url(../../images/contact-us/01-Section-02.png),url(../../images/contact-us/01-Section-01.png);
  background-position: center,center, center;
  background-repeat: repeat,no-repeat, repeat;
  padding: 10px;
  
  width: 100vw;
  height: 90vh;
  background-size: cover;
  
}

@media screen and (max-width: 1100px){
  .image-section{
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.bg1{
  height: 100vh;
}
@media screen and (max-width: 600px){
  .bgi{
    height: 150vh;
  }
}
@media screen and (max-width: 900px) and (min-width: 601px){
  .bgi{
    height: 70vh;
  }
}

@media screen and (max-width: 1150px) and (min-width: 901px){
  .bgi{
    height: 50vh;
  }
}



.bt {
  border-top: 10px solid #ffc375;
}

.bb {
  border-bottom: 10px solid #ffc375;
}

.brl{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px
}
.brr{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px
}

.img-sec-logo {
  width: 250px;
  position: absolute;
  top: 40%;
  left: 50.5%;
  transform: translate(-50%, -50%);
}

.image-section_text {
  position: absolute;
  top: 60%;
  left: 50.5%;
  transform: translate(-50%, -50%);
  color: #da902f;
}

.os {
  font-family: "Abril Fatface", serif;
  color: #da902f;
  font-weight: 700;
}

.msg {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.msg p {
  font: "Montserrat", sans-serif;
  color: #da902f;
}

.contact-bg {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
}

.pno {
  color: #885800;
}

.other-details {
  position: relative;
}

.map {
  margin-top: 2px;
  width: 100vw;
  height: 350px;
  
}

.c {
  font-family: "Abril Fatface", serif;
  color: #da902f;
}

@media screen and (max-width: 768px) {
  .mpe {
    display: block;
  }

  .img-sec-logo {
    width: 200px;
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .image-section_text {
    position: absolute;
    top: 44%;
    left: 52%;
    transform: translate(-50%, -50%);
    color: #da902f;
  }

  .msg {
    position: absolute;
    top: 53%;
    left: 52%;
    transform: translate(-50%, -50%);
  }
}

.cd{
  height: 100vh
}

@media screen and (max-width: 1100px) and (min-width: 600px){
  .cd{
    height: 70vh
  }
}

@media screen and (max-width: 500px) and (min-width: 381px){
  .cd{
    height: 130vh
  }
}

@media screen and (max-width: 380px) and (min-width: 200px){
  .cd{
    height: 170vh
  }
}

.bbr {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pc {
  color: #da902f;
  font-family: "Abril Fatface", serif;
}