/*Common css*/
@font-face {
    font-family: 'Proxima Nova Light';
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Light.eot');
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Light.woff2') format('woff2'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Regular.eot');
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Regular.woff2') format('woff2'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova semibold';
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-24ProximaNova-Semibold.eot');
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-24ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-24ProximaNova-Semibold.woff2') format('woff2'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-24ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Bold.eot');
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Bold.woff2') format('woff2'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html{scroll-behavior:smooth;}
*{margin: 0;padding: 0;box-sizing: border-box;}
body{ font-family: 'Proxima Nova' !important; background-color: #f5f5f5;}
a{display: inline-block;outline: none;cursor: pointer;text-decoration: none;}
body a:hover{text-decoration: none;}
p:last-of-type{margin-bottom:0;}
/* body .container{position: relative;  z-index:5;} */
img{max-width: 100%;}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
ol,
label {
    margin: 0 !important;
    padding: 0;
    list-style: none;
}
.page-wapper{
    overflow: hidden;
}
/*-------------Header-------------*/
.header {
    padding-bottom: 50px;
}
/*-------------Banner-------------*/
.banner {
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/df-dinner-invite-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-color: #000000E5;
    padding: 40px 0px 50px;
}
.banner h1 {
    font-size: 50px;
    line-height: 56px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px !important;
    font-family: 'Proxima Nova Bold';
}
.banner h3 {
    font-size: 22px;
    color: #DF7515;
    font-weight: 600;
    line-height: 26px;
    font-family: 'Proxima Nova semibold';
}
.banner p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    margin: 25px 0px !important;
    padding-right: 100px;
    font-family: 'Proxima Nova';
}
.banner h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
   font-family: 'Proxima Nova semibold';
}
.banner ul li {
    background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/df-dinner-invite-check.png);
    background-repeat: no-repeat;
    background-position: left top 3px;
    padding-left: 28px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    list-style: none;
    margin-bottom: 10px !important;
    font-family: 'Proxima Nova';
}
.banner ul {
    padding: 15px 0px 35px;
}
.banner ul li:last-child{
    margin-bottom: 0px !important;
}
.banner ul li::marker{
    color: #4FB5E8;
}
.banner-calender {
    margin-top: 25px;
}
.form-sec {
    border-radius: 10px;
    background: #fff;
    padding: 20px 22px 28px;
    width: 500px;
    max-width: 100%;
    box-shadow: 0px 4px 8px 7px #0000000F;
    float: right;
}
.main_form h2 {
    font-size: 22px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
    margin-bottom: 35px !important;
    position: relative;
    font-family: 'Proxima Nova bold';
}
.main_form h2::after {
    content: '';
    position: absolute;
    width: 73px;
    height: 2px;
    background: #DF7515;
    bottom: -10px;
    left: 0;
}
/* Section 1 css */
.sec-1 {
    background-color: #DF7515;
    padding: 20px 0px;
}
.sec1-inn ul li {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Proxima Nova semibold';
}
.sec1-inn ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
}
.sec1-inn ul li img {
    margin-right: 12px;
    margin-top: -5px;
}
/* Section 2 css */
.sec-2 {
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/df-dinner-invite-banner3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0px;
    background-color: #fff;
}
.sec2-inn {
    display: flex;
    align-items: center;
    position: relative;
}
.sec2-bx {
    background: #fff;
    box-shadow: 0px 20px 60px 0px #0000001A;
    border-radius: 6px;
   padding: 45px 25px 40px;
}
.sec2-bx h2 {
    font-size: 33px;
    line-height: 39px;
    color: #000;
    font-weight: 600;
    font-family: 'Proxima Nova semibold';
}
.sec-2 h3 {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    font-family: 'Proxima Nova semibold';
    margin: 15px 0px 12px !important;
}
.sec-2 ul li span{
    color: #DF7515;
    font-weight: 600;
    font-family: 'Proxima Nova semibold';
}
.sec-2 ul li {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    list-style: disc;
    font-family: 'Proxima Nova';
    margin-bottom: 10px !important;
}
.sec-2 ul li:last-child{
    margin-bottom: 0 !important;
}
.sec-2 ul {
    padding-left: 20px;
}
.sec-2 ul li::marker {
    color: #DF7515;
}
.sec-2 .sec2-ryt img {
    margin-bottom: -25px;
}
.sec2-inn .sec2-left {
    width: 54%;
}
.sec2-inn .sec2-ryt {
    width: 52%;
    position: absolute;
    right: 0px;
}
/* Section 3 css */
.sec-3 {
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/df-dinner-invite-banner2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0px;
    background-color: #d7f1f2;
}
.sec-3 h2 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 42px;
    text-align: center;
    margin-bottom: 10px !important;
    font-family: 'Proxima Nova semibold';
}
.sec-3 p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    text-align: center;
}
.sec-3 .team-mate h6 {
    font-size: 22px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
    font-family: 'Proxima Nova semibold';
    margin-top: 15px !important;
}
.sec-3 .team-mate p {
    font-size: 18px;
    line-height: 24px;
    color: #DE710F;
    font-weight: 400;
}
.team-mate {
    text-align: center;
}
.sec3-head {
    margin-bottom: 45px;
    position: relative;
}
.sec3-head::after {
    content: '';
    position: absolute;
    width: 95px;
    height: 2px;
    background: #DF7515;
    bottom: -15px;
    left: 46%;
}
.team-mate {
    text-align: center;
    margin-top: 30px;
}
/* Footer Css */
.footer {
    background: #000;
    padding: 15px 0px;
}
.footer-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social-icons {
    display: flex;
    gap: 20px;
    align-items: center;
}
.footer p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    font-family: 'Proxima Nova';
}
/*-------Form Css------*/
.form-wrap .mktoForm .mktoRadioList > label, .form-wrap .mktoForm .mktoCheckboxList > label>.space {
    margin-right: 2px !important;
}
.form-wrap .mktoForm *{
    font-family: 'Proxima Nova';
    font-weight: 500;
  }
  .form-wrap .mktoForm {
    width: 100% !important;
    padding: 0 !important;
  }
  .form-wrap .mktoForm:after{content:"";display: block;float: none;clear: both;}
  
  .form-wrap .mktoFormCol, .form-wrap .mktoFieldWrap, .form-wrap .mktoLabel{
    width: 100% !important;
  }
  .form-wrap .mktoFormCol{
    margin: 0 0 20px !important;
  }
  .form-wrap .mktoOffset, .form-wrap .mktoGutter, .form-wrap .mktoForm .mktoRequiredField .mktoAsterix {
   display: none;
  }
  .mktoForm .mktoError .mktoErrorArrow {
      background-color: #e51b00;
      border: 1px solid #9f1300;
      border-right: none;
      border-bottom: none;
      display: inline-block;
      height: 16px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      width: 16px;
      margin-top: 3px!important;
  }
  .form-wrap .mktoLabel {
    margin-left: 28px !important;
     line-height: 19px;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
      font-size: 15px;
      color: #333333;
      font-weight: 400 !important;
     width:auto !important;
  }
  
  .form-wrap .mktoForm input[type=text], 
  .form-wrap .mktoForm input[type=email], 
  .form-wrap .mktoForm input[type=number], 
  .form-wrap .mktoForm input[type=tel], 
  .form-wrap .mktoForm select {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #E4E7EC;
    background-color: #F5F7FB;
    padding: 12px 13px;
    line-height: 1.2;
    font-size: 14px !important;
    color: #ABABAB;
    border-radius: 5px;
    font-weight: 400;
    background-image: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: unset !important;
  }
  
  .form-wrap .mktoForm select.mktoField {
      background-repeat: no-repeat;
      box-shadow: none;
      padding: 12px 13px !important;
      color: #ABABAB;
      background-image:url(https://pages.grazitti.com/rs/690-NGB-767/images/bd-select-arrow-lb.png) !important;
      background-position: center right 14px;
      background-size: 14px;
      height: unset !important;
  }
  select option {
      margin: 40px;
      background: #fff;
      color: #ABABAB !important;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
      /*background-image: linear-gradient(92deg, #2D3D64 0%, rgba(45, 61, 100, 0.47) 100%);*/
  }
  select::-ms-expand {
      display: none;
  }
  .form-wrap .mktoForm .mktoLogicalField {
      width: 100% !important;
      padding: 0px !important;
  }
  .form-wrap .mktoForm input[type=checkbox]:checked + label:before {
      content: "\2713 ";
  }
  .form-wrap .mktoForm input[type=checkbox]:checked + label:before, .form-wrap .mktoForm input[type=radio]:checked + label:before {
      text-align: center;
      color: #000;
  }
  .form-wrap .mktoForm input[type=checkbox] + label:before, .form-wrap .mktoForm input[type=radio] + label:before {
        content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    margin-left: -28px !important;
    line-height: 18px;
    font-size: 15px;
    box-shadow: none !important;
    border-radius: 4px;
    background: #F5F7FB;
    top: 2px;
    border: 1px solid #D7D7D7;
  }
  .form-wrap .mktoForm .mktoRadioList > input, .form-wrap .mktoForm .mktoCheckboxList > input{opacity:0;}
  .form-wrap .mktoForm .mktoRadioList > label, .form-wrap .mktoForm .mktoCheckboxList > label {
      margin-left: 28px !important;
    margin-top: -0px;
    margin-bottom: 0.3em;
    line-height: 17px;
    display: block;
    min-height: 12px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
  }
  /* .form-wrap .mktoForm label#LblconsenttoProcessing {
      display: none;
  } */
  .form-wrap .mktoButtonRow {
    width: 100%;
    position: relative;
    padding-top: 0px;
    text-align: center;
  }
  .form-wrap span.mktoButtonWrap {
    margin: 0 !important;
      width: 100%;
      text-align: left;
      display: block;
  }
  .form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton, 
  .form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton:active {
       border-radius: 5px;
    font-size: 20px !important;
    width: auto !important;
    padding: 12px 35px 12px !important;
    text-align: center;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 600;
    min-width: max-content;
    transition: 0.5s 
ease-out;
    border: 0 !important;
    background: #DF7515 !important;
  }
  .form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
      /* background: linear-gradient(100deg, #224DBB 8.4%, #FF5C00 45.74%, #FF9A26 106.58%) !important; */
     letter-spacing: 2px;
  }
  .form-wrap .mktoLabel a u {
      text-decoration: none;
      padding: 0;
  }
  .form-wrap .mktoForm label a {
      color: #DF7515 !important;
      padding: 0;
      text-decoration: none;
      font-weight: 400;
  }
  .form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton:focus, .mktoField:focus{
    outline: none;
  }
  .form-wrap .mktoForm .mktoError {
      left: 0;
  }
  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#ABABAB;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color:#ABABAB;
    opacity: 1;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color:#ABABAB;
  }
  span.mktoErrorDetail {
      color: #fff;
  }
  .form-wrap .mktoForm .mktoFormRow:nth-last-of-type(3) .mktoError {
    right: auto !important;
    bottom: auto !important;
    left: -4px !important;
    top: 21px;
  }
  input:-webkit-autofill, 
  input:-webkit-autofill:hover, 
  input:-webkit-autofill:focus, 
  textarea:-webkit-autofill, 
  textarea:-webkit-autofill:hover, 
  textarea:-webkit-autofill:focus, 
  select:-webkit-autofill, 
  select:-webkit-autofill:hover, 
  select:-webkit-autofill:focus, 
  input:-internal-autofill-selected {
      -webkit-text-fill-color: #ABABAB !important;
  }
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus {
      -webkit-box-shadow: 0 0 0px 1000px rgba(44, 61, 100, 0) inset !important;
      transition: background-color 5000s ease-in-out 0s !important;
  }
  .mktoForm select.mktoField {
      -webkit-box-shadow: 0 0 0px 1000px rgba(44, 61, 100, 0) inset !important;
      transition: background-color 5000s ease-in-out 0s !important;
  }
/*===Thank You css==*/
.thank-you-img {
    width: 210px;
    margin: 0 auto 20px;
}
.Thanku-outer h3 {
    font-size: 28px;
    line-height: 1.2;
    color: #DF7515;
    font-weight: 700;
    margin-bottom: 10px !important;
    text-align: center;
}
.Thanku-outer p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #222;
    margin: 0 !important;
    padding: 0;
}

@media(max-width:1399px){
    .Thanku-outer p{
        margin: 0px 0px 0 !important;
    }
    .banner p {
        padding-right: 0;
        margin: 20px 0px !important;
    }
    .sec1-inn ul li {
    font-size: 22px;
    line-height: 28px;
}
.sec1-inn ul {
    gap: 45px;
}
.sec2-bx h2 {
    font-size: 30px;
    line-height: 36px;
}
.sec-2 ul li {
    font-size: 16px;
    line-height: 22px;
}
.sec-2 h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0px 10px !important;
}
}
@media(max-width:1199px){
.banner h1 {
    font-size: 40px;
    line-height: 46px;
}
 .banner p {
    margin: 15px 0px !important;
}
.sec1-inn ul li {
        font-size: 16px;
        line-height: 22px;
    }
    .sec1-inn ul {
        gap: 35px;
    }
    .sec2-bx {
    padding: 35px 20px 25px;
}
.sec2-inn .sec2-ryt {
    width: 65%;
}
.sec-3 h2 {
    font-size: 32px;
    line-height: 38px;
}
.sec-3 .team-mate h6 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 12px !important;
}
.sec-3 .team-mate p {
    font-size: 16px;
    line-height: 22px;
}
}
@media (max-width:991px){
    .sec2-bx {
        padding: 50px 20px 25px;
    }
    .sec-3 p br{
        display: none;
    }
.banner .col-md-6, .banner .col-md-6{
    width: 100%;
}
  .form-sec {
    width: 500px;
    margin: 35px auto 0;
    float: none;
}
.sec1-inn ul {
        gap: 20px;
    }
    .sec1-inn ul li {
        font-size: 14px;
        line-height: 20px;
    }
    .sec1-inn ul li img {
    margin-right: 8px;
    margin-top: -5px;
    width: 20px;
}
.sec2-inn .sec2-ryt {
        width: 100%;
        position: unset;
    }
    .sec2-inn .sec2-left {
    width: 100%;
}
.sec2-inn {
    flex-direction: column;
    gap: 35px;
}
}
@media(min-width:767px){
    .form-wrap .mktoFormRow:nth-of-type(-n+6) {
        width: calc(50% - 10px) !important;
        float: left;
        clear: none;
    }
    .form-wrap .mktoFormRow:nth-of-type(2), .form-wrap .mktoFormRow:nth-of-type(4), .form-wrap .mktoFormRow:nth-of-type(6){
        margin: 0px 0px 0px 20px !important;
    }
}
@media (max-width:767px){
    .sec3-head::after {
    left: 41%;
}
    .sec-3 .col-md-3 {
    width: 50%;
}
    .form-sec {
        margin: 25px auto 0;
    }
    .banner h1 {
        font-size: 35px;
        line-height: 36px;
    }
    .banner h3 {
    font-size: 20px;
    line-height: 26px;
}
.banner ul {
    padding: 10px 0px 25px;
}
.banner {
    background-position: center left;
    padding: 25px 0px 40px;
}
    .sec1-inn ul {
        flex-wrap: wrap;
    }
    .sec-2 {
    padding: 40px 0px;
}
.sec2-bx h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .sec2-bx {
        padding: 45px 20px 25px;
    }
    .sec-3 {
    padding: 40px 0px;
}
.sec-3 h2 {
        font-size: 26px;
        line-height: 32px;
    }
}
@media (max-width:575px){
    .sec-2 .sec2-ryt img {
    width: 130px;
}
        .banner h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .banner h1 {
        font-size: 32px;
    }
   .banner p {
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0px !important;
}
.main_form h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 32px !important;
}
    .footer-sec {
    flex-direction: column;
    gap: 15px;
    text-align: center;
}
.banner {
        padding: 25px 0px 40px;
    }
    .header {
    padding-bottom: 35px;
}
.sec2-bx h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .sec-2 ul li {
        font-size: 14px;
        line-height: 20px;
    }
    .sec-3 h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .sec-3 p {
    font-size: 14px;
    line-height: 20px;
}
    .sec-3 .team-mate h6 {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px !important;
    }
    .sec-3 .team-mate p {
        font-size: 14px;
        line-height: 20px;
    }
    .footer p {
    font-size: 14px;
    line-height: 20px;
}
.sec3-head {
    margin-bottom: 25px;
}
.banner ul li {
    padding-left: 25px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px !important;
}
}
@media (max-width:480px){
   .banner h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .sec1-inn ul li {
        display: flex;
        align-items: flex-start;
    }
    .sec1-inn ul li img {
        margin-top: 0px;
    }
    .team-mate img {
    width: 100px;
}
}
 