/*==================================
* Author        : "ThemeSine"
* Template Name :  Browny  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Poppins', sans-serif;
==================================== */

/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Header
3.  Welcome-hero
4.  About me 
5.  Education
6.  Skill
7.  Experience
8.  Profiles
9.  Portfolio
10. Clients
11. Contact
/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: Constantia, serif;
	font-size:16px;
	color: #676a81;
	background: #fcf3f6;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #6a708e;
	font-size:16px;
	padding:0;
    font-family: Constantia, serif;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#43485c;
    font-size: 16px;
	font-family: Constantia, serif;
	text-transform: capitalize;
}
p {
	margin: 0;
	line-height:1.8;
	color:#43485c;
	font-size:14px;
	font-family: Constantia, serif;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
}
select,input,textarea,button{box-shadow:none;outline:0!important; font-family: Constantia, serif;}
button {background: transparent;border: 0;}

html,body{
    height: 100%;
	position: relative;
}

/*=============Style css=========*/

/* Apply Constantia font to all sections */
section, .header-text, .single-about-txt, .contact-info, .skills-container, .project-card, .education, .experience {
    font-family: Constantia, serif;
}

/* Apply Constantia font to buttons and links */
.header-text a, .project-link, .single-contact-btn, .contact-btn {
    font-family: Constantia, serif;
}
/*-------------------------------------
        2. Header
--------------------------------------*/
.top-area {
    position: relative;
    z-index: 9999;
}
@media (min-width: 1024px){}
nav.navbar.bootsnav.no-background {
    background-color: #fcf3f6;
    border: none;
}

nav.navbar.bootsnav {
    background-color: #fcf3f6;
    border-bottom: transparent;
    box-shadow: 0 3px 15px rgba(0,0,0,.2);
}

.navbar-header a.navbar-brand {
    display: inline-block;
    color: #da1133;   /* Your red color */
    font-size: 28px;
    font-weight: 700;
    padding: 10px 0;  /* Adjust spacing */
    text-transform: uppercase;
    background: transparent !important; /* Remove background */
    box-shadow: none !important;        /* Remove any box effect */
}

/*.navbar-brand*/
/*.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #da1133;
    font-size: 20px;
    font-weight: 600;
    padding: 33px 0px 57px;
    text-transform: uppercase;
}
/*.navbar-brand*/*/

.nav-icon {
    font-size: 30px; /* Increase icon size */
    padding: 20px; /* Add space around icons */
    color: #555; /* Adjust color if needed */
}

.nav-icon:hover {
    color: #ff0051; /* Change color on hover */
    transition: 0.5s ease-in-out;
}

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
    font-weight: 400;
    text-transform:uppercase;
    -webkit-transition: 0.5s linear; 
    -moz-transition: 0.5s linear; 
    -ms-transition: 0.5s linear; 
    -o-transition: 0.5s linear; 
    transition: 0.5s linear;
}
nav.navbar.bootsnav ul.nav > li > a {padding: 35px 20px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus,nav.navbar.bootsnav ul.nav > li.active>a{color: #ff0051;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a {color:#6a708e;}
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:hover,.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:focus,.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li.active>a{color: #ff0051;}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #b30320;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #da1133;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #da1133;}
/*.navbar-toggle */
/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/
.welcome-hero{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    background:url(../images/about/welcome-banner.jpg)no-repeat;
    background-size:cover;
    background-position: center;
    height:890px;
}
.welcome-hero:before{
    position:absolute;
    content: " ";
    top:0;
    left:0;
    background:rgba(31,44,108,.65);
    width:100%;
    height:100%;
}

/*.header-text-area*/
.header-text {
    font-family: Constantia, serif;
}

.header-text h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.5;
    font-family: Constantia, serif;
}
.header-text h2 span {color: #da1133;}
.header-text p {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 20px 0 40px;
    letter-spacing: 1px;
    font-family: Constantia, serif;
}
.header-text a {
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    text-transform: capitalize;
    color: #fff;
    background: #da1133;
    border:1px solid #da1133;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
    -webkit-transition: 0.5s linear; 
    -moz-transition: 0.5s linear; 
    -ms-transition: 0.5s linear; 
    -o-transition: 0.5s linear; 
    transition: 0.5s linear;
    font-family: Constantia, serif;
}
.header-text a:hover{ 
    box-shadow: 0 5px 20px rgba(0,0,0,.4);
    background:#da1133;
    border: 1px solid #da1133;
}
/*.header-text-area*/
/*-------------------------------------
        4.  About
--------------------------------------*/

/* Fix for anchor scroll offset (navbar height = ~80px) */
section {
    scroll-margin-top: 100px;
}

.about {
    padding: 50px 0 100px;
}
.about-content {
    padding-top: 100px;
}

/* Image Section */
.single-about-img {
    position: relative;
    box-shadow: 0 5px 20px rgba(14, 25, 80, 0.5);
    max-width: 100%;
    text-align: center;
}
.single-about-img img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* About Me Content */
.single-about-txt h3 {
    font-size: 40px;
    color: #da1133;
    text-transform: initial;
    font-weight: bold;
}
.single-about-txt p {
    font-size: 16px;
    color: #090909;
    padding: 10px 0;
    line-height: 1.6;
}

/* Social Media Icons Styling */
.social-icons {
    text-align: center;
    margin-top: 0px;
}

.social-icons ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-icons ul li {
    display: inline-block;
}

.social-icons ul li a {
    display: inline-block;
    font-size: 24px;
    color: #ff0051; /* Pinkish color matching the image */
    transition: color 0.5s ease-in-out;
}

.social-icons ul li a:hover {
    color: #464748; /* Slightly darker hover effect */
}

/* Contact Details */
.contact-info {
    margin-top: 1px;
    text-align: center;
}
.contact-info p {
    font-size: 24px;
    color: #fcf3f6;
    margin: 5px 0;
}
.contact-info a {
    color: #ff0051;
    text-decoration: none;
    font-weight: bold;
}
.contact-info a:hover {
    text-decoration: underline;
}
/*.ab-list-icon */

/*.single-about-img */
/*-------------------------------------
        5.  Education
--------------------------------------*/
.education {
    text-align: center;
    background: #fcf3f6;
    padding: 50px 0;
}

.education-horizontal-timeline {
    padding: 50px 0;
}

/* Centering Education Timeline */
.education .row {
    display: flex;
    justify-content: center; /* Center Align */
    align-items: center;
}

/* Ensuring Content Stays in One Row */
.single-horizontal-timeline {
    margin: 20px auto; /* Center Align */
    text-align: center;
    max-width: 500px; /* Ensures compact layout */
}

/* Styling Heading */
.section-heading h2 {
    font-size: 40px;
    font-weight: bold;
    color: #ff0051; /* Red color for heading */
}

/* Timeline Dot */
.timeline-horizontal-border i {
    color: #ff0051; /* Red timeline dots */
}

/* Course Description */
.timeline-content .description {
    font-size: 14px;
    color: #383636;
    margin-top: 10px;
}
/*-------------------------------------
        6. Experience
-------------------------------------*/
/*.experience {
    padding: 50px 0 100px;
    border-top: 1px solid #da1133;
} */

.experience {
    padding: 0px 0 0px;
    border-top: 1px solid #fcf3f6; /* Same as background color to make it invisible */
}

.experience-content {padding-top: 10px;}
.single-timeline-box {margin-bottom: 10px;}

/*experience-time*/
.experience-time {
    position: relative;
}
.experience-time h2 {
    font-weight: 400;
}
.experience-time h3 {
    font-size: 16px;
    font-weight: 300;
    color: #636a82;
    margin-top: 14px;
    text-transform: uppercase;
}
/*experience-time*/

/*main-timeline*/
.main-timeline{
    position: relative;
}
.main-timeline:before{
    content: "";
    width: 2px;
    height: 84%;
    background: #b2c1ce;
    position: absolute;
    top: 1.5%;
    left: 45.8%;
    z-index: -1;
}
.main-timeline .timeline{
    position: relative;
}

.timeline-content span>i, .experience-time span>i {
    color: #da1133;
    position: absolute;
    font-size: 10px;
    left: -14.5%;
    z-index: 1;
}
.timeline-content h4.title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.timeline-content h5 {
    color: #090909;
    font-size: 14px;
    font-weight: 300;
    margin: 18px 0 20px;
}
.main-timeline .description {
    font-size: 14px;
    color: #090909;
}
.main-timeline .timeline-content.right{
    float: right;
    text-align: left;
}
.timeline-single-before:before {
    content: '';
    top: 57px;
    left: -3px;
    position: absolute;
    width: 100%;
    height:400px;
    border-left:15px solid #da1133;
}
.experience-time-responsive{display: none;}
/*-------------------------------------
        7. Projects
--------------------------------------*/
/* Projects Section */
.projects {
    padding: 40px 0;
    background-color: #fcf3f6;
}

/* Center Section Title */
.section-heading {
    text-align: center;
    margin-bottom: 40px;
}

/* Project Cards Styling */
.project-card {
    background: #fad9de;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: transform 0.3s ease-in-out;
    text-align: center;
}

.project-card:hover {
    transform: translateY(-5px);
}

/* Project Images */
.project-card img.project-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}

/* Project Title */
.project-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #000000;
}

/* Project Type (Small Label Below Title) */
.project-type {
    display: block;
    font-size: 14px;
    color: #383636;
    margin-bottom: 10px;
}

/* Project Description */
.project-card p {
    font-size: 14px;
    color: #383636;
}

/* Project View Button */
.project-link {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    background-color: #da1133;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

.project-link:hover {
    background-color: #fad9de;
}

/*-------------------------------------
        8.  Skills
--------------------------------------*/
.skills-container {
    text-align: center;
    padding: 20px;
    background-color: #fcf3f6; /* Black background */
}

.section-heading h2 {
    font-size: 40px;
    font-weight: bold;
    color: #da1133;
    margin-bottom: 20px;
}

.skills-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.skill-item {
    text-align: center;
    width: 100px;
}

.skill-item img {
    width: 50px;
    height: 50px;
    transition: transform 0.5s ease-in-out;
}

.skill-item img:hover {
    transform: scale(1.2);
}

.skill-item span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #090909;
}

/*-------------------------------------
        9. Contact
--------------------------------------*/
.contact {
    background: #fcf3f6;
    padding: 50px 0 100px;
}
.single-contact-box {padding-top: 100px;}
.contact-form  .form-group {
    margin-bottom: 10px;
    
}
.contact-form .form-control {
    padding: 20px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    outline: 0!important;
    background: #fff;
    color: #636a82;
    resize: none;
}

/*--contact button--*/
.contact-form .single-contact-btn {
    display:flex;
    align-items:center;
    justify-content:center;
    height:50px;
    text-transform:capitalize;
    margin-top: 3px;
    background: #da1133;
    border: 1px solid #da1133;
    cursor:pointer;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
     -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
}
.contact-form .single-contact-btn .contact-btn ,
.contact-form .single-contact-btn .contact-btn:focus {
    margin-top:0px;
    outline: 0 !important;
    border:0;
    color: #fcf3f6;
    border-radius: 0px;
    font-size:14px;
    -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
    
}
.single-contact-btn:hover{
    background: #da1133;
    border: 1px solid #da1133;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
}

/*--contact button--*/

/* contact-adress */
.contact-add-head h3 {
    font-size:  24px;
    color:  #3c4258;
}
.contact-add-head p {
    font-size:  16px;
    text-transform: capitalize;
    color:  #636a82;
    font-weight:  300;
    margin-top:  6px;
}
/* contact-adress */

/*.contact-add-info */
.contact-add-info { margin: 42px 0 52px;}
.single-contact-add-info h3 {
    color:  #636a82;
    font-weight:  500;
}
.single-contact-add-info p {
    color:  #999fb3;
    font-size:  16px;
    margin-top:  10px;
}
.single-contact-add-info {
    margin-bottom:  10px;
}
/*.contact-add-info */

/*hm-foot-icon*/
.hm-foot-icon {
   
}
.hm-foot-icon ul li{float:left;}
.hm-foot-icon ul li>a {
    color: #636a82;
    margin-right:18px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.hm-foot-icon ul li>a:hover{
    color: #da1133;
}/*hm-foot-icon*/

.hm-footer-copyright p{
    color: #383636;
    font-size:  18px;
    text-transform: capitalize;
    padding: 0px 0;
}
.hm-footer-copyright p a {color: #888ea5;}
/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#da1133;
	border:1px solid #da1133;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#fff;
    color: #da1133;
	border:1px solid #da1133;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}
/*========================Thank you=================

