/*----------------------------------------------------------------------------------------------
* Template Name      :  Camila - Personal Portfolio Template                                      |
* Author             :  CatLucy82                                                                 |
* Version            :  1.0.0                                                                     |
* Created            :  April 2025                                                                |
* Updated            :  April 2025                                                                |
* File Description   :  Main stylesheet file of the template                                      |
*-----------------------------------------------------------------------------------------------
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# 1. RESET
# 2. BANNER
# 3. MARQUEE
# 4. NAVBAR
# 5. ABOUT
# 6. RESUME
# 7. WORK 
# 8. BLOG
# 9. CONTACT
# 10. COPYRIGHT
--------------------------------------------------------------*/

/** 1. RESET
============== **/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');
/* 
font-family: "Inter", sans-serif;
font-family: "Manrope", sans-serif;
*/

*, body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    background: #010101;
    overflow-x: hidden !important;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
    background-color: #010101;
    transition: opacity 0.5s ease, top 0.5s ease;
    z-index: 9999999;
}

.backgroundPreloader {
    top: 40% !important;
    left: 50% !important;
    position: absolute;
    transform: translateX(-50%);
    padding: 100px;
    text-align: center;
    color: #FFF;
    background-color: #010101;
    z-index: -1;
}

#letter5 {
    color: #2A7CD9;
}

.letter-container {
    display: flex;
    justify-content: center;
    font-size: 7rem;
    font-weight: 600;
}

.percentage {
    margin-top: 50px;
    font-size: 2rem;
}

.hidden {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.p-30-1 {
    padding-bottom: 5px;
}

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

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

.m-30-1 {
    margin-bottom: 25px;
}

.p31 {
    padding-bottom: 12px;
}

.p32 {
    margin-bottom: 23px;
}

.p-10 {
    margin-top: 8px;
}

.p-11 {
    margin-top: 10px;
}

.m-top {
    margin-top: 23px !important;
}

#banner {
    position: relative;
    z-index: 2222;
}

.wrap {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }

  .link-item {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .center-text {
    text-align: center;
  }
  
  a.center-text {
    display: block;
  }

  .img {
    display: block;
    width: 100%;
    height: auto;
  }

 /** 2. BANNER
============== **/
.banner {
    background: #010101;
    width: 100%;
    top: 0;
    left: 0;
    height: 1400px;
    position: relative;
    padding-top: 213px;
}

.banner::after {
    content: '';
    position: absolute;
    background: url('../img/mountain.png') no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    left: 0;
    z-index: 0;
}

.boxSkills {
    border-radius: 10px;
    border: 1px solid #FFF;
    padding: 21px 30px 30px 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.boxSkills h2 {
    color: #FFF;
    text-align: left;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.boxSkills h3 {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.boxSkills h4 {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ProgressBar {
    width: 100%;
    height: 13px;
    background-color: #FFFFFF;
    border-radius: 10px;
  }
  
  .progress-bar1 {
    height: 13px;
    width: 95%;
    border-radius: 10px;
    background: linear-gradient(90deg, #2A7CD9 0%, #471DBC 100%) !important;
    animation-name: progress1;
    animation-duration: 1s;
    animation-iteration-count: ease-out;
  }

  @keyframes progress1 {
        0% {
            width: 0%;
        }
  }

  .progress-bar2 {
    height: 13px;
    width: 80%;
    border-radius: 10px;
    background: linear-gradient(90deg, #2A7CD9 0%, #471DBC 100%) !important;
    animation-name: progress2;
    animation-duration: 1s;
    animation-iteration-count: ease-out;
  }

  @keyframes progress2 {
        0% {
            width: 0%;
        }
  }

  .progress-bar3 {
    height: 13px;
    width: 72%;
    border-radius: 10px;
    background: linear-gradient(90deg, #2A7CD9 0%, #471DBC 100%) !important;
    animation-name: progress3;
    animation-duration: 1s;
    animation-iteration-count: ease-out;
  }

  @keyframes progress3 {
        0% {
            width: 0%;
        }
  }

  .progress-bar4 {
    height: 13px;
    width: 98%;
    border-radius: 10px;
    background: linear-gradient(90deg, #2A7CD9 0%, #471DBC 100%) !important;
    animation-name: progress4;
    animation-duration: 1s;
    animation-iteration-count: ease-out;
  }

  @keyframes progress4 {
        0% {
            width: 0%;
        }
  }

  .progress-bar5 {
    height: 13px;
    width: 95%;
    border-radius: 10px;
    background: linear-gradient(90deg, #2A7CD9 0%, #471DBC 100%) !important;
    animation-name: progress5;
    animation-duration: 1s;
    animation-iteration-count: ease-out;
  }

  @keyframes progress5 {
        0% {
            width: 0%;
        }
  }

  .progress-bar6 {
    height: 13px;
    width: 60%;
    border-radius: 10px;
    background: linear-gradient(90deg, #2A7CD9 0%, #471DBC 100%) !important;
    animation-name: progress6;
    animation-duration: 1s;
    animation-iteration-count: ease-out;
  }

  @keyframes progress6 {
        0% {
            width: 0%;
        }
  }

  .boxCounter {
    border-radius: 10px;
    border: 1px solid #FFF;
    padding: 16px 30px 12px 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  span.count {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
  }

  .boxCounter h2 {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }

  .boxProfile {
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
  }

  .boxProfile .imgWoman {
    background: url('../img/women.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 500px;
    border-radius: 10px;
  } 

  .boxProfile h2 {
    color: #010101;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
    text-align: center;
  }

  .boxProfile h3 {
    color: #010101;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .boxProfile .txtTitle {
    margin-bottom: 30px;
  }

  .boxProfile .social2 {
        width: 270px;
        height: 37px;
        margin: 0 auto 30px auto;
  }

  .boxProfile .social2 ul {
        list-style: none;
  }

 .social2 a.facebook, .social2 a.twitter, .social2 a.google, .social2 a.linkedin {
        float: left;
        margin-right: 15px;
        width: 37px;
        height: 37px;
        background-color: #FFF;
        border: 1px solid #d5d5d5;
        border-radius: 50%;
        padding: 7px;
        transition: all 0.5s ease;
  }

.social2 a:hover.facebook, .social2 a:hover.twitter, .social2 a:hover.google, .social2 a:hover.linkedin {
        background-color: #2A7CD9;
  }

  .social2 a.facebook::before {
       content: url('../img/facebook1.svg');
        width: 30px;
        height: 30px;
  }

  .social2 a:hover.facebook::before {
        content: url('../img/facebook2.svg');
        width: 30px;
        height: 30px;
  }

  .social2 a.twitter::before {
        content: url('../img/twitter1.svg');
        width: 25px;
        height: 25px;
  }

  .social2 a:hover.twitter::before {
        content: url('../img/twitter2.svg');
        width: 25px;
        height: 25px;
  }

  .social2 a.google::before {
        content: url('../img/google1.svg');
        width: 25px;
        height: 25px;
  }

  .social2 a:hover.google::before {
        content: url('../img/google2.svg');
        width: 25px;
        height: 25px;
  }

  .social2 a.linkedin::before {
        content: url('../img/linkedin1.svg');
        width: 25px;
        height: 25px;
  }

  .social2 a:hover.linkedin::before {
        content: url('../img/linkedin2.svg');
        width: 25px;
        height: 25px;
  }

  .boxProfile a.btn3 {
        background: linear-gradient(88deg, #2A7CD9 0%, #210D56 100%);
        border-radius: 8px;
        width: 250px !important;
        padding: 15px 50px;
        margin: 0 auto !important;
        position: relative !important;
        display: block !important;
        color: #FFF;
        text-align: center;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        text-decoration: none;
        transition: all 0.5s ease;
  }

  .boxProfile a:hover.btn3 {
        background: #010101;
        color: #FFFFFF;
  }


/** 3. MARQUEE
============== **/
.text-wrapper {
    display: flex;
    justify-content: flex-start;
    background: #FFFFFF;
    padding: 25px 0 22px 0;
    overflow: hidden;
    margin-top: 152px;
}

.text-wrapper h1 {
    color: #010101;
    font-family: "Manrope", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
    padding-right: 3rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    animation: move-rtl 6000ms linear infinite;
}

.text-wrapper span {
    color: #2A7CD9;
    font-size: 46px;
    padding-left: 3rem;
}

@keyframes move-rtl {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

 /** 4. NAVBAR
============== **/
header {
    width: 100%;
    top: 0;
    left: 0;
    padding: 30px 0;
    z-index: 22222;
    position: fixed;
    background-color: transparent;
}

header a.navbar-brand {
    color: #FFF !important;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    text-decoration: none;
    transition: all 0.5s ease;
}

header a:hover.navbar-brand {
    color:#FFFFFF;
}

header .span {
    color: #2A7CD9;
}

header ul {
    list-style: none;
}

header ul li {
    float: left;
    margin-right: 15px;
}

header ul li a {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    transition: all 0.5s ease;
}

header ul li a:hover {
    color: #2A7CD9;
}

header ul li a {
    font-family: "Inter", sans-serif;
    font-size: 16px !important;
    color: #FFF !important;
    text-decoration: none;
}

header ul li a.nav-link {
    transition: all 0.5s ease-in;
}

header ul li a.active, header ul li a:active, header ul li a:hover {
    color: #2A7CD9 !important;
    text-decoration: none;
}

.navbar-scrolled {
    background-color: #010101;
}

/** 5. ABOUT
============== **/
.about {
    padding: 123px 0 93px 0;
}

.about h2 {
    color: #010101;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.25);
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    paint-order: stroke fill;
}

.about p {
    color: rgba(255, 255, 255, 0.50);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    margin-top: -12px;
    margin-bottom: 27px;
}

.about h3 {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 37px;
}

.about a.btn3 {
    background: linear-gradient(88deg, #2A7CD9 0%, #210D56 100%);
    border-radius: 8px;
    width: 250px !important;
    padding: 15px 50px;
    color: #FFF;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s ease;
    margin-top: 16px;
}

.about a:hover.btn3 {
    background: #FFFFFF;
    color: #2A7CD9;
}

/** 6. RESUME
============== **/
.resume {
    padding-bottom: 125px;
}

.resume h2 {
    color: #010101;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.25);
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    paint-order: stroke fill;
}

.resume h3 {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: -17px;
    margin-bottom: 29px;
}

.boxborder {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    padding: 30px 30px 8px 30px;
}

.boxborder .box-white {
    border-radius: 10px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;  
    height: 115px;
    width: 100%;
    padding: 30px;
}

.resume h4 {
    color: #2A7CD9;
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
}

.resume h5 {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 22px;
}

.resume p {
    color: rgba(255, 255, 255, 0.50);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

a.read-more {
    color: rgba(255, 255, 255, 0.50);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:hover.read-more {
    text-decoration: underline;
}

 /** 7. WORK
============== **/
.work {
    padding-bottom: 95px;
}

.work h2 {
    color: #010101;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.25);
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    paint-order: stroke fill; 
    margin-bottom: 4px;
}

.work .imgPortfolio img {
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: all 0.5s ease;
}

.work .imgPortfolio:hover img {
    transform: scale(1.1);
}

.work .imgPortfolio {
    border-radius: 10px;
    overflow: hidden;
}

 /** 8. BLOG
============== **/
.blog {
    padding-bottom: 125px;
}

.blog h2 {
    color: #010101;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.25);
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    paint-order: stroke fill; 
    margin-bottom: 27px;
}

.blog .imgBlog img {
    border-radius: 10px;
}

.blog .boxBlog {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    padding: 30px;
    position: relative;
}

.blog .dateBlog {
    background: #FFFFFF;
    padding: 7px 10px;
    border-radius: 10px;
    position: absolute;
    top: 60px;
    right: 60px;
    width: 103px;
    height: 103px;
}

.blog .dateBlog h3 {
    color:#2A7CD9;
    font-family: "Manrope", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    float: left;
}

.blog .dateBlog h4 {
    transform: rotate(-90deg);
    color: #2A7CD9;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
    top: 40px;
    right: 0;
}

.blog a {
    color: #2A7CD9;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    transition: all 0.5s ease;
}

.blog a:hover {
    color: #FFFFFF;
}

.blog a.read-more {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.50) !important;
}

.blog p {
    color: rgba(255, 255, 255, 0.50);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

 /** 9. CONTACT
================= **/
.contact {
    padding-bottom: 125px;
}

.contact h2 {
    color: #010101;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.25);
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    paint-order: stroke fill; 
    margin-bottom: 30px;
}

.bgContact {
    border-radius: 10px;
    background: #0C0C0C;
    padding: 30px;
}

.borderContact {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    padding: 30px;
}

.contact .bg-info1 {
    border-radius: 10px;
    background: #FFFFFF;
    padding: 30px !important;
    min-height: 150px;
}

.address {
    background: #2A7CD9;
    padding: 18px 20px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    width: 93px;
    height: 93px;
}

.address::after {
    content: '';
    background: url(../img/address.png) no-repeat;
    width: 54px;
    height: 54px;
    position: absolute;
}

.phone {
    background: #2A7CD9;
    padding: 25px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    width: 93px;
    height: 93px;
}

.phone::after {
    content: '';
    background: url(../img/phone.png) no-repeat;
    width: 54px;
    height: 54px;
    position: absolute;
}

.mail {
    background: #2A7CD9;
    padding: 25px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    width: 93px;
    height: 93px;
}

.mail::after {
    content: '';
    background: url(../img/email.png) no-repeat;
    width: 54px;
    height: 54px;
    position: absolute;
}

.info-address, .info-phone, .info-mail {
    margin-top: 10px;
}

.contact h3 {
    color: #2A7CD9;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact p {
    color: #666;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 2px;
}

.contact input {
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    background: #F6F5F3;
    display: inline-flex;
    width: 100%;
    height: 53px;
    padding: 14px 21px;
    color: #666;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    outline: 0 !important;
    line-height: 25px;  
}

.contact textarea {
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    background: #F6F5F3;
    display: inline-flex;
    width: 100%;
    height: 314px;
    padding: 14px 21px;
    color: #666;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    outline: 0 !important;
    line-height: 25px;  
}

.contact button.btn {
    border-radius: 10px;
    background: linear-gradient(90deg, #2A7CD9 0%, #471DBC 100%) !important;
    border: 0 !important;
    display: flex;
    width: 188px;
    height: 50px;
    padding: 10px 5px;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    color: #FFFFFF;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.contact button:hover.btn {
    background: #FFFFFF !important;
    color: #2A7CD9;
}

 /** 10. COPYRIGHT
================= **/
.copyright {
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.copyright p {
    color: #FFF;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 10px 0;
    opacity: 1;
}
