/* Variables */
:root {
    --main-color: #4bbce8;
  }
  
  /* Reset */
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  
  /* Main Styling */
  body,
  html {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.7em;
    color: #4d4d4d;
  }
  
  a {
    color: #fff;
    text-decoration: none;
  }
  
  h1,
  h2,
  h3 {
    padding-bottom: 10px;
  }
  
  h2 {
    font-size: 32px;
    font-weight: normal; /* 400 */
    line-height: 1.4em;
  }
  
  h4 {
    font-size: 16px;
    font-weight: bold;
  }
  
  ul .font-nav {
    font-size: 15px;
    font-weight: medium; /* 500 */
    text-transform: uppercase;
  }
  
  /* p large */
  #showcase .showcase-content p,
  #features .features-content p,
  .feature-info .feature-info-text p,
  .box-info .feature-info-text p,
  #subtitle .subtitle-content {
    font-size: 22px;
    font-weight: regular; /* 400 */
    line-height: 1.7em;
  }
  
  /* p regular */
  #features .box p,
  #experience .experience-txt p,
  .experience-3 .experience-3-txt p,
  #main-footer p {
    font-size: 13px;
    font-weight: regular; 
    margin: 10px 0;
  }
  
  .experience-3 .experience-3-txt .font-small p {
    font-size: 10px;
    font-weight: regular; /* 400 */
  }
  
  .primary-text {
    background: #079bd6;
    color: #fff;
    padding: 2px 4px;
  }
  
  .logo {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
  }
  
  .logo-2 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4d4d4d;
  }
  
  /* Utility Classes */
  .container {
    margin: auto;
    max-width: 1100px;
    overflow: auto;
    padding: 0 20px;
  }
  
  .btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
  }
  
  .big {
    font-size: 17px;
    font-weight: medium; /* 500 */
    padding: 13px 20px;
  }
  
  .small {
    font-size: 14px;
    font-weight: medium; /* 500 */
    padding: 5px 10px;
  }
  
  .dark {
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
  }
  /* .green {
    background: green;
  } */
  
  .light {
    background: #fff;
    border: 1px solid var(--main-color);
  }
  
  .light a {
    color: var(--main-color);
  }
  
  .experience-txt .light a {
    color: var(--main-color);
  }
  
  .btn-w{
    width: 140px;
  }
  
  .btn-w2{
    width: 120px;
  }
  
  .btn-experience {
    padding-top: 10px;
  }
  
  
  .clr {
    clear: both;
  }
  
  /* Padding */
  .p-1 { padding: 10px; }
  .p-2 { padding: 20px; }
  .p-3 { padding: 30px; }
  
  
  /* Head */
  #head {
    background: url("./images/tron2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
  }
  
  /* Navbar */
  #navbar {
    overflow: auto;
  }
  
  #navbar .logo,
  #navbar .logo-2 {
    float: left;
    padding-top: 20px;
  }
  
  #navbar ul {
    list-style: none;
    float: right;
  }
  
  #navbar ul li {
    float: left;
  }
  
  #navbar ul li a {
    display: block;
    padding: 20px;
    text-align: center;
  }
  
  .navbar-2 .font-nav a{
    color: #4d4d4d;
  }
  
  .current {
    text-decoration: underline;
  }
  
  /* Showcase */
  #showcase {
    color: #fff;;
  }
  
  #showcase-content {
    text-align: left;
  }
  
  #showcase .showcase-content h1{
    /* font-size: 80px; */
    font-size: 110px;
    font-weight: medium; /* 500 */
    line-height: 1.2em;
    padding-top: 150px;
  }
  
  #showcase .showcase-content p {
    padding-bottom: 20px;
  }
  
  /* Features */


  
  #features {
    /* height: 100%; */
    height: 100%;
  }
  
  #features .features-content {
    padding-top: 30px;
  }
  
  .box {
    float: left;
    width: 33.3%;
    padding: 30px;
    text-align: center;
    /* background: yellow; */
  }
  
  .box img {
    width: 100%;
  }
  
  #features .box-content {
    border: 1px solid #646060;
    border-radius: 41px;
  }
  
  /* Feature Info */
  .box-info {
    background: #f5f5f5;
    height: 100%;
  }
  
  .box-info .feature-info-text{
    float: left;
    width: 60%;
    text-align: left;
    padding: 40px 0px 40px 30px;
  
  }
  
  .box-info .feature-info-btn{
    float: right;
    width: 35%;
    padding-top: 40px;
  }
  
  /* Footer */
  #main-footer {
    background: #fff;
    text-align: center;
    width: 100%;
  }
  
  #main-footer .social {
    padding-top: 20px;
    display: table;
    margin: 0 auto;
  }
  
  #main-footer ul {
    list-style: none;
    float: right;
    /* text-align: center; */
  }
  
  #main-footer ul li {
    /* float: left; */
    display: inline;
    padding-right: 30px;
    
  }
  
  #main-footer ul li a {
    display: block;
    /* padding: 20px; */
    /* text-align: center; */
  }
  
  /* Subtitle */
  #subtitle {
    background: #f5f5f5;
    text-align: center;
  }
  
  /* Experiences */
  .experience .experience-img {
    float: left;
    width: 50%;
    padding-top: 40px;
  }
  
  .experience .experience-txt {
    float: right;
    width: 50%;
    padding-top: 120px;
  }
  
  .experience .experience-img img{
    width: 100%;
  }
  
  .experience-2 {
    background: #f5f5f5;
  }
  
  .experience-2 .experience-txt {
    float: left;
    width: 50%;
    padding-top: 120px;
    text-align: right;
  }
  
  .experience-2 .experience-img {
    float: right;
    width: 50%;
    padding-top: 40px;
  }
  
  .experience-2 .experience-img img {
    width: 100%;
  }
  
  .words {
    color:#005ba5
  }
  #resume-download {
    padding: 50px 20px;
    background-color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
  }
  
  #resume-download h3 {
    font-size: 28px;
    color: #333;
    margin-bottom: 15px;
  }
  
  #resume-download p {
    font-size: 16px;
    color: #555;
    margin-bottom: 25px;
  }
  
  /* Download button PDF*/
  .resume-btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #007BFF;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease;
  }
  
  .resume-btn:hover {
    background-color: #0056b3;
  }
  

  /* Contact */
  .contact-links {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  
  .contact-icon {
    text-align: center;
    text-decoration: none;
    color: #333;
    transition: transform 0.3s ease;
  }
  
  .contact-icon:hover {
    transform: scale(1.1);
  }
   
  
  .socialnetwork {
    padding-bottom: 8px

  }
  
