@import 'https://fonts.googleapis.com/css?family=Montserrat';

* {
  font-family: Montserrat;
}

body {
  margin: 0;
}
/*navigation menue font*/
a {
  color: #ffffff;
  text-decoration: none;
}


/* - link under - */

.link-arrow:after {
  content: '';
  background-size: 100% 100%;
  width: 16px;
  height: 12px;
  position: absolute;
  top: 4px;
  right: -28px;
  -webkit-transition: all .4s cubic-bezier(.35, 1, .33, 1);
  transition: all .4s cubic-bezier(.35, 1, .33, 1);
}

.link-arrow:hover:after {
  right: -35px;
}

.link-arrow.link-arrow-white:after {
  background-size: 100% 100%;
}

.link-arrow-hover:after {
  right: -35px;
}

.link {
  display: inline-block;
  position: relative;
  border: none;
  padding-bottom: 4px;
  text-transform: uppercase;
  font-family: Montserrat, helvetica, arial, sans-serif;
  font-weight: 700;
}

.link:active,
.link:focus,
.link:hover {
  outline: 0;
}

.link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000000;
  width: 0;
  height: 4px;
  border-radius: 5px;
  -webkit-transition: all .4s cubic-bezier(.35, 1, .33, 1);
  transition: all .4s cubic-bezier(.35, 1, .33, 1);
}

.link:hover {
  color: #5eff00;
}

.link:hover:before {
  width: 100%;
}

.link-theme:before {
  background: #ffd300;
}


/* header */

.header {
  background-color: #535050b5;
  backdrop-filter: blur(5px);
  position: fixed;
  width: 100%;
  z-index: 3;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0;
}
/*header small screen*/
@media screen and (max-width: 768px) {
  .header {
    background-color: #535050b5;
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 3;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0;
    }
  }

/* nevigation menu */
.header ul {
  margin: 10px;
  padding: 0 60px 0px 10px;
  list-style: none;
  overflow: hidden;
  background-color:transparent;
}

@media screen and (max-width: 768px) {
  .header ul {
    margin: 0;
    padding: 0 100px 10px 100px;
    text-align: center;
    list-style: none;
    overflow: hidden;
    background-color:rgba(82, 81, 81, 0);
    backdrop-filter: blur(auto);
  
    
    }
  }

.header li a {
  display: block;
  padding: 20px 20px 4px 20px;
  text-decoration: none;
  height: 27px;
}




/* company name */
.company-name {
  color: #ffffff;
  display: block;
  float: left;
  font-size: 35px;
  padding: 10px 0 0 10px;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
 .company-name {
    color: #000000;
    font-size: 25px;
    float: left;
    padding: 15px 20px 0 20px;
    text-align: center; 
    font-style: bold;
  }
}

/* Logo styling */
.company-logo {
  width: 100px;
  height: auto;
  float: left;
  margin-top: 5px;
  margin-left: 10px;

}

@media screen and (max-width: 768px) {
  .company-logo {
    width: 80px;
    height: auto;
    float: left;
    margin-top: 5px;
    margin-left: 10px;
   }
 }








/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
   /* float: right;*/
    padding: 28px 20px;
    position: relative;
    user-select: none;
  }
.header .menu-icon .navicon {
  background: #1aff00;
  display: block;
  height: 2px;
  position: relative;
 /* transition: background .2s ease-out;*/
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fd3d03;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}



/* 48em = 768px */

@media (min-width: 768px) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 0px 0px 0px;
    margin-left: 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}

/* 48em = 768px */

.row{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	grid-gap: 30px;
  padding: 40px 20px 20px 20px;
  justify-content:center;
  
}


.holographic-container {
  display:contents;
  justify-content:center;
  align-items: center;
}


/* Content Box */
.holographic-card {
  width: 370px;
  height: 360px;
  position: relative;
  top: auto;
  left: auto;
  background: rgba(0, 0, 0, 0.81);
  display: flex;
  justify-content: center;
  align-items: baseline;
  overflow: hidden;
  border-radius: 25px;
  transition: all 1s ease;
}

/*Responsive Adjustment*/
@media (max-width: 768px) {
  .holographic-card {
    width: 90%;
    left: 0;
    margin: 20px auto;
  }
}




	/*icon details*/
.icon{
	text-align: center;
	padding: 25px 10px;
	cursor:pointer;
	background: transparent;
	/*transition: transform 0.5s, background 0.5s;*/
}

.holographic-card{
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}

/*details about subject*/
.holographic-card  p{
	color: #807d7f;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 16px;
  text-align:start,justify;
	position:absolute; top: 130px; left: 10px; bottom: 0px;
	cursor:pointer;
	/*transition: transform 1.s, background 0.5s;*/
}

/*topics*/
.holographic-card h2 {
 	color: #FFFFFF;
  	text-align:center;
	padding: 0px 0px;
	border-radius: 5px;
	font-size: 30px;
	position:absolute; top: 45px; left: auto; bottom: auto;
	cursor:pointer;
	/*transition: transform 1.s, background 0.5s;*/
}

.holographic-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(0deg, transparent,transparent 30%, 
    rgba(249, 0, 0, 0.514));
  transform: rotate(0deg);
  transition: all 1.0s ease;
  opacity: 0;

}

.holographic-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.815);
}

.holographic-card:hover::before {
  opacity: 1;
  transform: rotate(0deg) translateY(100%);
}




/*Button Read More*/
.button {
	
  align-items: center;
  appearance: none;
  background-clip: padding-box;
  background-color: initial;
  background-image: none;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex-direction: row;
  flex-shrink: 0;
  font-family: Eina01,sans-serif;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  line-height: 24px;
  margin: 0;
  min-height: 64px;
  outline: none;
  overflow: visible;
  padding: 19px 26px;
  pointer-events: auto;
  
  position:absolute; top: auto; left: auto;  bottom: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  width: auto;
  word-break: keep-all;
  z-index: 0;
}

@media (min-width: 768px) {
  .button {
    padding: 19px 32px;
  }
}

.button:before,
.button:after {
  border-radius: 80px;
}

.button:before {
  background-image: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.button:after {
  background-color: initial;
  background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
  bottom: 4px;
  content: "";
  display: block;
  left: 4px;
  overflow: hidden;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: all 100ms ease-out;
  z-index: -1;
}

.button:hover:not(:disabled):before {
  background: linear-gradient(92.83deg, rgb(255, 116, 38) 0%, rgb(249, 58, 19) 100%);
}

.button:hover:not(:disabled):after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition-timing-function: ease-in;
  opacity: 0;
}

.button:active:not(:disabled) {
  color: #ccc;
}

.button:active:not(:disabled):before {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
}

.button:active:not(:disabled):after {
  background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
  bottom: 4px;
  left: 4px;
  right: 4px;
  top: 4px;
}

.button:disabled {
  cursor: default;
  opacity: .24;
}



/*background*/
body, #background-image{
    background: url("/assets/339.png") no-repeat;
    background-size: cover;
    background-repeat: repeat;
    width: 100%;
    height: 100vh;
    position: relative;
  }

  @media (max-width: 768px) {
    body, #background-image {
        background-image: url("/assets/3399.png"); /* Use a smaller image for mobile */
        background-size: cover;
        background-position: center;
    }
}