<style>

/* Font */
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Tangerine');

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
    margin: 0;
    // background-image: url('img/azadi75.png');
    background-image: linear-gradient(orange, white, green);
    background-repeat: no-repeat;
    background-attachment: fixed; 
    height: 100%;
    background-position: center center;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif, 'Quicksand', serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
}

body:before {
    content: "";
    // background-image: url('img/azadi75.png');
    // background-image: linear-gradient(orange, white, green);
    position: absolute;
    background-size: cover;
    height: 100%; 
    width: 100%; /* Using Glen Maddern's trick /via @mente */

    /* don't forget to use the prefixes you need */
    transform: scale(0.99);
    transform-origin: top left;
    filter: blur(8px);
    opacity: 0.75;
    z-index: -100; /* Keep the background behind the content */
}

@media only screen and (max-width: 767px) {
    body {
        // background-image: url(img/azadi75_verticle.png);
        background-image: linear-gradient(orange, white, green);
    }
    body:before {
        transform-origin: top left;
        filter: blur(8px);
        opacity: 0.75;
        z-index: -100; /* Keep the background behind the content */
    }
}
/*
.main{
  max-width: 1200px;
  margin: 0 auto;
}
*/
.topnav {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 1);
  // position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  z-index: 9999999;
}

.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  border-color: rgba(20, 20, 20, 0.5);
  z-index: 999999;
}

.active {
  background-color: #00ffff;
  color: black;
  border-radius: 5px;
  z-index: 999999;
}

.topnav .icon {
  display: none;
  z-index: 999999;
}

.dropdown {
  float: right;
  overflow: hidden;
  z-index: 999999;
}

.dropdown .dropbtn {
  font-size: 16px;    
  border: none;
  border-radius: 5px;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  z-index: 999999;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999999;
  border-radius: 5px;
}

.dropdown-content a {
  float: none;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  background-color: #003f3f;
/*
  background-color: #00ffff;
  background-color: rgba(192,192,60,1); //#003f3f1f;
  background-color: rgba(233, 212, 96, 1); // rgba(192,192,60,1); //#003f3f1f;
  background-color: rgba(250, 216, 89, 1); // rgba(233, 212, 96, 1); // rgba(192,192,60,1); //#003f3f1f;
*/
  color: white;
  z-index: 999999;
}

.topnav a:hover, .dropdown:hover .dropbtn {

  background-color: #007f7f;
  color: lightyellow;
/*
  background-color: #ffffff;
  color: black;

  background-color: #00007f;
  color: white;
*/
}

.dropdown-content a:hover {
  background-color: rgba(0,255,255,0.5); //#003f3f1f;
  color: blue;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  overflow: hidden;
  margin-left: auto
}

.cards_item {
  display: flex;
  padding: 1rem;
}

.card {
  background-color: white;
  border-radius: 1.25rem;
  // box-shadow: 5px 5px 5px 2px rgba(0, 255, 255, 0.75);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 5px;
}

.card_content {
  padding: 1rem;
    max-width: inherit;
  background: #FFFFFF; //linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);
}

.card_title {
  color: #0000FF;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 30px;
  margin: 0px;
}

.card_subtitle {
  color: #1f1f1f;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-align: center;
  margin: 0px;
}

.card_text {
  color: #FF0000;
  max-width: 400px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1rem;    
  font-weight: 400;
  text-align: left
  padding-left: 0.25rem;
  margin-left: 25px;
}

.made_by{
  font-weight: 400;
  font-size: 13px;
  margin-top: 35px;
  text-align: center;
}

.cards.h1 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

h1 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.card_image {
  height: auto;
  max-width: 70%;
  vertical-align: top;
}

.btn {
  color: #0000FF;
  padding: 0.8rem;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}

.btn:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
.card:hover {
  box-shadow: 4px 4px 4px 2px rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 960px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .cards_item {
    width: 96%
  }
  .cards_image {
    width: 50%
  }
}

@media screen and (max-width: 960px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 500px) {
  .cards_item {
    width: 96%;
  }
  .cards_image {
    width: 50%
  }
}

.glow {
  // font-family: 'Quicksand';
  font-family: 'Tangerine';
  font-size: 5vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transform: scale(1,1);

  // -webkit-animation: glow 1s ease-in-out infinite alternate;
  // -moz-animation: glow 1s ease-in-out infinite alternate;
  // animation: glow 1s ease-in-out infinite alternate;
}

.glow a {
  // font-family: 'Quicksand';
  font-family: 'Tangerine';
  font-size: 5vw;
  color: #FFFFFF;
  text-align: center;
  transform: scale(1,1);

  // -webkit-animation: glow 1s ease-in-out infinite alternate;
  // -moz-animation: glow 1s ease-in-out infinite alternate;
  // animation: glow 1s ease-in-out infinite alternate;
}

.glow a:hover {
  // font-family: 'Quicksand';
  font-family: 'Tangerine';
  font-size: 5vw;
  color: #FFA500;
  text-align: center;
  transform: scale(1,1);

  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

.glow_small {
  // font-family: 'Quicksand';
  font-family: 'Tangerine';
  font-size: 2.5vw;
  color: #fff;
  text-align: center;
  transform: scale(1,1);

  // -webkit-animation: glow 1s ease-in-out infinite alternate;
  // -moz-animation: glow 1s ease-in-out infinite alternate;
  // animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #FFA500, 0 0 40px #FFA500, 0 0 50px #FFA500, 0 0 60px #FFA500, 0 0 70px #FFA500;
  }

  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #FFA500, 0 0 40px #FFA500, 0 0 50px #FFA500, 0 0 60px #FFA500, 0 0 70px #FFA500, 0 0 80px #FFA500;
  }
}

/* SOCIAL MEDIA FOOTER */

.footer_container{
  padding-top:10px;
  padding-bottom:16px;
  padding-bottom:1px;
  min-width:100%;
  min-height:10%;
  max-height:120px;
  text-align:center;
  position: fixed;
  bottom: 1px;
  background: linear-gradient(0deg, rgba(0,0,0,.3) 0%, rgba(0,0,0,.7) 100%);
  z-index: 9999999;
}

.footer_headline{
  font-size:1ev;
  text-align:center;
  font-family: 'Montserrat', sans-serif;
  color:#fff;
}

.footer_headline  h4{
    font-size:18px;
    font-family: 'Montserrat', sans-serif;
    color:#fff;
  }

.social-buttons{
  display:inline-block;
  background: rgba(256,256,256,0.5);
  padding:20px;
  padding-bottom: 5px;
  border-radius:16px;
  text-align:center;
  // margin:20px 10px;
  box-shadow: 0px 0px 32px -7px #00199f;
}
  
/* Helper class to divide the icons */
.social-margin {
  margin-right: 5px;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

.social-icon {
  margin-bottom: 15px;
   box-sizing: border-box;
  -moz-border-radius: 138px;
  -webkit-border-radius: 138px;
  border-radius: 138px;
  border: 5px solid;
  text-align: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 1px;
  padding-top: 11px;
  transition: all 0.5s;
}
.social-icon:hover {
    transform: rotate(360deg)scale(1.3);
  }
  /* Facebook Button Styling */
 .facebook {
    font-size: 20px;
    padding-top: 8px;
    border-color: #3b5998;
    background-color: #3b5998;
    color: #ffffff;
   
  }
  .facebook:hover {
    background-color: #ffffff;
    color: #3b5998;
  }
  /* Twitter Button Styling */
.twitter {
    font-size: 20px;
    padding-top: 8px;
    padding-left: 2px;
    border-color: #55acee;
    background-color: #55acee;
    color: #ffffff;
    
  }
  .twitter:hover {
    background-color: #ffffff;
    color: #55acee;
  }
  /* Linkedin Button Styling */
  .linkedin {
    font-size: 20px;
    padding-top: 8px;
    padding-left: 1px;
    background-color: #0976b4;
    color: #ffffff;
    border-color: #0976b4;
    
  }
  .linkedin :hover {
    background-color: #ffffff;
    color: #0976b4;
  }
  /* Pinterest Button Styling */
  .instagram {
    font-size: 20px;
    padding-top: 8px;
    background-color:  #cb2027;
    color: #ffffff;
    border-color:  #cb2027;
    
  }
  .instagram:hover {
    background-color: #ffffff;
    color:  #cb2027;
  }

  /* Youtube Button Styling */
 .youtube {
    font-size: 20px;
    padding-top: 8px;
    padding-left: 0px;
    background-color: #bb0000;
    color: #ffffff;
    border-color: #bb0000;
    
  }
  .youtube  :hover {
    background-color: #ffffff;
    color: #bb0000;
  }


  /* Home Button Styling */
 .home {
    font-size: 20px;
    padding-top: 8px;
    padding-left: 0px;
    background-color: #fb0a0a;
    color: #ffffff;
    border-color: transparent;
    
  }
  .home  :hover {
    background-color: #ffffff;
    color: #bb0000;
  }


  /* email Button Styling */
 .email {
    font-size: 20px;
    padding-top: 8px;
    padding-left: 0px;
    background-color: #f39c12;
    color: #ffffff;
    border-color: transparent;
  }
  .email  :hover {
    background-color: #ffffff;
    color: #f39c12;
  }
.progress {
  // border: 1px solid #222;
  //  margin: 10px;
  height: 10px;
  margin-bottom: 40px;
  border-radius: 2px;
  box-shadow: inset 0px 0px 0 rgba(0,0,0,0.2), 
    inset 0 -1px 0 rgba(255,255,255,.25), 
    inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.5);
  background-color: rgba(0,0,0,0.35);
  .bar {
    width: 50%;
    height: 100%;
    background-color: #F2BC26;
    box-shadow: 0px 0px 10px 2px #F47B25;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .tip {
    width: 40px;
    margin-top: 15px;
    height: 20px;
    background-color: rgba(255,255,255,1);
    text-align: center;
    line-height: 22px;
    border: 1px solid #444;
    border-radius: 4px;
    left: 50%;
    margin-left: -20px;
    position:relative;
    color: #333;
    opacity: 0.75;
    font-family: "Arial";
    font-weight: bold;
    font-size: 12px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.45);
    &:before {
      content:"";
      border-color: transparent  transparent #000 transparent;
      border-style:solid;
      border-width:5px;
      width:0;
      height:0;
      position:absolute;
      top: -10px;
      left: 50%;
      margin-left: -5px;
    }
    &:after {
      content:"";
      border-color: transparent transparent rgba(255,255,255,1) transparent;
      border-style:solid;
      border-width:5px;
      width:0;
      height:0;
      position:absolute;
      top: -9px;
      left: 50%;
      margin-left: -5px;
    }
  }
}

/*
table, th, td {
  border: 1px solid gray;
}
table.center {
  margin-left: auto; 
  margin-right: auto;
}

th.country {
  color = black;
  background-color: yellow;
}

th.currency {
  color = black;
  background-color: #00FFFF;
}

td.country {
  text-color = yellow;
}

td.currency {
  text-color = #00FFFF;
}
*/
</style>
