/*================ 
Template Name: Angela
Description: Angela Landing Page Template 
Version: 1.0 
Author: https://www.templatemonster.com/authors/techeshta
=======================*/

/********************** 
[Table Of Content]

01. General CSS
02. Header
03. Hero Section 
04. About us
05. Services
06. My Skills
07. My Experience
08. My Latest Projects
09. What My Client Says
10. Contact Form
11. Footer
12. Back To Top


**********************/

/************************* 
    01. General CSS
*************************/

:root {
	--primary-font: "Josefin Sans";
	--secondary-font: "Nunito";
	--primary-color: #2605c8;
	--secondary-color: #5fa1ed;
	--black-color: #000;
	--white-color: #fff;
	--success-color: #333;
	--gradient-color: linear-gradient(265deg, #362fd2 0%, #5583e7 100%);
}

body {
	padding: 0px;
	margin: 0px;
	border: 0;
	background: #fff;
	font-weight: 400;
	font-family: "Nunito", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: var(--success-color);
}

p {
	margin: 0px;
	color: var(--success-color);
	font-family: "Nunito", sans-serif;
	padding: 0;
}

/*** header ***/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Josefin Sans";
	margin: 0 0 10px;
	padding: 0;
	color: #000;
}

h1 {
	font-size: 70px;
	line-height: 80px;
	font-weight: 700;
}

h2 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
}

h3 {
	font-size: 30px;
	line-height: 20px;
	font-weight: 600;
}

h4 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
}

h5 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}

h6 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}

/*** list ***/
ul,
ol {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

/*** link ***/
a {
	color: var(--success-color);
	text-decoration: none;
	transition: all 0.3s ease;
}

a,
a:active,
a:focus,
a:active {
	text-decoration: none;
}

a:hover,
a:focus {
	color: var(--primary-color);
	outline: none;
	text-decoration: none;
}

/*** img ***/
img {
	max-width: 100%;
}

/*** text-wrap ***/
.text-wrap {
	color: var(--primary-color);
}

/*** btn ***/
.btn {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	padding: 14px 44px;
	background: var(--gradient-color);
	color: var(--black-color);
	border: 2px solid var(--white-color);
	border-radius: 10px;
	font-family: "Nunito";
}

.btn:hover {
	background-color: transparent;
	border: 2px solid var(--white-color);
	border-radius: 10px;
	color: var(--white-color);
	background-image: linear-gradient(280deg, #5fa1ed 0%, #2605c8 100%);
}

/*** padding-top-bottom ***/
.ptb-120 {
	padding: 120px 0px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-110 {
	padding-top: 110px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-10 {
	padding-top: 10px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pb-110 {
	padding-bottom: 110px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-10 {
	padding-bottom: 10px;
}

/*** margin-top-bottom ***/
.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-100 {
	margin-bottom: 100px;
}

/************************
    02. Header 
*************************/

.navbar {
	background: var(--gradient-color);
}

.navbar .navbar-brand {
	font-size: 30px;
	line-height: 30px;
	font-family: var(--primary-font);
}

.navbar .navbar-toggler {
	background-color: #fff;
	border-radius: 0px;
	border: 0px;
}

.navbar .navbar-toggler-icon {
	width: 20px;
	height: 20px;
}

.navbar-nav .nav-item a:focus {
	box-shadow: none;
}

.navbar-nav .nav-item a.active {
	color: var(--secondary-color) !important;
}

.nav-item a:hover {
	color: var(--secondary-color) !important;
}
.navbar .navbar-toggler:hover{
    background-color:var(--black-color);
    color: var(--white-color);
}

/************************
    03. Hero Section 
*************************/

.masthead {
	width: 100%;
	background-image: url(../images/banner-bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 200px 0 180px;
}

.masthead .header-content .btn {
	background: #fff;
}

.masthead .header-content .btn:hover {
	background: transparent;
}

/************************
    04. About us
*************************/

.about-wrap .about-media img {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	width: 100%;
	max-width: 100%;
}

.about-wrap .about-content p {
	width: 80%;
}

/*************************
    05. Services
*************************/

.services-wrap .icon-box .card {
	margin: 0px 0px 0px 0px;
	padding: 40px 35px 40px 35px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border: 0px;
	width: 100%;
	max-width: 370px;
	display: block;
}

.services-wrap .icon-box .card:hover {
	background: var(--gradient-color);
	cursor: pointer;
}

.services-wrap .icon-box .card:hover .card-title,
.services-wrap .icon-box .card:hover .card-text {
	color: var(--white-color);
}

.services-wrap .services-icon-box {
	margin-top: -150px;
}

.services-wrap .icon-box .card img {
	width: 100%;
	max-width: 20%;
}

.services-wrap .services-content p {
	width: 77%;
	max-width: 100%;
}

.services-wrap .services-icon {
	width: 52% !important;
}

.services-wrap .services-icon-wrap {
	width: 30% !important;
	margin-right: 100px;
}

/************************
    06. My Skills
*************************/

.skills-wrap .skills-title p {
	width: 50%;
}

.skills-wrap .progress-bar .progress-bar-wrap {
	margin-bottom: 20px;
}

.skills-wrap .progress-bar .progress-bar-wrap .animated-progress {
	width: 100%;
	height: 25px;
	border-radius: 50px;
	overflow: hidden;
	position: relative;
	background-color: #eeeeee;
}

.skills-wrap .progress-bar .progress-bar-wrap .animated-progress span {
	height: 100%;
	display: block;
	width: 0;
	color: rgb(255, 251, 251);
	line-height: 30px;
	position: absolute;
	text-align: end;
	font-size: 14px;
	background-color: var(--primary-color);
	line-height: 21px;
	padding-right: 5px;
}

/************************
    07. My Experience
*************************/

.experience-wrap .experience-title p {
	width: 50%;
}

.experience-wrap .experience-timeline-wrap {
	position: relative;
}

.experience-wrap .experience-timeline-wrap .timeline-wrap,
.experience-wrap .experience-timeline-wrap .timeline-wrap-icon {
	border-left: 2px solid var(--primary-color);
}

.experience-wrap .experience-timeline-wrap .timeline-wrap:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(13px, -40px);
	border-radius: 50%;
	right: 50%;
	width: 24px;
	height: 24px;
	background-color: var(--white-color);
	border: 1px solid var(--primary-color);
}

.experience-wrap .experience-timeline-wrap .experience-timeline:before {
	content: "";
	position: absolute;
	top: 25%;
	transform: translate(13px, -35px);
	border-radius: 50%;
	right: 50%;
	width: 24px;
	height: 24px;
	background-color: var(--white-color);
	border: 1px solid var(--primary-color);
}

/************************
    08. My Latest Projects
*************************/

.latest-wrap .latest-content p {
	width: 50%;
}

.latest-popup-wrap {
	width: 100%;
	max-width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.btn-gallery {
	overflow: hidden;
}

.btn-gallery img:hover {
	transform: scale(1.3);
	transition: all ease-in-out 0.5s;
}

#image_popup_wrapper {
	position: fixed;
	height: 100vh;
	width: 100vw;
	background-color: #000000ba;
	z-index: 9999;
	top: 0;
	left: 0;
}

body.overflow-hidden {
	overflow: hidden;
}

#image_popup_wrapper .image-image-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: calc(50% - 78px);
}

.close-image-popup {
	position: absolute;
	top: 0%;
	right: -50px;
	background: var(--gradient-color);
	padding: 10px 15px;
	font-size: 18px;
	line-height: 28px;
	color: var(--white-color);
	border-radius: 5px;
}

.close-image-popup:hover {
	position: absolute;
	top: 0%;
	right: -50px;
	background: var(--black-color);
	color: var(--primary-color);
	padding: 10px 15px;
	font-size: 18px;
	list-style: 28px;
	color: #fff;
	border-radius: 10px;
}

/************************
    09. What My Client Says
*************************/

.testimonial-wrap .testimonial-text p {
	width: 55%;
}

.testimonial-card .card {
	padding: 30px 30px 30px 30px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	display: block;
	border: 0px;
}

.testimonial-card .card img {
	width: 30%;
	max-width: 100%;
	border-radius: 50px;
}

/************************
    10. Contact Form
*************************/

.contact-wrap .contact-text p {
	width: 55%;
}

.contact-wrap .contact-details .address-details i {
	font-size: 40px;
	border-radius: 5px 5px 5px 5px;
	background-color: var(--black-color);
	color: var(--white-color);
	padding: 15px;
	margin-right: 15px;
}

.contact-wrap .contact-details .form-row .form-control {
	background-color: #f8f8f8;
	font-size: 16px;
	min-height: 58px;
	width: 100%;
	margin-bottom: 20px;
	border: 0px;
	font-family: var(--angela-secondary-font);
}

.contact-wrap .contact-details .form-row .form-group .form-label {
	font-size: 16px;
	font-weight: 600;
	list-style: 26px;
	font-family: var(--secondary-font);
}

.contact-wrap .contact-details .form-row .form-group .text-danger{
    padding-left: 5px;
}

/************************
    11. Footer
*************************/

.footer-wrap {
	background: var(--gradient-color);
}

.footer-wrap .angela-footer-copyright P {
	color: var(--white-color);
	text-align: center;
}

.footer-wrap .site-info i {
	display: flex;
	font-size: 22px;
	padding: 15px;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background-color: #f7f7f724;
	transition: all linear 0.3s;
	color: var(--white-color);
	margin-left: 10px;
	cursor: pointer;
	width: 52px;
	height: 52px;
}

.footer-wrap .site-info i:hover {
	background-color: var(--white-color);
	color: var(--primary-color);
}

/*************************
    12. Back To Top
**************************/

.back-to-top {
	display: inline-block;
	background: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	margin-top: -45px;
	font-size: 40px;
	padding: 25px;
	color: #2605c8;
	border-radius: 10px;
	cursor: pointer;
}

.back-to-top:focus {
	background: #5a34fc;
	color: #fff;
}

.back-to-top:hover {
	background: #5a34fc;
	color: #fff;
}