/* All Common Css Start  */
* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    font-family: "Playfair Display", serif;
}

a,
a:hover {
    text-decoration: none;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    line-height: 0.8;
}

ul,
ol {
    list-style-type: none;
}

/* All Common Css End  */
/* MixitUp Part Start  */
#mixitupPart {
    padding: 150px 0;
    background: #8E0E00;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1F1C18, #8E0E00);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1F1C18, #8E0E00);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.button {
    margin-left: 20px;
}

/* MixitUp Part End  */
/* Slicks Part Start  */
#slider {
    padding: 100px 0;
    background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
}

.preSlider {
    position: relative;
}

.preSlider ul {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.preSlider li {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #02505a;
    margin-right: 10px;
}

.preSlider li button {
    opacity: 0;
    visibility: hidden;
}

.slick-dots .slick-active {
    background: #0703e2;
    border: 2px solid white;
    scale: 1.3;
}

.overlay {
    background: rgba(42, 42, 42, 0.5);
    padding: 300px;
}

.slideOne {
    background: url(../images/car-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slideTwo {
    background: url(../images/car-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slideThree {
    background: url(../images/car-3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slideFour {
    background: url(../images/car-4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.prev {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    font-size: 30px;
    color: #fff;
    z-index: 1;
}

.next {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 30px;
    color: #fff;
}

/* Slicks Part End  */
/* Up_To_Down Button Start  */
#button {
    position: fixed;
    right: 50px;
    bottom: 50px;
}

.circle {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #039682;
    position: relative;
}

.circle a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: aliceblue;
    font-size: 20px;
}

/* Up_To_Down Button End  */
/* Aos Part Start  */
#aosPart {
    padding-top: 100px;
    background: #403A3E;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #BE5869, #403A3E);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #BE5869, #403A3E);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.commonText h3 {
    font-size: 30px;
    color: black;
    padding-bottom: 100px;
}

.flex {
    margin-left: 700px;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Aos Part End  */