@import url('https://fonts.googleapis.com/css?family=Raleway:900&display=swap');



#mainBoard{
    position: absolute;
    display :block;
    margin: auto;
    width: 1080px;
    height: 1920px;
}

/*************************** Logo Container CSS ***************************/
#logoContainer {
    opacity: 1;
    width: 100% !important;
    max-width: 1080px !important;
    height: 100px !important;
    max-height: 100px !important;
    overflow: hidden;
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    background: linear-gradient(179deg, #ffffff, #ceb7d7);
    background-size: 400% 400%;
    animation: logoBG 14s ease infinite;
}
@keyframes logoBG {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}


#welcome {
    font-size: 50px;
    font-family: 'Raleway', sans-serif;
    color: rgba(0, 0, 0, 0.98);
    margin-top: 5px;
}

#slogo {
    max-width: 300px;
    margin-top: -5px;
}

.globe {
    width: 72px;
    height: 72px;
    background: url('./assets/img/worldMap.png') repeat;
    background-size: 184px 72px;
    box-shadow: inset 20px 2px 50px rgba(0, 0, 0, 0.1), 0 0 100px rgba(79, 193, 233, 0.1);
    border-radius: 100%;
    animation: animate 6s linear infinite;
    transform: rotate(-15deg);
}

@keyframes animate {
    from {
        background-position: 184px 0;
    }
}

.moon {
    width: 72px;
    height: 72px;
    background: url('./assets/img/moon.png') repeat;
    background-size: 184px 72px;
    box-shadow: inset 20px 2px 50px rgba(0, 0, 0, 0.1), 0 0 100px rgba(79, 193, 233, 0.1);
    border-radius: 100%;
    animation: manimate 6s linear infinite;
    transform: rotate(15deg);
}

@keyframes manimate {
    from {
        background-position: 184px 0;
    }
}




/*************************** Name Container CSS ***************************/
*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

#nameContainer{
    max-width: 1080px;
    height: 1425px;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: flex-start;
    padding-top: 30px;
    box-shadow: 0 2.8px 2.2px rgba(255, 255, 255, 0.034), 0 6.7px 5.3px rgba(255, 255, 255, 0.048), 0 12.5px 10px rgba(255, 255, 255, 0.06), 0 2.3px 17.9px rgba(255, 255, 255, 0.072), 0 14.8px 33.4px rgba(255, 255, 255, 0.086), 0 20px 80px rgba(255, 255, 255, 0.12);
    background-color: light-blue;
}

.frame{
    position: relative;
    width: 325px;
    height: 150px;
    margin-bottom: 20px;
    border: 5px #efefef solid;
    background-color: #f5f5f5;
    box-shadow: inset -16px 8px 20px  rgba(163,155,139,0.36), 
                inset -10px 0px 8px   rgba(163,155,139,0.66), 
                inset 3px 0px 8px     rgba(163,155,139,0.12), 
                inset 0px -8px 1px    rgba(218,216,214,0.4), -28px -6px 60px 
                                      rgba(163,155,139,0.46),-16px -4px 16px                                                         rgba(163,155,139,0.46), 0px -4px 1px,
                                      rgba(163,155,139,0.14);
    border-radius: 1px;
    overflow: hidden;
    z-index: 999;
}

.matte {
    position: absolute;
    border: transparent solid 4px;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 2px rgba(0,0,0,0.18);
    z-index: 2;
}

.img-wrapper {
    overflow: hidden;
    position: sticky;
    background: url('./assets/img/alum.jpg') repeat;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-size: 184px 72px;
    animation: aluAnimate 60s linear infinite;
}
@keyframes aluAnimate {
    from {
        background-position: 184px 0;
    }
}

h1{
    margin-bottom: 10px;
    padding: 0;
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 27px;
}
h2{
    margin-bottom: 5px;
    margin-top: -5px;
    padding: 0;
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 21px;
}
h3{
    margin-bottom: 10px;
    padding: 0;
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 18px;
}
p{
    margin: 2px;
    padding: 0;
    font-family: 'Poppins';
    font-weight: 800;
    overflow: visible;
    font-size: 14px;
    bottom: 0px;
}
marquee{
    margin-left: 5px;
    margin-right: 5px;
    width: 95%;
}

.text{
    position: absolute;
    top: 76px;
    z-index: 30;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: black;
    opacity: 0.9;
    text-align: center;
}
  
.text h1,h2,h3{
    background-color: black;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: shadowAnimate 5s linear infinite;
    text-shadow: rgba(0,0,0,0.9) 0.1px 0.1px 0px; 
}



/*************************** Review Container CSS ***************************/
#reviewContainer {
    max-height: 130px;
    min-height: 130px;
    height: 130px;
    background: linear-gradient(179deg, #ffffff, #ceb7d7);
    background-size: 400% 400%;
    animation: logoBG 14s ease infinite;
}

.rreview-container {
    margin: 10px;
    max-height: 130px;
    min-height: 130px;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-top: 28px;
}
.review-info{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    align-content: flex-end;
}
.rlogo{
    font-size: 30px;
}
.col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    max-height: 130px;
    min-height: 130px;
    height: 130px;
}
.review-details {
    background: lightgrey;
    padding: 5px;
    border: 1px solid #ededed;
    border-radius: 4px;
    margin: 2px;
    padding: 5px 5px;
    font-family: Roboto, helvetica, serif;
    font-size: 15px;
    color: rgb(60, 60, 60);
    position: relative;
    width: 80% !important;
    min-width: 869px;
    margin-right: 0px;
}
.review-details:before {
    position: absolute;
    bottom: 10px;
    left: 99%;
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid lightgrey;
    border-top: none;
    border-left: none;
    background-color: lightgrey;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.rating-star:before {
    content: "★";
    font-size: 16px;
    line-height: 16px;
    color: #e7711b;
    letter-spacing: -2px;
}
.review-content{
    height: 70px;
    min-width: 600px;
    max-width: 840px;
    text-align: left;
    padding: 2px;
}
.review-content span{
    max-width: 669px;
    text-align: left;
    word-wrap: break-word;
}
.author-name {
    padding: 5px;
    color: #427fed;
    font-weight: bold;
    line-height: 1em;
    width: 110px;
    text-align: right;
}



/*************************** Last Container CSS ***************************/
#lastRow{
    display: flex;
    flex-direction: row;
}

#noticeContainer{
    width: 810px;
    height: 265px;
    min-height: 265px;
    background-color: white;
    background: url('./assets/img/starsBG.png') repeat;
    opacity: 1;
    animation: space 1000s linear infinite;
}
@keyframes space {
    from {
        background-position: 6000px 0;
    }
}

.noticeInfo{
    margin: auto;
    color: white !important;
    font-family: 'Raleway', sans-serif;
}

.noticeHeading {
    font-weight: 400 !important;
    margin: auto;
    color: white !important;
    font-family: 'Open Sans', sans-serif;
}

/*************************** Nasa Container CSS ***************************/
#nasa{
    width: 270px;
    height: 265px;
    background-color: black;
    overflow: hidden;
}
.image-wrapper {
    width: 270px;
    height: 265px;
    display:block;
}
.image-text{
    position: absolute;
    bottom: 0px;
    color: white;
    background-color: black;
    opacity: 0.8;
    width: 270px;
    margin: auto;
    display: block;
    text-align: center;
    font-weight: bold;
}

/*************************** Weather Container CSS ***************************/
:root{
    --clouds: #fff;
}
#weatherBG{
    position: absolute;
    background-image: darkgreen;
}
/*Sunny*/
#weatherBG {
    max-width: 1080px;
    max-height: 1425px;
    width: 1080px;
    height: 1425px;
    overflow: hidden !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 100px;
  }
  #bottom {
    background: linear-gradient(to bottom, lightgreen, green);
    border-radius: 100%;
    width: 1080px;
    height: 250px;
    position: absolute;
    top: 1300px;
    left: 0px;
    overflow: hidden;
  }
  .day {
    position: absolute;
    top: 0;
    left: 0;
    width: 1080px;
    height: 1920px;
    z-index: -201;
    overflow: hidden;
  }
  
  .day-sky {
    position: relative;
    width: 100vw;
    height: 100%;
    background: linear-gradient(to bottom, #7dd4e8, #21c7ed);
    overflow: hidden;
  }
  
  #sun {
    position: absolute;
    top: 5px;
    left: 980px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fffc2e;
    box-shadow: 8px 8px 8px #fdb813;
  }
  
  .cloud {
    position: absolute;
    width: 100px;
    height: 55px;
    background-color: var(--clouds);
    border-radius: 50% 50% 0 0;
  }
  .cloud:before {
    content: "";
    width: 30px;
    height: 25px;
    background-color: var(--clouds);
    display: block;
    position: relative;
    top: 30px;
    left: -30px;
    border-radius: 70% 20% 0 50%;
  }
  .cloud:after {
    content: "";
    width: 30px;
    height: 25px;
    background-color: var(--clouds);
    display: block;
    position: relative;
    top: 5px;
    right: -90px;
    border-radius: 0 70% 50% 0%;
  }
  
  .cloud .rainy{
    background-color: grey
  }
  .cloud:before .rainy{
    background-color: grey
  }
  .cloud:after .rainy{
    background-color: grey
  }
  
  .cloud:nth-child(1) {
    top: 10px;
    left: 45px;
  }
  
  .cloud:nth-child(2) {
    top: 20px;
    left: 104px;
  }
  
  .cloud:nth-child(3) {
    top: 55px;
    left: 270px;
  }
  
  .cloud:nth-child(4) {
    top: 20px;
    left: 450px;
  }
  
  .cloud:nth-child(5) {
    top: 40px;
    left: 550px;
  }
  
  .cloud:nth-child(6) {
    top: 170px;
    left: 650px;
  }
  
  .cloud:nth-child(7) {
    top: 180px;
    left: 700px;
  }
  
  .cloud:nth-child(8) {
    top: 170px;
    left: 100px;
  }
  
  .cloud:nth-child(9) {
    top: 180px;
    left: 150px;
  }
  
  .cloud:nth-child(10) {
    top: 160px;
    left: 450px;
  }
  
  .cloud:nth-child(11) {
    top: 50px;
    left: 760px;
  }
  
  /*RAIN*/
  .drop {
    background: -webkit-gradient(
      linear,
      0% 0%,
      0% 100%,
      from(rgba(13, 52, 58, 1)),
      to(rgba(255, 255, 255, 0.6))
    );
    background: -moz-linear-gradient(
      top,
      rgba(13, 52, 58, 1) 0%,
      rgba(255, 255, 255, 0.6) 100%
    );
    width: 1px;
    height: 89px;
    position: absolute;
    bottom: 200px;
    animation: fall 1s linear infinite;
    -webkit-animation: fall 1s linear infinite;
    -moz-animation: fall 1s linear infinite;
  }
  
  /* animate the drops*/
  @keyframes fall {
    to {
      margin-top: 900px;
    }
  }
  @-webkit-keyframes fall {
    to {
      margin-top: 900px;
    }
  }
  @-moz-keyframes fall {
    to {
      margin-top: 900px;
    }
  }


.popUpImage{
    width: 1080px;
    height: 1920px;
}
#popUp{
    width: 1080px;
    height: 1920px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color:pink;
    z-index: 99999;
    display: none;
}