
/* 
    Created on : 09-May-2024, 1:51:39 pm
    Author     : Techypreneur
*/


/* SLIDE1 CSS */

#slide1
{
    border: 0px solid red;
    margin: 0px;
    padding-top: 140px;
}

#slide2 > div:first-child
{
    background-image: url('https://techyp-media-public.s3.us-west-2.amazonaws.com/images/techyp_green_blue_spiral.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    border: 0px dotted white;
    padding: 20px;
}

#slide2 div:first-child img{
    padding: 50px;
    width: 400px;
    border: 0px solid red ;
}

#silde3, #slide4 
{
    padding-top: 80px;
   
}

.tp-theme-gradient {
    color:#000 !important;
    background-image: linear-gradient(to bottom right, #a7d7d8, #fdfdfd) !important;
    /*
    background: #466368;
    background: -webkit-linear-gradient(#648880, #293f50);
    background:    -moz-linear-gradient(#648880, #293f50);
    background:         linear-gradient(#648880, #293f50);*/
    
    /*background: linear-gradient(to right bottom, #648880, #293f50);
    background: radial-gradient(#648880, #293f50);*/
}




