@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

body{
    background: #000; 
    font-family: 'DM Sans', sans-serif !important;
}

.primary-color {
  color: #ff0e1f;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  color: #373737;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
}

ul, ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

::-moz-selection {
  background-color: #ff0e1f;
  color: #fff;
}

::selection {
  background-color: #ff0e1f;
  color: #fff;
}

.text-primary {
  color: #ff0e1f !important;
}

.z-index-2 {
  z-index: 2;
}

.primary-color {
  color: #ff0e1f;
}

.primary-color {
  color: #ff0e1f;
}
main{
    min-height: 100vh;
}
.home-content:after{
    position: absolute;
    background: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
}
.home-content:hover .home-image{
/*    background-size: 110%;*/
    transform: scale(1.1);
    transition: all .4s;
}
.home-content .main-title span{
    font-size: 110px;

}
.home-content .main-title a{
    color: #fff; 
}
.inner-title span,
.inner-title a span{
    font-size: 36px;
}
.inner-title,
.inner-title a{
        font-family: 'Bruno Ace', cursive;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.home-content .main-title{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    font-family: 'Bruno Ace', cursive;
    font-size: 60px;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.home-content{
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}
.home-image{
    transition: all .4s;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.back-btn button i,
.back-btn a i{
    color: #000;
    font-size: 20px;
}
.back-btn button,
.back-btn a{
    background: rgba(255,255,255,.8);
    display: inline-block;
    color: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 42px;
    border: none;
}
.inside-box{
    background: #1E1E1E;
    padding:24px;
    margin-bottom: 24px;
}
.content-area{
    color: #fff;
    margin-top:12px;
}
.content-area p{
    font-weight: 400;
    font-size:16px;
    color: #fff;
/*    line-height: 20px;*/
}
.content-area h5{
    font-size:24px;
    font-weight: 500;
    margin-bottom: 0px; 
}
@media (max-width:1400px){
.content-area h5{
    font-size:20px; 
}
    }
.resume-box .image-area img{
    max-height: 308px;
    object-fit: cover;
}
.s-media ul li a.mail{
        background: #BB001B;
    aspect-ratio:1/.67;
}
.s-media ul li a.behance{
    background: #053eff;
}
.s-media ul li a.linkedin{
    background: #0A66C2;
}
.s-media ul li a.instagram{
    background: #E4405F;
}
.s-media ul li a.skype{
    background: #00AFF0;
}
.s-media ul li a.whatsapp{
    background: #25D366;
}
.s-media ul li a svg,
.s-media ul li a img{
    height: 50px;
    object-fit: contain;
}
.s-media ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    aspect-ratio:1/.67;
    background: #fff;
}
.s-media ul li{
    flex: 0 0 auto;
    width: 50%;
}
.portfolio-box .image-area{
        height: 809px;
    overflow: hidden;
}
.mail-box .image-area a{
    background: #BB001B;
    aspect-ratio:1/.67;
}
.edu-box .image-area img{
    min-height: 309px;
}
.exp-box ul li img{
    width: 100%;
}
.pro-page{
    position: absolute;
    top: -101%;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background: #000;
    overflow: hidden;
    transition: all .6s;
}
.professional-page .pro-page{
    top: 0;
     transition: all .6s;
}
.inner-main{
    height: 100%;
    overflow: auto;
}
.inner-main::-webkit-scrollbar {
  width:10px;
}
 
.inner-main::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.inner-main::-webkit-scrollbar-thumb {
  background-color: #1E1E1E;
  outline: 1px solid #1E1E1E;
}
.modal-backdrop{
    width: 50vw;
    background-color: #fff;
}
.acces-denied .modal{
    width: 50%;
}
.acces-denied .modal-content input:focus,
.acces-denied .modal-content input:active,
.acces-denied .modal-content input:hover{
    outline: none;
    box-shadow: none;
}
.acces-denied .modal-content input::placeholder{
    font-weight: 400;
    color: rgb(255 255 255 / 80%);
}
.acces-denied .modal-content input{
        width: 100%;
    background: transparent;
    color: #fff;
    border: 0;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 2px solid rgb(255 255 255 / 80%);
    line-height: 36px
}
.acces-denied .modal-content{
    border-radius: 0;
    background: #000;
    border:none;
    padding: 32px;
}
.onclick-event{
    cursor: pointer;
}
.main-p{
    display: none;
        transition: all .5s;
}
.header-for-about{
    display: none;
}
.resume-main{
    display: block;
    transition: all .8s;
}
.resume-page{
    height: calc(100vh - 180px);
}
.sidebar{
    position: fixed;
    top: 0;
    left: -101%;
    width: 50%;
    height: 100%;
        z-index: 101;
    transition: .6s;
    min-width: 845px;
}
.sidebar .inside-box{
    min-height: 100%;
    margin: 0;
}
.active-exp,
.active-edu,
.active-resume{
    overflow: hidden;
}
.active-exp .sidebar.exp,
.active-edu .sidebar.edu,
.active-resume .sidebar.resume{
    left: 0;
    transition: .4s;
}
.active-exp .bg-shadow,
.active-edu .bg-shadow,
.active-resume .bg-shadow{
     opacity: .4;   
    pointer-events: visible;
    display: block;
}
.bg-shadow{
    content: '';
    position: fixed;
    background: #fff;
    top: 0;
    
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    display: none;
    -webkit-transition: .4s;
    transition: .4s;
    pointer-events: none;
    height: 100%;
    width: 100%;
}
.edu-page ul:after{
    height:calc(100% - 130px);
    width: 4px;
    background: #000;
    position: absolute;
    top: 40px;
    left: 33px;
    bottom: 0;
    content: '';
}
.edu-page ul{
    position: relative;
    padding-left: 120px;
}
.edu-page ul li{
    position: relative;
    margin-bottom:50px;
/*    background: #000;*/
    border: 1px solid rgba(255,255,255,.1);
    padding: 24px;
    color: #fff
}
.edu-page ul li::after{
    position: absolute;
    top: 0px;
    left: -110px;
    content: '';
    height: 50px;
    width: 50px;
    bottom: 0;
    background: #000;
/*    border-radius: 50%;*/
    margin: auto;
}
.edu-year{
    font-size:18px;
    font-weight: 500;
    padding-top: 4px;
}
.degree-name{
    font-size:22px;
    font-weight: 500;
    margin-bottom: 4px;
}
.clg-name{
    font-size:18px;
    font-weight: 500;
}
.exp .edu-page ul li::after{
    bottom: inherit;
    top: 10px;
}
.exp .exp-details p:after{
    position: absolute;
    left: 0;
    top: 9px;
    content: '';
    background: rgb(255 255 255 / 50%);
    height: 5px;
    width: 5px;
    border-radius: 50%;
}
.exp .exp-details p{
    position: relative;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    padding-left: 15px;
    margin-bottom: 5px;
    line-height: 20px;
}
.exp .exp-details{
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 10px;
}
.exp .edu-page ul:after {
    height: calc(100% - 220px);
}
.exp .edu-num{
    bottom: inherit;
}
.edu-num{
    position: absolute;
    top: 0;
    left: -120px;
    bottom: 0;
    margin: auto;
    display: block;
    height: 70px;
    width: 70px;
    z-index: 1;
    text-align: center;
    line-height: 68px;
    font-size: 24px;
    border: 1px solid rgba(255,255,255,.1);
}
.sidebar{
    overflow: auto;
}
.sidebar::-webkit-scrollbar,
body::-webkit-scrollbar {
  width:10px;
}
 
.sidebar::-webkit-scrollbar-track{
    background: #1E1E1E;
     box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.sidebar::-webkit-scrollbar-thumb{
     background-color: #000;
     
}
body::-webkit-scrollbar-thumb {
  background-color: #1E1E1E;
  outline: 1px solid #1E1E1E;
}
.edu-box,
.exp-box,
.resume-box{
    cursor: pointer;
}