/* Cinzel Font */ 
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600&display=swap');


/* Strint Ultra Condensed font */ 
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600&family=Righteous&display=swap');

/* COLOR AND FONT VARIABLES */
:root{
    --bodybackgroundcolor: white;
    --cardbodycolor: rgba( 255, 255, 255, 0.3 );
    --navcolor: black;
    --fontcolor: white;
    --headingfont: 'Cinzel', serif;
    --font: 'Righteous', cursive;;
}

*{
    box-sizing: border-box;
    margin: 0 auto;
}

nav{
    height: 60px;
    text-align: center;
    padding: 10px;
    font-size: 2em;
    font-family: var(--headingfont);
    background-color: var(--navcolor);
    color: var(--fontcolor);
}

body{
    background-image: url(/bodyback2.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    font-family: var(--font);
}

.column-line{
    width: 320px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: center;
}

.profile-card{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 320px;
    border-radius: 16px;
    margin-top: 30px;
    background: rgba( 255, 255, 255, 0.3 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 20px );
    -webkit-backdrop-filter: blur( 20px );
    overflow: hidden;
}

.profile-img{
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: url(./IMG_5952.jpg) center;
    background-size: cover;
}

#head-name{
    font-size: 2em;
    padding-top: 20px;
    font-weight: 900;
}

#small-detail{
    color: rgb(205, 203, 203);
    font-size: .8em;
    padding: 3px;
}

#mini-detail{
    font-size: .9em;
    gap: -20px;
    padding-top: 10px;
}

#link{
    text-decoration: none;
    color: black;
    text-decoration: underline;
}

#link:hover{
    color: rgb(205, 203, 203);
}

.contact-icons{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba( 31, 38, 135, 0.37 );
}

#icon{
    border-radius: 10%;
    margin-left: 10px;
    margin-right: 10px;
}
#icon:hover{
    width: 40px;
    height: 40px;
    transition: .4s;
    margin-left: 8px;
    margin-right: 8px;
}

#skill-head{
    padding: 15px;
    font-size: 1.2em;
    text-decoration: underline;
}

.skills{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
}

.skill{
    max-width: 120px;
}

.two-blocks{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 320px;
}

.block{
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 16px;
    width: 150px;
    height: 200px;
    margin-top: 30px;
    background: rgba( 255, 255, 255, 0.3 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 20px );
    -webkit-backdrop-filter: blur( 20px );
    overflow: hidden;
}

#kips{
    padding-bottom: 30px;
    padding-top: 20px;
}

#skill-type{
    font-size: .6em;
    color: rgb(205, 203, 203);
    padding-top: 10px;
}

#test-heading{
    text-decoration: underline;
    padding-bottom: 5px;
}

.testimonial-box{
    width: 300px;
    height: 300px;
    background-color: black;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 1em;
    border-radius: 10px;
}

.test-head{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.test-person{
    display: block;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
    padding-bottom: 50px;
}

.test-img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-image: url(./sanj.jpeg);
    background-position: center;
    background-size: cover;
    border: 2px solid white;
}

.signature{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 320px;
    border-radius: 16px;
    margin-top: 30px;
    background: white;
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 20px );
    -webkit-backdrop-filter: blur( 20px );
    overflow: hidden;
}

.between-head{
    font-size: 2em;
    padding-top: 100px;
    font-weight: 900;
    text-align: center;
    font-family: var(--font);
    color: white;
    text-decoration: underline;
}

.between-details{
    font-size: 1.2em;
    color: rgb(205, 203, 203);
    text-align: center;
    font-family: var(--font);
    padding-top: 20px;
    padding-bottom: 40px;
    text-decoration: underline;
}

.main-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.project-card{
    text-align: center;
    border: 1px solid white;
    width: 320px;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 50px;
    background: rgba( 255, 255, 255, 0.3 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 20px );
    -webkit-backdrop-filter: blur( 20px );
}

.project-img{
    margin-top: 10px;
    width: 280px;
    border: 1px solid grey;
    border-radius: 10px;
    background-color: gray;
    mix-blend-mode: multiply;
}

.project-name{
    display: inline-flex;
    align-items: baseline;
    margin: 15px;
}

.name-dark{
    font-size: 1.8em;
    font-weight: bold;
}

.name-light{
    font-size: 1.2em;
    color: rgb(205, 203, 203);
}

.project-button{
    display: block;
}

.project-link{
    font-weight: bold;
    text-decoration: none;
    color: black;
    text-decoration: underline;
}

.project-link:hover{
    color: rgb(205, 203, 203);
    text-decoration: none;
    
}

form {
	min-width: 25rem;
	
	.title {
		font-family: 'Pacifico', cursive;
		color: #212529;
		font-size: 2.5rem;
	}
	
  .form-control {
    background-color: #f2f6f8;
		border-radius: 2rem;
    border: none;
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
		
    &.thick {
      height: 3.3rem;
      padding: .5rem 3.5rem;
    }
		
		&:focus {
			background-color: #f2f6f8;
			border: none;
			box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
		}
  }
	
	.message .form-control {
			padding: .5rem 1.8rem;
	}
	
  ::placeholder {
    font-family: 'Quicksand', sans-serif;
		font-weight: 600;
    font-size: 1.1rem;
    color: #838788;
    position: relative;
    left: 0;
  }
	
  input,
  textarea {
		font-family: 'Quicksand', sans-serif;
    color: #212529;
    font-size: 1.1rem;
  }
	
  .icon {
    color: #57565c;
    height: 1.3rem;
    position: absolute;
    left: 1.5rem;
    top: 1.1rem;
  }
}

.btn.btn-primary {
  font-family: 'Quicksand', sans-serif;
	font-weight: bold;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 3rem;
  border: 0;
  border-radius: 3rem;
  background-color: purple;
  background-size: 300% 100%;
  transition: all 0.3s ease-in-out;
}

.btn.btn-primary:hover:enabled {
  box-shadow: 0 0.5em 0.5em -0.4em #ff923cba;
  background-size: 100% 100%;
  transform: translateY(-0.15em);
}

