@import url('https://fonts.googleapis.com/css?family=Barlow&display=swap');
body{
   margin: 0px;
}
.dubaisme{
    float: left;
    position: relative;
    padding: 10px 10px 0 10px;
    top: 25%;
    left: 13%;
}
.dubaisme img{
    width: 350px;
}
.mainpage{
    background: url("https://caddemiratesadvertising.com/stgcontracting/wp-content/uploads/2023/04/mainpage.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mainoverlay{
    background: rgb(27 63 129 / 60%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

canvas{
  display:block;
  vertical-align:bottom;
}


/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
    display: none;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  z-index: 9;
  position: absolute;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.overplan{
    background: rgb(255 255 255 / 80%);
    z-index: 9;
    position: absolute;
    margin: 0px auto;
    text-align: center;
}
.overpcontent{
    padding: 40px 15px 40px 15px;
}
.stlogo img{
    max-width: 15%;
    margin-bottom: 45px;
}
.stgclogo img{
    max-width: 50%;
    margin-bottom: 50px;
}
.intros{
    margin: 0px auto;
    text-align: justify;
    color: #1b3f81;
    font-family: 'Barlow';
}
.btnss{
    justify-content: center;
    display: flex;
    margin-bottom: 25px;
}
.btnss a{
    border: 2px solid #1b3f81;
    color: #1b3f81;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    width: 270px;
    display: block;
    text-transform: uppercase;
    font-family: 'Barlow';
}
.btnss a:hover {
    background: #cc9d40;
    color: #fff;
    border: 2px solid #cc9d40;
}
.btnpart{
    margin-top: 50px;
}
@media screen and (min-width: 1400px){
.intros {
    font-size: 17px!important;
    line-height: 27px!important;
}
.overplan {
    width: 900px!important;
}
}
@media only screen and (max-width: 1400px) and (min-width: 991px)  {
    .mainpage, .mainoverlay, .overplan {
    height: 63vw!important;
}
.intros{
    font-size: 15px;
    line-height: 25px;
}
.dubaisme{
    left: 10%;
}
.dubaisme img{
    width: 210px;
}
}
@media screen and (min-width: 768px) {
    .stlogo img{
    margin-left: 20%;
}
.stgclogo img{
   margin-left: 20%;
}
    .btnss{
    margin-left: 15%;
}
 .overplan{
    height: 100%;
    width: 850px;
    position: absolute;
    right: 0;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.intros{
    width: 65%;
    margin-left: 27%;
    font-size: 15px;
    line-height: 25px;
    margin-top: 0%;
}
}
@media screen and (max-width: 767px) {
    .overpcontent {
    padding: 40px 15px 15px 15px;
}
    .stlogo img{
    max-width: 20%;
    margin-bottom: 30px;
}
.stgclogo img{
    max-width: 65%;
}
    .overplan {
    height: auto!important;
    width: 100%!important;
    position: absolute!important;
    bottom: 0px!important;
}
.stlogo img, .stgclogo img, .btnss  {
    margin-left: 0px!important;
}
.intros {
    font-size: 16px;
    line-height: 26px;
    width: 100% !important;
    margin-left: 0% !important;
    margin-top: 0% !important;
}
.btnss a {
    width: 200px!important;
    font-size: 14px!important;
}
}