*{
  box-sizing: border-box;
  margin:0;
  padding: 0;
  
}
body{
  overflow-x: hidden;
}
fieldset{
  width:100%;
  padding: 30px;
  margin:100px auto;
}
body{background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),
  url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSeetEPnl0PJ7cJLR6LW6pduXbkTb66leQb6ssnwY5dE575AsX4rACdOwQU&s=10");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-position:center;
}
@media screen and (min-width:768px){
  body{
    max-height:100px;
    padding: 0px 0;
  }
  .wrapper{
    min-height: 90vh;
    padding: 50px 0;
  }
  .firstbox{
    padding: 50px;
    width:60%;
    height: 
  }
  
  
}
.wrapper{
  display:flex;
  align-items: center;
  justify-content: center;
  height: 100hv;
  color:white;
  
}
img{
  width:85px;
}
.firstbox{
  text-align: center;
  background-color:rgba(255,255,255,0.2);
  backdrop-filter:blur(10px);
  padding: 20px;
  width:90%;
  border-radius:15px;
  
}
.firstbox h2{
  color:#FCCA18;
}
p{
  font-size:15px;
}
.secondbox{
  background-color: rgba(255,255,255,0.1);
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.download{
  background:#FCCA18;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  color:black;
  font-weight: bold;
  border-radius: 9px;
}

.firstbar{
  display: flex;
  justify-content: space-between;
  background-color: #000033;
  padding:15px;
  color:white;
  gap: 10px
}
.left,.right,.center{
  flex: 1;
}
.left{
  text-align: left;
  font-size:14px;
}
.center{
  text-align: center;
}
.right{
  text-align: center;
  font-size: 35px;
  margin-top: 
}
#phone{
  color:white;
  font-size:10px;
  margin-bottom: 0;
}
.fa-whatsapp{
  font-size: 25px;
  
}
#x{
  color:white;
}
#f{
  color:white;
}
#i{
  color:white;
}
#y{
  color:white;
}
.headbar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  
}
.firstfieldset{
  display: flex;
  gap:2px;
  align-items: center;
}
.firsttextm{
  font-size: 10px;
  font-weight: bold;
}
.firstlogo{
  width:35px;
  height: auto;
}
#menubutton{
  position:relative;
  top:0px;
  left:0px;
  font-size:30px;
  z-index: 1000;
  color:#000033;
  text-align: right;
  border:none;
  
}
#sidebar{
  position:fixed;
  height:100vh;
  width:210px;
  right:-280px;
  z-index: 2000;
  top:0;
  background-color:#fff;
  transition:right 0.3s ease;
  padding: 20px;
  box-shadow: 2px 2px 5px 2px #000033;
  overflow-y: auto;
  scroll-behavior: smooth;
  padding-bottom: 20px;
}
#sidebar.active{
  right:0;
}
#closebutton{
  display: block;
  text-align: right;
  color:#000033;
  font-size: 30px;
  margin-bottom: 20px
}
.sidebarcontent a{
  text-decoration: none;
  font-weight:bold;
  padding: 15px 0px;
  display: block;
  color:#000033;
  font-size:15px;
  text-transform: uppercase;
  
}
.sidebarcontent a:hover{
  color:#389CFF;
}
.dropdown{
  position:relative;
}
.dropdowncontent{
  background-color:#fff;
  display: none;
  flex-direction: column;
  padding-left: 15px;
  
}
.dropdowncontent a{
  font-size:14px;
  padding: 9px 0;
  color:#000033;
  
}
.dropdowncontent a:hover {
  background-color: #f0f8ff;
  color: #003366;
  border-left: 4px;
  border-style:solid;
  padding-left: 10px;
}
.dropdowncontent1 a:hover {
  background-color: #f0f8ff;
  color: #003366;
  border-left: 4px;
  border-style:solid;
  padding-left: 10px;
}
.dropdowncontent2 a:hover {
  background-color: #f0f8ff;
  color: #003366;
  border-left: 4px;
  border-style:solid;
  padding-left: 10px;
}
.dropdown1{
  position:relative;
}
.dropdowncontent1{
  background-color:transparent;
  display: none;
  flex-direction: column;
  padding-left: 15px;
  
}
.dropdowncontent1 a{
  font-size:14px;
  padding:9px 0;
  color:#000033;
  
}
.dropdown2{
  position:relative;
}
.dropdowncontent2{
  background-color:transparent;
  display: none;
  flex-direction: column;
  padding-left:15px;
  
}
.dropdowncontent2 a{
  font-size:14px;
  color:#000033;
  padding: 9px 0;
}
.dropdown5{
  position:relative;
}
.dropdowncontent5{
  background-color:#fff;
  display: none;
  flex-direction: column;
  padding-left: 15px;
  
}
.dropdowncontent5 a{
  font-size:14px;
  padding: 9px 0;
  color:#000033;
  
}
.dropdowncontent5 a:hover {
  background-color: #f0f8ff;
  color: #003366;
  border-left: 4px;
  border-style:solid;
  padding-left: 10px;
}
.conclusion{
  background-color: #242424;
  border-style:none;
  height: auto;
  padding-top: 60px;
  text-align: center;
  margin-bottom: 0;
}
.container{
  display:flex; 
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
.slogan{
  font-size: 15;
  color:white;
}
.address{
  font-size: 15;
  color:white;
}
.fa-phone{
  color:white;
  font-size: 25;
}
.no{
  font-size: 15;
  color:white;
}
.fa-square-envelope{
  color:white;
  font-size: 25;
  
}
.gmail{
  color:white;
  font-size: 15;
}
  
.fa-clock{
  color:white;
  font-size:25;
}
.clock{
  color:white;
  font-size:14;
}
.conclusion h2{
  color:white;
}
.days{
  color:white;
}
.icon2{
  font-size:30;
}
.top,.down{
  width:100%;
}
footer{
  background-color:#000061 ;
  color: white;
  font-family: "Bebas Neue", sans-serif;
  font-size:20;
  border-style:none;
  width:100%;
}  
#loader img{
  width:120px;
  animation: spin 2s ease infinite;
}
#loader{
  position:fixed;
  background-color:transparent;
  height: 100%;
  width:100%;
  top:0%;
  left:0;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter:blur(5px);
  z-index: 9999;
}
.fa-chevron-up{
  width:50px;
  height:50px;
  background-color: #000033;
  text-align: center;
  color:rgba(255,255,255,0.9);
  border: none;
  
  cursor: pointer;
  z-index: 1000;
  bottom:5%;
  right:5%;
  align-items: center;
  justify-content: center;
  display:block;
  position:fixed;
  font-size: 48px;
  border-radius: 50%;
  opacity: 80%;
}
.fa-comment-dots{
  width:50px;
  height:50px;
  text-align: center;
  color:#000033;
  border: none;
  cursor: pointer;
  z-index: 1000;
  bottom:5%;
  left:5%;
  align-items: center;
  justify-content: center;
  position:fixed;
  font-size: 50px;
  animation: shakes 0.8s infinite ease;
  opacity: 80%;
}
.fa-comment-dots:hover{
  color:#00FFFF;
}

body.loaded #loader{
  opacity: 0;
  pointer-events: none;
}
.fa-youtube{
  color:red;
}
.fa-instagram{
  color:white;
}
.fa-square-x-twitter{
  color:black;
}
.fa-facebook{
  color:blue;
}
@keyframes spin {
  0% {transform:rotate(0deg) scale(0.5);}
  100%{transform:rotate(360deg) scale(1);}
}