.contact-modal{
    position: fixed;
    top: 100px;
    width: 60%;
    height: auto;
    background-color: white;
    border: 1px solid var(--main-blue);
    color: black;
    left: 50%;
    transform: translate(-50%,0);
    padding: 5%;
    font-size: 24px;
}

@media(max-width: 910px){
    .contact-modal{
        width: 75%;
    }
}
.about {
  text-align: center;
  font-size: 18px;
  font-family: 'Georgia', sans-serif;
}

.about h1 {
  margin: 0;
  font-weight: 900;
  font-size: 48px;
  color: var(--dark-grey);
}

.left h1 {
  margin-bottom: 10px;
  text-align: center;
}

.about p {
  text-align: left;
  font-size: 18px;
  font-family: 'Georgia', sans-serif;
  font-weight: 300;
}

.about .section-one,
.section-two {
  padding: 0 1rem;
  margin-left: 0;
}

/* Section One  */

.about .section-one .s-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-para {
  margin: 10px 0;
}

.about .section-one .heading {
  padding-top: 1.5rem;
  margin-bottom: 2.25rem;
  font-family: 'Playfair Display', serif;
}

.about .section-one .line {
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: var(--main-blue);
  margin-bottom: 1rem;
  margin-top: 0.4rem;
}

.about .section-one .content .heading {
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-family: 'Raleway', sans-serif;
  padding: 0;
}

.about .section-one .heading .line {
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: var(--main-blue);
  margin-bottom: 1rem;
  margin-top: 0.4rem;
}

.about .section-one main .line {
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: var(--dark-grey);
  margin-bottom: 3.75rem;
  margin-top: 2rem;
}

.about .section-one img {
  position: relative;
  width: 100%;
  object-fit: cover;
}

/* Section Two  */

.about .section-two {
  padding-top: 2.625rem;
  padding-bottom: 1.625rem;
}

.about .section-two .heading {
  font-family: 'Georgia', sans-serif;
  margin-bottom: 1rem;
}

.about .section-two .heading .line {
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: var(--white);
  margin-bottom: 1rem;
  margin-top: 0.4rem;
}

.about .section-two .content .heading .line {
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: var(--white);
  margin-bottom: 1rem;
  margin-top: 0.4rem;
}

.about .section-two .content .line {
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: var(--dark-grey);
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.about .section-two .content p {
  /* margin-top: 1.625rem; */
}

.about .section-two .s-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.about .section-two .content .heading {
  display: none;
}

.about .section-two img {
  object-fit: cover;
  width: 18.25rem;
}

/* Section Three */

.about .section-three {
  margin-bottom: 2.75rem;
}

.about .section-three .heading {
  font-family: 'Raleway', sans-serif;
  /* margin-bottom: 1rem; */
  margin-top: 3rem;
}

.about .section-three .heading .line {
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: var(--main-blue);
  margin-bottom: 1rem;
  margin-top: 0.4rem;
}

.about .section-three p {
  padding: 0 1rem;
  font-size: 24px;
}


@media (min-width: 910px) {
  .about {
    margin: auto;
    width: 75%;
  }
}

:root {
  --footer-font-size: 10px;
}

.footer-container {
  width: 100%;
  height: 100px;
  background-color: var(--footer-bgc);
  display: flex;
  justify-content: space-evenly;
}

.footer-container a, .footer-container a:visited, .footer-container a:hover {
  color: white;
  text-decoration: none;
}

.footer-social-media {
  width: max-content;
  margin: auto 0;
}

.footer-media-text {
  font-family: 'Raleway', sans-serif;
  font-size: var(--footer-font-size);
  font-weight: 900;
  color: var(--white);
}

.footer-social-icons-container {
  display: flex;
}

.About {
  margin: 10px 0;
}

.footer-social-icons-container a {
  margin: 10px 5px;
}

.footer-social-icons {
  padding: 10%;
  padding-left: 0;
  width: 15px;
}

.footer-search {}

.footer-smoketrees {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: lighter;
  font-size: var(--footer-font-size);
  color: var(--off-white);
  /* padding-top: 65%; */
}

.footer-contact-info {
  color: var(--white);
  height: max-content;
  margin: auto 0;
}

.footer-contact {
  font-family: Raleway;
  font-style: normal;
  font-weight: 900;
  font-size: var(--footer-font-size);
}

.footer-email {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: var(--footer-font-size);
}

.footer-phone {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: var(--footer-font-size);
}

.footer-liscence {
  cursor: normal;
  width: 150px;
  margin: auto 0;
  font-size: var(--footer-font-size);
  color: var(--white);
}

.footer-liscence:hover a , .footer-liscence:hover a:hover{
  text-decoration: underline;
}

.footer-liscence img {
  width: 71px;
  height: 25px;
}

.Patners-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  width: 95%;
  margin: auto;
}

.Patners-title {
  align-self: center;
}

.patners-image-div {
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.Patners-image {
  width: 250px;
  height: auto;
  align-self: center;
  padding: 15px;
  margin: auto;
}

.line {
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: var(--main-blue);
  margin-bottom: 1rem;
  margin-top: 0.4rem;
  align-self: center;
}

.title {
  margin: 0;
  font-weight: 900;
  font-size: 1.625rem;
  color: var(--dark-grey);
  align-self: center;
}

iframe {
align-self: center;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
@media screen and (min-width: 910px) {
  :root {
    --footer-font-size: 14px;
  }
  .footer-container {
    height: 150px;
  }
  .footer-liscence {
    font-size: var(--footer-font-size);
    width: 180px;
  }
  .footer-smoketrees {
    margin-top: 20px;
    /* padding-top: 50%; */
  }
  .footer-social-icons {
    width: 25px;
  }
  .footer-liscence img {
    width: 88px;
    height: 31px;
  }
  .line {
    width: 220px;
    align-self: start;
  }
  .title {
    font-size: 2.8rem;
    align-self: start;
  }
  .Patners-container {
    width: 75%;
  }
}

@media screen and (min-width: 1190px) {
  :root {
    --footer-font-size: 18px;
  }
  .footer-container {
    height: 180px;
  }
  .footer-social-icons {
    width: 30px;
  }
  .footer-liscence {
    font-size: var(--footer-font-size);
    width: 250px;
  }
  .patners-image-div {
    /* flex-direction: row; */
  }
}

.create-blog-textbox:focus, .create-blog-textbox:active {
  outline: none;
}

.create-blog-container {
  font-family: Raleway, sans-serif,'Lohit Devanagri';
  font-size: 20px;
  text-align: justify;
  margin: 100px auto;
  color: var(--dark-grey);
  width: 900px;
  line-height: 150%;
}
.create-blog-textbox p{
  margin: 0;
}

@media(max-width: 1024px) {
  .create-blog-container {
    width: 800px;
  }
}

@media(max-width: 900px) {
  .create-blog-container {
    font-size: 16px;
    width: 80%;
    margin: 50px auto;
  }
}
.create-blog-container .blog-directional {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  text-align: justify;
}

.create-blog-container .blog-directional.image-left {
  flex-flow: column-reverse wrap;
}

.create-blog-container .blog-img {
  display: flex;
  flex-flow: column nowrap;
}

.create-blog-container .blog-img img {
  display: block;
  max-width: 100%;
  object-fit: contain;
}

.create-blog-container .blog-directional .blog-directional-caption {
  text-align: center;
}

.create-blog-container .blog-directional .blog-directional-textbox {
  width: 100%;
}

.upload-image-input {
  position: relative;
  top: -100%;
  z-index: 100;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
}

.upload-image-label {
  width: 100%;
  height: 200px;
  display: block;
  border: 4px dashed var(--footer-bgc-lighter)
}

.upload-image-label-text {
  position: relative;
  z-index: -10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 910px) {
  .create-blog-container .blog-directional {
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .create-blog-container .blog-directional .blog-img {
    margin-left: 2rem;
    max-width: calc(50% - 1rem);
  }
  .create-blog-container .blog-directional.image-left {
    flex-flow: row-reverse wrap;
  }
  .create-blog-container .blog-directional.image-left .blog-img {
    margin: 0;
    margin-right: 2rem;
  }
  .create-blog-container .blog-directional .blog-directional-textbox {
    width: calc(50% - 1rem);
  }
}
.blockimage-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.blockimage-image {
  width: 100%;
  height: auto;
}

.blockimage-caption {
  align-self: center;
  font-family: 'Raleway', sans-serif, 'Lohit Devanagri';
  font-size: 0.9rem;
  font-weight: 400;
  width: 100%;
  text-align: center;
}

.upload-image-input {
  position: relative;
  top: -100%;
  z-index: 100;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
}

.upload-image-label {
  width: 100%;
  height: 200px;
  display: block;
  border: 4px dashed var(--footer-bgc-lighter)
}

.upload-image-label-text {
  position: relative;
  z-index: -10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.create-blog-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.create-blog-iframe-container iframe, .create-blog-iframe-container object, .create-blog-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
