@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
*{
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
}
body{
    background:black;
    background-image:url(back.jpg);
    background-repeat:repeat;
}
h1{
    
    color:white;
}


.search-container {
  --searchbox-height: 44px;
  margin: 0 auto 0 auto;
  min-width: 410px;
  width: var(--content-width);
    margin-top:50px;
}


/* -----searchbar styles----- */

.searchbar {
  background: white;
  cursor: text;
  margin: 0 auto;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
  height: var(--searchbox-height);
  position: relative;
}


/* -----search-input styles----- */

.search-input {
  box-sizing: border-box;
  margin: 0;
  height: 100%;
  
  border-color: transparent;
  color: rgb(117, 117, 117);
  font-size: 16px;
  line-height: 44px;
  margin: auto 0;
  overflow: hidden;
  text-align: initial;
  text-overflow: ellipsis;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.search-input:focus {
  outline: transparent;
}

.search-input:focus::placeholder {
  color: transparent;
}






.navbar-default {
    background-color: transparent; 
    border-color: transparent; 
}
.navbar-default .navbar-nav>li>a{
    color:white;
}
.box{
    background-image:url(main_image.png);
    background-repeat: round;
    border-radius:10px;
    width:auto;
    height:350px;
}
.options_firsts2 {
text-align:left;
    margin: 0;
    margin-top: 5px;
    color: #314977;
    font-weight: bold;
    font-size: 26px;
}
.options_second2 {
    text-align:left;
    color: grey;
    margin: 0;
    font-size: 13px;
}
.options_first2 {
    padding-left: 20px;
    margin: 0;
    color: #314977;
    font-weight: bold;
    font-size: 16px;
}
.button{
   width: 150px;
    height: auto;
    
    color: #006f6b;
    padding: 10px 12px;
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    transition:0.4s;
    -o-transition:0.4s;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    
}
.box2{
    background:#12171d;
    border-radius:10px;
    height:auto;
    padding:15px;
    overflow:hidden;
    margin-bottom:10px;
    margin-bottom:10px;
}
.button22{
    width:100%;
    height:auto;
    background:#273444;
    padding:10px 12px;
    color:white;
    text-align:center;
    margin-top:10px;
    border-radius:10px;
}





.footer {
    background:#050A11;
    padding: 30px;
    background-image:url(footer.jpg);
    background-repeat:repeat;
}
.developers2 {
    width: auto;
    height: auto;
    overflow: hidden;
}
.text2 {
    text-align: left;
    color: white;
    line-height: 22px;
    font-size: 14px;
}
.rights {
    text-align: right;
    color: white;
    font-size: 15px;
    padding-top: 9px;
    padding-bottom: 5px;
    border-bottom: solid white 2px;
}

.footer_ul li {
    text-align: center;
    font-weight: bold;
    color: #7bb6d8;
    font-size: 16px;
    text-align: left;
    margin: 10px 5px;
    list-style: none;
}

.pulse {
    width: 150px;
    height: auto;
    background: #003B39;
    color: #fff;
    padding: 10px 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    animation: animate 2s linear infinite;
    border-radius: 35px;
    border:1px solid #006f6b;
    transition:0.4s;
    -o-transition:0.4s;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
}
.pulse:hover{
   -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    background:#01615d;
    cursor:pointer;
}
@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgba(31, 45, 72, 0.7), 0 0 0 0 rgba(31, 45, 72, 0.7);
    }
    40% {
        box-shadow: 0 0 0 10px rgba(31, 45, 72, 0), 0 0 0 0 rgba(31, 45, 72, 0.7);
    }
    80% {
        box-shadow: 0 0 0 10px rgba(31, 45, 72, 0), 0 0 0 20px rgba(31, 45, 72, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(31, 45, 72, 0), 0 0 0 20px rgba(31, 45, 72, 0);
    }
}

.header{
    width:auto;
    height:auto;overflow: hidden;
    margin-top:20px;
}

#blue-box {
position:fixed;
width:auto;

    right: 70px;
    bottom: 20px;
}

#blue-box p{
    border:solid white 1px;
        background: #ffffff2b;
    padding: 13px 10px;
    border-radius: 50%;
    color: white;
}

#blue-box p:hover{
    cursor:pointer;
}

.pulse2 {
    width: 150px;
    height: auto;
    background: #003B39;
    color: #fff;
    padding: 10px 12px;
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    animation: animate 2s linear infinite;
    border-radius: 35px;
    border:1px solid #006f6b;
    transition:0.4s;
    -o-transition:0.4s;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    display:block;
    margin:30px auto 10px auto;
}
.pulse2:hover{
   -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    background:#01615d;
    cursor:pointer;
}

.background_section{
/*background:#092631;*/
    padding:40px;
    padding-bottom:60px;
    
}
.background_section img{
    max-width:75%;
}
.parallax{
 background-image: url("back2.png");

  /* Set a specific height */

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
}



.review__overview li{
    list-style:none;
    color:white;
    font-size:18px;
}