@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
    font-family:'Inter', sans-serif ;
}

body{
    background-color: black;
    color: white;
}
main{
    padding: 50px;
}
.container{
    width: 80%;
    margin: 0 auto;
}
header{
    background-color: #fff;
}
header::after{
    content: ;
    display: table;
    clear: both;
}

.name{
    float: left;
}

h1{
    font-weight: 500;
}
p{
    font-weight: 400;
    color: #666666;
}

table caption{
    color: orangered;
}


/* nav */
.navbar {
    overflow: hidden;
    background-color: #333;
    position: fixed; 
    top: 0; 
    width: 100%; 
  }
nav{
    float: right;
}

nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

nav ul li{
    display: inline-block;

}
nav ul li a{
    display: block;
    text-decoration: none;
    padding: 20px 30px;
    color: #fff;
    font-weight: 300;
    font-style: normal;
}
/* psuedo class */
nav ul li a:hover{
    color: rgb(243, 86, 13);

}
/* end nav */


.clearfix {
    clear: both;
}

#wrapper {
    width: 80%;
    margin: 0 auto;
}

    .resume{
        
        background-image: url(../images/resumesmall.png);
        height: 100vh;
        width: 100%;
        background-size:cover;
        display: inline-block;
        

    }
    
    button {
        border: 2px #fff;
        padding: 10px;
        text-decoration: none;
        color: none;
        display: block;
        width: 150px;
        margin: 20px auto;
        border-radius: 30px;
        text-align: center;
        font-weight: 700;
    }
    section{
        padding: 40px;
        background-color:none;
        color: #fff;
        text-align: center;
        position: relative;
    }
    .main-work-section{
        background-size: cover;
        align-items: center;
        margin-left: 300px;
    
        
    }

    .hero-images-container{
        height: 500px;
    background-size: cover;
    background-position: center;
    }
    .box{
        background-image: url(images/IMG_7725.jpg);
        height: 70vh;
        width: 100%;
        background-size: cover;
        display: table;
        background-attachment: fixed;
        display: flex;
        justify-content: center;
        padding: 100px;
    }
    
    .box1{
        background-image: url(images/HorseHairpart2.jpg);
        height: 70vh;
        width: 100%;
        background-size: cover;
        display: table;
        background-attachment: fixed;
        display: flex;
        justify-content: center;
        padding: 100px;
    }
    .box2{
        background-image: url(images/Snow.jpg);
        height: 70vh;
        width: 100%;
        background-size: cover;
        display: table;
        background-attachment: fixed;
        display: flex;
        justify-content: center;
        padding: 100px;
    }
    .box3{
        background-image: url(images/SandTexturesmall.jpg);
        height: 70vh;
        width: 100%;
        background-size: cover;
        display:table;
        background-attachment: fixed;
        padding: 100px;
        justify-content: center;
    }

    .container {
        display: flex;
        align-items: center;
        justify-content: center
        
      }
      
      img {
        max-width: 100%
      }
      
      .text {
        font-size: 16px;
        padding-left: 20px;
    
      }
      .Lo{
        height: 200px;
        transform: scale(0.7);
        display: block;
        align-items: center;
      }
    .resume{
        object-fit: cover;
        height: 200px;
        align-items: center;
    }
    .resume-container{
        max-width: 100%;
        max-height: 100%;
        display: block;
    }
    .instagramicon{
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }
    .toptext{
        color: #fff;
        line-height: 1.6em;
        text-align: center;
        padding-top:150px;
    }

    .ul{
        text-align: left;
        text-decoration: none;
        font-size: 1em;
        font-weight: 100;
        padding: 100px;
    }

    /* table */
    table{
        width: 80%;
        margin: 40px auto;
    
    }
    table th{
        text-align: left;
    }
    table, td, th{
        border: 1px solid #000;
        border-collapse: collapse;
    }
    tr, td, th{
        padding: 20px;
    }
 
     tr:nth-of-type(odd, even){
        color:orangered;
    } 
    
/* end of table */    

    /* Animation start  */

  


    .container .loader{
        position: relative;
        width: 150px;
        height: 150px;
        margin: 100px;
    }
    
    .container .loader.one span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    border-radius: 50%;
    animation: animate ease-in-out 2s infinite;
    }
    
    .container .loader.one span:nth-child(2){
        left: 50%;
        background: rgba(56, 109, 241, 0.05);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255,255,255,0.1);
        animation-delay: -1s;
    }
    @keyframes animate{
        0%,100%
        {
            transform: translateX(-80px);
        }
        
            50%
       {
        transform: translateX(80px);
       } 
    }

    footer p{
        text-align: center;
    }
    
    /* Add Shadow */
    .container .loader.one span:before,
    .container .loader.two span:nth-child(1):before
    {
        content: '';
        position: absolute;
        bottom: -100px ;
        left: -20%;
        width: 140%;
        height: 40px;
        border-radius: 50%;
        background: radial-gradient(0,0,0,0.04) transparent transparent);
    }
    .container .loader.two{
        position: relative;
        width: 180px;
        height: 180px;
    }
    .container .loader.two span:nth-child(1){
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        background: rgba(233,30,99,0.05);
        border-radius: 50%;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255,255,255,0.1);
        z-index: 2;
    
    }
    .container .loader.two span:nth-child(2){
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 50%;
        z-index: 1;
        overflow: hidden;
        animation: rotateCircle 1s linear infinite;
        }
            @keyframes rotateCircle
        {
            0%
        {
        transform: rotate(0deg);
        }
        100%
        {
            transform: rotate(360deg);
        }
    }
    .container .loader.two span:nth-child(2)::before{
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 100%;
        height: 100%;
        background: #ff6198;
    }
    .animate{
        display: block;
    }
/* Animation end */    