@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --body-color: #E5E5E5;
    --blue-color: #24293B;
    --red-color: #CD3334;
    --secondary-red-color: #C00000;
}

body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: var(--body-color);
    position: relative;
}

.attached-info{
    position: fixed;
    z-index: 2000;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    transition: all 300ms;
}

.attached-info{
    right: -236px;
}

.active-attached-info{
    right: 0;
}

.left-arrow{
    display: none;
}

.attached-info img{
    padding: 10px;
    width: 64px;
    height: 64px;
    border-radius: 10px 0 0 10px;
    background-color: #ffff;
    transition: all 300ms;
    cursor: pointer;
}

.attached-info img:hover{
    background-color: var(--red-color);
}

.attached-info #data{
    border-radius: 10px 0 0 10px;
    padding: 20px;
    background: var(--red-color);
}

.attached-info #data i{
    margin-right: 15px;
}

.attached-info #data h3{
    font-size: 23px;
    margin-top: 15px ;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.attached-info #data span{
    font-size: 18px;
}

header{
    width: 100%;
    padding: 30px 0;
    background: white;
    position: fixed;
    z-index: 100;
    top:0;
}

header .header-cnt i{
    font-size: 30px;
    cursor: pointer;
    display: none;
}

header .header-cnt{
    margin: 0 auto;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo{
    font-size: 30px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
}

header .logo span{
    font-style: normal;
    font-weight: bold;
}

header .menu ul{
    display: flex;
    list-style: none;
    color: #707070;
}

header .menu ul li{
    margin-left: 40px;
    font-weight: 600;
    font-size: 16px;
    transition: all 300ms;
    cursor: pointer;
}

header .menu ul li:hover{
    color: #0a58eb;
}

main{
    width: 100%;
    margin-top: 100px;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.calification{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.calification span{
    margin-right: 10px;
}

.calification i{
    color: yellow;
    margin-right: 5px;
}

.calification .reviews{
    margin-left: 10px;
}
.calification .reviews a{
    color: white;
}


.intro-cnt{
    width: 90%;
    height: 70%;
    border-radius:  20px 20px 300px 20px;
    overflow: hidden;
    background: white;
    position: relative;
}

.intro-cnt .img,
.intro-cnt .text{
    width: 50%;
    height: 100%;
    float: left;
}

.intro-cnt .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.intro-cnt .img{
    position: relative;
}

.intro-cnt .img .overlay-img{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #681216;
    z-index: 1;
    opacity: 0.5;
}

.intro-cnt .text{
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #24293B;
    color: white;
    font-family: 'Oswald', sans-serif;
    z-index: 1;
  
}

.text-absolute{
    position: absolute;
    z-index: 6;
}

.intro-cnt .text-absolute h1{
    font-family: 'Oswald';
    font-style: italic;
    font-size: 90px
}

.intro-cnt .text-absolute h2{
    margin: 20px 0;
    letter-spacing: 2px;
    font-size: 20px;
    color: white;
}

.text-absolute h4{
    font-style: italic;
    font-size: 30px;
    letter-spacing: 3px;
}

.btn-start{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 3px;
    color: white;
    width: fit-content;
    padding: 20px 50px;
    font-size: 23px;
    border-radius: 50px;
    background: linear-gradient(to bottom, var(--red-color) 50%, var(--secondary-red-color) 50%);
    cursor: pointer;
    box-shadow: 0px 12px 50px -12px #ff4c00;
    transition: all 400ms;
    z-index: 5;
}

.btn-start:hover{
    transform: scale(1.1);
}

.margin-cnt{
    margin: 0 auto;
    width: 60%;
}

.principal-cnt{
    width: 100%;
}

.about-us{
    font-family: 'Oswald', sans-serif;
    padding: 80px;
    min-height: 100vh;
}

.about-us h1{
    font-size: 200px;
    font-style: italic;
    text-align: center;
    color: #4E5362;
    letter-spacing: 3px;
}

.about-us span{
    font-size: 26px;
    font-style: italic;
    position: relative;
}

.about-us span::before{
    content: '';
    position: absolute;
    width: 50%;
    min-width: 150px;
    height: 4px;
    background:var(--red-color);
    left: -40px;
    bottom: -10px;
    transition: all 400ms;
}

.about-us span:hover::before{
   width: 70%;
}

.about-us .text{
    width: 100%;
    margin-top: 60px;
    
}

.about-us .text h3{
    line-height: 30px;
    margin-bottom: 15px;
    font-style: italic;
    font-size: 23px;
}

.about-us .text .first-p{
    margin-top: 40px;
}

.about-us .text p{
    line-height: 35px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #666666;
}

.start{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.start-1{
    margin-top: 150px;
}

.start .text,
.start .img{
    width: 50%;
}

.start .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.start .text span{
    margin-bottom: 20px;
    font-size: 22px;
    letter-spacing: 5px;
}

.start .text h2{
    letter-spacing: 5px;
    font-size: 30px;
    font-style: italic;
}

.start .img-mask{
    width: 100%;
    overflow: hidden;
    border-radius: 80% 0 0 0;
}

.start .img-mask img{
    width: 100%;
}

.start .img-2{
    width: 40%;
}
.start .text-2{
    width: 60%;
}

.start .text-2{
    align-items: flex-end;
}

.start-1 img{
    min-width: 300px;
} 

.start-2 img{
    min-width: 200px;
}

.start .img-mask-2{
    overflow: hidden;
    border-radius: 0 0 90% 0px;
    clip-path: unset;
}

.about-us .text-2 span{
    width: 100%;
    text-align: right;
}

.about-us .text-2 span::before {
    content: "";
    position: absolute;
    width: 50%;
    min-width: 150px;
    height: 4px;
    background: var(--red-color);
    right: -40px;
    left: unset;
    bottom: -10px;
    transition: all 400ms ease 0s;
}

footer{
    width: 100%;
    background: #222222;
    padding: 60px;
    color: white;
}

.sub-footer{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.sub-footer h4{
    color: #0a58eb;
    font-size: 26px;
    margin-bottom: 15px;
}

.sub-footer .footer-item{
    text-align: left;
}


