/* CSS Document */
/*  import google fonts */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400&family=Righteous&display=swap');

*{ 
margin: 0; 
padding: 0;
box-sizing: border-box; 
text-decoration: none; 
}


body{
  overflow-x: hidden;
}

.max-width {
	max-width: 2000px; 
	padding: 0 70px; 
	margin: auto; }

 header {
        position: fixed;
        top: 0;
        width: 100%;
	 	z-index: 2; 
}
 
/*navbar styling*/
.navbar { 
	position: fixed; 
	width: 100%;  
	background: #fff;
	font-family: 'nunito-light' , sans-serif; 
	padding-bottom: 10px;
}

.navbar a { 
	font-size: 15px; 
	padding: 20px; 
	
}

/* Dropdown Button */
.dropbtn {
  color: black;
  padding: 0px;
  font-size: 15px;
  border: none;
  margin-left: 40px; 
  background: #fff; 
  font-family: 'nunito-light', sans-serif;

}

/* 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: #f1f1f1;
  min-width: 160px;
  z-index: 1;
  margin-top: 10px; 
  margin-left: 40px;
}

/* 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: #791919;
	color: #fff; 
	text-decoration: none;
	transition: 0.3s ease;

}

/* 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: #791919;
	color: #fff; 
	padding: 5px 20px; 
	transition: color 0.3s ease;
	text-decoration: none; 
	font-size: 15px; 
	margin-left: 40px;

}

.navbar .logo a { 
	font-size: 40px; 
	font-weight: 600; 
	color: #791919;
	text-decoration: none; 
}

.logo { 
	font-family: 'Righteous',cursive; 
	color: #791919;
	margin-top: 10px; 
}

.logo:hover { 
	text-decoration: none; 
}

/* Style the navbar */

.navbar.sticky { 
	padding: 15px 0px; 
	background: #791919; }

.sticky {
  	position: fixed;
  	top: 0;
  	width: 100%; 
	background: #791936; }

.sticky + .content {
  padding-top: 60px;
}

.navbar .max-width { 
	display: flex; 
	align-items: center; 
	justify-content: space-between; }

.navbar .menu li { 
	list-style: none; 
	display: inline-block;
	margin-top: 19px; 
	padding-top: 10px; 
}
.navbar .menu li a { 
	color: #000; 
	font-size: 15px; 
	font-weight: 200; 
	margin-left: 40px; 
	transition: color 0.3s ease;  }

.navbar .menu li a:hover { 
	color: #fff; 
	background-color: #791919; 
	padding: 8px 20px; 
	border-radius: 20px; 
	transition: color 0.3s ease;
	text-decoration: none; 
}
/*menu button styling*/

.menu-btn { 
	color: #791919; 
	font-size: 23px; 
	cursor: pointer; 
	display: none; }


/*Home Section Styling*/

.home { 
	display: flex; 
	background:url("IMAGES/banner1.jpg") no-repeat center; 
	height: 100vh; color: #791919; 
	min-height: 500px;  
	font-family: 'Righteous', cursive;
	scroll-behavior: smooth;
} 

.home .max-width { 
	margin: 140px 0 auto 650px; }

.home-photo {
	width: 250px;
	height:250px;
	float: left;
	display: inline-block;
	margin-right: 50px; 
	clear: left;
}

.home .home-content .text-1 { 
	font-size: 75px; 
	line-height: 50px;
	margin-top: 60px;
	clear: left;
}

.home .home-content .text-2 { 
	font-size: 75px; 
	font-weight: 600; 
}

.home .home-content .text-3 { 
	font-size: 20px; 
	margin: 0px 0 22px 0px; 
	max-width: 460px; 
	font-family: 'Nunito', sans-serif; 
	color: #000; }

.home .home-content  a{
	display: inline-block; 
	background: #791919; 
	color: #fff; 
	font-size: 15px; 
	padding: 12px 30px; 
	border-radius: 28px; 
	font-family: 'Nunito', sans-serif; 
	margin-right: 30px; 
	border: 2px solid #791919; 
	transition: all 0.3s ease;
	text-decoration: none; 
}

.home .home-content  a:hover { 
	background: none; 
	color: #791919; }

/*About Section Styling*/
.about {
	height: 90vh; 
	margin: 0;
	padding: 0;
	background-color: #791919;

}

.about body {
	margin: 0; 
	padding: 0;
	scroll-behavior: smooth;

}

.about .heading-abt {
	font-family: 'righteous', cursive; 
	font-size: 50px; 
	text-align: left; 
	font-weight: 500; 
	color: #f6f6f2;
	margin-top: 80px;

}

#container-abt3 {
	width: 1000px; 
}

.col-1-abt {
	width: 600px; 
	float: left; 
	padding: 50px 10px 50px 50px; 
}

.col-2-abt {
	width: 700px; 
	float: left; 
	font-family: 'Nunito', sans-serif; 
	margin: 35px 0 0 20px; 
}

.col-2-abt .heading-2-abt {
	font-family: 'nunito', sans-serif; 
	font-size: 20px;
	margin: 35px 15px 10px 20px; 
	font-weight: 600; 
}

.col-2-abt .list {
	margin-left: 20px; 
	font-weight: 600;
	padding-bottom: 0px;
	margin-top: 0px; 
}

.list-abt {
	font-family: 'nunito', sans-serif; 
	color: #f6f6f2; 
	font-size:20px; 
	width: 700px; 
	margin-top: 30px; 
}

/*Education Section Styling*/

.edu {
	height: 90vh; 
	margin: 0;
	padding: 0;
	background-color: #f6f6f2;
}

.edu body {
	margin: 0; 
	padding: 0; 
}

.edu .heading-1-edu {
	font-family: 'righteous', cursive; 
	font-size: 50px; 
	text-align: left; 
	padding-top: 200px; 
	font-weight: 500; 

}

#container-3-edu {
	width: 990px; 
	margin: 0 0 0 80px; 
}

.col-1-edu {
	width: 350px; 
	float: left; 
	height: 80vh; 
	margin-right: 42px; 
}

.edu-list2 {
	display: inline;
	list-style: none;
}

.col-2-edu {
	width: 700px; 
	float: left; 
	font-family: 'Nunito', sans-serif; 
	margin: 100px 0 0 0; 
}

.text-edu {
	font-weight: 500;
	line-height: 15px; 
}
.col-2-edu .heading-2-edu {
	font-family: 'nunito', sans-serif; 
	font-size: 20px;
	margin: 25px 15px 10px 20px; 
	font-weight: 600; 
}

.col-2-edu .list-edu {
	margin-left: 20px; 
	color: #791919; 
	line-height: 8px; 
	padding-bottom: 0px;
	margin-top: 0px; 
	font-size: 15px; 
}


/*My Skills Section Styling*/
.skills {
	background: url("IMAGES/banner 4.jpg") no-repeat center;
	height: 65vh; 
	display: flex; 
	min-height: 400px;  

}

body{
  font-family: Helvetica, Arial, sans-serif;
}
.container-1{
  width: 40%;
  margin: -20px 0 10px 80px;  
  align-items: center; 
  justify-content: space-between; 
  flex-wrap: wrap;
  max-width: 659px; 
}

.skills-content h1 {
	font-family: 'righteous', cursive;
	color: #f6f6f2; 
	font-size: 60px; 
	text-align: center; 
	padding: 30px; 
	font-weight: 500; 
	 
}

.container-2{
  width: 40%;
  margin: -230px 10px 100px 750px;
  align-items: center; 
  justify-content: space-between; 
  flex-wrap: wrap;
}

.info {
	padding: 3px;
	margin-top: 10px; 
	font-family: 'Nunito', sans-serif; 
	color: #f2f2f6;
}

@keyframes load{
  from {
    width: 0%
  }
}
@-webkit-keyframes load{
  from {
    width: 0%
  }
}
@-moz-keyframes load{
  from {
    width: 0%
  }
}
@-o-keyframes load{
  from {
    width: 0%
  }
}

.bar{
  background-color: #5d0808;
  padding: 0px;
  border-radius: 15px;
  margin-bottom: 2px;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.bar::before{
  content:  attr(data-skill);
  background-color: #ffeee4;
  display: inline-block;
  padding: 5px 0 5px 10px;
  border-radius: inherit;
  animation: load 2s 0s;
  -webkit-animation: load 2s 0s;
  -moz-animation: load 2s 0s;
  -o-animation: load 2s 0s;
}

.bar.front::before{
  background-color: #ffcc33;
}
.bar.back::before{
  background-color: #ffeee4;
}

.bar.learning::before{
  width: calc(70% - 10px);
}
.bar.basic::before{
  width: calc(40% - 10px);
}
.bar.intermediate::before{
  width: calc(40% - 10px);
}
.bar.advanced::before{
  width: calc(80% - 10px);
}
.bar.expert::before{
  width: calc(100% - 10px);
}

.left { 
 }

/*Extra Curricular Section Styling*/

.koko {
	height: 110vh; 
	margin: 0;
	padding: 0;
	background-color: #f6f6f2;
}

.koko body {
	margin: 0; 
	padding: 0; 
}

.koko .heading-1 {
	font-family: 'righteous', cursive; 
	font-size: 50px; 
	text-align: left; 
	margin-top: 280px; 
	font-weight: 500; 

}

#container-3 {
	width: 990px; 
	margin: 0 0 0 80px; 
}

.col-1 {
	width: 350px; 
	float: left; 
	border-right: 3px solid; 
	margin-top: 65px; 
	height: 90vh; 
	margin-right: 42px; 
}

.col-2 {
	width: 700px; 
	float: left; 
	font-family: 'Nunito', sans-serif; 
	margin: 35px 0 0 20px; 
}

.col-2 .heading-2 {
	font-family: 'nunito', sans-serif; 
	font-size: 20px;
	margin: 25px 15px 10px 20px; 
	font-weight: 600; 
}

.col-2 .list {
	margin-left: 20px; 
	color: #791919; 
	font-weight: 600;
	padding-bottom: 0px;
	margin-top: 0px; 
}

/*Work Experience Section Styling*/

.work {
	background: #791919;
	height: 100vh;
	margin-top: -20px; 
}

.work body {
	margin: 0; 
	padding: 0px; 
}

.title-work {
	font-family: 'righteous', cursive;
	font-size: 60px; 
	text-align: center; 
	color: #f6f6f2;
	padding: 40px; 
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column-work {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clear floats after image containers */
.row-work::after {
  content: "";
  clear: both;
  display: table;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 300px) {
  .column-work {
    width: 100%;
  }
}

#container-4 {
	width: 980px; 
	margin: 0 0 0 80px; 
}

.col-1-work {
	width: 500px; 
	float: left; 
	margin-top: 0px; 
	margin-left: -50px; 
	margin-right: 70px; 
}

.col-2-work {
	width: 700px; 
	float: left; 
	font-family: 'Nunito', sans-serif; 
	margin: 30px 0px  0 70px; 
	border-left: 3px solid #f6f6f2 ; 

}

.col-2-work .heading-2-work {
	font-family: 'nunito', sans-serif; 
	font-size: 18px;
	font-weight: 600; 
	margin: 15px 0 10px 60px; 
	width: 600px; 
	color: #f6f6f2; 
}

.list-work-1 {
	color: #f6f6f2; 
	font-family: 'nunito', sans-serif; 
	padding-top: 21px; 
	width: 550px; 
	text-align: justify;

}

.list-work-2 {
	color: #f6f6f2; 
	font-family: 'nunito', sans-serif; 
	width: 550px; 
	text-align: justify;
	margin-left: 60px; 
	line-height: 10px; 
}

.heading-2-work2 {
	font-family: 'nunito', sans-serif; 
	font-size: 20px; 
	text-align: left; 
	color: #f6f6f2; 
}

.soc-med{
	list-style: none; 
	display: inline; 
	margin: 15px 20px 0 60px; 
	padding-right: 10px; 
}

.soc-med li {
	padding-right: 5px; 
}


/*Portfolio Section Styling*/
.portfolio {
	background: #f6f6f2;
	margin-top: -20px;
	padding: 0; 
	height: 260vh;
}

.image {
    position: relative;
    width: 400px;
}

.image__img {
    display: block;
    width: 110%;
	border-radius: 10px; 
	margin-bottom: 20px; 
}

.image__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    background:rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-family: 'nunito', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s;
	border-radius: 10px; 
}

.image__overlay--blur {
    backdrop-filter: blur(5px);
}

.image__overlay--primary {
}

.image__overlay > * {
    transform: translateY(20px);
    transition: transform 0.25s;
}

.image__overlay:hover {
    opacity: 1;
	border-radius: 6px; 
}

.image__overlay:hover > * {
    transform: translateY(0);
}

.image__title {
    font-size: 2em;
    font-weight: bold;
}

.image__description {
    font-size: 1.25em;
    margin-top: 0.25em;
}

.portfolio body {
	background: #f6f6f2;
	margin: 0;
	padding: 0; 
}

.portfolio-content .title-portfolio {
	font-family: 'Righteous', cursive; 
	font-size: 60px; 
	text-align: center;
	padding:30px 30px 0 30px; 
	color: #000;
}

.port-info {
	font-family: 'nunito', sans-serif; 
	font-size: 20px; 
	text-align: center; 
}

.img-responsive {
	margin: 8px; 
	transition: 0.5s ease; 
}

.img-responsive:hover {
	box-shadow: 4px 5px 5px 4px #888;
	border-radius: 10px; 
}


.text-port {
	font-family: 'nunito', sans-serif; 
	text-align: center; 
	margin-top: 10px; 
}

.modal-title-text-center {
	font-family: 'nunito', sans-serif; 
	text-align: center;
}

/*Contact styling*/
.contact {
	background: #791919; 
	margin-top: -20px; 
	height: 65vh; 
}

.contact .title {
	font-family: 'righteous', cursive; 
	color: #f6f6f2; 
}

.title{
	padding-top: 60px; 
	margin-left: 100px;
}

.contact .contact-content {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	margin-top: 20px;
	
}

.contact .contact-content .column{
    width: calc(50% - 30px);
}

.contact .contact-content .text{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact .contact-content .left p{
    text-align: justify;
	margin-left: 100px; 
}
.contact .contact-content .left .icons{
    margin: 15px 10px 10px 130px;
}
.contact .contact-content .row{
    display: flex;
    height: 65px;
    align-items: center;
}
.contact .contact-content .row .info{
    margin-left: 30px;
	margin-top: 5px; 
}
.contact .contact-content .row i{
    font-size: 25px;
    color: #f6f6f2;
}
.contact .contact-content .info .head{
    font-weight: 600;
	color: #f6f6f2;
}
.contact .contact-content .info .sub-title{
    color: #f6f6f2;
}
.contact .right form .fields{
    display: flex;
}

.contact .text-right {
	font-family: 'nunito', sans-serif;
	font-weight: 600;
}

.contact .right form .field,
.contact .right form .fields .field{
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
}
.contact .right form .textarea{
    height: 80px;
    width: 100%;
}
.contact .right form .name{
    margin-right: 10px;
}
.contact .right form .field input,
.contact .right form .textarea textarea{
    height: 100%;
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 6px;
    outline: none;
    padding: 0 15px;
    font-size: 17px;
    font-family: 'nunito', sans-serif;
    transition: all 0.3s ease;
}

.contact .text {
	color: #f6f6f2;
	font-family: 'nunito', sans-serif; 
}

.contact .text-para {
	font-family: 'nunito', sans-serif; 
	color: #f6f6f2;
	font-size: 20px;
	margin-top: -50px;
	
}

.contact .right form .field input:focus,
.contact .right form .textarea textarea:focus{
    border-color: #b3b3b3;
}
.contact .right form .textarea textarea{
  padding-top: 10px;
  resize: none;
}
.contact .right form .button-area{
  display: flex;
  align-items: center;
}
.right form .button-area button{
  color: #f6f6f2;
  display: block;
  width: 160px!important;
  height: 45px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  flex-wrap: nowrap;
  background: #000;
  border: 2px solid #000;
  transition: all 0.3s ease;
}
.right form .button-area button:hover{
  color: #f6f6f2;
  background: none;
  border: 2px solid #f6f6f2;

}

.fa {
  padding: 0px 20px 20px 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.soc-med-2{
	list-style: none; 
	display: inline; 
	margin: 1px 20px 0 0px; 
	padding-right: 10px; 
}

.soc-med-2 li {
	padding-right: 5px; 
}

				#fs-frm input,
				#fs-frm select,
				#fs-frm textarea,
				#fs-frm fieldset,
				#fs-frm optgroup,
				#fs-frm label,
				#fs-frm #card-element:disabled {
				  font-family: 'nunito', sans-serif;
				  font-size: 15px;
				  color: #fff;
				  border: none;
				  border-radius: 0;
				  display: block;
				  width: 100%;
				  padding: 0;
				  margin: 0px;
				  -webkit-appearance: none;
				  -moz-appearance: none;
				  resize: none;
					
				}

				#fs-frm input, #fs-frm textarea {
					color: #000;
				}

				#fs-frm label,
				#fs-frm legend,
				#fs-frm ::placeholder {
				  font-size: 15px;
				  margin-bottom: .5rem;
				  padding-top: .2rem;
				  display: flex;
				  align-items: baseline;
				}

				/* border, padding, margin, width */
				#fs-frm input,
				#fs-frm select,
				#fs-frm textarea,
				#fs-frm #card-element {
				  border: 1px solid rgba(0,0,0,0.2);
				  background-color: rgba(255,255,255,0.9);
				  padding: .75em 1rem;
				  margin-bottom: 1.5rem;
				}
				#fs-frm input:focus,
				#fs-frm select:focus,
				#fs-frm textarea:focus {
				  background-color: white;
				  outline-style: solid;
				  outline-width: thin;
				  outline-color: #000;
				  outline-offset: -1px;
				}
				#fs-frm [type="text"],
				#fs-frm [type="email"] {
				  width: 100%;
				}
				#fs-frm [type="button"],
				#fs-frm [type="submit"],
				#fs-frm [type="reset"] {
				  cursor: pointer;
				  -webkit-appearance: button;
				  -moz-appearance: button;
				  appearance: button;
				  border-radius: 30px; 
				  width: 120px; 
				}

				#fs-frm [type="button"]:hover,
				#fs-frm [type="submit"]:hover,
				#fs-frm [type="reset"]:hover {
				  cursor: pointer;
				  -webkit-appearance: button;
				  -moz-appearance: button;
				  appearance: button;
				  border-radius: 30px; 
				  width: 120px; 
				  background: #000; 
				  color: #f6f6f2;
				}

				#fs-frm [type="button"]:focus,
				#fs-frm [type="submit"]:focus,
				#fs-frm [type="reset"]:focus {
				  outline: none;
				}

				#fs-frm [type="submit"],
				#fs-frm [type="reset"] {
				  margin-bottom: 0;
				}
				#fs-frm select {
				  text-transform: none;
				}

				#fs-frm [type="checkbox"] {
				  -webkit-appearance: checkbox;
				  -moz-appearance: checkbox;
				  appearance: checkbox;
				  display: inline-block;
				  width: auto;
				  margin: 0 .5em 0 0 !important;
				}

				#fs-frm [type="radio"] {
				  -webkit-appearance: radio;
				  -moz-appearance: radio;
				  appearance: radio;
				}

				/* address, locale */
				#fs-frm fieldset.locale input[name="city"],
				#fs-frm fieldset.locale select[name="state"],
				#fs-frm fieldset.locale input[name="postal-code"] {
				  display: inline;
				}
				#fs-frm fieldset.locale input[name="city"] {
				  width: 52%;
				}
				#fs-frm fieldset.locale select[name="state"],
				#fs-frm fieldset.locale input[name="postal-code"] {
				  width: 20%;
				}
				#fs-frm fieldset.locale input[name="city"],
				#fs-frm fieldset.locale select[name="state"] {
				  margin-right: 3%;
				}



/* footer section styling */
footer{
    background: #111;
    padding: 15px 23px;
    color: #fff;
    text-align: center;
}
footer span a{
    color: #f6f6f2;
    text-decoration: none;
	font-weight: 600;
}
footer span a:hover{
    text-decoration: none;
	color: #791919;
}