* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

html {
    cursor: url('VitalSparkMarketingCursor.png'), default;
    background: linear-gradient(90deg, rgb(0, 0, 153) 0%, rgb(43, 43, 255) 25%, rgb(43, 43, 255) 75%, rgb(0, 0, 153) 100%);
    overflow-x: hidden;
}

/* large tablets navbar if some don't work */
@media screen and (max-width: 991px) {

    body {
        overflow-x: hidden;
    }

}
/* large tablets navbar if some don't work */

body {
    background: linear-gradient(90deg, rgb(0, 0, 153) 0%, rgb(43, 43, 255) 25%, rgb(43, 43, 255) 75%, rgb(0, 0, 153) 100%);
}

.buy-btn1 {
    border-radius: 3px;
    display: inline-block;
    padding: 10px 30px;
    transition: 0.5s;
    border-radius: 80px;
    box-shadow: 0 0 10px black;
    background: linear-gradient(90deg, #bf9a47 0%, #ffe233 25%, #ffe233 75%, #bf9a47 100%);
    color: black; /* Default text color */
    text-decoration: none; /* Remove underline */
    margin-top: 30px;
}

.buy-btn1:hover {
    border-color: 1px solid #fff;
    background-color: black;
    box-shadow: 0 0 10px white, 0 0 20px white;
    font-weight: bold;
}

p {
    font-weight: bold;
    color: white;
}

/* welcome */
#welcome {
    width: 100%;
    height: auto;
    color: white;
    text-align: center;
    background: linear-gradient(90deg, rgb(0, 0, 153) 0%, rgb(43, 43, 255) 25%, rgb(43, 43, 255) 75%, rgb(0, 0, 153) 100%);
}

#welcome img {
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 2;
    top: 0;
    right: 0;
}

/* welcome */

/* portfolio */
#portfolio {
    padding-bottom: 20px;
    color: black;   
    background: linear-gradient(90deg, #808080 0%, #c5c5c5 25%, #eeeeee 50%, #c5c5c5 75%, #808080 100%);
}

#portfolio h2 {
    color: white;
    font-weight: bold;
    animation: blackShadow 4s ease-in-out infinite;
}

@keyframes blackShadow {
    0%, 100% {
        text-shadow: none
    }
    50% {
        text-shadow: 0 0 10px black, /* Pink */
                     0 0 20px black, /* Pink */
                     0 0 30px black, /* Pink */
                     0 0 40px black, /* Pink */
                     0 0 50px black, /* Pink */
                     0 0 60px black; /* Pink */
    }
}

#portfolio h3 {
    font-style: italic;
    color: white;
    text-shadow: 0 0 10px black, 0 0 20px black;
}

#portfolio .keyur-border-head1 {
	transition: opacity 0.3s ease, box-shadow 0.05s ease;
    padding: 15px; /* Adjust based on your design preference */
    margin-bottom: 60px; /* Provides spacing between rows of team members */
    border-radius: 30px; /* Optional: Adds rounded corners */
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.8), 0 0px 20px rgba(0, 0, 0, 0.8), 0 0px 30px rgba(0, 0, 0, 0.8); /* Soft shadow for depth */
    background: linear-gradient(90deg, rgb(0, 0, 153) 0%, rgb(43, 43, 255) 25%, rgb(43, 43, 255) 75%, rgb(0, 0, 153) 100%);
}

.team-border-head2 {
	transition: opacity 0.3s ease, box-shadow 0.05s ease;
    padding: 15px; /* Adjust based on your design preference */
    margin-bottom: 20px; /* Provides spacing between rows of team members */
    border-radius: 30px; /* Optional: Adds rounded corners */
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.8), 0 0px 20px rgba(0, 0, 0, 0.8); /* Soft shadow for depth */
    background: linear-gradient(90deg, rgb(0, 0, 153) 0%, rgb(43, 43, 255) 25%, rgb(43, 43, 255) 75%, rgb(0, 0, 153) 100%);
    color: white!important;
}

#portfolio .keyur-border-head1:hover,
.team-border-head2:hover {  
    transform: scale(1.05); /* Enlarge the element */
    color: white;
    transition: 0.2s ease;
    text-shadow: 0 0 10px black, /* White */
                 0 0 20px black, /* White */
                 0 0 30px black, /* White */
                 0 0 40px white, /* White */
                 0 0 50px white, /* White */
                 0 0 60px white; /* White */
    box-shadow: 0 0 10px white, /* White */
                 0 0 20px white, /* White */
                 0 0 30px white, /* White */
                 0 0 40px white; /* White - Optional: Adjust or add spread-radius if needed */
}

.keyur-border-head3 {
    background: linear-gradient(90deg, #808080 0%, #c5c5c5 25%, #eeeeee 50%, #c5c5c5 75%, #808080 100%);
	transition: opacity 0.3s ease, box-shadow 0.05s ease;
    padding: 15px; /* Adjust based on your design preference */
    margin-bottom: 60px; /* Provides spacing between rows of team members */
    border-radius: 30px; /* Optional: Adds rounded corners */
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.8), 0 0px 30px rgba(0, 0, 0, 0.8); /* Soft shadow for depth */
}

.keyur-border-head3:hover {  
    transform: scale(1.05); /* Enlarge the element */
    color: black!important;
    transition: 0.2s ease;
    box-shadow: 0 0 10px white, /* White */
                 0 0 20px white, /* White */
                 0 0 30px white, /* White */
                 0 0 40px white; /* White - Optional: Adjust or add spread-radius if needed */
}

#alternate {
    color: black!important;
}

#portfolio h4 {
    font-weight: 100;
}

#portfolio p {
    font-weight: bold;
}

#portfolio h4,
#portfolio p {
    color: white;
}

@keyframes neonWhiteShadow {
    0%, 100% {
        text-shadow: none;
    }
    50% {
        text-shadow: 0 0 10px white, /* White */
                     0 0 20px white, /* White */
                     0 0 30px white, /* White */
                     0 0 40px white, /* White */
                     0 0 50px white, /* White */
                     0 0 60px white; /* White */
    }
}

@keyframes neonBlackShadow {
    0%, 100% {
        text-shadow: none;
        color: black;
    }
    50% {
        color: white;
        text-shadow: 0 0 10px black, /* black */
                     0 0 20px black, /* black */
                     0 0 30px black, /* black */
                     0 0 40px black, /* black */
                     0 0 50px black, /* black */
                     0 0 60px black; /* black */
    }
}

#portfolio .img-responsive {
	top: 10px;
	left: 10px;
	position: absolute;	
}

#portfolio .profile-pic h2 {
	font-size: 30px;
    color: white;
} 

#portfolio .profile-pic h3 {
	font-size: 22px;
    color: white;
    margin-bottom: 20px;
} 

#portfolio .profile-pic h4 {
	font-size: 12px;
} 

#portfolio ul {
    list-style-type: none;
    padding: 0;
    margin-top: 15px;
}

.profile-pic h2 {
	font-size: 22px;
	font-weight: 600;
	margin-top: 15px;
	color: rgb(103, 103, 103);
}

#portfolio .icon {
	font-size: 40px;
	margin: 20px auto;
	padding: 8px;
	height: 80px;
	width: 80px;
	border-radius: 50%;
    background: blue;
	/* background: linear-gradient(90deg, #bf9a47 0%, #ffe233 25%, #c7801d 50%, #ffe233 75%, #bf9a47 100%); */
    background-clip: text; /* Apply gradient to text */
    -webkit-background-clip: text; /* For Safari */
    color: transparent; /* Hide original text color */
    animation: borderFade 4s linear infinite;
}

#portfolio .icon-light {
	font-size: 40px;
	margin: 20px auto;
	padding: 12px;
	height: 80px;
	width: 80px;
	border-radius: 50%;
    background: blue;
	/* background: linear-gradient(90deg, #bf9a47 0%, #ffe233 25%, #c7801d 50%, #ffe233 75%, #bf9a47 100%); */
    background-clip: text; /* Apply gradient to text */
    -webkit-background-clip: text; /* For Safari */
    color: transparent; /* Hide original text color */
    animation: borderFade2 4s linear infinite;
}

#portfolio .icon-globe {
	font-size: 40px;
	margin: 20px auto;
	padding: 12px;
	height: 80px;
	width: 80px;
	border-radius: 50%;
    background: green;
	/* background: linear-gradient(90deg, #bf9a47 0%, #ffe233 25%, #c7801d 50%, #ffe233 75%, #bf9a47 100%); */
    background-clip: text; /* Apply gradient to text */
    -webkit-background-clip: text; /* For Safari */
    color: transparent; /* Hide original text color */
    animation: borderFade3 4s linear infinite;
}

#portfolio .icon-chart {
	font-size: 40px;
	margin: 20px auto;
	padding: 12px;
	height: 80px;
	width: 80px;
	border-radius: 50%;
    background: blue;
	/* background: linear-gradient(90deg, #bf9a47 0%, #ffe233 25%, #c7801d 50%, #ffe233 75%, #bf9a47 100%); */
    background-clip: text; /* Apply gradient to text */
    -webkit-background-clip: text; /* For Safari */
    color: transparent; /* Hide original text color */
    animation: borderFade4 4s linear infinite;
}

@keyframes borderFade {
    0%, 100% {
        box-shadow: 0 0 0 0 transparent; /* Border appears hidden */
    }
    50% {
        box-shadow: 0 0 10px black, 0 0 20px black; /* Simulate border appearance */
    }
}

@keyframes borderFade2 {
    0%, 100% {
        box-shadow: 0 0 0 0 transparent; /* Border appears hidden */
    }
    50% {
        box-shadow: 0 0 10px yellow, 0 0 20px yellow; /* Simulate border appearance */
    }
}

@keyframes borderFade3 {
    0%, 100% {
        box-shadow: 0 0 0 0 transparent; /* Border appears hidden */
    }
    50% {
        box-shadow: 0 0 10px green, 0 0 20px green; /* Simulate border appearance */
    }
}

@keyframes borderFade4 {
    0%, 100% {
        box-shadow: 0 0 0 0 transparent; /* Border appears hidden */
    }
    50% {
        box-shadow: 0 0 10px black, 0 0 20px black; /* Simulate border appearance */
    }
}

@keyframes clearFade {
    0%, 100% {
        background-color: rgb(255, 255, 255, 0.3);
    }
    50% {
        background-color: rgb(255, 255, 255, 0.8);
    }
}

/* Styles specifically for the lightbulb icon */
.icon-light .fas.fa-lightbulb {
    font-size: 48px; /* Adjusts the size of the icon */
    margin-bottom: 20px; /* Adds some space below the icon */
    animation: lightUpBulb 4s ease-in-out infinite;
}

/* Styles specifically for the lightbulb icon */
.icon-globe .fas.fa-globe-americas {
    font-size: 48px; /* Adjusts the size of the icon */
    margin-bottom: 20px; /* Adds some space below the icon */
    animation: lightUpGlobe 4s ease-in-out infinite;
}

/* Styles specifically for the lightbulb icon */
.icon-chart .fas.fa-chart-line {
    font-size: 48px; /* Adjusts the size of the icon */
    margin-bottom: 20px; /* Adds some space below the icon */
    animation: lightUpChart 4s ease-in-out infinite;
}

@keyframes lightUpBulb {
    0%, 100% {
        color: rgb(255, 255, 255, 0.8); /* Dimmed lightbulb color */
        text-shadow: none; /* No glow when dimmed */
    }
    50% {
        color: yellow; /* Bright lightbulb color */
        text-shadow: 0 0 10px #ffff00, /* Outer glow effect */
                      0 0 20px #ffff00, 
                      0 0 30px #ffff00, 
                      0 0 40px #ffae00, 
                      0 0 50px #ffae00, 
                      0 0 60px #ffae00; 
    }
}

@keyframes lightUpGlobe {
    0%, 100% {
        color: rgb(255, 255, 255, 0.8); /* Dimmed lightbulb color */
        text-shadow: none; /* No glow when dimmed */
    }
    50% {
        color: green; /* Bright lightbulb color */
        text-shadow: 0 0 10px blue, /* Outer glow effect */
                      0 0 20px blue, 
                      0 0 30px blue, 
                      0 0 40px blue, 
                      0 0 50px blue, 
                      0 0 60px blue; 
    }
}

@keyframes lightUpChart {
    0%, 100% {
        color: rgb(255, 255, 255, 0.8); /* Dimmed lightbulb color */
        text-shadow: none; /* No glow when dimmed */
    }
    50% {
        color: green; /* Bright lightbulb color */
        text-shadow: 0 0 10px black, /* Outer glow effect */
                      0 0 20px gray, 
                      0 0 30px black, 
                      0 0 40px gray, 
                      0 0 50px black, 
                      0 0 60px gray; 
    }
}

.img-box ul {
	position: relative;
	padding: 15px;
	margin-left: 200px;
	margin-top: 20px;
	z-index: 2;
	bottom: 0;
	transform: translateX(-50%);
}
/*portfolio */

/*services */
#services {
    padding-top: 30px;
    padding-bottom: 0px;
    color: black;   
    background: linear-gradient(90deg, rgb(0, 0, 153) 0%, rgb(43, 43, 255) 25%, rgb(43, 43, 255) 75%, rgb(0, 0, 153) 100%);
}

#services h2 {
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 0 0 10px black, /* Pink */
                     0 0 20px black, /* Pink */
                     0 0 30px black; /* Pink */
}

#services .keyur-border-head2 {
	transition: opacity 0.3s ease, box-shadow 0.05s ease;
    padding: 15px; /* Adjust based on your design preference */
    margin-bottom: 60px; /* Provides spacing between rows of team members */
    border-radius: 30px; /* Optional: Adds rounded corners */
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.8), 0 0px 30px rgba(0, 0, 0, 0.8); /* Soft shadow for depth */
}

#services .keyur-border-head2:hover {  
    transform: scale(1.05); /* Enlarge the element */
    color: white;
    transition: 0.2s ease;
    text-shadow: 0 0 10px black, /* White */
                 0 0 20px black, /* White */
                 0 0 30px black; /* White */
    box-shadow: 0 0 10px white, /* White */
                 0 0 20px white, /* White */
                 0 0 30px white, /* White */
                 0 0 40px white; /* White - Optional: Adjust or add spread-radius if needed */
}

#services .img-responsive {
	top: 10px;
	left: 10px;
	position: absolute;	
}

#services .profile-pic h2 {
	font-size: 30px;
    color: white;
} 

#services .profile-pic h3 {
	font-size: 22px;
    color: white;
} 

#services .profile-pic h4 {
	font-size: 12px;
} 

#services ul {
    list-style-type: none;
    padding: 0;
    margin-top: 15px;
}

#services .row.justify-content-center {
  margin-top: 50px;
}

/**Keyur.png**/
img[src="Oyola1.png"],
img[src="Oyola2.png"],
img[src="Oyola3.png"],
img[src="Images/Home/StockImages/Oyola4.png"],
img[src="Images/Home/StockImages/Oyola5.png"],
img[src="Images/Home/StockImages/Oyola6.png"] {
	/* Your specific CSS styles for Keyur.png go here */
	border: 2px solid white; /* For example, adding a blue border */
	border-radius: 20px; /* Making the image circular */
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); /* Adding a shadow effect */  
    height: auto;
    width: 100%;
}

img[src="VitalSparkMarketing2.png"] {
	border: none; /* For example, adding a blue border */
    height: 175px;
    width: 175px;
    border-radius: 10px;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5); /* Adding a shadow effect */        
}

img[src="VitalSparkMarketingCarWrap2.png"],
img[src="VitalSparkMarketingApparel.png"],
img[src="VitalSparkMarketingMail.png"],
img[src="VitalSparkMarketingDigitalMarketing.png"],
img[src="VitalSparkMarketingWebDevelopment.png"],
img[src="VitalSparkMarketingCarWrap.png"],
img[src="VitalSparkMarketingGraphicDesign.png"],
img[src="VitalSparkMarketingPromo.png"],
img[src="VitalSparkMarketingBusinessCards.png"]
{
	border: 2px solid blue; /* For example, adding a blue border */
	border-radius: 20px; /* Making the image circular */
    height: auto;
    width: 100%;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5); /* Adding a shadow effect */        
}

/* Hover effect */
img[src="VitalSparkMarketing2.png"]:hover {
    box-shadow: 0px 0px 40px white; /* Adding a shadow effect */ 
}

.profile-pic h2 {
	font-size: 22px;
	font-weight: 600;
	margin-top: 15px;
	color: rgb(103, 103, 103);
}

/* Initially hide the social media icons */
#services .fab {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Show the social media icons on hover */
#services .profile-pic .img-box:hover .fab {
    opacity: 1;
}

/* Adjust the position of the icons */
#services .fab.fa-linkedin {
    position: absolute;
    top: -100px;
	left: 85px;
    transform: translate(-50%, -50%);
    height: 25px;
    width: 25px;
    color: blue !important;
    padding: 5px;
    border-radius: 50%;
    background-color: white;
}


.img-box ul {
	position: relative;
	padding: 15px;
	margin-left: 200px;
	margin-top: 20px;
	z-index: 2;
	bottom: 0;
	transform: translateX(-50%);
}
/*services */

/*----Team Members (team2) ----*/
#team2 {
    padding-top: 10px;
    padding-bottom: 20px;
    color: black;    
    background: linear-gradient(90deg, #808080 0%, #c5c5c5 25%, #eeeeee 50%, #c5c5c5 75%, #808080 100%);
}

@keyframes blacktoWhiteFade2 {
    0%, 100% {
        background: #ffe233;
        width: 0px;
    }
    50% {
        background: #ffe233;
        width: 240px;
    }
}

#team2 .team-border-keyur,
#team2 .team-border-joey,
#team2 .team-border-tegh,
#team2 .team-border-aidan,
#team2 .team-border-miles {
	transition: opacity 0.5s ease, box-shadow 0.05s ease;
    padding: 15px; /* Adjust based on your design preference */
    margin-bottom: 20px; /* Provides spacing between rows of team members */
    border-radius: 30px; /* Optional: Adds rounded corners */
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.8), 0 0px 20px rgba(0, 0, 0, 0.8); /* Soft shadow for depth */
    background: linear-gradient(45deg, rgb(0, 0, 153) 0%, rgb(43, 43, 255) 25%, rgb(43, 43, 255) 75%, rgb(0, 0, 153) 100%);
}

#team2 .team-border-keyur:hover, 
#team2 .team-border-joey:hover,
#team2 .team-border-tegh:hover,
#team2 .team-border-aidan:hover,
#team2 .team-border-miles:hover {  
    transform: scale(1.05); /* Enlarge the image */
    color: white;
}

#team2 .team-border-keyur:hover h2,
#team2 .team-border-joey:hover h2,
#team2 .team-border-tegh:hover h2,
#team2 .team-border-aidan:hover h2,
#team2 .team-border-miles:hover h2 {
    color: white;
}

/* CSS for Joey.png */
img[src="Images/Home/TeamImages/IMG_7793.jpeg"] {
    border: 2px solid blue; /* For example, adding a blue border */
    border-radius: 50%; /* Making the image circular */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); /* Adding a blue shadow effect */
    width: 175px; /* Set the width to 100px */
    height: 175px; /* Set the height to 100px */
    object-fit: cover;
    object-position: 0 -65.5px; /* Adjusts the positioning */
}

img[src="Images/Home/TeamImages/Nick.jpg"],
img[src="Images/Home/TeamImages/Keyur.jpg"],
img[src="Images/Home/TeamImages/Joel.jpg"], 
img[src="Images/Home/TeamImages/DAngelo.jpg"],
img[src="Images/Home/TeamImages/VitalSparkMarketing.png"]
{
  border: 2px solid blue; /* For example, adding a blue border */
  border-radius: 50%; /* Making the image circular */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); /* Adding a blue shadow effect */
  width: 175px; /* Set the width to 100px */
  height: 175px; /* Set the height to 100px */
  object-fit: cover;
}

#team2 .team-border-keyur:hover {
	color: white;
	box-shadow: 0 0 5px red,
    0 0 25px rebeccapurple, 0 0 50px red,
    0 0 100px red, 0 0 200px red; 
	background: linear-gradient(45deg, red, crimson, maroon, crimson, red); /* First child gradient */
    text-shadow: 0 0 10px black, 0 0 20px black, 0 0 40px black;

    img[src="Images/Home/TeamImages/Nick.jpg"] {
        border: 2px solid red; /* For example, adding a blue border */
        box-shadow: 0 0 10px black, 0 0 20px black;
    }
}

#team2 .team-border-joey:hover {
	box-shadow: 0 0 5px #ffe233,
    0 0 25px #c7801d, 0 0 50px #ffe233,
    0 0 100px #ffe233, 0 0 200px #ffe233;
    color: white;
    background: linear-gradient(45deg, #bf9a47 0%, #ffe233 25%, #c7801d 50%, #ffe233 75%, #bf9a47 100%);
    text-shadow: 0 0 10px black, 0 0 20px black, 0 0 40px black;

    img[src="Images/Home/TeamImages/Keyur.jpg"] {
        border: 2px solid #ffe233; /* For example, adding a blue border */
        box-shadow: 0 0 10px black, 0 0 20px black;
    }
}

#team2 .team-border-tegh:hover {
    box-shadow: 0 0 5px lime,
    0 0 25px rgb(41, 170, 41), 0 0 50px lime,
    0 0 100px lime, 0 0 200px lime; 
	background: linear-gradient(45deg, lime, #3dc901, rgb(41, 170, 41), #3dc901, lime); /* First child gradient */
    text-shadow: 0 0 10px black, 0 0 20px black, 0 0 40px black;

    img[src="Images/Home/TeamImages/DAngelo.jpg"] {
        border: 2px solid rgb(41, 170, 41); /* For example, adding a blue border */
        box-shadow: 0 0 10px black, 0 0 20px black;
    }
}

#team2 .team-border-aidan:hover {
	box-shadow: 0 0 5px blue,
    0 0 25px #0080ff, 0 0 50px blue,
    0 0 100px blue, 0 0 200px blue; 
	background: linear-gradient(45deg, #0080ff, blue, rgb(0, 0, 175), blue, #0080ff); /* First child gradient */
    text-shadow: 0 0 10px black, 0 0 20px black, 0 0 40px black;

    img[src="Images/Home/TeamImages/VitalSparkMarketing.png"] {
        border: 2px solid white; /* For example, adding a blue border */
        box-shadow: 0 0 10px black, 0 0 20px black;
    }
}

#team2 .team-border-miles:hover {
    border: 1px solid #ea00ff;
	box-shadow: 0 0 5px #c300ff,
    0 0 25px #c300ff, 0 0 50px #c300ff,
    0 0 100px #c300ff, 0 0 200px #c300ff; 
	background: linear-gradient(45deg, #8c00ff, #c300ff, #ea00ff, #c300ff, #8c00ff); /* First child gradient */
    text-shadow: 0 0 10px black, 0 0 20px black, 0 0 40px black;

    img[src="Images/Home/TeamImages/Joel.jpg"] {
        border: 2px solid #ea00ff; /* For example, adding a blue border */
        box-shadow: 0 0 10px black, 0 0 20px black;
    }
}

#team2 .img-responsive {
	top: 10px;
	left: 10px;
	position: absolute;	
}

#team2 .profile-pic h2 {
	font-size: 30px;
    color: black;
    font-weight: 650;
} 

#team2 .profile-pic h3 {
	font-size: 22px;
} 

#team2 .profile-pic h4 {
	font-size: 12px;
} 

#team2 ul {
    list-style-type: none;
    padding: 0;
    margin-top: 15px;
}

#team2 .row.justify-content-center {
  margin-top: 50px;
}

.profile-pic h2 {
	font-size: 22px;
	font-weight: 600;
	margin-top: 15px;
	color: rgb(103, 103, 103);
}

/* Initially hide the social media icons */
#team2 .fab {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Show the social media icons on hover */
#team2 .profile-pic .img-box:hover .fab {
    opacity: 1;
}

/* Adjust the position of the icons */
#team2 .fab.fa-linkedin {
    position: absolute;
    top: -100px;
	left: 85px;
    transform: translate(-50%, -50%);
    height: 25px;
    width: 25px;
    color: blue !important;
    padding: 5px;
    border-radius: 50%;
    background-color: white;
}

.img-box ul {
	position: relative;
	padding: 15px;
	margin-left: 200px;
	margin-top: 20px;
	z-index: 2;
	bottom: 0;
	transform: translateX(-50%);
}
/* team2 */

/* media tags */
@media screen and (min-width: 320px) {

    /**Keyur.png**/
    img[src="Oyola1.png"],
    img[src="Oyola2.png"],
    img[src="Oyola3.png"],
    img[src="Images/Home/StockImages/Oyola4.png"],
    img[src="Images/Home/StockImages/Oyola5.png"],
    img[src="Images/Home/StockImages/Oyola6.png"],
    img[src="Images/Home/StockImages/Work1.png"],
    img[src="Images/Home/StockImages/Work2.png"],
    img[src="Images/Home/StockImages/Work3.png"]  {
        /* Your specific CSS styles for Keyur.png go here */
        border: 2px solid white; /* For example, adding a blue border */
        border-radius: 20px; /* Making the image circular */
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); /* Adding a shadow effect */  
        height: auto;
        width: 100%;
    }

    img[src="VitalSparkMarketing2.png"] {
        border: none; /* For example, adding a blue border */
        height: 175px;
        width: 175px;
        border-radius: 10px;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5); /* Adding a shadow effect */        
    }

    img[src="VitalSparkMarketingCarWrap2.png"],
    img[src="VitalSparkMarketingApparel.png"],
    img[src="VitalSparkMarketingMail.png"],
    img[src="VitalSparkMarketingDigitalMarketing.png"],
    img[src="VitalSparkMarketingWebDevelopment.png"],
    img[src="VitalSparkMarketingCarWrap.png"],
    img[src="VitalSparkMarketingGraphicDesign.png"],
    img[src="VitalSparkMarketingPromo.png"],
    img[src="VitalSparkMarketingBusinessCards.png"]
    {
        border: 2px solid blue; /* For example, adding a blue border */
        border-radius: 20px; /* Making the image circular */
        height: auto;
        width: 100%;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5); /* Adding a shadow effect */        
    }

    #welcome {
        width: 100%;
        height: auto;
    }

    #portfolio {
        padding-top: 20px;
    }
    
    iframe {
        width: 100%;
        height: 100vh;
        margin-right: auto;
        z-index: 2;
        top: 0;
        right: 0;
    }

}

@media screen and (min-width: 440px) {

    /**Keyur.png**/
    img[src="Oyola1.png"],
    img[src="Oyola2.png"],
    img[src="Oyola3.png"],
    img[src="Images/Home/StockImages/Oyola4.png"],
    img[src="Images/Home/StockImages/Oyola5.png"],
    img[src="Images/Home/StockImages/Oyola6.png"],
    img[src="Images/Home/StockImages/Work1.png"],
    img[src="Images/Home/StockImages/Work2.png"],
    img[src="Images/Home/StockImages/Work3.png"]  {
        /* Your specific CSS styles for Keyur.png go here */
        border: 2px solid white; /* For example, adding a blue border */
        border-radius: 20px; /* Making the image circular */
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); /* Adding a shadow effect */  
        height: auto;
        width: 100%;
    }

    img[src="VitalSparkMarketing2.png"] {
        border: none; /* For example, adding a blue border */
        height: 175px;
        width: 175px;
        border-radius: 10px;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5); /* Adding a shadow effect */        
    }

    img[src="VitalSparkMarketingCarWrap2.png"],
    img[src="VitalSparkMarketingApparel.png"],
    img[src="VitalSparkMarketingMail.png"],
    img[src="VitalSparkMarketingDigitalMarketing.png"],
    img[src="VitalSparkMarketingWebDevelopment.png"],
    img[src="VitalSparkMarketingCarWrap.png"],
    img[src="VitalSparkMarketingGraphicDesign.png"],
    img[src="VitalSparkMarketingPromo.png"],
    img[src="VitalSparkMarketingBusinessCards.png"]
    {
        border: 2px solid blue; /* For example, adding a blue border */
        border-radius: 20px; /* Making the image circular */
        height: auto;
        width: 100%;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5); /* Adding a shadow effect */        
    }

    #welcome {
        width: 100%;
        height: auto;
    }

    #portfolio {
        padding-top: 20px;
    }
    
    iframe {
        width: 100%;
        height: 100vh;
        margin-right: auto;
        z-index: 2;
        top: 0;
        right: 0;
    }

}

/* small tablet styles  */
@media screen and (min-width: 620px) {

    /**Keyur.png**/
    img[src="Oyola1.png"],
    img[src="Oyola2.png"],
    img[src="Oyola3.png"],
    img[src="Images/Home/StockImages/Oyola4.png"],
    img[src="Images/Home/StockImages/Oyola5.png"],
    img[src="Images/Home/StockImages/Oyola6.png"],
    img[src="Images/Home/StockImages/Work1.png"],
    img[src="Images/Home/StockImages/Work2.png"],
    img[src="Images/Home/StockImages/Work3.png"]  {
        /* Your specific CSS styles for Keyur.png go here */
        border: 2px solid white; /* For example, adding a blue border */
        border-radius: 20px; /* Making the image circular */
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); /* Adding a shadow effect */  
        height: auto;
        width: 100%;
    }

    img[src="VitalSparkMarketing2.png"] {
        border: none; /* For example, adding a blue border */
        height: 175px;
        width: 175px;
        border-radius: 10px;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5); /* Adding a shadow effect */        
    }

    img[src="VitalSparkMarketingCarWrap2.png"],
    img[src="VitalSparkMarketingApparel.png"],
    img[src="VitalSparkMarketingMail.png"],
    img[src="VitalSparkMarketingDigitalMarketing.png"],
    img[src="VitalSparkMarketingWebDevelopment.png"],
    img[src="VitalSparkMarketingCarWrap.png"],
    img[src="VitalSparkMarketingGraphicDesign.png"],
    img[src="VitalSparkMarketingPromo.png"],
    img[src="VitalSparkMarketingBusinessCards.png"]
    {
        border: 2px solid blue; /* For example, adding a blue border */
        border-radius: 20px; /* Making the image circular */
        height: auto;
        width: 100%;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5); /* Adding a shadow effect */        
    }

    #welcome {
        width: 100%;
        height: auto;
    }
    
    iframe {
        width: 100%;
        height: 100vh;
        margin-right: auto;
        z-index: 2;
        top: 0;
        right: 0;
    }

}
/* small tablet styles  */

/* large tablets and laptop styles */
@media screen and (min-width: 960px) {

    /**Keyur.png**/
    img[src="Oyola1.png"],
    img[src="Oyola2.png"],
    img[src="Oyola3.png"],
    img[src="Images/Home/StockImages/Oyola4.png"],
    img[src="Images/Home/StockImages/Oyola5.png"],
    img[src="Images/Home/StockImages/Oyola6.png"],
    img[src="Images/Home/StockImages/Work1.png"],
    img[src="Images/Home/StockImages/Work2.png"],
    img[src="Images/Home/StockImages/Work3.png"]  {
        /* Your specific CSS styles for Keyur.png go here */
        border: 2px solid white; /* For example, adding a blue border */
        border-radius: 20px; /* Making the image circular */
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); /* Adding a shadow effect */  
    }

    img[src="VitalSparkMarketing2.png"] {
        border: none; /* For example, adding a blue border */
        height: 175px;
        width: 175px;
        border-radius: 10px;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5); /* Adding a shadow effect */        
    }

    img[src="VitalSparkMarketingCarWrap2.png"],
    img[src="VitalSparkMarketingApparel.png"],
    img[src="VitalSparkMarketingMail.png"],
    img[src="VitalSparkMarketingDigitalMarketing.png"],
    img[src="VitalSparkMarketingWebDevelopment.png"],
    img[src="VitalSparkMarketingCarWrap.png"],
    img[src="VitalSparkMarketingGraphicDesign.png"],
    img[src="VitalSparkMarketingPromo.png"],
    img[src="VitalSparkMarketingBusinessCards.png"]
    {
        border: 2px solid blue; /* For example, adding a blue border */
        border-radius: 20px; /* Making the image circular */
        height: auto;
        width: 100%;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5); /* Adding a shadow effect */     
        height: auto;
        width: 100%;   
    }

    #welcome {
        width: 100%;
        height: auto;
    }
    
    iframe {
        width: 100%;
        height: 100vh;
        margin-right: auto;
        z-index: 2;
        top: 0;
        right: 0;
    }

}
/* large tablets and computer styles */

/* deskstop styles */
@media screen and (min-width: 1200px) {

    /**Keyur.png**/
    img[src="Oyola1.png"],
    img[src="Oyola2.png"],
    img[src="Oyola3.png"],
    img[src="Images/Home/StockImages/Oyola4.png"],
    img[src="Images/Home/StockImages/Oyola5.png"],
    img[src="Images/Home/StockImages/Oyola6.png"],
    img[src="Images/Home/StockImages/Work1.png"],
    img[src="Images/Home/StockImages/Work2.png"],
    img[src="Images/Home/StockImages/Work3.png"]  {
        /* Your specific CSS styles for Keyur.png go here */
        border: 2px solid white; /* For example, adding a blue border */
        border-radius: 20px; /* Making the image circular */
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); /* Adding a shadow effect */  
        height: auto;
        width: 100%;
    }

    img[src="VitalSparkMarketing2.png"] {
        border: none; /* For example, adding a blue border */
        height: 175px;
        width: 175px;
        border-radius: 10px;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5); /* Adding a shadow effect */        
    }

    img[src="VitalSparkMarketingCarWrap2.png"],
    img[src="VitalSparkMarketingApparel.png"],
    img[src="VitalSparkMarketingMail.png"],
    img[src="VitalSparkMarketingDigitalMarketing.png"],
    img[src="VitalSparkMarketingWebDevelopment.png"],
    img[src="VitalSparkMarketingCarWrap.png"],
    img[src="VitalSparkMarketingGraphicDesign.png"],
    img[src="VitalSparkMarketingPromo.png"],
    img[src="VitalSparkMarketingBusinessCards.png"]
    {
        border: 2px solid blue; /* For example, adding a blue border */
        border-radius: 20px; /* Making the image circular */
        height: auto;
        width: 100%;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5); /* Adding a shadow effect */        
    }

    #welcome {
        width: 100%;
        height: auto;
    }
    
    iframe {
        width: 100%;
        height: 100vh;
        margin-right: auto;
        z-index: 2;
        top: 0;
        right: 0;
    }

}