*{
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

html {
    cursor: url('RamTRX.png'), default;
}

html, body {
    overflow-x: hidden;
}

body {
    background: linear-gradient(90deg, #610000 0%, #e22121 25%, #cf1c1c 50%, #e22121 75%, #610000 100%);
    overflow-y: hidden;
}

.price-button {
	display: inline;
	float: left;
	padding: 15px 15px 30px;
	text-align: center;
	width: 100%;
    margin-top: 35px;
}

.team-border-head1 {
    margin-top: 20px;
	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 */
}

.team-border-head2 {
    margin-top: 20px;
	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);
    background: linear-gradient(90deg, #4279cc 0%, #558de0 50%, #4279cc 100%);
}

.team-border-head3 {
    margin-top: 20px;
	transition: opacity 0.3s ease, box-shadow 0.05s ease;
    padding: 15px; /* Adjust based on your design preference */
    border-radius: 30px; /* Optional: Adds rounded corners */
    height: 95%;
    width: auto;
}

.team-border-head4 {
    margin-top: 20px;
	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 0 10px black, 0 0 40px black;
    background: linear-gradient(45deg, rgb(255, 255, 255, 0.1), rgb(255, 255, 255, 0.3), rgb(255, 255, 255, 0.1) );
    color: white;
    text-shadow: 0 0 10px black, 0 0 20px black;
}

.team-border-head5 {
    margin-top: 20px;
	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 0 10px white, 0 0 40px white;
    color: white;
    text-shadow: 0 0 10px black, 0 0 20px black;
}

.team-border-head1:hover,
.team-border-head2:hover {  
    transform: scale(1.05); /* Enlarge the element */
    font-weight: 600;
    color: white;
    transition: 0.2s ease;
    text-shadow: 0 0 10px black, 0 0 20px black, 0 0 40px black;
    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 */
}

.team-border-head4:hover {  
    transform: scale(1.05); /* Enlarge the element */
    font-weight: 600;
    color: white;
    transition: 0.2s ease;
    text-shadow: 0 0 10px black, 0 0 20px black, 0 0 40px black;
    box-shadow: 0 0 10px black, /* White */
                 0 0 20px black, /* White */
                 0 0 30px black, /* White */
                 0 0 40px black; /* White - Optional: Adjust or add spread-radius if needed */
}

.team-border-head5:hover {  
    transform: scale(1.05); /* Enlarge the element */
    font-weight: 600;
    color: white;
    transition: 0.2s ease;
    text-shadow: 0 0 10px black, 0 0 20px black, 0 0 40px black;
    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 */
}

.team-border-head3:hover {  
    transform: scale(1.05); /* Enlarge the element */
    font-weight: 600;
    color: white;
    transition: 0.2s ease;
}

.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: 20px;
}

.buy-btn1:hover {
    border-color: 1px solid #fff;
    background-color: black;
    box-shadow: 0 0 10px white, 0 0 20px white;
    font-weight: bold;
}

.buy-btn2 {
    --glow-color: #b1b1b1;
    --glow-spread-color: #b1b1b1;
    --enhanced-glow-color: #b80606;
    --btn-color: #cf1c1c;
    border: .25em solid #ebebeb;
    padding: 1em 3em;
    color: white;
    font-size: 15px;
    background-color: var(--btn-color);
    border-radius: 1em;
    outline: none;
    text-shadow: 0 0 .5em var(--glow-color);
    transition: all 0.3s;
    margin-top: 60px;
    text-decoration: none;
    animation: flashingButtons ease-in-out 4s infinite;
}

.buy-btn2:hover {
    color: var(--btn-color);
    background-color: var(--glow-color);
    font-weight: bold;
}

.buy-btn2:active {
    box-shadow: 0 0 0.6em .25em var(--glow-color),
    0 0 2.5em 2em var(--glow-spread-color),
    inset 0 0 .5em .25em var(--glow-color);
}

.buy-btn3 {
    --glow-color: #ffd941;
    --glow-spread-color: #fcdf6b;
    --enhanced-glow-color: rgb(184, 101, 6);
    --btn-color: #cf811c;
    border: .25em solid var(--glow-color);
    padding: 1em 3em;
    color: white;
    font-size: 15px;
    background-color: var(--btn-color);
    border-radius: 1em;
    outline: none;
    text-shadow: 0 0 .5em var(--glow-color);
    transition: all 0.3s;
    margin-top: 60px;
    text-decoration: none;
    animation: flashingButtons ease-in-out 4s infinite;
}

.buy-btn3:hover {
    color: var(--btn-color);
    background-color: var(--glow-color);
    font-weight: bold;
}

.buy-btn4 {
    --glow-color: #2c8dfc;
    --glow-spread-color: #0a2eff;
    --enhanced-glow-color: #0621b8;
    --btn-color: #007ee6;
    border: .25em solid var(--glow-color);
    padding: 1em 3em;
    color: white;
    font-size: 15px;
    background-color: var(--btn-color);
    border-radius: 1em;
    outline: none;
    text-shadow: 0 0 .5em var(--glow-color);
    transition: all 0.3s;
    margin-top: 60px;
    text-decoration: none;
    animation: flashingButtons ease-in-out 4s infinite;
}

.buy-btn4:hover {
    color: #004e8d;
    background-color: var(--glow-color);
    font-weight: bold;
}

@keyframes flashingButtons {

    0%, 100% {
        box-shadow: 0 0 10px var(--glow-color),
        0 0 30px var(--glow-color);
    }

    50% {
        box-shadow: 0 0 10px var(--glow-color),
        0 0 20px var(--glow-color),
        0 0 40px var(--glow-color),
        0 0 80px var(--glow-color),
        inset 0 0 .75em .50em var(--glow-color);
    }

}

.buy-btn3:active {
    box-shadow: 0 0 0.6em .25em var(--glow-color),
    0 0 2.5em 2em var(--glow-spread-color),
    inset 0 0 .5em .25em var(--glow-color);
}

/* welcome */
#welcome {
    width: 100%;
    height: auto;
    color: white;
    text-align: center;
    padding-top: 60px;
    background: linear-gradient(90deg, #610000 0%, #e22121 25%, #cf1c1c 50%, #e22121 75%, #610000 100%);
}

#welcome img[src="ExactFreightLogo.png"] {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

#welcome img[src="HotspotBurning10.gif"]
{
    margin-top: 60px;
    margin-bottom: 80px;
    width: 100%;
    height: auto;
}

/* welcome */

/* about */
#about {
    padding-top: 30px;
    height: auto;
    width: 100%;
    background: linear-gradient(90deg, #610000 0%, #e22121 25%, #cf1c1c 50%, #e22121 75%, #610000 100%);
}

#about h2 {
    text-align: center;
    color: black;
}

#about img[src="HotspotOutside.jpg"],
#welcome img[src="HotspotOutsideLarge.jpg"] {
    width: 85%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 10px white, 0 0 20px white;
}

#about h2::after {
	content: '';
	background: black;
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
}

#about h3 {
    color: white;
    text-shadow: 0 0 10px black;
    margin-top: 65px;
    font-weight: 100;
}

#about .about-content {
    text-align: center; /* Justifies the text */
    font-size: 22px;
    padding-left: 90px;
    padding-right: 90px;
    box-shadow: 0 0 10px black;
    border-radius: 20px;
    transition: 0.4s ease;
}

#about .about-content:hover {
    color: white;
    text-shadow: 0 0 10px black, 0 0 20px black;
    border-radius: 10px;
    box-shadow: 0 0 10px white, 0 0 20px white;
}

#about .about-content h3 {
   padding-top: 20px;
   padding-bottom: 20px; 
}

#about .about-logo {
    overflow-x: hidden;
}

img[src="ExactFreightTruck2.png"] {
    width: 100%;
    height: auto;
}
/* about */

/* services */
#services {
    padding-top: 60px;
    padding-bottom: 50px;
    height: auto;
    width: 100%;
    background: linear-gradient(90deg, #610000 0%, #e22121 25%, #cf1c1c 50%, #e22121 75%, #610000 100%);
}

#services img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 20px;
}

#services img[src="HotspotInsideCones.jpg"] {
    animation: 4s ease-in-out animateConesBox infinite;
}

@keyframes animateConesBox {
    0%, 100% {
        box-shadow: 0 0 10px white, 0 0 20px white;
    }

    50% {
        box-shadow: 0 0 10px white, 0 0 20px white, 0 0 40px white, 0 0 80px white;
    }
}

#services h2 {
    padding-top: 10px;
    font-weight: 100;
    color: white;
    text-shadow: 0 0 10px black, 0 0 20px black;
    font-size: 30px;
}

#services h3 {
	text-align: center;
	color: white;
	padding-bottom: 10px;
    text-shadow: 0 0 10px black, 0 0 20px black;
    font-style: italic;
}

#services .icon {
	font-size: 40px;
	margin: 20px auto;
	padding: 8px;
	height: 80px;
	width: 80px;
	border-radius: 50%;
    color: white; /* Hide original text color */
    animation: animateIconBorder 4s ease-in-out infinite;
    background-color: #558de0;
}

@keyframes animateIconBorder {

    0%, 100% {
        box-shadow: 0 0 10px black, 0 0 20px black;
        text-shadow: none;
    }

    50% {
        box-shadow: 0 0 10px black, 0 0 20px black, 0 0 40px black, 0 0 80px black;
        text-shadow: 0 0 10px #ffe233; 
    }
}

#services p {
	font-size: 16px;
	margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
	color: white;
    text-shadow: 0 0 10px black, 0 0 20px black;
}

.services .col-md-4:hover {
	background: #8AAEE0;
	transition: 0.3s;
    margin-bottom: 20px;
}

img[src="exact-freight.gif"] {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.carousel.carousel-fade .carousel-item {
    transition: opacity 1.5s ease-in-out;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1;
    position: relative;
}
/* services */

/* map */
#map {
    background: linear-gradient(90deg, #610000 0%, #e22121 25%, #cf1c1c 50%, #e22121 75%, #610000 100%);
    width: 100%;
    height: auto;
    color: white;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px;
}

/* map */

/* contact */
#contact {
    height: auto;
    width: 100%;
    background: linear-gradient(90deg, #610000 0%, #e22121 25%, #cf1c1c 50%, #e22121 75%, #610000 100%);
    padding-bottom: 40px;
}

#contact h3 {
    padding-top: 20px;
    font-style: italic;
    font-size: 16px;
}

#contact form {
	padding: 15px;
}

.contact-form select.form-control {
    cursor: pointer;
    margin-left: 150px;
    width: 300px;
}

.contact-form select.form-control option {
    background-color: black; /* Sets the background color of the options */
    color: white;
}

#contact .form-group {
	margin-bottom: 20px;
}

#contact .form-control {
	border-radius: 20px;
	border: none !important;
	margin-top: 10px;
    color: white;
    background: black;   
}

#contact h2 {
    padding-top: 20px;
}

#contact p {
    padding-top: 20px;
}

#contact .btn {
    margin-top: 15px;
    margin-bottom: 10px;
}

#contact ::placeholder {
	color: white;
}

.linkedin-special {
    background-color: #2867B2;
    color: white;
    font-size: 28px; 
    padding: 12px;
    border-radius: 50%;
    transition: transform 0.3s ease;
    margin-top: 20px;
}

.linkedin-special:hover {
    transform: scale(1.1); 
    color: #2867B2; 
}

.instagram-special {
    color: white;
    background-color: #E4405F; 
    font-size: 28px; 
    padding: 12px;
    border-radius: 50%;
    transition: transform 0.3s ease;
    margin-top: 20px;
}

.instagram-special:hover {
    color: #E4405F; 
    transform: scale(1.1); 
}
/* contact */


@media screen and (min-width: 320px) {

    #about h3 {
        font-size: 12px;
    }

}
/* style="" */
@media screen and (min-width: 440px) {

    #about h3 {
        font-size: 18px;
    }

}

/* small tablet styles  */
@media screen and (min-width: 620px) {

    #about h3 {
        font-size: 22px;
    }

}
/* small tablet styles  */

/* large tablets and laptop styles */
@media screen and (min-width: 990px) {

    #welcome img[src="ExactFreightLogo.png"] {
        width: 80%;
        height: auto;
    }

    .buy-btn1 {
        font-size: 14px;
    }

    #about .about-logo-img {
        margin-top: 10px;
    }

    #about h3 {
        font-size: 20px;
    }

}
/* large tablets and computer styles */


/* deskstop styles */
@media screen and (min-width: 1200px) {

    #about h3 {
        font-size: 24px;
    }

    #welcome img[src="ExactFreightLogo.png"] {
        width: 100%;
        height: auto;
    }

    .buy-btn1 {
        font-size: 18px;
    }

    /* Road image styling with moving effect */
    .road-container {
        position: absolute;
        background-repeat: repeat-x; /* Allow the image to repeat horizontally */
        bottom: 0;
        height: 50px;
        width: 160vw; /* Adjusted to 100% but will repeat */
        margin-left: -120px;
        background-image: url('road.jpg');
        background-size: contain; /* Cover the height; adjust as needed */
        z-index: 0; /* Ensure it's below all other content */
        animation: roadMove 3s linear infinite; /* Adjust time for desired speed */
    }

    @keyframes roadMove {
        from { background-position: 0 0; }
        to { background-position: -100% 0; } /* Ensure this matches the seamless repeat point */
    }

    /* City image styling with animation */
    .city-container {
        position: absolute;
        bottom: 50px;
        height: 400px;
        width: 160vw;
        margin-left: -120px;
        background-image: url('city.png');
        background-repeat: repeat-x; /* Ensure the image can tile horizontally */
        background-size: auto 100%; /* Stretch vertically to fill, maintain width */
        z-index: 2;
        animation: cityMove 30s linear infinite;
    }

    /* Truck image styling and animation */
    .truck-container {
        position: absolute;
        bottom: -120px; /* Align with the road */
        left: 50%; /* Center horizontally, adjust as necessary */
        width: 560px; /* Adjust based on the actual width of the truck image */
        height: 400px; /* Adjust based on the actual height of the truck image */
        background-image: url('SemiTruck.png');
        background-size: contain; /* Ensure the image fits within the container */
        background-repeat: no-repeat;
        background-position: center; /* Center the background image */
        z-index: 2; /* Above the city and road */
        animation: car 1s linear infinite;
    }
    
}

/* deskstop styles */
@media screen and (min-width: 1300px) {

    /* Road image styling with moving effect */
    .road-container {
        position: absolute;
        background-repeat: repeat-x; /* Allow the image to repeat horizontally */
        bottom: 0;
        height: 50px;
        width: 160vw; /* Adjusted to 100% but will repeat */
        margin-left: -120px;
        background-image: url('road.jpg');
        background-size: contain; /* Cover the height; adjust as needed */
        z-index: 0; /* Ensure it's below all other content */
        animation: roadMove 3s linear infinite; /* Adjust time for desired speed */
    }

    @keyframes roadMove {
        from { background-position: 0 0; }
        to { background-position: -100% 0; } /* Ensure this matches the seamless repeat point */
    }

    /* City image styling with animation */
    .city-container {
        position: absolute;
        bottom: 50px;
        height: 400px;
        width: 160vw;
        margin-left: -120px;
        background-image: url('city.png');
        background-repeat: repeat-x; /* Ensure the image can tile horizontally */
        background-size: auto 100%; /* Stretch vertically to fill, maintain width */
        z-index: 2;
        animation: cityMove 30s linear infinite;
    }

    /* Truck image styling and animation */
    .truck-container {
        position: absolute;
        bottom: -120px; /* Align with the road */
        left: 50%; /* Center horizontally, adjust as necessary */
        width: 560px; /* Adjust based on the actual width of the truck image */
        height: 400px; /* Adjust based on the actual height of the truck image */
        background-image: url('SemiTruck.png');
        background-size: contain; /* Ensure the image fits within the container */
        background-repeat: no-repeat;
        background-position: center; /* Center the background image */
        z-index: 2; /* Above the city and road */
        animation: car 1s linear infinite;
    }
    
}

/* deskstop styles */
@media screen and (min-width: 1400px) {

    #about h3 {
        font-size: 28px;
    }

    /* Road image styling with moving effect */
    .road-container {
        position: absolute;
        background-repeat: repeat-x; /* Allow the image to repeat horizontally */
        bottom: 0;
        height: 50px;
        width: 160vw; /* Adjusted to 100% but will repeat */
        margin-left: -120px;
        background-image: url('road.jpg');
        background-size: contain; /* Cover the height; adjust as needed */
        z-index: 0; /* Ensure it's below all other content */
        animation: roadMove 3s linear infinite; /* Adjust time for desired speed */
    }

    @keyframes roadMove {
        from { background-position: 0 0; }
        to { background-position: -100% 0; } /* Ensure this matches the seamless repeat point */
    }

    /* City image styling with animation */
    .city-container {
        position: absolute;
        bottom: 50px;
        height: 400px;
        width: 160vw;
        margin-left: -120px;
        background-image: url('city.png');
        background-repeat: repeat-x; /* Ensure the image can tile horizontally */
        background-size: auto 100%; /* Stretch vertically to fill, maintain width */
        z-index: 2;
        animation: cityMove 30s linear infinite;
    }

    /* Truck image styling and animation */
    .truck-container {
        position: absolute;
        bottom: -120px; /* Align with the road */
        left: 50%; /* Center horizontally, adjust as necessary */
        width: 560px; /* Adjust based on the actual width of the truck image */
        height: 400px; /* Adjust based on the actual height of the truck image */
        background-image: url('SemiTruck.png');
        background-size: contain; /* Ensure the image fits within the container */
        background-repeat: no-repeat;
        background-position: center; /* Center the background image */
        z-index: 2; /* Above the city and road */
        animation: car 1s linear infinite;
    }
    
}

/* deskstop styles */
@media screen and (min-width: 1500px) {

    /* Road image styling with moving effect */
    .road-container {
        position: absolute;
        background-repeat: repeat-x; /* Allow the image to repeat horizontally */
        bottom: 0;
        height: 50px;
        width: 160vw; /* Adjusted to 100% but will repeat */
        margin-left: -120px;
        background-image: url('road.jpg');
        background-size: contain; /* Cover the height; adjust as needed */
        z-index: 0; /* Ensure it's below all other content */
        animation: roadMove 3s linear infinite; /* Adjust time for desired speed */
    }

    @keyframes roadMove {
        from { background-position: 0 0; }
        to { background-position: -100% 0; } /* Ensure this matches the seamless repeat point */
    }

    /* City image styling with animation */
    .city-container {
        position: absolute;
        bottom: 50px;
        height: 400px;
        width: 160vw;
        margin-left: -120px;
        background-image: url('city.png');
        background-repeat: repeat-x; /* Ensure the image can tile horizontally */
        background-size: auto 100%; /* Stretch vertically to fill, maintain width */
        z-index: 2;
        animation: cityMove 30s linear infinite;
    }

    /* Truck image styling and animation */
    .truck-container {
        position: absolute;
        bottom: -120px; /* Align with the road */
        left: 50%; /* Center horizontally, adjust as necessary */
        width: 560px; /* Adjust based on the actual width of the truck image */
        height: 400px; /* Adjust based on the actual height of the truck image */
        background-image: url('SemiTruck.png');
        background-size: contain; /* Ensure the image fits within the container */
        background-repeat: no-repeat;
        background-position: center; /* Center the background image */
        z-index: 2; /* Above the city and road */
        animation: car 1s linear infinite;
    }
    
}

/* deskstop styles */
@media screen and (min-width: 1600px) {

    /* Road image styling with moving effect */
    .road-container {
        position: absolute;
        background-repeat: repeat-x; /* Allow the image to repeat horizontally */
        bottom: 0;
        height: 50px;
        width: 200vw; /* Adjusted to 100% but will repeat */
        margin-left: -120px;
    }

    @keyframes roadMove {
        from { background-position: 0 0; }
        to { background-position: -100% 0; } /* Ensure this matches the seamless repeat point */
    }

    /* City image styling with animation */
    .city-container {
        position: absolute;
        bottom: 50px;
        height: 400px;
        width: 160vw;
        margin-left: -120px;
        background-image: url('city.png');
        background-repeat: repeat-x; /* Ensure the image can tile horizontally */
        background-size: auto 100%; /* Stretch vertically to fill, maintain width */
        z-index: 2;
        animation: cityMove 30s linear infinite;
    }

    /* Truck image styling and animation */
    .truck-container {
        position: absolute;
        bottom: -120px; /* Align with the road */
        left: 50%; /* Center horizontally, adjust as necessary */
        width: 560px; /* Adjust based on the actual width of the truck image */
        height: 400px; /* Adjust based on the actual height of the truck image */
        background-image: url('SemiTruck.png');
        background-size: contain; /* Ensure the image fits within the container */
        background-repeat: no-repeat;
        background-position: center; /* Center the background image */
        z-index: 2; /* Above the city and road */
        animation: car 1s linear infinite;
    }
    
}
