@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Chivo:300,300i,400,400i,700,700i,900,900i|Saira+Extra+Condensed:100,200,300,400,500,600,700,800|Saira:100,200,300,400,500,600,700,800');

#navbar {
  overflow: hidden;
  background-color: white;
  box-shadow: 5px 5px 5px grey;
  z-index: 3;
}

#navbar a {
  float: right;
  display: block;
  color: gray;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  padding: 15px 15px;
  width: 100px;
}

#navbar a:hover {
  background-color: #B5ECFF;
  color: black;
}

#navbar a.active {
  background-color: #46CCFA;
  color: white;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #D0F3FF;
}

.sticky + .content {
  padding-top: 60px;
   background-color: #D0F3FF
}

.header {
    color: white;
    float: left;
    margin-top: 40px;
    -webkit-animation: blink 3s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: blink 3s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 3s;
    -o-animation-iteration-count: infinite;}

.coupon {
    border: 5px solid border #bbb; /* Dotted border */
    border-radius: 15px; /* Rounded border */
     overflow: auto; 
     background-color: white;
}

.container {
   
    background-color: white;
}



.btn1 {
  background-color: #46CCFA;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;  
}

.btn2 {
  background-color: #46CCFA;
  border: none;
  color: white;
  padding: 26px 56px;
  text-align: center;
  font-size: 32px;
  margin: 4px 2px;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;  
}

.btn:hover {opacity: 0.6}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; 
  background-color: #008CBA;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.container:hover .overlay {
  width: 100%;
}

a:link
{
  color:#25C3FF;
  text-decoration: none;
  text-align: center;
}

a:hover
{
  color:#FEBA75;
  text-decoration: none;
   text-align: center;
}

/* Dropdown Button */
.dropbtn {
    background-color: #46CCFA;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    margin-top: 10px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #B5ECFF;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #B5ECFF;}

* {
	font-family: "Montserrat",Sans-serif;  
}



#formContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f4f4f4;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  max-width: 500px;
  width: 100%;
  border: 2px solid #3498db;
  display: none;
  z-index: 2;
}

.submit {
  background-color: #46CCFA;
  border: none;
  color: white;
  padding: 26px 56px;
  text-align: center;
  font-size: 32px;
  margin: 4px 2px;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;  
  border-radius: 25px;
}

.getQuote {
  background-color: #3498db;
  color: white;
  padding: 15px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1;
}

.close {
  color: #2c3e50;
  padding: 2px;
  border: none;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 20px;
}

form {
  text-align: center;
}

input, textarea {
  margin-bottom: 15px;
  width: 100%;
  padding: 10px;
  border: 1px solid #3498db;
  border-radius: 6px;
  box-sizing: border-box;
}


.textalignment {
  font-family:Montserrat,Sans-serif;
  font-weight: 15px;
text-align: center;
white-space: pre;

}

html {
  scroll-behavior: smooth;
}

p.menusomething a>img {
  margin-top:20px; 
  margin-bottom:20px; 
}