
/* General Styles */
* {
    padding: 0;
	margin: 0;  
}

body {
		background-color: rgb(230,230,250);
		background-size: cover;
		background-position: center;
		box-sizing: border-box;
		font-family: "Montserrat", Times, serif;
        /* overflow: hidden; */
		
		
}
.site-logo {
	padding-left:  5%;
	padding-top:  2px;
	position:fixed;
}


/* Menu sectin */
 .navbar {
  overflow: hidden;
  background-color: rgb(138,43,226);
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 76px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

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

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
  
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(138,43,226);
  min-width: 80px;
  
 
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 12px;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
/* Hero Section image hover */
.responsive {
  width: 100%;
  height: 30%;
}
/* Centered text hover text */
.centered {
  position: absolute;
  top: 55%;
  left: 35%;
  transform: translate(-50%, -50%);
  font-size: 8px;
}


.responsive h1 {
    font-size: 35px;
    margin-bottom: 20px;
    color: #D21404;
}

.responsive p {
    font-size: 18px;
    margin-bottom: 30px;
    color: lime;
}

.responsive .btn-primary {
    background-color: #ff6600;
    padding: 10px 20px;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 5px;
}

.responsive .btn-primary:hover {
    background-color: #cc5200;
}

/* About Section */
#about {
    padding: 60px 20px;
    background-color: white;
    color: purple;
	
}

#about p {
    text-align: justify;
    font-size: 18px;
    max-width: 1000px;
    margin: 0 auto;
    color: orchid;

}

/* Services Section */
#Services {
    padding: 60px 20px;
    background-color: white;
    color: purple;
    
}

#Services p {
    text-align: justify;
    font-size: 18px;
    max-width: 1000px;
    margin: 0 auto;
    color: orchid;
}
.card {
 
  width: 500px;
  height: 400px;
  background: #fff;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(15px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.img-bx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform: translateY(30px) scale(0.5);
  transform-origin: top;
}

.img-bx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 30px;
}

.content .detail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.content .detail h2 {
  color: #444;
  font-size: 1.6em;
  font-weight: bolder;
}

.content .detail h2 span {
  font-size: 0.7em;
  color: #03a9f4;
  font-weight: bold;
}

.sci {
  position: relative;
  display: flex;
  margin-top: 5px;
}

.sci li {
  list-style: none;
  margin: 4px;
}

.sci li a {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: transparent;
  font-size: 1.5em;
  color: #444;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.5s;
}

.sci li a:hover {
  background: #03a9f4;
  color: #fff;
}
/*Footer coding */

.row {
    display:flex;
    flex-direction: row;
    justify-content: space-evenly;
    background-color: rgb(138,43,226);
    color: white;
    padding: 20px;
    text-align: flex;
    min-height: 20vh;
    overflow: hidden;
}

.row .social {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.row .social li {
    margin: 0 10px;
}

.row .social li a {
    color: white;
    font-size: 20px;
}

.column{
    margin:4vh 0;
}

.column h3{
    margin:20px 0;
}

.column p{
    max-width: 45ch;
    text-align: justify;
    line-height: 30px;
}

.link ul{
    list-style-type: none;
    line-height: 35px;
}

.social{
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
}

.social .fa-brands{
    font-size: 30px;
    margin:0 15px;
}

.footer-menu ul{
    display: flex;
    list-style-type:disc;
    
}

.footer-menu ul li{
    margin:0 20px;
}

.copyright{
    position: relative;
}
.copyright div{
    width:100%;
    position: absolute;
    bottom:40px;
    left:42px;
    display: flex;
    justify-content: space-evenly;
    
}

.cp-text{ color; rgb(138,43,226); text-shadow: 0 1px rgb(138,43,226);

}

/* mobile view menu bar sectin alighment in  */

 @media screen and (max-width: 600px){
	/* General Styles */
* {
    padding: 0;
	margin: 0;  
}

body {
		background-color: rgb(230,230,250);
		background-size: cover;
		background-position: center;
		box-sizing: border-box;
		font-family: "Montserrat", Times, serif;
        /* overflow: hidden; */
		
		
}
.site-logo {
	padding-left:  5%;
	padding-top:  2px;
	position:fixed;
	
}


/* Menu sectin */
 .navbar {
  overflow: hidden;
  background-color: rgb(138,43,226);
   float: absolute;
}

.navbar a {
  float: block ;
  font-size: 12px;
  color: white;
  text-align: right;
  padding: 4px 45px;
  text-decoration: none;
}

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 12px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 10px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
  
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(138,43,226);
  min-width: 10px;
  
 
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 4px 8px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 8px;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
/* Hero Section image hover */
.responsive {
  width: 100%;
  height: 40%;
}
/* Centered text hover text */
.centered {
  position: absolute;
  top: 20%;
  left: 35%;
  transform: translate(-30%, -30%);
  font-size: 8px;
}


.responsive h1 {
    font-size: 12px;
    margin-bottom: 8px;
    color: #D21404;
    
}

.responsive p {
    font-size: 10px;
    margin-bottom: 10px;
    color: lime;
    
}

.responsive .btn-primary {
    background-color: #ff6600;
    padding: 6px 8px;
    color: white;
    font-size: 8px;
    border: none;
    border-radius: 2px;
}

.responsive .btn-primary:hover {
    background-color: #cc5200;
}

* About Section */
#about {
    padding: 30px 10px;
    background-color: white;
    color: purple;
}

#about p {
    text-align: justify;
    font-size: 15px;
    max-width: 500px;
    margin: 0 auto;
    color: orchid;
    
}

/* Services Section */
#Services {
    padding: 30px 10px;
    background-color: white;
    color: purple;
}

#Services p {
    text-align: justify-content;
    font-size: 15px;
    max-width: 500px;
    margin: 0 auto;
    color: orchid;
}

/*Footer coding */

.row {
    display:block;
    flex-direction: row;
    justify-content: space-evenly;
    background-color: rgb(138,43,226);
    color: white;
    padding: 20px;
    text-align: flex;
    min-height: 20vh;
    overflow: hidden;
}

.row .social {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.row .social li {
    margin: 0 10px;
}

.row .social li a {
    color: white;
    font-size: 20px;
}

.column{
    margin:4vh 0;
}

.column h3{
    margin:20px 0;
}

.column p{
    max-width: 45ch;
    text-align: justify;
    line-height: 30px;
}

.link ul{
    list-style-type: none;
    line-height: 35px;
}

.social{
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
}

.social .fa-brands{
    font-size: 30px;
    margin:0 15px;
}

.footer-menu ul{
    display: flex;
    list-style-type:disc;
    
}

.footer-menu ul li{
    margin:0 6px;
}

.copyright{
    position: relative;
}
.copyright div{
    width:80%;
    position: left;
    bottom:30px;
    left:32px;
    display: flex;
    justify-content: space-evenly;
    font-size: 10px;
}

.cp-text{ color; rgb(138,43,226); text-shadow: 0 1px rgb(138,43,226);

}
