@font-face {
  font-family: Raleway;
  src: url("../fonts/Raleway/Raleway-VariableFont_wght.ttf");
}
html {
  scroll-behavior: smooth;
}
* {
  font-family: Raleway;
  color: #fff;
}
.content p{
  text-align: justify;
  font-size: 0.8rem;
  /*margin-bottom: 0.2rem;*/
}
.content-heading{
  text-align: justify;
  /*margin-bottom: 0.4rem;*/
  font-size: 1rem;
  font-weight: bold; 
}
.mobile {
  display: none;
}

.desktop {
  display: block;
}

.pt-10 {
  padding-top: 100px;
}

.mb-10 {
  margin-bottom: 100px;
}

body {
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
  background: url("./../home_page/home_bg_design.png");
}

h3 {
  font-size: 1.6rem;
}

.add-padd {
  padding: 0 3rem;
}
.navbar {
  background: transparent !important;
}

.yellow {
  color: #ffb614;
}

.bg-pink {
  background-color: #ec3593;
}
.bg-green {
  background-color: #98c93c;
}
.bg-blue {
  background-color: #00bef2;
}
.bg-yellow {
  background-color: #ffb614;
}

.get-in-touch img {
  position: relative;
  /* top: 50px; */
  left: 25px;
}

.theme-icon {
  top: -3.9rem;
  width: 150px;
  height: 120px;
}
.grey-lines {
    width: 100%;
    /*max-width: -webkit-fill-available;*/
    left: 25px;
}
#home-with-logo {
    position: absolute;
    left: 42%;
    top: -50px;
    width: 150px;
}
.title {
  left: -25px;
  position: relative;
}

.down_arrow {
  top: -4.5rem;
  padding-top: 2rem;
}


.grey-line {
  width: 100%;
  height: 1rem;
}

.navigation-images img {
  width: 23vw;
  cursor: pointer;
}
.navigation-images2 img {
  width: 25vw;
  cursor: pointer;
}


@media screen and (min-width: 600px) {
  .home-top-icon{
    width: 59vw !important;
    background-position: center center;
    /*width: 95%;*/
  }
  .home-top-icon3{
    width: 57vw !important;
    background-position: center center;
    /*width: 95%;*/
  }
  .home-top-icon5{
    width: 95vw !important;
    background-position: center center;
    /*width: 95%;*/
  }
  .home-top-icon-new{
    background-position: center center;
    /* width: 95%; */
    width: 100%;
    height: 80vh;
  }
  .home-top-icon-full-width{
    height: 90vh !important;
    background-position: left center;
    width: 100%;
  }
  .main-header-bg {
     /*background: url(../home_page/home_pg_top_icon.png);*/
     background: url(../home_page/home_page768.png);
    height: 80vh !important;
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: contain;
    background-attachment: fixed;
    display: none;
  }
}

@media screen and (max-width: 600px) {
  h3 {
    font-size: 1.2rem;
  }
  .home-top-icon{
    display: none;
  }
  .home-top-icon-full-width{
    display: none;
  }

  .contact-form .the-legend {
    padding: 0.5rem;
    font-size: 1.5em;
  }
  .contact-form input,
  textarea {
    padding: 1.2rem;
  }

  .form-control {
    line-height: 1.3;
    font-size: 0.7rem;
  }

  .add-padd {
    padding: 1.5rem;
  }

  .title-logo .theme-icon {
    width: 30%;
  }

  .get-in-touch h1 {
    top: 50px;
    left: -15px;
    font-size: 1.8rem;
  }

  .get-in-touch img {
    left: 0;
  }
  .our-work {
    padding-left: 20%;
  }

  .main-header-bg > img {
    width: 100vw;
  }

  .no-pad {
    padding: 0;
  }

  .bottom-strip {
    position: static;
    bottom: 0;
  }

  .navigation-images img {
    width: 50vw;
  }

  .pt-10 {
    padding-top: 0;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }
  .text-sm-right{
    text-align: right !important;
  }
  .text-sm-left{
    text-align: left !important;
  }

  .grey-line {
    position: absolute !important;
    width: calc(100vw - 1rem);
    left: -30px !important;
    height: 1.5rem;
  }
  .theme-icon {
    position: relative;
    top: -25px;
    width: 100px;
    height: 70px;
  }

  .down_arrow {
    top: -50px;
  }

  .title {
    left: 0 !important;
    position: relative;
  }
}
