/* 
- Font sizes (px)
10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98

- Spacing system (px)
2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128

- Font weights
Default: 400
Medium: 500
Semi-bold: 600
Bold: 700

Accent-color: #3F2629
Main Color: #E7DA94


Website personality- luxury-serif type faces and mix of bold layout
*/

/***********************/
/* Root variables */
/***********************/

:root{


    --maincolor: #2b363aff;
    --sectioncolor: #2b363aff;
    --tintcolor: #bfcdd0ff;
    --accentcolor: #121a1eff;
    --transparentcolor: rgba(18, 26, 30, 0.80);
    --shade: #f7fafaff;    
    --fs: 62.5%;   /*font size of html*/
    --bold: 700;
    --semibold: 600;
    --normalfont: 400;
    --medimfont: 500; 
    --ff: 'Rubik', sans-serif;

    --rich-black-fogra-29: #121a1eff;
    --gray-web: #858a8cff;
    --cultured: #f7fafaff;
    --silver-sand: #bfcdd0ff;
    --pewter-blue: #869fa6ff;
    --alice-blue: #e2eaeeff;
    --spanish-gray: #879094ff;
    --cadet: #596367ff;
    --gunmetal: #2b363aff;

}



/***********************/
/* General Settings */
/***********************/


*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: var(--ff);
}
html{
    font-size: var(--fs);
    overflow-x: hidden;
}
body{
    line-height: 1.5;
    font-weight: 400;
    overflow-x: hidden;
}
h1{
    font-size: 4.4rem;
    font-weight: var(--bold);
    color: var(--shade);
    line-height: 1;
}
h2{
    font-size: 2.4rem;
    font-weight: var(--semibold);
    color: var(--tintcolor);
}
.grid-3-col{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    justify-items: center;
}
a:link , a:visited {
    display: inline-block;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: var(--bold);
    color: var(--shade);
}

.btn{
    padding: 1rem 2.5rem;
    border-radius: 1rem;
    background-color: var(--maincolor);
    transition: all .2s linear;

}
.btn:hover{
    background-color: var(--accentcolor);
    color: var(--shade);
    /* border: 1px solid var(--shade); */
}
.container{
    max-width: 120rem;
    margin: 0 auto;
}
img{
    width: 100%;
}
/***********************/
/* Mobile nav Settings */
/***********************/

.mob-btn{
    /* display: none; */
    border: none;
    background: none;
    cursor: pointer;
    z-index: 100;
    display: none;
}
.icon-mob-nav{
    height: 3.6rem;
    width: 3.6rem;
}
.icon-mob-nav:hover{
    transform: none;
}
.close-mob-nav{
    display: none;
}


/***********************/
/* Section Settings */
/***********************/


/* Hero Section */


.section-hero{
    background-image:linear-gradient(to right, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.2)), url("../Content/img11forweb.jpg") ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    /* overflow: hidden; */
}

.section-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 5rem;
}
.logo img{
    width: 100px;
    height: 80px;
}

li{
    list-style-type: none;
    
}
li a{
    padding: 1rem;
    transition: all 0.5s linear;
}
ul{
    display: flex;
    gap: 2rem;
}
li a:hover{
    background-color:var(--maincolor);
    padding: 1rem;
    border-radius: 5px;
}
.box{
    /* background-color: var(--shade); */
    max-width: 120rem;
    position: absolute;
    top: 50%;
    /* left: 50%; */
    transform: translate(5%, -50%);

}

.box-inner{
    width: 70%;
}
.box-inner h1{
    margin-bottom: 2.8rem;
}
.cta{
    padding: 2.8rem 0;
    display: flex;
    gap: 2.8rem;
    
}
.btn-full{
    border: 1px solid var(--accentcolor);
}
.btn-hollow{
    background-color: var(--accentcolor);
    border: 1px solid var(--shade);
}
.btn-hollow:hover{
    border: 1px solid var(--accentcolor);
    background-color: var(--maincolor);
}


/* Intro-Section */


.section-intro{
    background-color: var(--sectioncolor);
}
.intro{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 9rem 0;
    gap: 9.6rem;
    align-items: center;
    
}
.photographer img{
    width: 100%;
    box-shadow: 0 1rem 2.4rem rgb(19, 19, 19);
    transition: all 1s ease;
}

.photographer img:hover{
    transform: scale(1.1);
}

.designation{
    margin-top: 2rem;
    font-size: 2rem;
}
.summary{
    color:var(--shade);
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 400;
    word-spacing: 0.2rem;
}

.follow{
    margin-top: 2.4rem;
    display: flex;
    gap: 2.4rem;
}
ion-icon{
    font-size: 3rem;
    color: var(--shade);
    transition: all 1s ease;
}

ion-icon:hover{
    transform: rotate(270deg);
}


/* gallery-section */

.gallery-header{
    padding-top: 4.8rem;
    color: var(--shade);
    display: flex;
    justify-content:center;
 
}
.gallery-header span{
    color: var(--tintcolor);
}
.section-gallery{
    background-color: var(--sectioncolor);
}

.grid-images{
    height: 100vh;
    padding: 9rem 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
}

.gallery{
    width:100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    box-shadow: 0 1rem 1.2rem rgba(0, 0, 0, 0.2);
    transition: all .4s ease;
}
.gallery:hover{
    transform: scale(1.1);
}
.item-3{
    grid-column: 3/-1;
    grid-row: 1/3;;
}

.item-10{
    grid-column: 1/3;
}
.item-1{
    grid-column: 1/2;
}



/* Testimonial-section */
.section-testimonials{
    position:relative;
    overflow:hidden;
    height: 100vh;
}
.test-heading{
    background: var(--maincolor);
    margin-top: 10rem;
    text-align: center;
}
.test-heading h1{
    padding: 2rem;
}
.section-video{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    z-index: -10;
    transform: scale(1.5);
}
.slide-box{
    /* transform: translate(0,50%); */
    align-self: center;
    max-width: 120rem;
    height: 50vh;
    margin: 10rem auto;
    display: flex;
    align-items: center;
    position:relative;
    overflow: hidden;

}

.slide{
    position:absolute;
    width: 100%;
    /* height: 500px; */
    transition: 1s ease-in-out;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10rem;
    gap: 8rem;
    align-items: center;
    background-color: var(--transparentcolor);
}
.btn-slide{
    position:absolute;
    top:50%;
    color:var(--shade);
    background: none;
    /* background-color: var(--maincolor); */
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid var(--shade); */
    /* border-radius: 50%; */
    z-index:10;
    cursor: pointer;
    /* box-shadow: 0 12px 40px rgb(63, 62, 62); */

}
.btn-slide ion-icon{
    transform: none;
    height: 5rem;
    width: 5rem;
}
.btn-left{
    left:3%;
    transform: translate(-50%,-50%);
}
.btn-right{
   
    right:3%;
    transform: translate(50%,-50%);
}
.test{
    font-size: 2.4rem;
    font-weight: var(--bold);
    color: var(--shade);
    margin-bottom: 2rem;
}
.quote p{
    font-size: 2rem;
    font-weight: var(--semibold);
    color: var(--tintcolor);
}
.slide img{
    transform: scale(1.2);
}

/* Section contact */

.contact{
    background-color: var(--sectioncolor);
}
.contact-box{
    padding: 10rem;
}
.contact-heading{
    text-align: center;
    padding-bottom: 2rem;
}
.contact-heading h1{
    font-size: 3.6rem;
    color: var(--tintcolor)
}
.contact-inner-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    height: 50rem;
    background-color: var(--accentcolor);
    padding: 3rem;
    border-radius: 5rem 0 5rem 0;
    justify-content: center;
}

.contact-image{
    background-image: linear-gradient(rgba(32, 31, 31, 0.5),rgba(0, 0, 0, 0.2)), url(../Content/img6.jpeg) ;
    background-position:center;
    background-repeat: no-repeat;
    background-size:cover;
    overflow: hidden;
}
.contact-text{
    align-self: center;
}
.contact-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

input{
    width: 38rem;
    height: 6rem;
    padding: 2rem;
    border-radius: 1.5rem;
    font-size: 1.8rem;
    font-family: inherit;
    border:none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}
.contact-form button{
    font-family: inherit;
    color: var(--shade);
    border:none;
}
.contact-form *:focus{
    border:none;
    outline:none;
    box-shadow: 0 0 0 3px rgba(46, 45, 45, 0.24);
}

/* Section Footer */

.footer-elements{
    display: flex;
    flex-direction: column;
    height: 20rem;
    justify-content: space-between;
}

.footer{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--sectioncolor);
}
.footer .container .grid-3-col div p{
    color: var(--shade);
    font-size: 1.4rem;
    font-weight: var(--normalfont);
}
.footer-logo{
    width:10rem;
    height:10rem;

}
.footer-icons a{
    width:4rem;
    height:4rem;

}
.contactgrid{
    display: flex;
    gap: 1rem;
    align-items: center;
}
