/*!
 Copyright @2020 PageRaja 
 Author : The PageRaja Developing Team
 Team Leader : Suhasini Mishra
 Date : 19/11/2020 - 04/11/2020
 Template : Luminous Profile

 */

/* ---------------------------------------------
Table of contents
------------------------------------------------
1. Home Section
2. About Us Section
3. Product Section
4. Payment Section
5. Image Gallery Section
6. Video Gallery Section
7. Feedback Section
8. Loader section




--------------------------------------------- */

/* 

---------------------------------------------
Home Section
--------------------------------------------- */

/*-----------------Social Icon---------------*/
html 
{
  scroll-behavior: smooth;
}
.whatsapp {
  background-color: #29a71a;
}

.facebook {
  background-color: #1598d5;
}

.website {
  background-color: black;
}

.twitter {
  background-color: #1598d5;
}

.insta {
  background-color: #3b5998;
}

.utube {
  background-color: red;
}

.google-map {
  background-color: #00aff0;
}

.linked {
  background-color: #cb2027;
}

.share {
  position: relative;
  left: 20px;
}

.modal-content {
  background: rgba(255, 255, 255, 1);
}

.modal-content-whatsapp {
  background: rgba(255, 255, 255, 1);
}

.enquiry {
  background-image: linear-gradient(to bottom, #000099 0%, #00ffff 100%);
}

.share-on-whatsapp {
  background-image: linear-gradient(to bottom, #00cc66 0%, #00cc00 100%);
}

@media screen and (max-width: 430px) {
  .share {
    min-width: 170px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 360px) {
  .share {
    position: relative;
    left: 0px;
  }
}

/* 

---------------------------------------------
About Section
--------------------------------------------- */

.about-para {
  text-align: justify;
  position: relative;
  margin-left: 42px;
  padding: 2vw;
  width: 100%;
}

.pdf i {
  padding-left: 50px;
  flex: 1px;
}

.pdf {
 
  display: flex;
  justify-content: start;
  padding-left: 10px;
}

.pdf span {
  padding-left: 10px;
}

/*

---------------------------------------------
Product Section
--------------------------------------------- */

.pro-title {
    text-align: left;
    font-size: 20px;
}

.proImg {
    width: 250px;
    height: 15vw;
    margin-left: 6vw;
}

.proImgone {
    width: 90%;
    /*height: 15vw;*/
    margin-left: 2vw;
}

.pro-img {
    display: none;
    justify-content: none;
}

.pro-imgone {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro-desc p {
    padding-right: 4vw;
}

.enquery-link {
    border: 2px solid white;
    text-decoration: none;
    padding: 9px;
    color: white;
    background: linear-gradient(-20deg, #ff2846 0%, #6944ff 100%);
    font-size: 20px;
    height: 50px;
    width: 200px;
    text-align: center;
    border-radius: 20px;
    vertical-align: middle;
}

.my-enquiry {
    display: flex;
    justify-content: center;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .proImg,
    .proImgone {
        width: 350px;
        height: 250px;
        margin-left: 22vw;
        justify-content: center;
    }
    .pro-title {
        display: flex;
        justify-content: center;
    }
    .pro-desc p {
        line-height: 2;
        /*font-size: 4vw;*/
        max-width: 100%;
        display: flex;
        justify-content: center;
        margin-left: 65px;
    }
    .my-enquiry {
        display: flex;
        justify-content: center;
        font-size: 20px;
    }
}

@media screen and (max-width: 450px) {
    .proImg,
    .proImgone {
        width: 70vw;
        height: 250px;
        margin-left: 20vw;
        justify-content: center;
    }
    .pro-title {
        margin-left: 50px;
    }
}


/* 

---------------------------------------------
Payment Section
--------------------------------------------- */

.payment-section {
  margin-left: 40px;
}

fieldset {
  padding: 8px;
  margin: 10px;
  border: 1px solid #343a40;
}


/*
---------------------------------------------
Video Gallery Section
--------------------------------------------- */

.video-row {
  margin-left: 30px;
}

/* 

---------------------------------------------
Feedback Section
--------------------------------------------- */

.fa {
  font-size: 20px;
}

.checked {
  color: orange;
}

.feed-row {
  margin-left: 5px;
}

/* Three column layout */

.side {
  float: left;
  width: 15%;
  margin-top: 10px;
  padding-left: 10px;
}

.middle {
  margin-top: 10px;
  float: left;
  width: 70%;
}

/* Place text to the right */

.right {
  text-align: right;
  padding-right: 40px;
}

/* Clear floats after the columns */

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The bar container */

.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
}

/* Individual bars */

.bar-5 {
  width: 60%;
  height: 18px;
  background-color: #4CAF50;
}

.bar-4 {
  width: 30%;
  height: 18px;
  background-color: #2196F3;
}

.bar-3 {
  width: 10%;
  height: 18px;
  background-color: #00bcd4;
}

.bar-2 {
  width: 4%;
  height: 18px;
  background-color: #ff9800;
}

.bar-1 {
  width: 15%;
  height: 18px;
  background-color: #f44336;
}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */

@media (max-width: 400px) {
  .side, .middle {
    width: 100%;
  }
  .right {
    display: none;
  }
}

.feedback-name-wrapper {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.feedback-list .feedback-wrapper .feedback-name {
  color: #0085C4;
  font-size: 15px;
  font-weight: 500;
}

/* Feedback form CSS styling */

.feedback-form input[type=text], select, textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 6px;
  resize: vertical;
  outline: none;
  font-size: 14px;
  font-family: 'Uniform', sans-serif;
}

.feedback-section {
  text-align: left;
  padding: 10px;
  margin-left: 45px;
  max-width: 100%;
  padding-bottom: 60px;
  /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;  */
}

.button-submit {
  border-radius: 4px;
  background-image: linear-gradient(-20deg, #ff2846 0%, #6944ff 100%);
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  height: 50px;
}

.button-submit span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-submit span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button-submit:hover span {
  padding-right: 25px;
}

.feedback-form input[type=button]:disabled {
  opacity: 0.3;
}

.feedback-form .feedback-phoneNumber {
  flex: 1;
  margin-right: 5px;
}

.feedback-form .feedback-email {
  flex: 1;
  margin-left: 5px;
}

.feedback-list .feedback-wrapper .feedback-name-wrapper {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.feedback-list .feedback-wrapper .feedback-name {
  color: #0085C4;
  font-size: 15px;
  font-weight: 500;
}

.feedback-list .feedback-wrapper .gl-star-rating-stars>span {
  width: 18px;
  height: 18px;
  background-size: 18px;
}

#feedback-section hr {
  border-color: rgba(0, 0, 0, 0.12);
  border-width: 0.5px;
}

.feedback-form {
  margin-bottom: 0;
  padding: 15px;
}

.feedback-form .feedback-form-title {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}

.feedback-field {
  margin-left: 40px;
}

.tooltip-info {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-info .tooltip-infotext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-info .tooltip-infotext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip-info:hover .tooltip-infotext {
  visibility: visible;
  opacity: 1;
}

/* 

---------------------------------------------
Loader section
--------------------------------------------- */

#loader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.99;
  /*background-color: #595959;*/
  z-index: 99;
  text-align: center;
  bottom:0;
  right:0;
  margin:auto;
  overflow:hidden;
}

.loader-icon {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  border-left: 16px solid pink;
  width: 120px;
  height: 120px;
  background-image:url(https://pageraja.com/user/images/Pageraja-black-png.png);
  background-size:100px 100px;
  background-repeat:no-repeat;
  background-position: center;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.area{
    background: #34495E;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100vh;
    
   
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
/*===End For Loader---*/

